$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
0 comments:
Post a Comment