Hi All,
My Content server 6.5 SP2 is in the Linux and the Application Server is in Tomcat 6.0.
Now when I triggred a workflow from the Content Server from dba/java_methods For importing the document to the Docbase.
When It will import the document, if it is already present in the DOCUMENTUM then It will checkout and chekin the same document, rather than import the same document once again.
But I am getting the following error.
ERROR [http-0.0.0.0-9080-1] [ImportHelper:performCheckoutCheckin()] - IOException encountered: C:/Documentum/Checkout/test.doc (No such file or directory)
I am using the below path for checkout.
String checkoutPath = node.getFilePath();
Can anybody please help me on this?