dbTalk Databases Forums  

DTS Scedule probles

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


Discuss DTS Scedule probles in the microsoft.public.sqlserver.dts forum.



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

Default DTS Scedule probles - 08-22-2004 , 09:45 PM






hello guys i have a dts package to drop pluhist in the sql server and grab
another pluhist table from db5 from aanother computer, i have sceduled this
task to run every 15 minutes.

unfortunately this scedule doesnt work. It drops the table recreate the
table but doesnt pull any data. but if i manually execute this it workds
fine...

in the sql server i found out the following error


Executed as user: PRIM-SQL\SYSTEM. ...Start: Drop table pluhist Step
DTSRun OnFinish: Drop table pluhist Step DTSRun OnStart: Create Table
pluhist Step DTSRun OnFinish: Create Table pluhist Step DTSRun OnStart:
Copy Data from Results to pluhist Step DTSRun OnError: Copy Data from
Results to pluhist Step, Error = -2147467259 (80004005) Error string:
'\\8850stc\C\fbase' is not a valid path. Make sure that the path name is
spelled correctly and that you are connected to the server on which the file
resides. Error source: Microsoft JET Database Engine Help file:
Help context: 5003044 Error Detail Records: Error:
-2147467259 (80004005); Provider Error: -534774783 (E01FFC01) Error
string: '\\8850stc\C\fbase' is not a valid path. Make sure that the path
name is spelled correctly and that you are connected to the server on which
the file resides. Error source: Microsoft JET Database Engine Help
file: ... Process Exit Code 1. The step failed.



can some one please tell me what the heck is going on as i am totally lost..


kind regards

las

Reply With Quote
  #2  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: DTS Scedule probles - 08-23-2004 , 07:18 AM






Check the SQL Agent service account. If you are accessing
network resources in jobs (such as this DTS job), you need
to have the service account be a domain account.
Additionally, the account needs the appropriate permissions
to access \\8850stc\C\fbase
You can find troubleshooting steps for problems when a
package doesn't run when scheduled in the following:
INF: How to Run a DTS Package as a Scheduled Job
http://support.microsoft.com/?id=269074

-Sue

On Sun, 22 Aug 2004 19:45:04 -0700, Las
<Las (AT) discussions (DOT) microsoft.com> wrote:

Quote:
hello guys i have a dts package to drop pluhist in the sql server and grab
another pluhist table from db5 from aanother computer, i have sceduled this
task to run every 15 minutes.

unfortunately this scedule doesnt work. It drops the table recreate the
table but doesnt pull any data. but if i manually execute this it workds
fine...

in the sql server i found out the following error


Executed as user: PRIM-SQL\SYSTEM. ...Start: Drop table pluhist Step
DTSRun OnFinish: Drop table pluhist Step DTSRun OnStart: Create Table
pluhist Step DTSRun OnFinish: Create Table pluhist Step DTSRun OnStart:
Copy Data from Results to pluhist Step DTSRun OnError: Copy Data from
Results to pluhist Step, Error = -2147467259 (80004005) Error string:
'\\8850stc\C\fbase' is not a valid path. Make sure that the path name is
spelled correctly and that you are connected to the server on which the file
resides. Error source: Microsoft JET Database Engine Help file:
Help context: 5003044 Error Detail Records: Error:
-2147467259 (80004005); Provider Error: -534774783 (E01FFC01) Error
string: '\\8850stc\C\fbase' is not a valid path. Make sure that the path
name is spelled correctly and that you are connected to the server on which
the file resides. Error source: Microsoft JET Database Engine Help
file: ... Process Exit Code 1. The step failed.



can some one please tell me what the heck is going on as i am totally lost..


kind regards

las


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.