dbTalk Databases Forums  

DTS sechduled job won't run

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS sechduled job won't run in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jimmy
 
Posts: n/a

Default DTS sechduled job won't run - 10-06-2004 , 05:58 PM






Strange problem guys. I need the help of an expert to
solve this.

This is for SQLserver 2000 only. with latest service pack.

The DTS package execute by itself just fine. But when its
scheduled it fails with the following error message.


" Executed as user: Server1\Administrator. ...QL Server
Objects DTSRun OnProgress: Copy SQL Server Objects;
Scripting objects for Transfer; PercentComplete = 0;
ProgressCount = 0 DTSRun OnError: Copy SQL Server
Objects, Error = -2147024893 (80070003) Error
string: The system cannot find the path
specified. Error source: Microsoft Data
Transformation Services (DTS) Package Help file:
sqldts80.hlp Help context: 1100 Error Detail
Records: Error: -2147024893 (80070003); Provider
Error: 0 (0) Error string: The system cannot find
the path specified. Error source: Microsoft Data
Transformation Services (DTS) Package Help file:
sqldts80.hlp Help context: 1100 Error: -
2147024893 (80070003); Provider Error: 0 (0) Error
string: The system cannot find the path
specified. Error source: Microsoft Data
Transformation Services (DTS) Package Help file:
sqldts80.hlp Help... Process Exit Code 1. The step
failed."

The administartor has full rights and is the owner of the
Job and the dts pacakage and also it is the owner for
SQL agent service and Sql starup account.

I have followed the following instruction but of no avail

http://support.microsoft.com/?kbid=322746

http://support.microsoft.com/default.aspx?scid=kb;EN-
US;269074

I have complely looked at each and every aspect. Please
advice.


Reply With Quote
  #2  
Old   
Rob Zalisz
 
Posts: n/a

Default Re: DTS sechduled job won't run - 10-06-2004 , 07:56 PM






WHen a package is scheduled, the package is run under the account that SQL
Server Agent runs under, whereas when you run it manually, it runs under the
account logged in at the time.

I would recommend turning on package logging if it is not already, determine
which step in the package fails, and check to see if this makes any
references to local drives or mapped network drive letters, which may not be
available to both users. It might be a path in a connection or a reference
in a Active X Script.

If so, this is easily overcome by using UNC paths for all file references
\\Server\share\filename

Regards

ROB

"Jimmy" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Strange problem guys. I need the help of an expert to
solve this.

This is for SQLserver 2000 only. with latest service pack.

The DTS package execute by itself just fine. But when its
scheduled it fails with the following error message.


" Executed as user: Server1\Administrator. ...QL Server
Objects DTSRun OnProgress: Copy SQL Server Objects;
Scripting objects for Transfer; PercentComplete = 0;
ProgressCount = 0 DTSRun OnError: Copy SQL Server
Objects, Error = -2147024893 (80070003) Error
string: The system cannot find the path
specified. Error source: Microsoft Data
Transformation Services (DTS) Package Help file:
sqldts80.hlp Help context: 1100 Error Detail
Records: Error: -2147024893 (80070003); Provider
Error: 0 (0) Error string: The system cannot find
the path specified. Error source: Microsoft Data
Transformation Services (DTS) Package Help file:
sqldts80.hlp Help context: 1100 Error: -
2147024893 (80070003); Provider Error: 0 (0) Error
string: The system cannot find the path
specified. Error source: Microsoft Data
Transformation Services (DTS) Package Help file:
sqldts80.hlp Help... Process Exit Code 1. The step
failed."

The administartor has full rights and is the owner of the
Job and the dts pacakage and also it is the owner for
SQL agent service and Sql starup account.

I have followed the following instruction but of no avail

http://support.microsoft.com/?kbid=322746

http://support.microsoft.com/default.aspx?scid=kb;EN-
US;269074

I have complely looked at each and every aspect. Please
advice.




Reply With Quote
  #3  
Old   
Rob Zalisz
 
Posts: n/a

Default Re: DTS sechduled job won't run - 10-06-2004 , 08:08 PM



please disregard my last posting. I missed the bottom of your description of
the problem.

ROB


"Rob Zalisz" <robz (AT) worxdesign (DOT) com> wrote

Quote:
WHen a package is scheduled, the package is run under the account that SQL
Server Agent runs under, whereas when you run it manually, it runs under
the
account logged in at the time.

I would recommend turning on package logging if it is not already,
determine
which step in the package fails, and check to see if this makes any
references to local drives or mapped network drive letters, which may not
be
available to both users. It might be a path in a connection or a reference
in a Active X Script.

If so, this is easily overcome by using UNC paths for all file references
\\Server\share\filename

Regards

ROB

"Jimmy" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message
news:118201c4abf8$03aa0650$a401280a (AT) phx (DOT) gbl...
Strange problem guys. I need the help of an expert to
solve this.

This is for SQLserver 2000 only. with latest service pack.

The DTS package execute by itself just fine. But when its
scheduled it fails with the following error message.


" Executed as user: Server1\Administrator. ...QL Server
Objects DTSRun OnProgress: Copy SQL Server Objects;
Scripting objects for Transfer; PercentComplete = 0;
ProgressCount = 0 DTSRun OnError: Copy SQL Server
Objects, Error = -2147024893 (80070003) Error
string: The system cannot find the path
specified. Error source: Microsoft Data
Transformation Services (DTS) Package Help file:
sqldts80.hlp Help context: 1100 Error Detail
Records: Error: -2147024893 (80070003); Provider
Error: 0 (0) Error string: The system cannot find
the path specified. Error source: Microsoft Data
Transformation Services (DTS) Package Help file:
sqldts80.hlp Help context: 1100 Error: -
2147024893 (80070003); Provider Error: 0 (0) Error
string: The system cannot find the path
specified. Error source: Microsoft Data
Transformation Services (DTS) Package Help file:
sqldts80.hlp Help... Process Exit Code 1. The step
failed."

The administartor has full rights and is the owner of the
Job and the dts pacakage and also it is the owner for
SQL agent service and Sql starup account.

I have followed the following instruction but of no avail

http://support.microsoft.com/?kbid=322746

http://support.microsoft.com/default.aspx?scid=kb;EN-
US;269074

I have complely looked at each and every aspect. Please
advice.






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.