Уважаемые , столкнулся с такой проблемой при запуске system copy
на исходной системе, c помошью BS_2005_SR2_SAP_Installation_Master, заполняю в окне путь для размещения будущего экспорта , щелкаю дальше и вылезает ошибка:
ERROR 2008-01-19 02:38:13 [iaxxinscbk.cpp:282]
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 SAPSID is not created yet.
ERROR 2008-01-19 02:38:13
CJSlibModule::writeError_impl()
MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
ERROR 2008-01-19 02:38:13
FCO-00011 The step dialogPreconditions with step key |NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_ABAP_Prepare_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Prepare_Export|ind|ind|ind|ind|0|0|dialogPreconditions was executed with status ERROR .
Database Oracle 10.2.0.2
OS HP-UX 11.31
Platform Itanium 64-bit
что то с паролями какая затыка но не пойму где именно
