cancel
Showing results for 
Search instead for 
Did you mean: 

warning fco-00025 and error cjs-00030 during inst erp2005

Former Member
0 Kudos

Dear all,

I try to install an IDES system MySAP ERP2005 SR1 needed by our application attendants.

After resolving several problems I reached step 45 of 95 and receive a warning:

WARNING[E] 2006-10-27 07:58:34

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

Here's the complete log of the step:

INFO 2006-10-27 07:57:20

An error occured and the user decided to retry the current step: "|NW_Onehost|in

d|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usa

ge_Types_Configuration_PI|ind|ind|ind|ind|1|0|XiGenerateRoles|ind|ind|ind|ind|0|

0|deleteAgainTheUser".

INFO 2006-10-27 07:58:14

RFC parameter CLIENT set to value 001.

INFO 2006-10-27 07:58:14

RFC parameter USER set to value DDIC.

INFO 2006-10-27 07:58:14

RFC parameter LCHECK set to value 1.

INFO 2006-10-27 07:58:14

RFC parameter PCS set to value 1.

INFO 2006-10-27 07:58:14

RFC parameter LANG set to value EN.

INFO 2006-10-27 07:58:14

RFC parameter ASHOST set to value sapsrv09.

INFO 2006-10-27 07:58:14

RFC parameter SYSNR set to value 03.

INFO 2006-10-27 07:58:14

RFC connection information checked successfully.

INFO 2006-10-27 07:58:15

RFC connection opened successfully.

INFO 2006-10-27 07:58:15

Setting new application function RFC_SYSTEM_INFO.

INFO 2006-10-27 07:58:15

Generating interface for remote function.

INFO 2006-10-27 07:58:17

Function call was successful.

INFO 2006-10-27 07:58:17

Function interface generated successfully.

INFO 2006-10-27 07:58:17

Technical properties of function set successfully.

INFO 2006-10-27 07:58:17

Information for application function RFC_SYSTEM_INFO copied to local Repository.

INFO 2006-10-27 07:58:17

Function module RFC_SYSTEM_INFO set successfully.

INFO 2006-10-27 07:58:17

Executing function call RFC_SYSTEM_INFO.

INFO 2006-10-27 07:58:17

Function call was successful.

INFO 2006-10-27 07:58:17

Version 700 of remote SAP System IDS accepted.

INFO 2006-10-27 07:58:18

Setting new application function BAPI_USER_EXISTENCE_CHECK.

INFO 2006-10-27 07:58:18

Generating interface for remote function.

INFO 2006-10-27 07:58:18

Function call was successful.

INFO 2006-10-27 07:58:18

Function interface generated successfully.

INFO 2006-10-27 07:58:18

Technical properties of function set successfully.

INFO 2006-10-27 07:58:18

Information for application function BAPI_USER_EXISTENCE_CHECK copied to local R

epository.

INFO 2006-10-27 07:58:18

Function module BAPI_USER_EXISTENCE_CHECK set successfully.

INFO 2006-10-27 07:58:19

Executing function call BAPI_USER_EXISTENCE_CHECK.

INFO 2006-10-27 07:58:19

Function call was successful.

INFO 2006-10-27 07:58:19

Setting new application function BAPI_USER_DELETE.

INFO 2006-10-27 07:58:19

Generating interface for remote function.

INFO 2006-10-27 07:58:20

Function call was successful.

INFO 2006-10-27 07:58:20

Function interface generated successfully.

INFO 2006-10-27 07:58:20

Technical properties of function set successfully.

INFO 2006-10-27 07:58:20

Information for application function BAPI_USER_DELETE copied to local Repository

.

INFO 2006-10-27 07:58:20

Function module BAPI_USER_DELETE set successfully.

INFO 2006-10-27 07:58:20

Executing function call BAPI_USER_DELETE.

WARNING[E] 2006-10-27 07:58:34

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

.

INFO 2006-10-27 07:58:34

