dbTalk Databases Forums  

Saving DTS packages from Structured file to SqlServer

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


Discuss Saving DTS packages from Structured file to SqlServer in the microsoft.public.sqlserver.dts forum.



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

Default Saving DTS packages from Structured file to SqlServer - 08-16-2005 , 04:09 PM






I save a package in a Structured Storage file. Then I opened the saved
package with EM and tried to Save as . . into Sql Server. This failed with
"DTS Package 'Test package' already exists with a different ID in this
category." I have no idea what that means. And there is no 'Test package'
saved in Sql Server. Microsoft says you can use a Structured Storage file
to "move packages between platforms", but that does not mean it is a
mechanism to move a package from server to server. It appears that saving a
package as a Structured Storage file is a one-way trip! Is that true?

Thanks,
Micihael

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

Default Re: Saving DTS packages from Structured file to SqlServer - 08-17-2005 , 07:41 AM






You cane load and save packages as you describe, but the error is failry
straight forward. A package exists of that name already. If you run a
profiler trace you will see the procedures being called, and can even look
at the code where it throws this error.

Packages are stored in msdb..systdtspackages, so you could always do a quick
select * from sysdtspackages where name = 'Test Package'


--
Darren Green
http://www.sqldts.com
http://www.sqlis.com

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

Quote:
I save a package in a Structured Storage file. Then I opened the saved
package with EM and tried to Save as . . into Sql Server. This failed
with
"DTS Package 'Test package' already exists with a different ID in this
category." I have no idea what that means. And there is no 'Test
package'
saved in Sql Server. Microsoft says you can use a Structured Storage
file
to "move packages between platforms", but that does not mean it is a
mechanism to move a package from server to server. It appears that saving
a
package as a Structured Storage file is a one-way trip! Is that true?

Thanks,
Micihael



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.