Interesting enough, if i right click on the SQL Server Agent job and goto properties, then choose "Steps", then edit and then cut/paste this command to MS Management Studio query window, hit execute. it runs successfully.
However, if i right click on the SQL Server Agent job and select "Start job Step"... it fails with
IM-NMS SQL server agent jobs fail with error 2812 - stored procedure does not exist
I'm thinking it's some kind of permssions issue.
The store procedure is stored under DB -> master ->programmability -> system stored procedures. If to look at properties is shows user = domain\administrator. I'm logged in as domain admin.
Any ideas on what i should check?
THX