RFC connection closed.

ERROR 2006-10-27 07:58:34

CJS-00030 Assertion failed: in

function GenericRFCResultTableRequestMessage(rfcfunc, result_table, requestedMes

sage, 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 || request

edMessage.NUMBER == undefined || requestedMessage.ID == undefined), "Undefined C

omparison 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 RF

C 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></i>.TYPE;

var result = result_table<i></i>.NUMBER;

var resid = result_table<i></i>.ID;

var messtr = ": Message Class " + resid + " , Message Number " + result

+ " , Message Text : " + result_table<i></i>.MESSAGE;

if (!found && restype == requestedMessage.TYPE && result == requestedMes

sage.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 2006-10-27 07:58:35

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

undefined.

ERROR 2006-10-27 07:58:35

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_Conf

iguration_PI|ind|ind|ind|ind|1|0|XiGenerateRoles|ind|ind|ind|ind|0|0|deleteAgain

TheUser was executed with status ERROR .

Has anybody an idea ?

From my point of view I have two possibilities:

Modifying the BAPI or creating an active plan version. Which would you prefer ?

Many thanks in advance for helping me.

Wolfgang Nebel

SAP R/3 Basis Administration

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I am installing ECC 6.0 2005 SR1. I did get CJS-00030 error at step 46 of 96.

I copied SAP_CUST from client 000 to 001 of IDADMIN. I restarted the installation.

At step 90 of 96 when giving authorization to download exchange infrastructure

I get an error CJS-30146- not authorized to allow download XI .........

It asks to check the connection to J2EE server. When I look into java log, it looks like there is a password problem.

Please advise how can I solve this problem.

Thanks in advance.

Former Member
0 Kudos

IT WORKED !!!!!!!!

Wolfgang, your last recommendation has been the solution to my problem.

I really appreciate your help. Unfortunately I cannot reward you since I didn´t post this message as a question I´m very sorry for this.

Sincerely grateful for you fantastic help and support.

Best regards

Antonio

Former Member
0 Kudos

Hi Antonio,

don't worry about rewards. I didn't help to reveive rewards but because I remember exactly how I felt when my installation stopped.

I'm glad I could help and wish you as many success as possible.

Best regards from northern Bavaria

Wolfgang

Former Member
0 Kudos

Hi Wolfgang,

I´m getting mad with exactly the same problem. Please, did you get any solution ?

Thank you very much in advance and good luck !!

Best regards

Former Member
0 Kudos

Hi Antonio,

the solution is described in SAP note 956921. You have to open the attachment (zip file).

If you receive further problems - don't hesitate to ask.

Kind regards

Wolfgang

Former Member
0 Kudos

Hi Wolfgang,

first of all, thank you very much for your support. I´ve done what you have told me but unfortunately I´m still experiencing the same problem. ( FCO-00011 The step deleteAgainTheUser with step key ...... ).

I applied the note 956921 ( the zip file ) few steps before ( problems with Java installation ) but I have applied it right now again. As I have told you, unfortunately it doesn´t work yet.

Any new suggestion ?

Thank you very much anyway

Former Member
0 Kudos

Hi Antonio,

don't worry. If you watch the attached word doc you'll see that you have to repeat the corrections for several times for separate users when the error occurs. If you watch your log files you see that the error occurs with different users and roles.

Attention:

You don't have to stop your installation process when the error occurs. Just correct and "Retry".

Have much fun ...

Wolfgang

Former Member
0 Kudos

Sorry Wolfgang,

I cannot see what you say about "several" users for whom I need to modify the roles..... I always get the same error and I cannot see any other "user" in the log. If you don´t mind, could you have a look to my log file ? Here it is:

INFO 2006-11-10 13:26:41

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

INFO 2006-11-10 13:26:41

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

INFO 2006-11-10 13:26:56

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

INFO 2006-11-10 13:26:56

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 2006-11-10 13:27:13

RFC parameter CLIENT set to value 001.

INFO 2006-11-10 13:27:13

RFC parameter USER set to value DDIC.

INFO 2006-11-10 13:27:13

RFC parameter LCHECK set to value 1.

INFO 2006-11-10 13:27:13

RFC parameter PCS set to value 1.

INFO 2006-11-10 13:27:13

RFC parameter LANG set to value EN.

INFO 2006-11-10 13:27:13

RFC parameter ASHOST set to value cscappbar009.

INFO 2006-11-10 13:27:13

RFC parameter SYSNR set to value 01.

INFO 2006-11-10 13:27:13

RFC connection information checked successfully.

INFO 2006-11-10 13:27:13

RFC connection opened successfully.

INFO 2006-11-10 13:27:13

Setting new application function RFC_SYSTEM_INFO.

INFO 2006-11-10 13:27:13

Generating interface for remote function.

INFO 2006-11-10 13:27:13

Function call was successful.

INFO 2006-11-10 13:27:13

Function interface generated successfully.

INFO 2006-11-10 13:27:13

Technical properties of function set successfully.

INFO 2006-11-10 13:27:13

Information for application function RFC_SYSTEM_INFO copied to local Repository.

INFO 2006-11-10 13:27:13

Function module RFC_SYSTEM_INFO set successfully.

INFO 2006-11-10 13:27:13

Executing function call RFC_SYSTEM_INFO.

INFO 2006-11-10 13:27:13

Function call was successful.

INFO 2006-11-10 13:27:13

Version 700 of remote SAP System SR3 accepted.

INFO 2006-11-10 13:27:13

Setting new application function BAPI_USER_EXISTENCE_CHECK.

INFO 2006-11-10 13:27:13

Generating interface for remote function.

INFO 2006-11-10 13:27:13

Function call was successful.

INFO 2006-11-10 13:27:13

Function interface generated successfully.

INFO 2006-11-10 13:27:13

Technical properties of function set successfully.

INFO 2006-11-10 13:27:13

Information for application function BAPI_USER_EXISTENCE_CHECK copied to local Repository.

INFO 2006-11-10 13:27:13

Function module BAPI_USER_EXISTENCE_CHECK set successfully.

INFO 2006-11-10 13:27:13

Executing function call BAPI_USER_EXISTENCE_CHECK.

INFO 2006-11-10 13:27:13

Function call was successful.

INFO 2006-11-10 13:27:13

Setting new application function BAPI_USER_DELETE.

INFO 2006-11-10 13:27:13

Generating interface for remote function.

INFO 2006-11-10 13:27:13

Function call was successful.

INFO 2006-11-10 13:27:13

Function interface generated successfully.

INFO 2006-11-10 13:27:13

Technical properties of function set successfully.

INFO 2006-11-10 13:27:13

Information for application function BAPI_USER_DELETE copied to local Repository.

INFO 2006-11-10 13:27:13

Function module BAPI_USER_DELETE set successfully.

INFO 2006-11-10 13:27:13

Executing function call BAPI_USER_DELETE.

WARNING[E] 2006-11-10 13:27:13

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

INFO 2006-11-10 13:27:13

RFC connection closed.

ERROR 2006-11-10 13:27:13

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 + " :

";

for (var i = 0; i < result_table.length; ++i) {
var restype = result_table.TYPE;
var result = result_table
.NUMBER;
var resid = result_table.ID;
var messtr = ": Message Class " + resid + " , Message Number " + result + " , Message Text : " + result_table
.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 2006-11-10 13:27:13
MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2006-11-10 13:27:13
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 .

INFO 2006-11-10 14:50:16
An error occured and the user decided to retry the current step: "|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".

INFO 2006-11-10 14:50:16
RFC parameter CLIENT set to value 001.

INFO 2006-11-10 14:50:16
RFC parameter USER set to value DDIC.

INFO 2006-11-10 14:50:16
RFC parameter LCHECK set to value 1.

INFO 2006-11-10 14:50:16
RFC parameter PCS set to value 1.

INFO 2006-11-10 14:50:16
RFC parameter LANG set to value EN.

INFO 2006-11-10 14:50:16
RFC parameter ASHOST set to value cscappbar009.

INFO 2006-11-10 14:50:16
RFC parameter SYSNR set to value 01.

INFO 2006-11-10 14:50:16
RFC connection information checked successfully.

INFO 2006-11-10 14:50:16
RFC connection opened successfully.

INFO 2006-11-10 14:50:16
Setting new application function RFC_SYSTEM_INFO.

INFO 2006-11-10 14:50:16
Generating interface for remote function.

INFO 2006-11-10 14:50:16
Function call was successful.

INFO 2006-11-10 14:50:16
Function interface generated successfully.

INFO 2006-11-10 14:50:16
Technical properties of function set successfully.

INFO 2006-11-10 14:50:16
Information for application function RFC_SYSTEM_INFO copied to local Repository.

INFO 2006-11-10 14:50:16
Function module RFC_SYSTEM_INFO set successfully.

INFO 2006-11-10 14:50:16
Executing function call RFC_SYSTEM_INFO.

INFO 2006-11-10 14:50:16
Function call was successful.

INFO 2006-11-10 14:50:16
Version 700 of remote SAP System SR3 accepted.

INFO 2006-11-10 14:50:16
Setting new application function BAPI_USER_EXISTENCE_CHECK.

INFO 2006-11-10 14:50:16
Generating interface for remote function.

INFO 2006-11-10 14:50:16
Function call was successful.

INFO 2006-11-10 14:50:16
Function interface generated successfully.

INFO 2006-11-10 14:50:16
Technical properties of function set successfully.

INFO 2006-11-10 14:50:16
Information for application function BAPI_USER_EXISTENCE_CHECK copied to local Repository.

INFO 2006-11-10 14:50:16
Function module BAPI_USER_EXISTENCE_CHECK set successfully.

INFO 2006-11-10 14:50:16
Executing function call BAPI_USER_EXISTENCE_CHECK.

INFO 2006-11-10 14:50:16
Function call was successful.

INFO 2006-11-10 14:50:16
Setting new application function BAPI_USER_DELETE.

INFO 2006-11-10 14:50:16
Generating interface for remote function.

INFO 2006-11-10 14:50:16
Function call was successful.

INFO 2006-11-10 14:50:16
Function interface generated successfully.

INFO 2006-11-10 14:50:16
Technical properties of function set successfully.

INFO 2006-11-10 14:50:16
Information for application function BAPI_USER_DELETE copied to local Repository.

INFO 2006-11-10 14:50:16
Function module BAPI_USER_DELETE set successfully.

INFO 2006-11-10 14:50:16
Executing function call BAPI_USER_DELETE.

WARNING[E] 2006-11-10 14:50:16
FRF-00025 Unable to call function. Error message: No active plan version exists .

INFO 2006-11-10 14:50:16
RFC connection closed.

ERROR 2006-11-10 14:50:16
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 + " :
";
for (var i = 0; i < result_table.length; ++i) {
var restype = result_table.TYPE;
var result = result_table
.NUMBER;
var resid = result_table.ID;
var messtr = ": Message Class " + resid + " , Message Number " + result + " , Message Text : " + result_table
.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 2006-11-10 14:50:16
MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.

ERROR 2006-11-10 14:50:16
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 .

INFO 2006-11-10 14:50:23
An error occured and the user decided to retry the current step: "|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".

INFO 2006-11-10 14:50:23
RFC parameter CLIENT set to value 001.

INFO 2006-11-10 14:50:23
RFC parameter USER set to value DDIC.

INFO 2006-11-10 14:50:23
RFC parameter LCHECK set to value 1.

INFO 2006-11-10 14:50:23
RFC parameter PCS set to value 1.

INFO 2006-11-10 14:50:23
RFC parameter LANG set to value EN.

INFO 2006-11-10 14:50:23
RFC parameter ASHOST set to value cscappbar009.

INFO 2006-11-10 14:50:23
RFC parameter SYSNR set to value 01.

INFO 2006-11-10 14:50:23
RFC connection information checked successfully.

INFO 2006-11-10 14:50:23
RFC connection opened successfully.

INFO 2006-11-10 14:50:23
Setting new application function RFC_SYSTEM_INFO.

INFO 2006-11-10 14:50:23
Generating interface for remote function.

INFO 2006-11-10 14:50:24
Function call was successful.

INFO 2006-11-10 14:50:24
Function interface generated successfully.

INFO 2006-11-10 14:50:24
Technical properties of function set successfully.

INFO 2006-11-10 14:50:24
Information for application function RFC_SYSTEM_INFO copied to local Repository.

INFO 2006-11-10 14:50:24
Function module RFC_SYSTEM_INFO set successfully.

INFO 2006-11-10 14:50:24
Executing function call RFC_SYSTEM_INFO.

INFO 2006-11-10 14:50:24
Function call was successful.

INFO 2006-11-10 14:50:24
Version 700 of remote SAP System SR3 accepted.

INFO 2006-11-10 14:50:24
Setting new application function BAPI_USER_EXISTENCE_CHECK.

INFO 2006-11-10 14:50:24
Generating interface for remote function.

INFO 2006-11-10 14:50:24
Function call was successful.

INFO 2006-11-10 14:50:24
Function interface generated successfully.

INFO 2006-11-10 14:50:24
Technical properties of function set successfully.

INFO 2006-11-10 14:50:24
Information for application function BAPI_USER_EXISTENCE_CHECK copied to local Repository.

INFO 2006-11-10 14:50:24
Function module BAPI_USER_EXISTENCE_CHECK set successfully.

INFO 2006-11-10 14:50:24
Executing function call BAPI_USER_EXISTENCE_CHECK.

INFO 2006-11-10 14:50:24
Function call was successful.

INFO 2006-11-10 14:50:24
Setting new application function BAPI_USER_DELETE.

INFO 2006-11-10 14:50:24
Generating interface for remote function.

INFO 2006-11-10 14:50:24
Function call was successful.

INFO 2006-11-10 14:50:24
Function interface generated successfully.

INFO 2006-11-10 14:50:24
Technical properties of function set successfully.

INFO 2006-11-10 14:50:24
Information for application function BAPI_USER_DELETE copied to local Repository.

INFO 2006-11-10 14:50:24
Function module BAPI_USER_DELETE set successfully.

INFO 2006-11-10 14:50:24
Executing function call BAPI_USER_DELETE.

WARNING[E] 2006-11-10 14:50:24
FRF-00025 Unable to call function. Error message: No active plan version exists .

INFO 2006-11-10 14:50:24
RFC connection closed.

ERROR 2006-11-10 14:50:24
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 + " :
";
for (var i = 0; i < result_table.length; ++i) {
var restype = result_table.TYPE;
var result = result_table
.NUMBER;
var resid = result_table.ID;
var messtr = ": Message Class " + resid + " , Message Number " + result + " , Message Text : " + result_table
.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 2006-11-10 14:50:24

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

ERROR 2006-11-10 14:50:24

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 .

INFO 2006-11-10 14:50:28

An error occured and the user decide to stop.

Current step "|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".

I really appreciate your help.

Thousands of thanks

Former Member
0 Kudos

Hi Antonio,

no need for excusing yourself.

In the attached word document several steps are described with two or three users and roles. A comment line tells you to ignore a warning message regarding the missing active plan version.

But you can try the following:

- stop the installation when the error occurs

- log in as user idadmin (password ides123) in the client 001

- transaction sccl using the profile sap_cust source client 000

- restart the installation

after the client copy you'll have an existing "active plan version".

This was my solution in a later step.

Have much fun !

Wolfgang