Basis-default SAP User and default password (how to modify and forget the default sap password)

Source: Internet
Author: User
Lients 000 000 066 066 New clients
User ID Ddic SAP * SAP * Earlywatch (SAP *)
Pass word 19920706 06071992 06071992 Support Pass

 

How to modify the default sap Password

Oracle 8.1.7 sap 46c

Use <Sid> ADM to log on to svrmgrlconnect internal/* to check whether this record exists. Normally, 1 row (s) selected. */select * From sapr3.usr02 where bname = 'sap * 'and mandt = '000';/* deletes this record. To prevent spelling errors, it is best to copy */delete from sapr3.usr02 where bname = 'sap * 'and mandt = '000'; commit;
Oracle 9.2.0 sap 4.70

<Sid> the Instance name, such as PRD and C11 sqlplus/nologconnect/As sysdba *, is used to check whether this record exists. Normally, 1 row (s) selected is displayed. */select * from SAP <Sid>. usr02 where bname = 'sap * 'and mandt = '000';/* Delete this record. To prevent spelling errors, it is best to copy */delete from SAP <Sid>. usr02 where bname = 'sap * 'and mandt = '000'; commit;

DB2

<Sid> yesdatabase name <Sid> for 4.6c as R3 for 4.70 as <Sid> Database Name (lower case)

DB2 => connect to <Sid> DB2 => select * from SAP <Sid>. usr02 where bname = 'sap * 'and mandt = '000' 1 record (s) selected.

DB2 => Delete from SAP <Sid>. usr02 where bname = 'sap * 'and mandt = '000' db20000i the SQL command completed successfully. DB2 => commitdb20000i the SQL command completed successfully.

Ms SQL 2000

Open ms SQL Enterprise Manager and select the query analyzer <Sid> 46c is R3 or empty (none) from the menu [tools]. You can test it by yourself. 470 is the system name

Select * from <Sid>. usr02 where bname = 'sap * 'and mandt = '000'; delete from <Sid>. usr02 where bname = 'sap * 'and mandt = '000'; commit;

Re-use the sap * password and pass to log on.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.