cancel
Showing results for 
Search instead for 
Did you mean: 

MaxDB Installation Error - db_connect failed with rc = 256

former_member190251
Participant
0 Kudos

Hi,

We are in the process of reinstalling SAP NW7.5 (ABAP) with MAX DB database on AIX machine.

During reinstallation, we are getting the below error.

under sidadm user we could nt see the xuser list and getting the below error

Warning: Open xuser entry file failed: incorrect USER data owner

under sqdgrd we could see the xuser list.

servername:sqdGRD> xuser list
-----------------------------------------------------------------
XUSER Entry 1
--------------
Key :DEFAULT
Username :SAPGRD
UsernameUCS2 :.S.A.P.G.R.D. . . . . . . . . . . . . . . . . . . . . . . . . .
Password :?????????
PasswordUCS2 :?????????
PasswordUTF8 :?????????
Dbname :GRD
Nodename :servername
Sqlmode :SAPR3
Cachelimit :-1
Timeout :0
Isolation :0
Charset :<unspecified>
-----------------------------------------------------------------
XUSER Entry 2
--------------
Key :c
Username :CONTROL
UsernameUCS2 :.C.O.N.T.R.O.L. . . . . . . . . . . . . . . . . . . . . . . . .
Password :?????????
PasswordUCS2 :?????????
PasswordUTF8 :?????????
Dbname :GRD
Nodename :servername
Sqlmode :SAPR3
Cachelimit :-1
Timeout :0
Isolation :0
Charset :<unspecified>
-----------------------------------------------------------------
XUSER Entry 3
--------------
Key :c_J2EE
Username :CONTROL
UsernameUCS2 :.C.O.N.T.R.O.L. . . . . . . . . . . . . . . . . . . . . . . . .
Password :?????????
PasswordUCS2 :?????????
PasswordUTF8 :?????????
Dbname :GRD
Nodename :servername
Sqlmode :SAPR3
Cachelimit :-1
Timeout :0
Isolation :0
Charset :<unspecified>
-----------------------------------------------------------------
XUSER Entry 4
--------------
Key :w
Username :SUPERDBA
UsernameUCS2 :.S.U.P.E.R.D.B.A. . . . . . . . . . . . . . . . . . . . . . . .
Password :?????????
PasswordUCS2 :?????????
PasswordUTF8 :?????????
Dbname :GRD
Nodename :servername
Sqlmode :SAPR3
Cachelimit :-1
Timeout :0
Isolation :0
Charset :<unspecified>

===========================================================

Could you please help me to fix this issue.

Regards

Sub

Accepted Solutions (0)

Answers (1)

Answers (1)

alichtenau
Advisor
Advisor
0 Kudos

Hi Sub,

it is possible to store user information (e.g. name, password, database name, ...) in a special file (.XUSER.62 in the HOME directory of the OS user - Unix/Linux) resp. in the registry (Microsoft Windows). The data can only be accessed by the operating system user who owns the data.
Please also check SAP Note 39439. Do you have such a file present?

Additionally: Which MaxDB version is in use? Maybe it is a bug explained in SAP Note 1444241.

Best regards,
Andreas