dbTalk Databases Forums  

DTS - automation with scheduler problem

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


Discuss DTS - automation with scheduler problem in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
news.microsoft.com
 
Posts: n/a

Default DTS - automation with scheduler problem - 05-26-2005 , 06:49 AM






Hello All,

im am experiencing difficulty with automating a DTS package. if i try to
run it manually it work, if i try to automate it with the scheduler it
always fails. to debug it i executed it using dts run to gain more
information and i got the following output below

C:\Documents and Settings\simon>dtsrun /S"donaldduck" /E /N"Dialler CDR's
Import
"
DTSRun: Loading...

Error: -2147217900 (80040E14); Provider Error: 14262 (37B6)
Error string: The specified DTS Package ('Name = 'Dialler CDR's Import';
ID.
VersionID = {[not specified]}.{[not specified]}') does not exist.
Error source: Microsoft OLE DB Provider for SQL Server
Help file:
Help context: 0


C:\Documents and Settings\simon>

i have tried to recreate the DTS package and still get the same error.


Can anybody help?

Many thanks
Simon Whale



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default RE: DTS - automation with scheduler problem - 05-26-2005 , 07:21 AM






Problems with the scheduler versus interactive can usually be pinned down to
this

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


What does the syntax look like in the job? something like DTSRUN ~/Z etc

If it does then copy this out and try running the line on the cmdline.
Still work?

I personally prefer to use the unencrypted version of the cmdline as if you
generate things using the Right Click on the package | schedule option it
encrypts the version of the package into the string as well.

Have a look here if you are not comfortable with the syntax

http://www.sqldts.com/default.aspx?301

Allan


"news.microsoft.com" wrote:

Quote:
Hello All,

im am experiencing difficulty with automating a DTS package. if i try to
run it manually it work, if i try to automate it with the scheduler it
always fails. to debug it i executed it using dts run to gain more
information and i got the following output below

C:\Documents and Settings\simon>dtsrun /S"donaldduck" /E /N"Dialler CDR's
Import
"
DTSRun: Loading...

Error: -2147217900 (80040E14); Provider Error: 14262 (37B6)
Error string: The specified DTS Package ('Name = 'Dialler CDR's Import';
ID.
VersionID = {[not specified]}.{[not specified]}') does not exist.
Error source: Microsoft OLE DB Provider for SQL Server
Help file:
Help context: 0


C:\Documents and Settings\simon

i have tried to recreate the DTS package and still get the same error.


Can anybody help?

Many thanks
Simon Whale




Reply With Quote
  #3  
Old   
news.microsoft.com
 
Posts: n/a

Default Re: DTS - automation with scheduler problem - 05-26-2005 , 09:00 AM



Allan,

Thank you, i changed the DTSRUN ~/Z to a plain / unencrypted version and it
worked

Many thanks
Simon Whale

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Problems with the scheduler versus interactive can usually be pinned down
to
this

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


What does the syntax look like in the job? something like DTSRUN ~/Z etc

If it does then copy this out and try running the line on the cmdline.
Still work?

I personally prefer to use the unencrypted version of the cmdline as if
you
generate things using the Right Click on the package | schedule option it
encrypts the version of the package into the string as well.

Have a look here if you are not comfortable with the syntax

http://www.sqldts.com/default.aspx?301

Allan


"news.microsoft.com" wrote:

Hello All,

im am experiencing difficulty with automating a DTS package. if i try to
run it manually it work, if i try to automate it with the scheduler it
always fails. to debug it i executed it using dts run to gain more
information and i got the following output below

C:\Documents and Settings\simon>dtsrun /S"donaldduck" /E /N"Dialler CDR's
Import
"
DTSRun: Loading...

Error: -2147217900 (80040E14); Provider Error: 14262 (37B6)
Error string: The specified DTS Package ('Name = 'Dialler CDR's
Import';
ID.
VersionID = {[not specified]}.{[not specified]}') does not exist.
Error source: Microsoft OLE DB Provider for SQL Server
Help file:
Help context: 0


C:\Documents and Settings\simon

i have tried to recreate the DTS package and still get the same error.


Can anybody help?

Many thanks
Simon Whale






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.