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

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

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

Similar Messages

  • What does this mean and how do I fix it: "The following warnings and errors were found during the validation of the current project:  - There appears to be a broken asset in your project. Correct this problem before burning this project."

    What does this mean and how do I fix it: "The following warnings and errors were found during the validation of the current project:  - There appears to be a broken asset in your project. Correct this problem before burning this project."

    It means that iDVD has found a problem with one of the movies added to the project.  Did you edit the movie after it had been added to the project.
    Create a new project and add your assets, movies, slides, etc. again and follow this workflow to help ensure the best quality video DVD:
    Once you have the project as you want it save it as a disk image via the  File ➙ Save as Disk Image  menu option.  This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image and launch DVD Player and play it.  If it plays OK with DVD Player the encoding was good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    OT

  • SAP Install Error: CJS-00030 Assertion failed:Component OraDatabaseTablespa

    I am installing SAP ECC 6.0 IDES central system on RHEL4 x86_64 bit with Oracle 10g.
    Oracle db installation and create database steps have completed successfully. It is now on "Create/Check Tablespaces" of SAP installation and came across an error.
    Below, please see the last few lines of sapinst.log showing the error message.
    INFO 2008-12-24 13:20:18
    Account oram1s already exists.
    INFO 2008-12-24 13:20:18
    Account dba already exists.
    ERROR 2008-12-24 13:20:18
    CJS-00030  Assertion failed: Component OraDatabaseTablespaces2: Context parameter templateDirectory is not valid. The follo
    wing files are missing: TABLESPACES.XML
    ERROR 2008-12-24 13:20:18
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2008-12-24 13:20:18
    FCO-00011  The step checkStepPreconditions 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_OraTablespace2|ind|ind|ind|ind|6|0|checkStepPreconditions was execut
    ed with status ERROR .
    Can anyone please guide or help me resolve this issue?
    Appreciate your help!
    thanks,
    Dhimant

    Markus,
    thanks for your quick response. However, I am curious to know what could be the problem. Please let me describe briefly what I have done so far.
    - Started with ./sapinst and went thru choose service, define parameters, check parameters steps
    - It prompted me to enter SolMan key, done.
    - It stoped here and prompted me to login as oram1s and start Oracle installation by executing /oracle/stage/102_64/database/SAP/RUNINSTALLER. done.
    - After completion of Oracle 10.2.0.1.0 installation, ran orainstRoot.sh  and root.sh as root. done.
    - SAP install manual suggests to apply Oracle patch set. Since I had downloaded 51031811 Oracle patch dvd from market place, I executed /sapsoftware/extract/51031811/DVD_ORACLE_10.2.0.2_Patches_LINUX/LINUX_X86_64/Disk1/runInstaller. It completed successfully so assume it applied Oracle 10g R2 patch set 1.
    - Now, I went back to sapinstall session and continued from there on.
    - It went thru a couple phases and "create database" and then came across this issue in "Create/Check tablespaces"
    NOTE: I came across few other issues in between so followed proper resolution for those and moved on.
    Have I missed something or done a mistake somewhere?
    As always, appreciate your help!
    thanks,
    Dhimant

  • IPad 1 upgrade from 4.3.1 to 5.1.1 and error message 0e800400C during backup.  The response I get is that it is trying to backup my ipad.

    I'm trying to upgrade my ipad and it tries to backup before the upgrade.  During the backup I get an error message 0e800400C  and a promot that if I continue I may lose data (I'm ok with it.  I have already cleared data and settings).  When I press continue, the upgrade stops and the Ipad restores automatically.  So, I'm unable to get it done.  Any thoughts on what I may be doing wrong?    

    The first generation iPad can't be updated past 5.1.1.
    (114934)

  • Warning and errors

    Below is what I get when trying to burn my project. I have one red stop sign - it's the first slide in the DVD map where it say to drag content here to automatically play. I want to do this, but can't seem to drag anything there. I have some yellow warning signs on the submenus where I do not have a movie, just text (saying that I don't have a movie for this area).
    The following warnings and errors were found during the validation of the current project:
    - There is an empty drop zone in your project. If you don’t add content to it before burning the project, it will appear as a grey area in your finished DVD.
    - There seems to be too much motion menu content in your project. Correct this problem before you continue burning this project.

    I have one red stop sign - it's the first slide in the DVD map where it say to drag content here to automatically play. I want to do this, but can't seem to drag anything there
    What format is that content in?
    I have some yellow warning signs on the submenus where I do not have a movie, just text (saying that I don't have a movie for this area).
    That's probably a problem - why would you have a menu saying you don't have anything on it? I don't understand what you are trying to do.
    There is an empty drop zone in your project. If you don’t add content to it before burning the project, it will appear as a grey area in your finished DVD.
    That's a problem. In SOME cases you can delete the unwanted drop zone.
    There seems to be too much motion menu content in your project. Correct this problem before you continue burning this project.
    Is it 4:3 or 16:9? 16:9 only allows half the time 4:3 does. This usually happens when you drop a long movie (many minutes) into a menu drop zone (or as a button) and have it set to display a short (a few seconds) clip. In this case, edit the long movie to include just the short clip you want to see.

  • Warning and Error

    Hi all,
    I am getting some Warning and Errors about some tables in SCC3 during  the execution of Client Copy, Client Export  and when consultant check their data then some table or missing which are showing in Warning and Error. one client copy is running for last 2 days.
    the spam and SP level are same.
    how can i retrieve these tables which are showing under Warning and Errors in SCC3?
    Regards,
    majamil

    Hi Anil,
    sorry for delay,
    Dear, there is RFC System Comparision Option available in SCC9 while client comparison option is not .
    I got some table are missing after RFC System Comparision. now how  can i recover these tables?
    and also I am stil getting same Warning and Errors regarding table during Client Copy, Client Export and
    Remote client copy.
    If I exclude these tables then how can i retrive these one on target system.
    Regards,
    majamil

  • ECC v6.0 installation error : CJS-30022 and FCO-00011

    Hi All,
    I enconter the while <u><b>installing ECC 6.0 in windows 2003 server and MSSQL 2005 as the database</b></u>. The error occurs during <u><b>import ABAP phase ( exactly the Job name was SAPSDIC and this is the first job out of 19)</b></u>
    The same issue has been discussed in this forum but for oracle( Please find the  link below for it)Kindly let me know how to fix it and since the database i am using it is SQL 2005 i am really confused on <u><b>what should i change exactly</b></u>.
    Re: Solution Manager v4.0 installation error : CJS-30022 and FCO-00011
    regards,
    Anandha Krishnan.R

    Sunil,
    The log file is pasted.
    ===== Log file of import.monitor.log =============
    TRACE: 2007-04-18 18:45:15 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSDIC' import package:
    E:\usr\sap\KR3\SYS\exe\nuc\NTI386\R3load.exe -ctf I "E:\SAP ERP 2005 IDES\51032413_4_IDES SAP ERP 2005 SR2 Inst. Export\EXP4\DATA\SAPSDIC.STR" "C:\Program Files\sapinst_instdir\ERP\SYSTEM\MSS\CENTRAL\AS\DDLMSS.TPL" SAPSDIC.TSK MSS -l SAPSDIC.log
    TRACE: 2007-04-18 18:45:15 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    E:\usr\sap\KR3\SYS\exe\nuc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 1100 -l SAPSDIC.log -loadprocedure fast
    ERROR: 2007-04-18 19:00:34 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'E:\usr\sap\KR3\SYS\exe\nuc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 1100 -l SAPSDIC.log -loadprocedure fast' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2007-04-18 19:01:00
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2007-04-18 19:01:00
    1 error(s) during processing of packages.
    INFO: 2007-04-18 19:01:00
    Import Monitor is stopped.
    ===== Log file of import.monitor.java.log =============
    java version "1.4.2_09"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_09-b05, mixed mode)
    Import Monitor jobs: running 1, waiting 18, completed 0, failed 0, total 19.
    Loading of 'SAPSDIC' import package: ERROR
    Import Monitor jobs: running 0, waiting 18, completed 0, failed 1, total 19.
    ===== Log file of SAPSDIC.TSK =============
    T F4TMP C ok
    P F4TMP~0 C ok
    D F4TMP I ok
    T F4UHLP C ok
    P F4UHLP~0 C ok
    D F4UHLP I err
    Note : Other than the last task all the other tasks were found to be ok
    ===== Log file of SAPSDIC.log =============
    (DB) INFO: ENHA_TMDIR~CMP created
    (DB) INFO: ENHA_TMDIR~ENH created
    (DB) INFO: ENHA_TMDIR~MTD created
    (DB) INFO: F4TMP created
    (DB) INFO: F4TMP~0 created
    (IMP) INFO: import of F4TMP completed (1404 rows) #20070418185312
    (DB) INFO: F4UHLP created
    (DB) INFO: F4UHLP~0 created
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 5
    (row 3322 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 22 04 3e 04 47 04 3a 04 38 04 20 00 20 00 20 00 |".>.G.:.8. . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 9
    (row 3323 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 23 04 41 04 3a 04 3e 04 40 04 35 04 3d 04 38 04 |#.A.:.>[email protected].=.8.|
    VALUE 35 04 20 00 20 00 20 00 20 00 20 00 20 00 20 00 |5. . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 4
    (row 3324 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 26 04 38 04 3a 04 3b 04 20 00 20 00 20 00 20 00 |&.8.:.;. . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 7
    (row 3325 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 27 04 30 04 41 04 42 04 3e 04 42 04 30 04 20 00 |'.0.A.B.>.B.0. .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 13
    (row 3326 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 2d 04 3b 04 35 04 3a 04 42 04 40 04 15 04 3c 04 |-.;.5.:.B.@...<.|
    VALUE 3a 04 3e 04 41 04 42 04 4c 04 20 00 20 00 20 00 |:.>.A.B.L. . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 19
    (row 3327 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 2d 04 3b 04 35 04 3a 04 42 04 40 04 21 04 3e 04 |-.;.5.:.B.@.!.>.|
    VALUE 3f 04 40 04 3e 04 42 04 38 04 32 04 3b 04 35 04 |?.@.>.B.8.2.;.5.|
    VALUE 3d 04 38 04 35 04 20 00 20 00 20 00 20 00 20 00 |=.8.5. . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 18
    (row 3328 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 2d 04 3b 04 35 04 3a 04 42 04 40 04 38 04 47 04 |-.;.5.:[email protected].|
    VALUE 1d 04 30 04 3f 04 40 04 4f 04 36 04 35 04 3d 04 |[email protected].=.|
    VALUE 38 04 35 04 20 00 20 00 20 00 20 00 20 00 20 00 |8.5. . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 16
    (row 3329 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 2d 04 3b 04 35 04 3a 04 42 04 40 04 38 04 47 04 |-.;.5.:[email protected].|
    VALUE 35 04 41 04 3a 04 38 04 39 04 20 00 42 04 3e 04 |5.A.:.8.9. .B.>.|
    VALUE 3a 04 20 00 20 00 20 00 20 00 20 00 20 00 20 00 |:. . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (CNV) WARNING: code page conversion problem
    Number of substitutions: 7
    (row 3330 of current buffer, table F4UHLP)
    MANDT 38 00 30 00 30 00 |8.0.0. |
    USERNAME 5a 00 48 00 55 00 4b 00 4f 00 56 00 20 00 20 00 |Z.H.U.K.O.V. . .|
    USERNAME 20 00 20 00 20 00 20 00 | . . . . |
    TABFIELD 54 00 30 00 30 00 36 00 54 00 20 00 20 00 20 00 |T.0.0.6.T. . . .|
    TABFIELD 20 00 20 00 | . . |
    FIELDFIELD 54 00 58 00 44 00 49 00 4d 00 20 00 20 00 20 00 |T.X.D.I.M. . . .|
    FIELDFIELD 20 00 20 00 | . . |
    VALUE 2d 04 3d 04 35 04 40 04 33 04 38 04 4f 04 20 00 |[email protected]. .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    VALUE 20 00 20 00 20 00 20 00 20 00 20 00 20 00 20 00 | . . . . . . . .|
    (IMP) INFO: ExeFastLoad failed with <2: BCP Commit failed>
    (IMP) ERROR: ExeFastload: rc = 2
    (DB) INFO: F4UHLP~1 created
    (DB) INFO: GCTAB created
    (DB) INFO: GCTAB~0 created
    (IMP) INFO: import of GCTAB completed (0 rows) #20070418185312
    (DB) INFO: GUI_FKEY created
    (DB) INFO: GUI_FKEY~0 created
    (IMP) INFO: import of GUI_FKEY completed (335 rows) #20070418185312
    (DB) INFO: VRSX4~1 created
    (DB) INFO: disconnected from DB
    E:\usr\sap\KR3\SYS\exe\nuc\NTI386\R3load.exe: job finished with 1 error(s)
    E:\usr\sap\KR3\SYS\exe\nuc\NTI386\R3load.exe: END OF LOG: 20070418190034
    regards,
    Anandha Krishnan.R

  • Error SAPNW2004sJava -CJS-00030 MUT-03025 FCO-00011 xuser entry file failed

    WHAT"S WRONG WITH THIS PICTURE? please this is from step 17 of 32
    WARNING 2007-09-02 15:39:40
    Execution of the command "C:\sapdb\programs\bin\xuser.exe -c dbhost\user -U DEFAULT -u XXXXXX -d SID -n dbhost -S SAPR3 -t 0 -I 0 set" finished with return code 2. Output: FATAL: Open xuser entry file failed: could not get logon USER name [1332]
    ERROR 2007-09-02 15:39:40
    CJS-00030  Assertion failed: The creation of the xuser entry via 'C:\sapdb\programs\bin\xuser.exe -c dbhost\user -U DEFAULT -u XXXXXX -d SID -n dbhost -S SAPR3 -t 0 -I 0 set' aborts with returncode 2. Check the logfile xuser_DEFAULT.log for more information.
    ERROR 2007-09-02 15:39:40
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-09-02 15:39:40
    FCO-00011  The step SdbCreateXuser with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_ADA_DB|ind|ind|ind|ind|6|0|Sdb_Xuser|ind|ind|ind|ind|6|0|SdbCreateXuser was executed with status ERROR .
    I have already install ABAP TRIAL 2004s first with Java sdk 1.4.2.08 and tehn proceeded with java 04s trial.
    I got the variable set
    I got saploc set
    i got the the right java sdk 1.4.2_09

    Hi,
    what does the log files say?? (xuser_DEFAULT.log)
    Be sure that your other system is stopped (also the db an the xserver is down). Then the installaition should work.
    Regards,
    Daniel

  • Databse instance installation error MUT-03025 CJS-00030

    Hi Gurus,
    Seems that few people had similar kind of problem but did not have any solutions for them.
    installing Database instance and im getting the below error msgs
    win 2003 sp2
    oracle 10g
    sap n/w 2004s
    usage type pi
    mscs cluster environment
    ERROR 2007-11-12 12:15:56
    CJS-00030  Assertion failed: in
    function (role) {
        NWUsers.trace("NWUsers.getAccountData(", role, ")");
        this._initAccountData();
        ASSERT(arguments.callee, this.haveAccountData(role), "role " + role + " is not created yet.");
        var ad = this._readAccountDataFromKeydb(role);
        ad = this._readAccountData(ad);
        var masterpwd = this.getMasterPassword();
        if (ad.password == "" && this._useMasterPasswordForAccountData(ad) && ad.type == "USER" && masterpwd !== undefined && role != NWUsers.roles.J2EEGuest && !ad.locked) {
            ad.password = masterpwd;
        NWUsers.trace("NWUsers.getAccountData(): ", dump_properties(ad));
        return ad;
    role ORA_SID_DBA is not created yet.
    ERROR 2007-11-12 12:15:56
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-11-12 12:15:56
    FCO-00011  The step checkForExistingDatabase with step key |NW_Doublestack_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|9|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|checkForExistingDatabase was executed with status ERROR .
    Regards
    Raj

    Hi RAJ,
    Please check the following sap note:
    SAP Note:  919106 - SAP NetWeaver 2004s SR1 Installation on Windows: Oracle
    Regards,
    Siddhesh

  • CJS-00030  Assertion failed: Execution of SQL script reports an unexpected error.System Copy

    Experts,
    I am performing Homogeneous System copy using backup/restore method.I have taken QA system backup ie dump files and trying to build on Sandbox system for testing purpose.Everything went fine and was able to load the dump but stuck at one of the point and throwing me error
    ERROR      [cinstallercallbackimpl.cpp:228]
    CJS-00030  Assertion failed: Execution of SQL script reports an unexpected error.
    When I checked the sapinst_dev log I found the below error but not able to fix it and not aware to proceed further
    1> use SID
    1> EXEC sp_changedbowner sapsa
    Msg 17362, Level 16, State 1:
    Server 'SID', Procedure 'sp_changedbowner', Line 181:
    The proposed new db owner already is a user in the database or owns the database.
    (return status = 1)
    I am sure these may be small changes that have to be made by changing the db owner and Im not exactly sure how to perform it.
    Note:I am Using the Windows environment with Sybase ase database and SWPM tool to perform.
    Appreciate your suggestions
    Thanks

    I fixed the issue ..by changing the owner sapsa.Bingo !!!!

  • CJS-00030  Assertion failed: dbSidOrSrcObject and dbHome are not valid

    Hello Guru's,
    we trying to do os migration of SAP XI 3.0 system,
    we have export from source system and building target system below see the steps followed.
    1. install CI on target server
    2. installing DB instace on target. But before proceeding further I have installed oracle software successfully and check it using
    sqlplus > it is able to connect to sql.
    know problem is after installing oracle sofware when I continued the DB instance installation.
    System give me error as
    CJS-00030  Assertion failed: OraSqlContext constructor: arguments dbSidOrSrcObject and dbHome are not valid ****
    Dont know to solve this issue.
    please help me in this
    REgards,
    Syed Maqsood.

    Hi,
    My oracle release is 9.2.0.6 and i check the environmental varialbe for ora<sid> user below as below:
    uvmn3000:oradx1 7> env
    USER=oradx1
    LOGNAME=oradx1
    HOME=/oracle/DX1
    PATH=/oracle/DX1/920_64/bin:.:/oracle/DX1:/usr/sap/DX1/SYS/exe/run:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/gvsd/bin:/opt/ipf/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/caliper/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/resmon/bin:/opt/firefox:/opt/gnome/bin:/opt/perf/bin:/opt/propplus/bin:/usr/contrib/kwdb/bin:/opt/perl_32/bin:/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/sentinel/bin:/opt/langtools/bin:/opt/wlm/bin:/opt/gwlm/bin:/opt/ignite/bin:/opt/hpvm/bin:/opt/aCC/bin:/opt/cadvise/bin:/opt/networker/bin
    MAIL=/var/mail/oradx1
    SHELL=/bin/csh
    TZ=MET-1METDST
    SSH_CLIENT=10.115.4.54 1530 22
    SSH_CONNECTION=10.115.4.54 1530 45.220.20.234 22
    SSH_TTY=/dev/pts/1
    TERM=xterm
    SFTP_UMASK=
    SFTP_PERMIT_CHMOD=1
    SFTP_PERMIT_CHOWN=1
    COLUMNS=158
    LINES=61
    MANPATH=/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:/opt/VRTS/vxfs5.0/man:/opt/ldapux/share/man/%L:/opt/ldapux/share/man:/opt/ipf/man:/opt/ldapux/ypldapd/man:/opt/samba/man:/opt/samba/WTEC_Support_Tools/man:/opt/samba/cfsm_man:/opt/cifsclient/share/man:/opt/openssl/man:/opt/openssl/prngd/man:/opt/wbem/share/man:/opt/graphics/common/man:/opt/amgr/man/%L:/opt/amgr/man:/opt/sec_mgmt/share/man:/opt/caliper/man/%L:/opt/caliper/man:/opt/drd/share/man/%L:/opt/drd/share/man:/opt/dsau/man:/opt/resmon/share/man/%L:/opt/resmon/share/man:/opt/gnome/man:/opt/perf/man/%L:/opt/perf/man:/opt/propplus/share/man:/usr/contrib/kwdb/share/man:/opt/perl_32/man:/opt/perl_64/man:/opt/prm/man/%L:/opt/prm/man:/opt/psb/healthtest/share/man:/opt/sfm/share/man:/opt/swm/share/man/%L:/opt/swm/share/man:/opt/swa/share/man/%L:/opt/swa/share/man:/opt/ssh/share/man:/opt/sentinel/man/%L:/opt/sentinel/man:/opt/langtools/share/man/%L:/opt/langtools/share/man:/opt/wlm/share/man/%L:/opt/wlm/share/man:/opt/openssl/fips/0.9.7/man:/opt/openssl/fips/0.9.8/man:/opt/gwlm/man/%L:/opt/gwlm/man:/opt/icod/man/%L:/opt/icod/man:/opt/ignite/share/man/%L:/opt/ignite/share/man:/opt/iexpress/tcpdump/man:/opt/iexpress/lsof/man:/opt/iexpress/curl/man:/opt/iexpress/sudo/man:/opt/iexpress/zlib/share/man:/opt/hpvm/share/man/%L:/opt/aCC/share/man/%L:/opt/aCC/share/man:/opt/cadvise/share/man/%L:/opt/cadvise/share/man:/opt/imake/man:/opt/networker/man
    SAPSYSTEMNAME=DX1
    DIR_LIBRARY=/usr/sap/DX1/SYS/exe/run
    SHLIB_PATH=/usr/sap/DX1/SYS/exe/run
    THREAD=NOPS
    dbms_type=ORA
    dbs_ora_tnsname=DX1
    dbs_ora_schema=SAPDX1
    ORACLE_PSRV=DX1
    ORACLE_SID=DX1
    DB_SID=DX1
    ORACLE_HOME=/oracle/DX1/920_64
    ORACLE_BASE=/oracle
    ORA_NLS33=/oracle/DX1/920_64/ocommon/nls/admin/data
    NLS_LANG=AMERICAN_AMERICA.UTF8
    SAPDATA_HOME=/oracle/DX1
    More over I am installing database instance using root.
    let me focus more on error point.
    Error is triggering at " create oracle database" step before to this step all steps are completed successfully.
    Can anyone help to solve this issue.

  • With the following warning "ligheroom encountered an error when reading form its preview cache and n

    with the following warning "ligheroom encountered an error when reading form its preview cache and needs to quit.  lightroom will attempt to fix this problem the next time it lanuchse "
    ligheroom progrem 5.4 64-bit is stopped
    i can't use the Lightroom Progrem
    and want to solve the problem As soon as possible

    Delete preview cache - that should solve the problem.
    It's the .lrdata folder in with your catalog, named something like "My Catalog Previews.lrdata".
    Delete entire .lrdata folder, making sure you get the one in the same folder as the catalog you're opening. Do not delete anything else, and if you have something like "My Catalog Smart Previews.lrdata" - that's not it.
    http://helpx.adobe.com/lightroom/kb/preference-file-locations-lightroom-41.html
    When Lr comes up, consider initiating whole-catalog building of standard previews (Library -> Previews menu), lest you be "forever" greeted by temporarily gray thumbnails and "loupe loading" indicator in the future..

  • Warning message instead of error message during PO creation in QM in procurement

    Hi,
    I activated QM procurement for a material and put a control key with delivery release, certificate required and invoice block....Now for that material, vendor and plant combination created QM info record and put some release qty...Now after the release qty is reached then when I am making next Purchase Order system is throwing warning message instead of error message and allowing me to create PO...where I need to convert the warning message to error message...
    Thanks
    Kumar

    Hello Kumar,
    Never tested this ;
    Anyways, Set Message control for lock as "Defects" for respective Control key.
    Path: QCC0>QM in Logistics>QM in Procurement>Define Control Keys.
    Amol.

  • Suppressing Warning and Error Dialogs in 8.2

    All
    I am looking into whether or not it is possible to suppress warning and error dialogs within a form created by LiveCycle Designer 8.2.  I am aware this functionality is easily configurable within ES2 - which is the driver behind why I would like to get it working in some form within 8.2.  Essentially, I would like no dialog boxes to appear unless explicitly done so via script.
    Any ideas?

    Just thought I would reach out one last time on this topic.  To be more specific, I am looking for a means by which to "turn off" dialogs within a Designer 8.2 form.  I still wish to use Validation patterns and perhaps Validation scripts but I don't want any dialog boxes to appear should any pattern or script be violated.
    Any help would be appreciated.
    Thanks in advance!

  • Am trying to download itunes as it has previously deleted during an update, and it comes up during the installation that there is a file error with my resources

    Am trying to download itunes as it has previously deleted during an update, and it comes up during the installation that there is a file error with my resources

    That's perfect, thanks.
    error writing to file: C:\Program
    files\ i tunes\ i tunes.Resources\ja.lproj\AppleTVStream
    itxib. Verify that you have access to that directory
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

Maybe you are looking for

  • Why do I need to use MOLGA?

    I know that this is a very basic question, but I have been asked why do we need to have a new MOLGA for every country; what I know of is: 1.     Is the standard method of supporting multi-country (Global) HCM.  MOLGA is central to the SAP HCM solutio

  • My iPod touch 5 front camera isn't working, how do I fix it?

    My I pod touch 5 front camera isn't working. How can I fix it. I have also already tried to reset it multiple times.

  • What are your top three favorite new features in 8?

    First off, let me say that I am blown away with this update. It really has almost everything I could have hoped for. Bug fixes, workflow improvements galore, not a bunch of new plug ins but great improvements on the old ones, and I personally love th

  • Load order overwrite impossible and ORA-01790

    Hi, I'm using Oracle 11g Rel. 1 EE and I have some problems with a mapping in OWB. I mapped my customer dimension (SCD type 2) with the corresponding tables. The first problem is that I can't overwrite the load order for this dimension. I've set up t

  • Process chain with abap report

    Hi all, I have an abap report which is used to fill a table . This report is scheduled on daily basis . Now i want to do is , whenever this report completes my process chain should start in BI so that data in table can be filled in GDS . How to do th