cancel
Showing results for 
Search instead for 
Did you mean: 

Don't have j2ee_admin or sap*\ password

Former Member
0 Kudos

Dear All,

We're in the process of upgrading our java stack. the basis admin before me upgraded the ABAP stack and forgot about JAVA stack & left the organization.

Yes, and now we're stuck! now I don't have a j2ee_admin password for carrying out a few activities. i did some research on this and found out that it can be reset via user management using the 'sap*\' user-id.

now i know that i've a 'sap*' id for logging into the systems which has a default password PASS. i'm not able to use that to enter into Netweaver administrator.

Can you please help me with the guidelines for resetting 'sap*\' password?

Regards,

Tejasav Kalra

Accepted Solutions (1)

Accepted Solutions (1)

vincentlim826
Employee
Employee
0 Kudos

Hi,

You can delete 'SAP*' user entry from usr02 table manually from Database level.

You can run query like: delete from usr02 where mandt='000' and bname='SAP*';

Please contact your DB admin to adjust the command if required.

Deleting the table entry will indeed activate the 'hardcoded' emergency

user SAP* with password PASS - if login/no_automatic_user_sap_star = 0.

Regards,

Vincent

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

In case this is a dual stack installation just reset the password of j2ee_admin.

In case of a single Java stack follow

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/bb6ca4f5fe307be10000000a42189b/frameset.htm

Markus