Home > Oracle Apps > usdsop: exec failed during spawn

usdsop: exec failed during spawn

Y’day one of our PROD support team called up and asked that their ftp program is failing with the below error


/d05/applprod/11.5/xxzz/4.0.0/bin/ZZAAR1240F: No such file or directory usdsop: exec failed during spawn/d05/applprod/11.5/xxzz/4.0.0/bin/ZZAAR1240F Program exited with status 1

I first checked if the given shell script has the required permission to be executed by the application owner. and it was Ok – 755.

Then I opened the shell script on the server and tried to see if there is anything within the code that is causing the error. And there I saw the junk character (ctrl V + ctrl M). Looks like the file was edited in Windows and transferred to UNIX.

I removed all the junk character using the below command


:%s/(ctrl-v)(ctrl-m)//g
and press Enter key.

Then I asked the support team to run the program. program completed successfully and file got transferred.

-Anand

Advertisement
Categories: Oracle Apps
  1. Rahul
    April 24, 2014 at 5:46 am

    how did you see those characters? Were those visible? I am having same issue. But I don’t see any characters.

    • April 24, 2014 at 11:57 am

      Rahul
      In my case, it was the concurrent program was the host file and hence I looked into the corresponding shell script. Junk characters (ctrl V + ctrl M) were present over there.

  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: