Server: OS Windows 2003 Standard SP2, SQL 2000 SP4
I have an xcopy job that runs in a two step job. The first step backups the database the second step (cmd exec) is calling a xcopy.cmd, here's the basic commands.
C:
cd C:\MSSQL\Backup\dbName
xcopy *.BAK \\UNCName\MSSQL\Backup\ServerName\dbName /d/y
The first step which backups the database completes w/o error but the xcopy step fails with the error: Invalid drive specification 0 file(s) copied.
If I log onto the server using the account which runs the job and execute the xcopy.cmd it runs fine, coping the file with out any errors.
The weird part is I have other xcopy jobs that run just fine on other servers.
Any ideas?
Thanks!
I have an xcopy job that runs in a two step job. The first step backups the database the second step (cmd exec) is calling a xcopy.cmd, here's the basic commands.
C:
cd C:\MSSQL\Backup\dbName
xcopy *.BAK \\UNCName\MSSQL\Backup\ServerName\dbName /d/y
The first step which backups the database completes w/o error but the xcopy step fails with the error: Invalid drive specification 0 file(s) copied.
If I log onto the server using the account which runs the job and execute the xcopy.cmd it runs fine, coping the file with out any errors.
The weird part is I have other xcopy jobs that run just fine on other servers.
Any ideas?
Thanks!