4 Replies Latest reply: Apr 27, 2012 12:59 PM by Manu Dalmy RSS

SAP Netweaver 7.0 with MaxDB installation error

Manu Dalmy
Currently Being Moderated

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