cancel
Showing results for 
Search instead for 
Did you mean: 

cant find sap_droproc

Former Member
0 Kudos

Hi There,

Trying to upgrade sql 2000 to sql 2005,

i have followed the latest notes 799058,as part of it we need to drop sap stored procedures and when im running that script, im getting an error <b>" cant find the stored procedure sap_droproc"</b>

System ECC 6.0(ABAp only),

general query= if we install ecc 6.0 abap only will this be called as WAS?

regards

raj

Accepted Solutions (0)

Answers (1)

Answers (1)

clas_hortien
Active Contributor
0 Kudos

Hello,

you have to switch into your schema first. Try

setuser '<Your SID in lowercase e.g. prd>'

exec sap_droproc

Regards

Clas