dbTalk Databases Forums  

ID.VersionID = {[not specified]}.{[not specified]}') does not exist.

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


Discuss ID.VersionID = {[not specified]}.{[not specified]}') does not exist. in the microsoft.public.sqlserver.dts forum.



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

Default ID.VersionID = {[not specified]}.{[not specified]}') does not exist. - 08-19-2003 , 02:44 PM






I saved my dts package to another server and when I
execute the package from the new server it returns:

The specified DTS Package ('Name = 'pkgConvertFlatFile';
ID.VersionID = {[not specified]}.{[not specified]}') does
not exist.

How do I correct?

Reply With Quote
  #2  
Old   
Jeff Borden
 
Posts: n/a

Default Re: ID.VersionID = {[not specified]}.{[not specified]}') does not exist. - 08-19-2003 , 04:26 PM






I'm executing it from ASP. I got it to work on my test
server, but when I transferred everything over to the
live server I received that error message. I have no
idea if it is related to the Execute Package Task.

Jeff
Quote:
-----Original Message-----
In article <055d01c3668a$4e912180$a101280a (AT) phx (DOT) gbl>,
Jeff Borden
jeff_borden (AT) hotmail (DOT) com> writes
I saved my dts package to another server and when I
execute the package from the new server it returns:

The specified DTS Package ('Name = 'pkgConvertFlatFile';
ID.VersionID = {[not specified]}.{[not specified]}')
does
not exist.

How do I correct?

How are you executing the package and where do you get
this error
message?

Is this anything to do with the Execute Package Task?

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com


.


Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: ID.VersionID = {[not specified]}.{[not specified]}') does not exist. - 08-19-2003 , 05:36 PM



In article <059701c36698$9196d7f0$a301280a (AT) phx (DOT) gbl>, Jeff Borden
<jeff_borden (AT) hotmail (DOT) com> writes
Quote:
I'm executing it from ASP. I got it to work on my test
server, but when I transferred everything over to the
live server I received that error message. I have no
idea if it is related to the Execute Package Task.

Jeff
In your ASP code are you specifying the package error version GUID on
the LoadFromXX method? Try just using the package name, and leave the
GUID and VersionGUID empty.


--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com




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

Default Re: ID.VersionID = {[not specified]}.{[not specified]}') does not exist. - 08-21-2003 , 01:37 AM



Have you tried omitting the ""

oPkg.LoadFromSQLServer sServer, sUID, sPWD, iSecurity , sPkgPWD,,, sPkgName




--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Jeff Borden" <jeff_borden (AT) hotmail (DOT) com> wrote

Quote:
I've been using:

oPkg.LoadFromSQLServer sServer, sUID, sPWD, iSecurity ,
sPkgPWD, "", "", sPkgName

and the error is still thrown.



-----Original Message-----
In article <055d01c3668a$4e912180$a101280a (AT) phx (DOT) gbl>,
Jeff Borden
jeff_borden (AT) hotmail (DOT) com> writes
I saved my dts package to another server and when I
execute the package from the new server it returns:

The specified DTS Package ('Name = 'pkgConvertFlatFile';
ID.VersionID = {[not specified]}.{[not specified]}')
does
not exist.

How do I correct?

How are you executing the package and where do you get
this error
message?

Is this anything to do with the Execute Package Task?

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com


.




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.