Hi,
We tried to search the routine with the above SQL but the entry for routine ADMIN_TASK_REMOVE does not exits there is only one entry starting with ADMIN.
db2 => SELECT SUBSTR(ROUTINENAME,1,35) AS
ROUTINENAME,SUBSTR
(SPECIFICNAME,1,35) AS SPECIFICNAME FROM SYSCAT.ROUTINES
WHERE
ROUTINESCHEMA = 'SAPTOOLS' AND ROUTINENAME LIKE
'ADMIN_%'
ROUTINENAME SPECIFICNAME
-----------------------------------
-----------------------------------
ADMIN_TASK_EXTERNAL_EXECUTE
SQL121014000040200
1 record(s) selected.
We are getting this error during SAP installation, we have restored the DB from Tape backup and the installation is stuck at "Grant database previleges on Tables" phase.
We are doing the installation for BW NW 7.31.
BR,
Manas