cancel
Showing results for 
Search instead for 
Did you mean: 

Error :he creation of the default xuser entry aborts with returncode 2.

Former Member
0 Kudos

Hi,

We are installing the SAP NW 2004 (ABAP +Java ) on AIX box with MAXBD 7.5.

During the aBAP installing:

a)We could sucessfully install the Central instance

b)While installing the database instance we get the follow error:

RR 11517 XUSER Could not open USER file, Permission denied

WARNING 2007-07-05 14:14:14

CJSlibModule::writeWarning_impl()

Execution of the command "/data1/sapdb/programs/bin/xuser -d CTS -n ctsaix05 -u XXXXXX -U DEFAULT -S SAPR3 -t 0 -I 0 set" finished with return code 2. Output:

FATAL: Close xuser entry failed:

ERROR 2007-07-05 14:14:14 [iaxxinscbk.cpp:289]

abortInstallation

CJS-00030 Assertion failed: in

function create_xuser_default(db_name, db_host, defUser, defPasswd, dbVer) {

var def_s = defUser + "," + defPasswd;

var xuser_pr = new ProcessMgt();

var xuser_app = xuser_pr.createChildApplication();

var xuser = (new FileMgt()).convertToOSPath(sapdb_xuser_fl());

xuser_app.setExecutable(xuser);

var def_args = ["-d", db_name, "-n", db_host, "-u", def_s, "-U", "DEFAULT", "-S", "SAPR3", "-t", "0", "-I", "0", "set"];

xuser_app.setArguments(def_args);

xuser_app.setHiddenArguments({5:true});

xuser_app.setLogname("xuser_default.log");

var ret = xuser_app.run();

ASSERT(arguments.callee, ret == 0, "The creation of the default xuser entry aborts with returncode " + ret + ". Check the logfile xuser_default.log for more information.");

}

The creation of the default xuser entry aborts with returncode 2. Check the logfile xuser_default.log for more information.

I checked the file xuser_default.log .I has the following

FATAL: Close xuser entry failed:

Best Regards

Manoj

Accepted Solutions (0)

Answers (1)

Answers (1)

TTK
Employee
Employee
0 Kudos

Hello Manoj

Does the user calling finally the xuser-command have write permission to the corresponing location in the file system?

Since you are probably a SAP customer compare with note 39439.

Regards Thomas