JDE Unix Shell Script Syntax

jdetech2015

Member
Hello Folks

Need help on Unix Script.

I have Shell Script to create a file with list of file names available in Folder. This works perfect when executed from command line on Linux.

The same exact script trying to automate through UBE business function call (B34A1030) parameter as \u01\ERP910\DV910\Inbound\consolidate.sh

In the log it is showing error message as file cannot be accessed 3143 error code. But this script has full control access.

Also i have sample text file in the same exact path location \u01\ERP910\DV910\Inbound\sample1.txt when i process this through UBE it is working perfect.

Not sure what am i missing here......I tried to search through the post all i see is business function name and talking about posted so many times but couldn't get to actual solution.

Any suggestions are greatly appreciated.

Thanks
SC
E910\Oracle\Linux
 
Check you have execute permission for this script. I would try thru the userid you use in JDE to execute this in LINUX to make sure it has access to what it needs to.

Chan
 
Back
Top