cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Netweaver 7.0 with MaxDB installation error

Former Member
0 Kudos

Hello,

I started an installation of SAP Netweaver 7.0 including Enhp 2 ABAP+Java on Linux RHL6 with MaxDB.

After I entered the location of the export package a got the error:

An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 2 > SAP Process Integration > MaxDB > Central System >

Central System( Last error reported by the step :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 SQD_DBSID is not created yet.).

You can now:

Choose Retry to repeat the current step.

Choose Log Files to get more information about the error.

Stop the option and continue with it later.

Log files are written to /tmp/sapinst_instdir/NW702/PI/ADA/CENTRAL/.

NWUsers.trace("NWUsers.getAccountData(", role, ")"); this._initAccountData()

Did anyone get this error before or can help me solve it? I do not get much info from the error text.

Best regards,

manoliv

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Any other ideas? I would really appreciate it.

regards,

manoliv

JPReyes
Active Contributor
0 Kudos

You might find the solution to this issue in SAP Note 1172733 - SAP NetWeaver 7.0 EHP1/Business Suite 7 on UNIX:SAP MaxDB

Adjust the keydb.xml file in the installation directory

Regards,

Juan

Former Member
0 Kudos

Hello,

Thank you for your answer. I read the note butthis is not my case because I did not redifined the database software group, I left it as default sdba. 

regards,

manoliv

JPReyes
Active Contributor
0 Kudos

Theres a similar thread pointing to an issue with the netwrok config... it might help (or not)

http://scn.sap.com/thread/1533315