cancel
Showing results for 
Search instead for 
Did you mean: 

Error: Role SQD_DBSID is not created yet (MaxDB/Linux NW CE 7.11)

Former Member
0 Kudos

Hi!

I'm installing a NW CE 7.11 over MaxDB/Linux cluster.

The system already have several systems installed, over different DB Instances.

I installed the system the first time using standalone option (cluster installation wasnt a requirement at the first time). Then i had to uninstall the system and delete the DB instance, because I had to use cluster option.

The problem appears during this new second installation, when I am entering the information to sapinst (specifically after telling sapinst the path for the Java INST media). Sapinst shows me the next error:

ERROR 2009-11-16 19:36:22.441 [iaxxinscbk.cpp:244]

CJS-00030 Assertion failed: in

function (role, readAccountData) {

if (readAccountData === undefined) {

readAccountData = true;

}

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

this._initAccountData();

ASSERT(arguments.callee, this.haveAccountData(role), "role " + role + " is not created yet.");

var ad = this._readAccountDataFromKeydb(role);

if (readAccountData) {

ad = this._readAccountData(ad);

}

var masterpwd = this.getMasterPassword();

if (ad.password == "" && this._useMasterPasswordForAccountData(ad) && ad.type == "USER" && masterpwd !== undefined && rol

e != NWUsers.roles.J2EEGuest && !ad.locked) {

ad.password = masterpwd;

}

NWUsers.trace("NWUsers.getAccountData(): ", dump_properties(ad));

return ad;

}

role SQD_DBSID is not created yet.

I cant find any information in SAP Forum nor SAP notes. Im completely stuck.

Does anyone have any clue?

Thank you in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The problem was the network configuration.

The virtual IP´s used for the installation wasnt configured via ifconfig in the host.

The "role" error really was confusing me, but bealive it or not, it was network configuration.

I hope this will help someone else.

Camilo.

Former Member
0 Kudos

Hello,

Can you please me more explicit about the solution of error?

I have the same thing

Thank you,

Dalmy

0 Kudos

Hi,

we have exactly the same issue. We tried to implement ERP606 using virtual hostname (SAPINST_USE_HOSTNAME).

ERROR 2012-08-01 09:33:08.611

FCO-00011  The step FillAllContextTables with step key |NW_ABAP_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_ADA_DB|ind|ind|ind|ind|6|0|FillAllContextTables was executed with status ERROR ( 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.).

Can yu please explain the network issue in more detail?

Thanks,

Christoph

0 Kudos

Solved by SAP Note 962955 (virtual IP was not assigend in ifconfig) and deactivating network interface flag deprecated..

e1000g0:1: flags=1001040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4,FIXEDMTU> mtu 1500 index 11 zone dsd99 

        inet 10.100.137.109 netmask fffffc00 broadcast 10.100.139.255

-->

e1000g0:1: flags=1001040843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,FIXEDMTU> mtu 1500 index 11 zone dsd99 

        inet 10.100.137.109 netmask fffffc00 broadcast 10.100.139.255

Cheers, Christoph