I’m trying to run a Shell Script from Apps 11.5.10.2 as a “Host” type of concurrent program on Windows 2000 Platform.
Fact: Host file name: HW.sh
Fact: Installed MKS Toolkit as my emulator.
Fact: Able to run HW.sh from the prompt successfully.
Steps followed to register concurrent program:
1. Copied FNDCPESR.exe from FND_TOP and copied it to my CUSTOM_APP_TOP/bin directory and renamed it to HW.exe.
2. Registered HW as a Host executable.
3. Registered HW as a program.
4. This is how my CUSTOM_APPL_TOP/bin directory looks like:
****************************
-rwxrwxrwa 1 Administrators None 24576 Oct 29 2004 HW.exe
-rwxrwxrwa 1 Administrators None 106 Mar 25 13:08 HW.sh
****************************
5. When I submit the cuncurrent program, the following is the log:
***************************************************
Current system time is 25-MAR-2006 13:28:20
+-------------------------------------------------------------+
i:\oracle\visappl\VIS\1.0.0\bin\hw.cmd
exited with status 1
+-------------------------------------------------------------+
i:\oracle\visappl\VIS\1.0.0\bin\hw.exe
Program exited with status 3
Cause: The program terminated, returning status code 3.
Action: Check your installation manual for the meaning of this code on this operating system.
*********************************************************
Please help me resolve this issue. Links to Oracle Notes or any other info would be useful.
Regards
Arun