dbTalk Databases Forums  

DTS schedule error.

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


Discuss DTS schedule error. in the microsoft.public.sqlserver.dts forum.



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

Default DTS schedule error. - 01-21-2005 , 09:21 AM






I've got the problem. I created DTS package that copy data from SQL Server to
the text file. The DTS successfully execute from 'Data Transformation
Services', but when DTS schedule to run in SQL Server Agent it gives me the
error.

DTSRun: Loading... DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSDataPumpTask_1
DTSRun OnError: DTSStep_DTSDataPumpTask_1,
Error = -2147467259 (80004005)
Error string: Error opening datafile: The system cannot find the path
specified. Error source: Microsoft Data Transformation Services Flat
File Rowset Provider Help file: DTSFFile.hlp Help context: 0
Error Detail Records: Error: 3 (3); Provider Error: 3 (3) Error
string: Error opening datafile: The system cannot find the path specified.
Error source: Microsoft Data Transformation Services Flat File Rowset
Provider Help file: DTSFFile.hlp Help context: 0 DTSRun
OnFinish: DTSStep_DTSDataPumpTask_1 DTSRun: Package execution complete.
Process Exit Code 1. The step failed.

Is anybody can help, please.

thanks.

Reply With Quote
  #2  
Old   
Francesco Anti
 
Posts: n/a

Default Re: DTS schedule error. - 01-21-2005 , 09:29 AM






Try to check the identity of the SQL Server Agent (by opening
SQL Server Agent properties) and change the identity with a user that has
access on both the SQL server table (inside the database) and the path of
the text file.
See also http://www.support.microsoft.com/?id=269074

Francesco Anti

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

Quote:
I've got the problem. I created DTS package that copy data from SQL Server
to
the text file. The DTS successfully execute from 'Data Transformation
Services', but when DTS schedule to run in SQL Server Agent it gives me
the
error.

DTSRun: Loading... DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSDataPumpTask_1
DTSRun OnError: DTSStep_DTSDataPumpTask_1,
Error = -2147467259 (80004005)
Error string: Error opening datafile: The system cannot find the path
specified. Error source: Microsoft Data Transformation Services
Flat
File Rowset Provider Help file: DTSFFile.hlp Help context: 0
Error Detail Records: Error: 3 (3); Provider Error: 3 (3)
Error
string: Error opening datafile: The system cannot find the path
specified.
Error source: Microsoft Data Transformation Services Flat File
Rowset
Provider Help file: DTSFFile.hlp Help context: 0 DTSRun
OnFinish: DTSStep_DTSDataPumpTask_1 DTSRun: Package execution
complete.
Process Exit Code 1. The step failed.

Is anybody can help, please.

thanks.



Reply With Quote
  #3  
Old   
markZ
 
Posts: n/a

Default Re: DTS schedule error. - 01-21-2005 , 09:55 AM



All identities same, but it doesn't help.
What do you know about Redistributing DTS?
http://www.sqldts.com/default.aspx?225

thanks.

"Francesco Anti" wrote:

Quote:
Try to check the identity of the SQL Server Agent (by opening
SQL Server Agent properties) and change the identity with a user that has
access on both the SQL server table (inside the database) and the path of
the text file.
See also http://www.support.microsoft.com/?id=269074

Francesco Anti

"markZ" <markZ (AT) discussions (DOT) microsoft.com> wrote in message
news:BEFF4DAE-7625-40C7-A7D2-A26FDFE1ED7C (AT) microsoft (DOT) com...
I've got the problem. I created DTS package that copy data from SQL Server
to
the text file. The DTS successfully execute from 'Data Transformation
Services', but when DTS schedule to run in SQL Server Agent it gives me
the
error.

