Thanks for that. Hey, I have another issue with my msdb database. It has consistency errors and I want to restore from an older backup of msdb. I did this in my Test Environment, the errors go away. But when I try to update a job I get this error: Error 14724; Cannot add, update, or delete a job (or its stels or schedules) that originated from an MSX server.
I did some research and it appears to be the fact that I am restoring to a server with a different name. I think I will not have this issue if I restore to the same server that the backup came from. In other words, if I restore the msdb database in production I should be able to update the jobs in there. What do you think?
you won't have that issue if you restore the database to the same server. to fix it on your test server change the originating_Server column in msdb.dbo.sysjobs to the name of your current test server.
- Paul
- If at first you don't succeed, find out if the loser gets anything.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.