-
[D7.2 JMS] location of custom job logs run by JMS
Hello, I developed a custom java method which is executed by the Java Method Server (D7.2), and when I launch the job I created, the execution logs are only on the server.log of the jboss, the file which is created in /Temp/Jobs/<my_job_name> is empty; how to log into this file (as Documentum-native jobs). ? Please note…
-
Workflows are not running & tasks are moving to 'Future' state
Hello Experts, One of our Customised Application was working fine when it was pointed to a Old HPUX box, latter a new clone was created on RHEL supported version. Our CS & Webtop are on 67SP1. Now after the Webtop is pointed to the new CS, none of the WFs are running and all the Tasks are moving to 'Future' state…
-
Export multiple documents using ActionService.execute("export",...)
Need to export multiple documents using ActionService.execute("export", args, getContext(), this, new CallbackDoneListener(this, "onRetrunFromExport")); from one of the custom component. Please suggest any solution. Thanks In Advance.