DTSRun: Loading... DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSDataPumpTask_1
DTSRun OnError: DTSStep_DTSDataPumpTask_1,
Error = -2147467259 (80004005)
Error string: Error opening datafile: The system cannot find the path
specified. Error source: Microsoft Data Transformation Services
Flat
File Rowset Provider Help file: DTSFFile.hlp Help context: 0
Error Detail Records: Error: 3 (3); Provider Error: 3 (3)
Error
string: Error opening datafile: The system cannot find the path
specified.
Error source: Microsoft Data Transformation Services Flat File
Rowset
Provider Help file: DTSFFile.hlp Help context: 0 DTSRun
OnFinish: DTSStep_DTSDataPumpTask_1 DTSRun: Package execution
complete.
Process Exit Code 1. The step failed.

Is anybody can help, please.

thanks.




Reply With Quote
  #4  
Old   
Francesco Anti
 
Posts: n/a

Default Re: DTS schedule error. - 01-21-2005 , 10:14 AM



I can't understand....do you want to write a program because of Sql Server
Agent error?
Anyway i don't know anything more of what you can find in your posted URL
about redistributing DTS.

Francesco Anti

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

Quote:
All identities same, but it doesn't help.
What do you know about Redistributing DTS?
http://www.sqldts.com/default.aspx?225

thanks.

"Francesco Anti" wrote:

Try to check the identity of the SQL Server Agent (by opening
SQL Server Agent properties) and change the identity with a user that
has
access on both the SQL server table (inside the database) and the path
of
the text file.
See also http://www.support.microsoft.com/?id=269074

Francesco Anti

"markZ" <markZ (AT) discussions (DOT) microsoft.com> wrote in message
news:BEFF4DAE-7625-40C7-A7D2-A26FDFE1ED7C (AT) microsoft (DOT) com...
I've got the problem. I created DTS package that copy data from SQL
Server
to
the text file. The DTS successfully execute from 'Data Transformation
Services', but when DTS schedule to run in SQL Server Agent it gives
me
the
error.

DTSRun: Loading... DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSDataPumpTask_1
DTSRun OnError: DTSStep_DTSDataPumpTask_1,
Error = -2147467259 (80004005)
Error string: Error opening datafile: The system cannot find the path
specified. Error source: Microsoft Data Transformation
Services
Flat
File Rowset Provider Help file: DTSFFile.hlp Help context:
0
Error Detail Records: Error: 3 (3); Provider Error: 3 (3)
Error
string: Error opening datafile: The system cannot find the path
specified.
Error source: Microsoft Data Transformation Services Flat File
Rowset
Provider Help file: DTSFFile.hlp Help context: 0
DTSRun
OnFinish: DTSStep_DTSDataPumpTask_1 DTSRun: Package execution
complete.
Process Exit Code 1. The step failed.

Is anybody can help, please.

thanks.






Reply With Quote
  #5  
Old   
Charles Bourque
 
Posts: n/a

Default Re: DTS schedule error. - 01-21-2005 , 11:27 AM




Try what Francesco indicated but also check any log file, UDL, input, output
file, or ay file that may have a hard coded directory. I you develop on a
server that would have C:\DATA directory and you place logs files or anything
else it in, make sure that same directory exists on the new server or modify
the DTS package to include the new directory you want to use ... I had
similar problems migrating DTS and I just made myself an Active X script that
assigned the base directory based on a parameter so I would not have to worry
about directories when moving DTS around ...

I hope I'm understood your problem correctly ...

"Francesco Anti" wrote:

Quote:
I can't understand....do you want to write a program because of Sql Server
Agent error?
Anyway i don't know anything more of what you can find in your posted URL
about redistributing DTS.

Francesco Anti

"markZ" <markZ (AT) discussions (DOT) microsoft.com> wrote in message
news:C0B74E22-0A2F-4F2C-AA6D-3172A2AAFDC1 (AT) microsoft (DOT) com...
All identities same, but it doesn't help.
What do you know about Redistributing DTS?
http://www.sqldts.com/default.aspx?225

thanks.

"Francesco Anti" wrote:

Try to check the identity of the SQL Server Agent (by opening
SQL Server Agent properties) and change the identity with a user that
has
access on both the SQL server table (inside the database) and the path
of
the text file.
See also http://www.support.microsoft.com/?id=269074

