dbTalk Databases Forums  

how to migrate dts and it's job

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


Discuss how to migrate dts and it's job in the microsoft.public.sqlserver.dts forum.



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

Default how to migrate dts and it's job - 08-05-2006 , 12:06 PM






After intensive search, i could only found transferring dts.sysdtspackages
system table entry could transfer dts from one server to another...

Currently i face 2 main questions:

1. After those packages transferred, connection setting still pointing to
old server ( some are sql , some are unc path for text/csv file and some are
odbc pointing to mainframe ).

How can i automated change all this connection pointing to new server?

I've tried using activex (dts.packages) looping thru all properties and
trying to change it and save back to server, but it's seem this method
distroy the whole structure.

2. All those packages have scheduled job to run, how or can i migrate these
jobs together with dts?

any help? many thanks!

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

Default Re: how to migrate dts and it's job - 08-07-2006 , 12:47 PM






You cannot really automate the change. You should build in this
functioanlity from the word go which is how we use the Dynamic Properties
task.

You can script out the jobs and change some of the text in the script. I
always have jobs saved as script files for this very reason. There is also
a Transfer Jobs task in DTS

--


Allan Mitchell
Konesans Ltd
T +44 7966 476 572
F +44 2071 008 479
http://www.konesans.com



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

Quote:
After intensive search, i could only found transferring dts.sysdtspackages
system table entry could transfer dts from one server to another...

Currently i face 2 main questions:

1. After those packages transferred, connection setting still pointing to
old server ( some are sql , some are unc path for text/csv file and some
are
odbc pointing to mainframe ).

How can i automated change all this connection pointing to new server?

I've tried using activex (dts.packages) looping thru all properties and
trying to change it and save back to server, but it's seem this method
distroy the whole structure.

2. All those packages have scheduled job to run, how or can i migrate
these
jobs together with dts?

any help? many 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.