Re: SQL agent jobs fail after upgrading windows2000 to windows2003
From: Russell Fields (RussellFields_at_NoMailPlease.Com)
Date: 02/26/04
- Next message: Sebastian K. Zaklada: "Re: How long has transaction been open?"
- Previous message: Dave: "Re: Is it necessary to exclude the \data folder when using NetBackup?"
- In reply to: mike wang: "SQL agent jobs fail after upgrading windows2000 to windows2003"
- Next in thread: mike wang: "Re: SQL agent jobs fail after upgrading windows2000 to windows2003"
- Reply: mike wang: "Re: SQL agent jobs fail after upgrading windows2000 to windows2003"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Feb 2004 16:35:10 -0500
Mike,
It sounds like you are executing something other than T-SQL in your jobs.
The 'cannot find the file' indicates that the job is reaching out into the
file system (vbscript, DTS, xp_cmdshell, etc) and has no rights to the
location specified.
You need to examine the operating system and domain rights that have been
granted to SQLAdmin (which I assume is a login and not the fixed system
role).
Russell Fields
"mike wang" <anonymous@discussions.microsoft.com> wrote in message
news:18F70C36-BB93-4B3C-A0B2-F83C7E3D59EB@microsoft.com...
> I have a SQL2000 SP3a server on Windows2000, just upgraded it to
windows2003.
> After that, some SQL agent jobs will no longer run. The error message in
the detail says:
> Executed as user: SQLAdmin. The process could not be created for step 1 of
job 0x45D6E79882DE1B4D86978C809F3678C2 (reason: The system cannot find the
file specified). The step failed.
> No idea what does this mean? Could someone give me a hand?
> Thanks in advance.
- Next message: Sebastian K. Zaklada: "Re: How long has transaction been open?"
- Previous message: Dave: "Re: Is it necessary to exclude the \data folder when using NetBackup?"
- In reply to: mike wang: "SQL agent jobs fail after upgrading windows2000 to windows2003"
- Next in thread: mike wang: "Re: SQL agent jobs fail after upgrading windows2000 to windows2003"
- Reply: mike wang: "Re: SQL agent jobs fail after upgrading windows2000 to windows2003"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|