Francesco Anti

"markZ" <markZ (AT) discussions (DOT) microsoft.com> wrote in message
news:BEFF4DAE-7625-40C7-A7D2-A26FDFE1ED7C (AT) microsoft (DOT) com...
I've got the problem. I created DTS package that copy data from SQL
Server
to
the text file. The DTS successfully execute from 'Data Transformation
Services', but when DTS schedule to run in SQL Server Agent it gives
me
the
error.

DTSRun: Loading... DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSDataPumpTask_1
DTSRun OnError: DTSStep_DTSDataPumpTask_1,
Error = -2147467259 (80004005)
Error string: Error opening datafile: The system cannot find the path
specified. Error source: Microsoft Data Transformation
Services
Flat
File Rowset Provider Help file: DTSFFile.hlp Help context:
0
Error Detail Records: Error: 3 (3); Provider Error: 3 (3)
Error
string: Error opening datafile: The system cannot find the path
specified.
Error source: Microsoft Data Transformation Services Flat File
Rowset
Provider Help file: DTSFFile.hlp Help context: 0
DTSRun
OnFinish: DTSStep_DTSDataPumpTask_1 DTSRun: Package execution
complete.
Process Exit Code 1. The step failed.

Is anybody can help, please.

thanks.







Reply With Quote
  #6  
Old   
Charles Bourque
 
Posts: n/a

Default Re: DTS schedule error. - 01-21-2005 , 11:31 AM



You are probably already aware of this but when you run DTS locally versus
runnig it by scheduler, you are using different accounts so it may not
necessarily have the same directories for example locally would use your
local C: drive but the scheduler would use the C: drive from the server ...

"Francesco Anti" wrote:

Quote:
I can't understand....do you want to write a program because of Sql Server
Agent error?
Anyway i don't know anything more of what you can find in your posted URL
about redistributing DTS.

Francesco Anti

"markZ" <markZ (AT) discussions (DOT) microsoft.com> wrote in message
news:C0B74E22-0A2F-4F2C-AA6D-3172A2AAFDC1 (AT) microsoft (DOT) com...
All identities same, but it doesn't help.
What do you know about Redistributing DTS?
http://www.sqldts.com/default.aspx?225

thanks.

"Francesco Anti" wrote:

Try to check the identity of the SQL Server Agent (by opening
SQL Server Agent properties) and change the identity with a user that
has
access on both the SQL server table (inside the database) and the path
of
the text file.
See also http://www.support.microsoft.com/?id=269074

Francesco Anti

"markZ" <markZ (AT) discussions (DOT) microsoft.com> wrote in message
news:BEFF4DAE-7625-40C7-A7D2-A26FDFE1ED7C (AT) microsoft (DOT) com...
I've got the problem. I created DTS package that copy data from SQL
Server
to
the text file. The DTS successfully execute from 'Data Transformation
Services', but when DTS schedule to run in SQL Server Agent it gives
me
the
error.

DTSRun: Loading... DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSDataPumpTask_1
DTSRun OnError: DTSStep_DTSDataPumpTask_1,
Error = -2147467259 (80004005)
Error string: Error opening datafile: The system cannot find the path
specified. Error source: Microsoft Data Transformation
Services
Flat
File Rowset Provider Help file: DTSFFile.hlp Help context:
0
Error Detail Records: Error: 3 (3); Provider Error: 3 (3)
Error
string: Error opening datafile: The system cannot find the path
specified.
Error source: Microsoft Data Transformation Services Flat File
Rowset
Provider Help file: DTSFFile.hlp Help context: 0
DTSRun
OnFinish: DTSStep_DTSDataPumpTask_1 DTSRun: Package execution
complete.
Process Exit Code 1. The step failed.

Is anybody can help, please.

thanks.







Reply With Quote
  #7  
Old   
Jeno
 
Posts: n/a

Default Re: DTS schedule error. - 01-24-2005 , 10:05 AM



