cancel
Showing results for 
Search instead for 
Did you mean: 

SQL0558N An attempt to revoke a privilege from "SAPSID"

Former Member
0 Kudos

Hi All,

I was doing system copy with the below option in SWPM from P12 -> S12 and pre step went fine successfully but after restoring the database i facing the below issue. please guide me in this.

<html> <head> </head> <body> <p> An error occurred while processing option <i>SAP Enhancement Package 1 for SAP NetWeaver 7.3 > IBM DB2 for Linux, UNIX, and Windows > System Copy > Target System > Standard System > Based on AS ABAP > Standard System( Last error reported by the step: Error occured, first error is: <SQL0558N  An attempt to revoke a privilege from "SAPP12" was denied because >)</i>. You can now: </p> <ul> <li> Choose <i>Retry</i> to repeat the current step. </li> <li> Choose <i>Log Files</i> to get more information about the error. </li> <li> Stop the option and continue with it later. </li> </ul> <p> Log files are written to <code>/usr/sap/put/SAPINST</code>. </p> </body></html>

Regards,

FR

Accepted Solutions (0)

Answers (2)

Answers (2)

AtulKumarJain
Active Contributor
0 Kudos

Hi FR,

Please revoke privilage using db command.

After that you can retry it .

Best Regards,

Atul

Former Member
0 Kudos


Hi Febin,

After DB restore there are few post steps that you need to perform , check if it has been done.

You can refer link

Secondly you can try revoking the privelege through command

REVOKE <privilege> FROM SAPP12

BR Vaibhav