Article ID: 281642 - Last Review: December 21, 2005 - Revision: 4.4 PRB: Error 14274 Occurs When You Update a SQL Agent Job After Renaming Windows ServerThis article was previously published under Q281642 SYMPTOMS After the Windows server name been changed, when trying to
update or delete the jobs previously created in a SQL Server 2000 instance, you
may receive the following error message: Error 14274:
Cannot add, update, or delete a job (or its steps or schedules) that originated
from an MSX server. The job was not saved. CAUSE SQL Server 7.0 does not exhibit this problem because in the
msdb..sysjobs table, the field originating_server stores the value '(local)' referencing the local server. Therefore, no matter how the server
name is modified, the change does not affect the local server jobs. Because SQL Server 2000 supports multi-instances, the originating_server field contains the instance name in the format 'server\instance'. Even for the default instance of the server, the actual server name is used instead of '(local)'. Therefore, after the Windows server is renamed, these jobs still reference the original server name and may not be updated or deleted by the process from the new server name. After an upgrade from SQL Server 7.0 to SQL Server 2000, the originating_server column is also updated for all existing jobs and the value '(local)' is no longer used. WORKAROUND The best way to handle this problem after the rename
process is to follow these steps:
STATUS Microsoft has confirmed this to be a problem in SQL Server
2000.
| Article Translations
|
Back to the top