Let's rephrase the question at hand. Have you seen DTS packages that fail
intermitently with the same error as mentioned by markZ.
I have many DTS packages usin UNC to get at flatfiles and i have intermitent
failures.
My suspicion is that there is a bug in the DTS engine, there are no other
explanations.

Jeno

"Francesco Anti" wrote:

Quote:
Try to check the identity of the SQL Server Agent (by opening
SQL Server Agent properties) and change the identity with a user that has
access on both the SQL server table (inside the database) and the path of
the text file.
See also http://www.support.microsoft.com/?id=269074

Francesco Anti

"markZ" <markZ (AT) discussions (DOT) microsoft.com> wrote in message
news:BEFF4DAE-7625-40C7-A7D2-A26FDFE1ED7C (AT) microsoft (DOT) com...
I've got the problem. I created DTS package that copy data from SQL Server
to
the text file. The DTS successfully execute from 'Data Transformation
Services', but when DTS schedule to run in SQL Server Agent it gives me
the
error.

DTSRun: Loading... DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSDataPumpTask_1
DTSRun OnError: DTSStep_DTSDataPumpTask_1,
Error = -2147467259 (80004005)
Error string: Error opening datafile: The system cannot find the path
specified. Error source: Microsoft Data Transformation Services
Flat
File Rowset Provider Help file: DTSFFile.hlp Help context: 0
Error Detail Records: Error: 3 (3); Provider Error: 3 (3)
Error
string: Error opening datafile: The system cannot find the path
specified.
Error source: Microsoft Data Transformation Services Flat File
Rowset
Provider Help file: DTSFFile.hlp Help context: 0 DTSRun
OnFinish: DTSStep_DTSDataPumpTask_1 DTSRun: Package execution
complete.
Process Exit Code 1. The step failed.

Is anybody can help, please.

thanks.




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

Default Re: DTS schedule error. - 01-24-2005 , 03:36 PM



I've seen something similar with intermittent failures of
scheduled packages accessing files using UNC paths. I've
seen it with network issues. Check the event logs on the SQL
Server box looking for network, server related issues
including things like redirector timeouts.

-Sue

On Mon, 24 Jan 2005 08:05:04 -0800, "Jeno"
<Jeno (AT) discussions (DOT) microsoft.com> wrote:

Quote:
Let's rephrase the question at hand. Have you seen DTS packages that fail
intermitently with the same error as mentioned by markZ.
I have many DTS packages usin UNC to get at flatfiles and i have intermitent
failures.
My suspicion is that there is a bug in the DTS engine, there are no other
explanations.

Jeno

"Francesco Anti" wrote:

Try to check the identity of the SQL Server Agent (by opening
SQL Server Agent properties) and change the identity with a user that has
access on both the SQL server table (inside the database) and the path of
the text file.
See also http://www.support.microsoft.com/?id=269074

Francesco Anti

"markZ" <markZ (AT) discussions (DOT) microsoft.com> wrote in message
news:BEFF4DAE-7625-40C7-A7D2-A26FDFE1ED7C (AT) microsoft (DOT) com...
I've got the problem. I created DTS package that copy data from SQL Server
to
the text file. The DTS successfully execute from 'Data Transformation
Services', but when DTS schedule to run in SQL Server Agent it gives me
the
error.

DTSRun: Loading... DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSDataPumpTask_1
DTSRun OnError: DTSStep_DTSDataPumpTask_1,
Error = -2147467259 (80004005)
Error string: Error opening datafile: The system cannot find the path
specified. Error source: Microsoft Data Transformation Services
Flat
File Rowset Provider Help file: DTSFFile.hlp Help context: 0
Error Detail Records: Error: 3 (3); Provider Error: 3 (3)
Error
string: Error opening datafile: The system cannot find the path
specified.
Error source: Microsoft Data Transformation Services Flat File
Rowset
Provider Help file: DTSFFile.hlp Help context: 0 DTSRun
OnFinish: DTSStep_DTSDataPumpTask_1 DTSRun: Package execution
complete.
Process Exit Code 1. The step failed.

Is anybody can help, please.

thanks.





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.