1
votes

My script ran successfully in Unix but not in a command task of an Informatica workflow. The permissions are fine, and the parameter file and variables have been declared in the workflow. Why is this happening?

4

4 Answers

0
votes

Make sure that the machine you are running informatica on, is running in a unix box. If it is on a windows machine, you will have to run the DOS equivalent command for your script.

0
votes

Check whether informatica repository is pointing to same UNIX server, in which the script to executed from informatica is present.

0
votes

I to faced same situation ,please check the propertied of script file make it as 755(CHMOD),It should work.

Regards Rama

0
votes

This could be a permission issue. If you are executing a shell command from Informatica, right click the file in SFTP and click on "Properties" (I am using Winscp).Give full permission to the file and now it should work.

enter image description here