cancel
Showing results for 
Search instead for 
Did you mean: 

error: role DB6_DB2SID is not created yet.). while using remove java option in Dual stack split tool

Former Member
0 Kudos

Hi Gurus,

We are using Dual stack split tool to remove java stack from the system.

But, we are struck with the below error, please share the details if any one faced this issue.

Details:

ERROR 2012-07-25 17:48:05.554 [sixxcstepexecute.cpp:937]

FCO-00011 The step askPassword_db2sid with step key |DSS_JavaRemove_Onehost|ind|ind|ind|ind|0|0|DSS_DropJavaSchema|ind|ind|ind|ind|5|0|DSS_DropJavaSchema_DB6|ind|ind|ind|ind|dropJavaSchema_db6|0|askPassword_db2sid was executed with status ERROR ( Last error reported by the step: 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 && role != NWUsers.roles.J2EEGuest && !ad.locked) {

ad.password = masterpwd;

}

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

return ad;

}

role DB6_DB2SID is not created yet.).

Regards,

Tharun.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189725
Active Contributor
0 Kudos

Please check this note

Note 1548438 - SAPinst Framework 720-2 Central Note


Regards

Ratnajit

Former Member
0 Kudos

Thanks for the note Ratnajit, but the error that we are facing is different than what is mentioned in the note.

Regards,

VInesh.

Former Member
0 Kudos

Hi Vignesh,

Can you check the control.xml and keydb1.xml ?

Former Member
0 Kudos

Thanks all..its resolved now.

Former Member
0 Kudos

Hi Vignesh,

Can you tell us how you solved it ?

former_member189725
Active Contributor
0 Kudos

Can you check if the J2EE_GUEST exists , is not locked .

Regards

Ratnajit

Former Member
0 Kudos

Its resolved by setting the env SAPINST_FORCE_DB2_SOFTWARE_PATH for root user.

Former Member
0 Kudos

Hi Tharun,

can you please stop the SAPinst, then remove the environment variable DBMS_TYPE of the user <sid>adm and then start  again . If successfully completed them you can set the environment variable again.

Regards

shrikant

Former Member
0 Kudos

Hi Srikanth,

We are running the Sapinst with Root ID not with SIDADM and also DBMS_TYPE is not set for the the user root.

Regards,

Tharun.