Tibco BW6 : External Command - Not getting expected output with Linux command

37 Views Asked by At

In Tibco BW6, I am executing below Linux command using 'External Command' activity. Applicatoin is deployed on Linux server. Provide Command output is checked.

Command : find /opt/apps/projects/TestApplication/ -name "*.xml" -type f -mtime +180

Working directory : /opt/apps/projects/TestApplication/

Directory TestApplication has 777 permission.

But in the response I am not getting the list of files present at provided location.

The same command is getting executed as expected on server using Putty.

Can you please help me if anything is missed and why I am not getting the list of file in the output ?

0

There are 0 best solutions below