Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 The job failed The Job was invoked by Schedule 18

Author  Topic 

askcomputer
Starting Member

12 Posts

Posted - 2007-03-28 : 02:40:45
Hi

I created one database Maintenance Plan there i am using complete database backup. For backup file save purpose i am using remote machine path(\\xyz\f\app_backup\). After execute job i am getting error as below mention:

The job failed. The Job was invoked by Schedule 18 (Schedule 1). The last step to run was step 1 (Step 1).

Please help how solve this problem.

Regards

Santosh

sachinsamuel
Constraint Violating Yak Guru

383 Posts

Posted - 2007-03-28 : 02:54:07
It seems like you are running sql server using local account. So, might be a case that its not allowing u to copy backup in a network path.

But still I will recommend to check the error, encountered by the job. Right click the job, and view history for error and post the description here.


regards
Sachin


Don't sit back because of failure. It will come back to check if you still available. -- Binu
Go to Top of Page

askcomputer
Starting Member

12 Posts

Posted - 2007-03-28 : 03:04:17
Thanks Sachin for reply.

I mention below job history msg.:

The job failed. The Job was invoked by Schedule 18 (Schedule 1). The last step to run was step 1 (Step 1).

Executed as user: NETWORK\user. sqlmaint.exe failed. [SQLSTATE 42000] (Error 22029). The step failed.

Please suggest.

Regards

Santosh
quote:
Originally posted by sachinsamuel

It seems like you are running sql server using local account. So, might be a case that its not allowing u to copy backup in a network path.

But still I will recommend to check the error, encountered by the job. Right click the job, and view history for error and post the description here.


regards
Sachin


Don't sit back because of failure. It will come back to check if you still available. -- Binu

Go to Top of Page
   

- Advertisement -