cancel
Showing results for 
Search instead for 
Did you mean: 

Java SCS add-in install Error: role ORA_SID is not created yet.

Former Member
0 Kudos

Greetings,

I'm trying to get the Java add-in installed on a recently upgrade BI 7.0 system (ABAP WAS) - NON-Unicode.

I'm erroring in SAPinst at "Defining the environment for user _______"

I have applied the changes recommended in note 921595 and continue to get the error.

Any seen this? I've opened a OSS note. However, they're no longer timely in thier replies......

Details:

Error - from the log

Account 200 already exists.

INFO 2006-12-22 17:01:56 [syuxccuren.cpp:543]

CSyCurrentProcessEnvironmentImpl::setEffectiveGroup(PSyGroup)

Effective group id set to 200.

INFO 2006-12-22 17:01:57 [syuxccuren.cpp:543]

CSyCurrentProcessEnvironmentImpl::setEffectiveGroup(PSyGroup)

Effective group id set to 206.

ERROR 2006-12-22 17:01:57 [iaxxinscbk.cpp:271]

abortInstallation

CJS-00030 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 ORA_SID is not created yet.

ERROR 2006-12-22 17:01:57

CJSlibModule::writeError_impl()

MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text

undefined.

ERROR 2006-12-22 17:01:57 [iaxxgenimp.cpp:736]

showDialog()

FCO-00011 The step setUserEnvironment with step key |NW_Addin_SCS|ind|ind|ind|i

nd|0|0|NW_Users_Create_Do|ind|ind|ind|ind|3|0|setUserEnvironment was executed wi

th status ERROR .

INFO 2006-12-22 17:03:12 [iaxxgenimp.cpp:787]

showDialog()

An error occured and the user decide to stop.\n Current step "|NW_Addin_SCS|ind|

ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|3|0|setUserEnvironment".

iauxsysex.c:316: child 254136 has crashed. Executable directory is /usr/sap/put/

SCS/sapinst_exe.770326.1166835275. Contact Support.

iaextract.c:814: child has signaled an exec error. Keeping directory /usr/sap/pu

t/SCS/sapinst_exe.770326.1166835275

Kernel:

disp+work

-


disp+work information

-


kernel release 700

kernel make variant 700_REL

compiled on AIX 2 5 005DD9CD4C00

compiled for 64 BIT

compilation mode Non-Unicode

compile time Oct 29 2006 20:38:45

update level 0

patch number 83

source id 0.083

-


supported environment

-


database (SAP, table SVERS) 700

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Resolved - password only 6 characters - changed to 8 and good to go