Pages

Sunday, June 24, 2012

$FND_TOP/bin/txkrun.pl -script=CfgOC4JApp Manul forms deployment script error

Error
-----

Errors encountered running /erpchxd2/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkCfgOC4JApp.pl
...
Command error: <rc> = 32512, <command> = /erpchxd2/apps/tech_st/10.1.3/opmn/bin/opmnctl start

Solution
--------

1. Backup file $IAS_ORACLE_HOME/opmn/bin/opmnctl

2. Replace ORACLE_HOME entry with $ORA_CONFIG_HOME/10.1.3 in opmnctl file

example:  ORACLE_HOME=/sid/product/1013; export ORACLE_HOME replace with ORACLE_HOME=/sid/inst/apps/SID_hostname/ora/1013;export ORACLE_HOME

Run the forms deployment script again

$FND_TOP/bin/txkrun.pl -script=CfgOC4JApp

If the error again

3. Backup file $FND_TOP/patch/115/bin/txkCfgOC4JApp.pl

4. Replace record $proc ->run ( { command => { text => "$oh/opmn/bin/opmnctl",  with  

    $proc ->run ( { command => { text => "/<BASE_PATH>/<SID>/inst/apps/<SID>_<hostname>/admin/scripts/adopmnctl.sh",
   
  Run the forms deployment again
 
$FND_TOP/bin/txkrun.pl -script=CfgOC4JApp

5. Once after completing the deployment , revert the changes

1 comment:

  1. Thank you Sandanandam! You have saved me. I was banging my head against the wall on Friday. First thing Monday morning I came across your article and now I'm back in business. Luckily this is just a test upgrade but now I'm prepared for our production rollover.
    Sue Wi-Afedzi, UofGuelph, Canada

    ReplyDelete