Tuesday, August 10, 2010

Register Shell Script as Concurrent Program

Bellow Steps Follow:

1) Create a shell Script( say XYZ) and move it to appropriate BIN directory in OracleApplications.

2) The Parameters in the shell script start with $5, $6 onwards.

3) Rename the shell script to *.prog (xyz.prog).

4) Chage Permissions to 755 for the *.prog file.

 5) Create a link to the shell script ( ln -s $FND_TOP/bin/fndcpesr/xyz.prog) to crate xyz file.

6) Now register this executable in the application as a host executable (using System adminstrator resposibility).

while registering shell script as concurrent program make sure taht the first parameter in concurrent program i spassed as the Fifth Parameter in the shell script because user_id, request_id, Resp_id, resp_appl_id.

No comments:

Post a Comment