Skip navigation

EMC documentum configuration error

Jan 14, 2011 4:21 AM

  Latest reply: sams1884, Jul 20, 2012 8:58 AM
Replies 1 2 Previous Next
  • Currently Being Moderated
    Jun 14, 2012 1:19 AM   in reply to pgakhar

    Please try the standalone java code attached (TestDocumentum.java) from the machine on which LiveCycle server is installed. If this works then we'll have to look into it and if this doesn't work then there is something wrong with your DFC client jars or documentum server.

     

    Prerequisites:-

        1.) you should have jdk1.6 or higher installed on your machine. Set environment variables JAVA_HOME=c:\java\jdk1.6.0 and PATH=%PATH%;%JAVA_HOME%\bin

        2.) DFC for Documentum 6.7 SP1 should be installed on your machine.

     

    Follow the below steps to run the file TestDocumentum.java:-

     

    1.) Update the below lines in the file TestDocumentum.java according to your installation:

        private static String USERNAME = "sp_admin";

        private static String PASSWORD = "P@ssw0rd";

        private static String DOCBASE = "Docbase1";

    2.) Run the below commands:-

        javac -classpath E:\Documentum\config;"E:\Program Files\Documentum\Shared\dfc.jar";. TestDocumentum.java

        java -classpath E:\Documentum\config;"E:\Program Files\Documentum\Shared\dfc.jar";. TestDocumentum

     

    If you receive the same error "Could not initialize class com.documentum.fc.client.DfClient" then, most probably your client jars are corrupt. Otherwise please contact enterprise support.

    Attachments:
     
    |
    Mark as:
  • Currently Being Moderated
    Jun 14, 2012 6:09 AM   in reply to pgakhar

    Thanks pgakhar,

     

    I reinstalled the DFC and I code-tested myself and also using your code.

     

    Sam

    6-14-2012 9-02-13 AM.png

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 14, 2012 6:38 AM   in reply to sams1884

    Okay, that shows that you are able to create content in Document Server from java client. So, this narrows down the problem to LiveCycle only, this could also be a configuration issue.

     

    Before you contact enterprise support, I would want you to double check that you have followed the LiveCycle documentation properly and have not missed any configuration and that you are on a supported platform.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 14, 2012 11:18 AM   in reply to pgakhar

    I am on windows server 2008 R2 enterprise 64-bit, 1.6_0_26 java version. The one thing I found it was strange was that when I installed connector the first time, I did not see" 6.7" on the check list, only 6.0 and 6.5 and I ended up checking the 6.5 and chosed "configure later".

     

    Thanks,

    Sam

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 14, 2012 10:03 PM   in reply to sams1884

    Please make sure you have followed the steps in http://help.adobe.com/en_US/livecycle/10.0/InstallJBoss/WS1a95df6a070a c5e3533917eb12fb665b6bc-7fff.html . Documentum 6.7 SP1 cannot be configured using LCM currently. You will have to do it manually by adding appropriate jars in adobe-component-ext.properties file (in jboss/bin) and updating the settings in livecycle adminui, followed by a jboss restart.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 18, 2012 11:38 PM   in reply to sams1884

    Hi Sam,

     

    Please reach out to Enterprise Support (entrsupp@adobe.com) and they will help you with this issue.

     

    Regards

    Abhijit Ghosh

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 18, 2012 6:12 PM   in reply to AbhijitNoida

    The class path in adobe-component-ext.properties file should be in a single line.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 20, 2012 8:58 AM   in reply to pgakhar

    Pgakhar,

     

    Thanks. I did find a space after ',' and after I removed it, it works.

     

    Sam

     
    |
    Mark as:
1 2 Previous Next

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points