ERROR
Errors encountered running /u01/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkCfgOC4JApp.pl
…
Command error: <rc> = 32512, <command> = /u01/apps/tech_st/10.1.3/opmn/bin/opmnctl start
STACK TRACE
TXK::Error::abort(‘TXK::Error’,’HASH(0x82d647c)’) called at /u01/apps/apps_st/appl/au/12.0.0/perl/TXK/Common.pm line 299
TXK::Common::doError(‘TXK::Process=HASH(0xb7c81938)’,’Command error: <rc> = 32512, <command> = /u01/apps/tech_…’,’undef’) called at /u01/apps/apps_st/appl/au/12.0.0/perl/TXK/Common.pm line 314
TXK::Common::setError(‘TXK::Process=HASH(0xb7c81938)’,’Command error: <rc> = 32512, <command> = /u01/apps/tech_…’) called at /u01/apps/apps_st/appl/au/12.0.0/perl/TXK/Process.pm line 449
TXK::Process::run(‘TXK::Process=HASH(0xb7c81938)’,’HASH(0x87408c0)’) called at /u01/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkCfgOC4JApp.pl line 1587
TXK::RunScript::execOPMNControl(‘HASH(0x8a47778)’) called at /u01/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkCfgOC4JApp.pl line 599
require /u01/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkCfgOC4JApp.pl called at /u01/apps/apps_st/appl/au/12.0.0/perl/TXK/RunScript.pm line 105
TXK::RunScript::require(‘TXK::RunScript’,’/u01/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkCfgOC…’) called at /u01/apps/apps_st/appl/au/12.0.0/perl/TXK/Script.pm line 177
eval {…} called at /u01/apps/apps_st/appl/au/12.0.0/perl/TXK/Script.pm line 177
TXK::Script::run(‘TXK::Script=HASH(0x8b1a54c)’,’/u01/inst/apps/u01_erpsrv04/logs/appl/rgf/TXK’,’/erpc
SOLUTION
To implement solution / workaround, please perform the following steps :
Request correct R12.1.1 Fresh instance installation CD Media against Oracle Support to make sure ORACLE_HOME setup in file $IAS_ORACLE_HOME/opmn/bin/opmnctl is correct.
Workaround 1 :
1.Backup file $IAS_ORACLE_HOME/opmn/bin/opmnctl .
$cp $IAS_ORACLE_HOME/opmn/bin/opmnctl $IAS_ORACLE_HOME/opmn/bin/opmnctl.bk
2.Correct the records setting in $IAS_ORACLE_HOME/opmn/bin/opmnctl, replace
ORACLE_HOME=/nfs/bld/d26/PRDXBLD9/apps/tech_st/10.1.3; export ORACLE_HOME
TNS_ADMIN=${TNS_ADMIN=”/nfs/bld/d26/PRDXBLD9/apps/tech_st/10.1.3/network/admin”}; export TNS_ADMIN
To
ORACLE_HOME=/<BASE_PATH>/<SID>/apps/tech_st/10.1.3; export ORACLE_HOME
TNS_ADMIN=${TNS_ADMIN=”/<BASE_PATH>/<SID>/apps/tech_st/10.1.3/network/admin”}; export TNS_ADMIN
3.Rerun command
$ $FND_TOP/bin/txkrun.pl -script=CfgOC4JApp
Workaround 2 :
1.Backup file $FND_TOP/patch/115/bin/txkCfgOC4JApp.pl .
# cp $FND_TOP/patch/115/bin/txkCfgOC4JApp.pl $FND_TOP/patch/115/bin/txkCfgOC4JApp.pl.bk
2.Replace Record
$proc ->run ( { command => { text => “$oh/opmn/bin/opmnctl”,
To
$proc ->run ( { command => { text => “/<BASE_PATH>/<SID>/inst/apps/<SID>_<hostname>/admin/scripts/adopmnctl.sh”,
3. Rerun command
$ $FND_TOP/bin/txkrun.pl -script=CfgOC4JApp