Hi,
We are invoking a IPL file from Workflow as external Task.
In the IPL file we are invoking a Standalone "Java" program to perform certain task. The java command is not working, its not invoking the Java program.
But when we invoke the IPL file as standalone, Java program is invoked via SYSTEM command perfectly. Other commands like 'iwodcmd -h' are getting executed fine. Even when we try to PIPE the output of "java" command to text file, its not working. The text file is blank.
The functionality is working fine in our development environment but failing in Stage environment.
I would like to know is there any setting in Teamsite Server/Perl/System Environment, which prevents Invoking other programs like Java?
Sample Code in the IPL file:
--------------------------
$cmd = qq(java.exe -Xms128m -Xmx512m InsightsIndexer -d $env -h

\\Interwoven\\TeamSite\\local\\bin\\USRetail\\insights -a INSERT -f "$f_upd" -w $jobId -t $taskId -p "$area");
$failure_result = system($cmd);
Regards,
Reghu.