cancel
Showing results for 
Search instead for 
Did you mean: 

Error Installing SAP ERP 2005 SR1 in step 44

Former Member
0 Kudos

Hi all,

I have a problem installing ERP 2005 SR1.

Its the IDES version I'm installing on MSSQL Server.

I have read the message thread stating that the solution for my problem was in SAPNOTE 956921.

I have done what was stated in the note, but the error keeps coming up.

Here is the error log file:

INFO 2018-11-12 22:32:23

Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/inifile.6.xml'.

INFO 2018-11-12 22:32:23

Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/inifile.7.xml'.

INFO 2018-11-12 22:32:38

Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/MSS/CENTRAL/AS/keydb.4.xml'.

INFO 2018-11-12 22:32:38

Execute step deleteAgainTheUser of component |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Configuration_PI|ind|ind|ind|ind|1|0|XiGenerateRoles|ind|ind|ind|ind|0|0.

INFO 2018-11-12 22:33:03

RFC parameter CLIENT set to value 001.

INFO 2018-11-12 22:33:03

RFC parameter USER set to value DDIC.

INFO 2018-11-12 22:33:03

RFC parameter LCHECK set to value 1.

INFO 2018-11-12 22:33:03

RFC parameter PCS set to value 1.

INFO 2018-11-12 22:33:03

RFC parameter LANG set to value EN.

INFO 2018-11-12 22:33:03

RFC parameter ASHOST set to value sapserver.

INFO 2018-11-12 22:33:03

RFC parameter SYSNR set to value 03.

INFO 2018-11-12 22:33:03

RFC connection information checked successfully.

INFO 2018-11-12 22:33:03

RFC connection opened successfully.

INFO 2018-11-12 22:33:03

Setting new application function RFC_SYSTEM_INFO.

INFO 2018-11-12 22:33:03

Generating interface for remote function.

INFO 2018-11-12 22:33:05

Function call was successful.

INFO 2018-11-12 22:33:05

Function interface generated successfully.

INFO 2018-11-12 22:33:05

Technical properties of function set successfully.

INFO 2018-11-12 22:33:05

Information for application function RFC_SYSTEM_INFO copied to local Repository.

INFO 2018-11-12 22:33:05

Function module RFC_SYSTEM_INFO set successfully.

INFO 2018-11-12 22:33:05

Executing function call RFC_SYSTEM_INFO.

INFO 2018-11-12 22:33:05

Function call was successful.

INFO 2018-11-12 22:33:05

Version 700 of remote SAP System KAN accepted.

INFO 2018-11-12 22:33:05

Setting new application function BAPI_USER_EXISTENCE_CHECK.

INFO 2018-11-12 22:33:05

Generating interface for remote function.

INFO 2018-11-12 22:33:06

Function call was successful.

INFO 2018-11-12 22:33:06

Function interface generated successfully.

INFO 2018-11-12 22:33:06

Technical properties of function set successfully.

INFO 2018-11-12 22:33:06

Information for application function BAPI_USER_EXISTENCE_CHECK copied to local Repository.

INFO 2018-11-12 22:33:06

Function module BAPI_USER_EXISTENCE_CHECK set successfully.

INFO 2018-11-12 22:33:06

Executing function call BAPI_USER_EXISTENCE_CHECK.

INFO 2018-11-12 22:33:06

Function call was successful.

INFO 2018-11-12 22:33:06

Setting new application function BAPI_USER_DELETE.

INFO 2018-11-12 22:33:06

Generating interface for remote function.

INFO 2018-11-12 22:33:06

Function call was successful.

INFO 2018-11-12 22:33:06

Function interface generated successfully.

INFO 2018-11-12 22:33:06

Technical properties of function set successfully.

INFO 2018-11-12 22:33:06

Information for application function BAPI_USER_DELETE copied to local Repository.

INFO 2018-11-12 22:33:06

Function module BAPI_USER_DELETE set successfully.

INFO 2018-11-12 22:33:06

Executing function call BAPI_USER_DELETE.

WARNING[E] 2018-11-12 22:33:15

FRF-00025 Unable to call function. Error message: No active plan version exists .

INFO 2018-11-12 22:33:15

RFC connection closed.

ERROR 2018-11-12 22:33:15

