cancel
Showing results for 
Search instead for 
Did you mean: 

Delete old OPS$ user

Former Member
0 Kudos

Hi!

I would like to delete old OPS$ user from system copy.

What is the appropeiate SQL commando?

Thank you!

regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member204746
Active Contributor
0 Kudos

For windows:

adapt the brackets with proper values:

DROP USER "OPS$[DOMAIN]\[OLDSID]ADM".SAPUSER" CASCADE;

DROP USER "OPS$[DOMAIN]\SAPSERVICE[OLDSID]".SAPUSER" CASCADE;

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Adding more you can also check this [Link|http://www.sap-img.com/basis/information-on-how-the-ops-users-work.htm]

Regards

Uday

Former Member
0 Kudos

check sap notes 50088 and 400241

Former Member
0 Kudos

Hi,

Go through SAP NOTE 400241.

Regards

Nick Loy