cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ON ORACLE WITH REDHAT 5.5

Former Member
0 Kudos

hi,

i am installing ECC 6 SR2 as ABAP with oracle 10g on Redhat 5.5 (tikanga)

i am getting error on 12 th phase as below

ERROR 2011-02-23 16:37:18

CJSlibModule::writeError_impl()

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2011-02-23 16:37:18

FCO-00011 The step runCatprocSql with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0|runCatprocSql was executed with status ERROR .

Regards

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Check SAP note 1094599. This is well known error. solution is documented in this note.

Thanks

Sunny

Former Member
0 Kudos

Hi Sunny,

I implemented 2nd solution(sapinst update) for this problem and start my installation

(...)runCatprocSql was executed with status ERROR

Symptom:

You see an error message like the following in sapinst_dev.log:

ERROR .....

FCO-00011 The step runCatprocSql with step key NW_Onehost ind ind ind ind 0 0 NW_Onehost_System ind ind ind ind 1 0 NW_CreateDBandLoad ind ind ind ind 10 0 NW_CreateDB ind ind ind ind 0 0 NW_OraDBCheck ind ind ind ind 0 0 NW_OraDBMain ind ind ind ind 0 0 NW_OraDBStd ind ind ind ind 3 0 NW_OraDbBuild ind ind ind ind 5 0 runCatprocSql was executed with status ERROR .

This error only occurs if Oracle patch 10.2.04 is installed.

Solution:

There are two ways to resolve this problem:

  • Modify control.xml and restart the installation

1. Edit file control.xml in your installation directory (default sapinst_instdir).

2. Search for "this.runCatproc = "

3. Go to "script.execute_AbortOnFailure();" some lines below.

4. Replace "script.execute_AbortOnFailure();" with "script.execute();".

5. Restart Sapinst and choose "Continue with the Old Option"

  • Update the sapinst executable and restart the installation

1. Download the newest sapinst executable from the Software Distribution Center as follows:

a) Go to http://service.sap.com/swdc.

b) On the right-hand panel, choose "Search for Software".

c) Enter "sapinst" as search term.

d) Choose the sapinst executable for your release (640, 700, 710).

2. Replace the existing sapinst executable with the downloaded sapinst executable

3. Restart Sapinst and choose "Continue with the Old Option"

but it stuck at initial phase with error

Working directory changed to /tmp/sapinst_exe.3199.1298398230. Opened /tmp/sapinst_exe.3199.1298398230/iaccdlib.so Working directory changed to /tmp/sapinst_instdir/ERP/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP. Table t_summary_dialog_table of namespace GUI_ENGINE doesn't have the needed structure, missing columns are : dialog_was_displayed, The execution will be terminated now. ################################################################### Unable to start the requested service. Reason:controller.xmlToObject.unableToResolveAllReferences Please check standard out and inform the installation development. ################################################################### ################################################ Abort Installation because of controller.xmlToObject.unableToResolveAllReferences ############################################## INFO 2011-02-22 23:42:05.836 [syuxcpath.cpp:351] CSyPath::createFile() Creating file /tmp/sapinst_instdir/.lastInstallationLocation. INFO 2011-02-22 23:42:05.840 [syuxcfile.cpp:574] CSyFileImpl::copy(const CSyPath & /tmp/sapinst_instdir/ERP/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.5.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const Copied file '/tmp/sapinst_instdir/ERP/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.xml' to '/tmp/sapinst_instdir/ERP/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/statistic.5.xml'. INFO 2011-02-22 23:42:05.845 [syuxcpath.cpp:351] CSyPath::createFile() Creating file /tmp/sapinst_instdir/ERP/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/__instana_tmp.xml.

Regards

Former Member
0 Kudos

Hi,

Do this as suggested in sap note. It works..

* Modify control.xml and restart the installation
1. Edit file control.xml in your installation directory (default sapinst_instdir).
2. Search for "this.runCatproc = "
3. Go to "script.execute_AbortOnFailure();" some lines below.
4. Replace "script.execute_AbortOnFailure();" with "script.execute();".
5. Restart Sapinst and choose "Continue with the Old Option"

Regards.

Rajesh Narkhede

Former Member
0 Kudos

hi

i followed the steps as rajesh suggested and i got success

thanks rajesh contact u for further error but this is fine working u will get points

regards

munna

Answers (1)

Answers (1)

Former Member
0 Kudos

yes completed