CJS-00030 Assertion failed: in function GenericRFCResultTableRequestMessage(rfcfunc, result_table, requestedMessage, ignoreWarning) { var myreturn = false; var found = false; if (rfcfunc == undefined) { rfcfunc = "RFC-FUNCTION"; } if (ignoreWarning == undefined) { ignoreWarning = false; } if (requestedMessage == undefined) { found = true; } else { ASSERT(arguments.callee, !(requestedMessage.TYPE == undefined || requestedMessage.NUMBER == undefined || requestedMessage.ID == undefined), "Undefined Comparison of RFC call result of function " + rfcfunc); } ASSERT(arguments.callee, (result_table != undefined), "Undefined table from RFC call of function " + rfcfunc); ASSERT(arguments.callee, (result_table.length > 0), "No Result table from RFC call of function " + rfcfunc); var tracestr = "RESULT of ABAP function " + rfcfunc + " : \n"; for (var i = 0; i < result_table.length; ++i) { var restype = result_table<i>.TYPE; var result = result_table<i>.NUMBER; var resid = result_table<i>.ID; var messtr = ": Message Class " + resid + " , Message Number " + result + " , Message Text : " + result_table<i>.MESSAGE; if (!found && restype == requestedMessage.TYPE && result == requestedMessage.NUMBER && resid == requestedMessage.ID) { found = true; } if (restype == "I") { installer.writeTrace(tracestr + "Information " + messtr); } else { if (restype == "W") { installer.writeTrace(tracestr + "Warning " + messtr); if (!ignoreWarning) { myreturn = true; } } else { if (restype == "X") { installer.writeTrace(tracestr + "Exception " + messtr); myreturn = true; } else { if (restype == "E") { installer.writeTrace(tracestr + "Error " + messtr); myreturn = true; } else { if (restype == "S") { installer.writeTrace(tracestr + "Success " + messtr); } else { installer.writeTrace(tracestr + "NotExpectedType " + messtr); myreturn = true; } } } } } } if (myreturn) { return true; } else { return !found; }}Undefined table from RFC call of function BAPI_USER_DELETE

ERROR 2018-11-12 22:33:15

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

ERROR 2018-11-12 22:33:15

FCO-00011 The step deleteAgainTheUser with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Configuration_PI|ind|ind|ind|ind|1|0|XiGenerateRoles|ind|ind|ind|ind|0|0|deleteAgainTheUser was executed with status ERROR .

The problem occurs in the step: Generate role SAP_XI_MONITOR

I noticed in the word document that was attached to the note mentioned earlier in the message here, that the steps have to be repeated on the application server.... I have no idea what that means...

I have done the steps in client 001 (This is where the users existed) and later I have also applied the steps to client 800 (IDES Client)

The solution to this problem would be very welcome.

Thanks in advance...

Koen Niehof

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Another easy way would be to manually copy all rows from table T778P in Client 000 to same table name in Client 001. Also, manually copy the row:

PLOGI PLOGI 01 Integration Plan Version / Active Plan Version

from table T77S0 in Client 000 to same table name in Client 001. Resume your installation and there shouldn't be any further problem.

regards,

Former Member
0 Kudos

Hi Mike,

I never did receive a reply to my post but I found another solution. I am by no means an SAP expert so view what I say with a sceptical eye. Nevertheless, I did successfully completed my IDES installation.

I believe what is happening is that there is "no active plan". If I were smarter I believe that a solution would lie in some intelligent application of SAP Note 956921. However, I was not able to figure that out so my brute force "solution" was to perform a client copy to create an "active plan version".

1. Stop the installation.

2. Login to Client 001 (I used the user DDIC because I couldn't get idadmin to work).

3. Run Transaction SCCL

- Use Profile SAP_CUST

- Use Client 000

4. Wait several hours for it to finish...

5. Log Off. Stop SAP. Reboot your machine.

6. Re-start SAP via the SMC

7. Cross your fingers and re-start your installation.

Good Luck

Pete Slater

Former Member
0 Kudos

Has anyone found the solution to this?

Can you please post the solution?

Regards,

Mike

Former Member
0 Kudos

Hi Koen,

Did you find a fix to your problem? I am having exactly the same issue with my IDES installation on Windows 2003 Server and MS SQL Server 2005 and anything you could tell me would be very helpful.

Thanks!

Pete Slater

Former Member
0 Kudos

Hello,

Plz. check the following SAP NOTE for u r problem..

Note 950619 - Installing System Based on NW2004s in Unattended Mode

If usefull plz. give reward point..

thanks