cancel
Showing results for 
Search instead for 
Did you mean: 

Can not Rename SAP System with Software Provisioning Manager 1.0

0 Kudos

Dear All !
I'm renaming my SAP system from PRD -> QAS. I have the error below with SWMP 1.0. Did you got this ?

"'Caught ESAPinstException in module call: 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..""

Please review my detail step at this link
https://l.facebook.com/l.php?u=https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F1YJqOmJlSy69vhDb-d1G5hIlh...

Accepted Solutions (0)

Answers (2)

Answers (2)

han_liu
Explorer
0 Kudos

Hi Luan,

I tried to check the steps you attached but unfortunately I cannot open the link.

May I know which user are you used to do system rename and could you please also attach sapinst_dev.log in this page, normally you can find the error message in this log.

Also you can find System Rename Guides - Software Provisioning Manager 1.0 in below URL. https://help.sap.com/viewer/30839dda13b2485889466316ce5b39e9/CURRENT_VERSION/en-US/c35a204cff6c4e15b...

Best Regards,

Han

alichtenau
Advisor
Advisor
0 Kudos

Hi Luan,

I have two questions:
  1. Do you use the latest SWPM? In case you do not then please download it to avoid known errors.
  2. What user executed the SWPM?
  3. Did you run the rename on the database host?

Cheers,
Andreas