all groups > sql server dts > may 2005 >
You're in the

sql server dts

group:

DTS - automation with scheduler problem


DTS - automation with scheduler problem news.microsoft.com
5/26/2005 12:00:00 AM
sql server dts: 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

Re: DTS - automation with scheduler problem news.microsoft.com
5/26/2005 12:00:00 AM
Allan,

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

Many thanks
Simon Whale

[quoted text, click to view]

RE: DTS - automation with scheduler problem Allan Mitchell
5/26/2005 5:21:02 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


[quoted text, click to view]
AddThis Social Bookmark Button