cancel
Showing results for 
Search instead for 
Did you mean: 

Documentum Error..

Former Member
0 Kudos

Hi Experts,

we have a requirement to interface with Documentum with WDJ.

we have done the same.. but we are getting following errors..

1) java.lang.UnsatisfiedLinkError: C:\WINDOWS\system32\dmcl40.dll: %1 is not a valid Win32 application

2)

java.lang.Error: com.documentum.fc.client.DfServiceCriticalException: Failed acquiring lock for Dbor

at com.documentum.fc.client.DfClientSupport.<init>(DfClientSupport.java:115)

at com.documentum.fc.client.DfClient.<init>(DfClient.java:32)

at com.documentum.fc.client.DfClient.getLocalClientEx(DfClient.java:71)

at com.documentum.fc.client.DfClient.getLocalClient(DfClient.java:57)

at com.lti.empower.documentum.comp.util.SessionManagerUtil.getSessionManager(SessionManagerUtil.java:46)

... 33 more

has anybody come across these type of errors..Please help me..

thanks in advance..

Regards

Raj

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Are you using this to connect

com.documentum.oca.jdbc.jdbc20.DjdbcDriver 

Here is a link about how to connect to Documentum using Java (its not specific for NetWeaver but explains the jdbc stuff in detail for Documentum)

http://www.bluefishgroup.com/library/2002/jdbc-econnector/

junwu
Active Contributor
0 Kudos

it looks like you are loading some dll file.

didn't they provide you with java api or web service?

Former Member
0 Kudos

Hello Experts,

any help?.......