MyDocumentum

Community with Real World Experience

 

Login

Knowledge Base
Performing DQL Query using API PDF E-mail
Written by Administrator   
Monday, 08 February 2010 13:46

You can use API to do DQL query using the following API command

1
 ?,c,<DQL query>

For example,

1
2
3
4
5
6
API> ?,c,select r_object_id from dmc_jar where object_name = ' BPM Runtime'
r_object_id
----------------
090004d280000bda
(1 row affected)
 

Basically the output result will be the same as DQL query.

 
Password does not meet Windows policy requirements when create new repository PDF E-mail
Written by James Azarja   
Monday, 01 February 2010 22:33

Problem:

Error "The password does not meet Windows policy requirements because it is not complex enough." was occured when try to create new repository in Windows 2008 server.

-- Error log in (C:\Documentum\dba\config\DEMO\dm_CreateTableSpace.out) --

Changed database context to 'master'.
CREATE DATABASE DM_DEMO_docbaseON ( NAME = DM_DEMO_docbase,FILENAME = C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\dm_DEMO20100201072704_data1,SIZE = 180MB)
LOG ON ( NAME =DM_DEMO_log,FILENAME = C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\dm_DEMO20100201072704_log1,SIZE = 54MB)
ALTER DATABASE DM_DEMO_docbase SET READ_COMMITTED_SNAPSHOT ON
Processing user DEMO ...
Msg 15118, Level 16, State 1, Server DEMOSRV, Line 1
Password validation failed. The password does not meet Windows policy requirements because it is not complex enough.
sp_defaultdb 'DEMO',DM_DEMO_docbase
Msg 15007, Level 16, State 1, Server DEMOSRV, Procedure sp_defaultdb, Line 41
'DEMO' is not a valid login or you do not have permission.
USE DM_DEMO_docbase
Changed database context to 'DM_DEMO_docbase'.
sp_changedbowner 'DEMO'
Msg 15151, Level 16, State 1, Server DEMOSRV, Line 1
Cannot find the principal 'DEMO', because it does not exist or you do not have permission.
USE master
Changed database context to 'master'.
sp_grantdbaccess 'DEMO'
Msg 15007, Level 16, State 1, Server DEMOSRV, Line 1
'DEMO' is not a valid login or you do not have permission.
Complete.
--

Solution:

Disable complex password requirement,

  1. Go to Start - Administrative Tools - Local Security Policy
  2. Look for Account Policies - Password Policy node
  3. Disable "Password must meet complexity requirement"

 

 
Documentum Collaboration Edition 5.3 API Javadoc PDF E-mail
Written by Administrator   
Monday, 01 February 2010 09:25
Documentum Collaboration Edition 5.3 API Javadoc including some examples
Attachments:
FileDescriptionFile sizeDownloadsLast Modified
Download this file (dceDeveloperGuide.zip)dceDeveloperGuide.zip 1214 Kb002/01/10 09:30
 
Get Process Variable Value by DQL PDF E-mail
Written by James Azarja   
Monday, 25 January 2010 10:32
1
2
3
SELECT e.object_name, s.string_value 
FROM dmc_wfsd_element e, dmc_wfsd_element_string s
WHERE s.r_object_id=e.r_object_id AND workflow_id='4d1f4fa980000100'

 

 
Failed to Download and Cache BOF Module PDF E-mail
Written by Administrator   
Sunday, 17 January 2010 22:51

Problem:

Java Method Server cannot download and cache BOF modules from repository.

Stack Trace:

0:28:01,863 ERROR [DFC_BOF_DOWNLOAD_ERROR] Failed to download and cache module EmailOutboundRuntimeModule. [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' - BPM.com.documentum.fc.client.impl.bof.cache.ClassCacheManager]
DfException:: THREAD: [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'; MSG: IO Exception attempting to acquire interprocess lock; ERRORCODE: ff; NEXT: null
at com.documentum.fc.common.DfNewInterprocessLockImpl.acquire(DfNewInterprocessLockImpl.java:39)
at com.documentum.fc.common.DfNewInterprocessLock.acquire(DfNewInterprocessLock.java:18)
at com.documentum.fc.client.impl.bof.cache.DocbaseClassCache.lockDocbase(DocbaseClassCache.java:113)
at com.documentum.fc.client.impl.bof.cache.ClassCacheManager.downloadAndCache(ClassCacheManager.java:375)
at com.documentum.fc.client.impl.bof.cache.ClassCacheManager.retrieveObject(ClassCacheManager.java:94)
at com.documentum.fc.client.impl.bof.classmgmt.ClassLoaderFactory.addUrlsToLoader(ClassLoaderFactory.java:104)
at com.documentum.fc.client.impl.bof.classmgmt.ClassLoaderFactory.getModuleClassLoader(ClassLoaderFactory.java:64)
at com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.loadModuleClass(ModuleManager.java:203)
at com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.getModuleClass(ModuleManager.java:165)
at com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.newModule(ModuleManager.java:120)
at com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.newModule(ModuleManager.java:81)
at com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.newModule(ModuleManager.java:55)
at com.documentum.fc.client.DfClient$ClientImpl.newModule(DfClient.java:425)
at com.documentum.bps.utils.DocbaseUtils.newModule(DocbaseUtils.java:48)
at com.documentum.bps.utils.DocbaseUtils.newModule(DocbaseUtils.java:74)
at com.documentum.bpm.services.BPSIntegrationFramework.getServiceFromModuleName(BPSIntegrationFramework.java:380)
at com.documentum.bpm.services.BPSIntegrationFramework.createServiceModule(BPSIntegrationFramework.java:372)
at com.documentum.bpm.services.BPSIntegrationFramework.createServiceInternal(BPSIntegrationFramework.java:347)
at com.documentum.bpm.services.BPSIntegrationFramework.createService(BPSIntegrationFramework.java:332)
at com.documentum.bpm.services.BPSIntegrationFramework.getService(BPSIntegrationFramework.java:244)
at com.documentum.bpm.services.BPSIntegrationFramework.executeMethod(BPSIntegrationFramework.java:93)
at com.documentum.bpm.services.BPSIntegrationMethod.executeMethod(BPSIntegrationMethod.java:30)
at com.documentum.bpm.rtutil.GenericWorkflowMethod.execute(GenericWorkflowMethod.java:99)
at com.documentum.bpm.rtutil.GenericWorkflowMethod.execute(GenericWorkflowMethod.java:244)
at com.documentum.bpm.rtutil.GenericWorkflowMethod.execute(GenericWorkflowMethod.java:54)
at com.documentum.mthdservlet.DfMethodRunner.runIt(Unknown Source)
at com.documentum.mthdservlet.AMethodRunner.runAndReturnStatus(Unknown Source)
at com.documentum.mthdservlet.DoMethod.invokeMethod(Unknown Source)
at com.documentum.mthdservlet.DoMethod.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3214)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1983)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1890)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1344)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
Caused by: java.io.FileNotFoundException: /documentum/shared/cache/6.0.0.113SP1/bof/cpcsit/cpcsit.lck (Permission denied)
at java.io.RandomAccessFile.open(Native Method)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
at com.documentum.fc.common.DfNewInterprocessLockImpl.acquire(DfNewInterprocessLockImpl.java:31)
... 42 more

Solution:

Check the /documentum/shared/cache/6.0.0.113SP1/bof/cpcsit/cpcsit.lck permission as mentioned in stacktrace JMS has permission denied when try to write into that folder.

 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Page 1 of 12