Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing the data source/destination of a package

Status
Not open for further replies.

collierd2

MIS
Feb 26, 2007
61
0
0
DE
Hello

I have a package that transforms some data into a table
(test, will eventually do a number of these transfers)

It has a dynamic properties task along with a source and destination OLE DB Connection

There's a transform data task between the source and destination servers

I have created a package that runs this package and passes through the source and destination database/server

Problem is, it just does not work
It runs how it was originally created and ignores the parameters passed through

Does anybody know why as this has been puzzling me for some time now - it's getting a bit frustrating!!


I don't know if this is the issue - the destination table shows a fully qualified table name (including original
database)
I can't get this to change

Thanks for any help
 
A package [call it pkgA] that runs another package [pkgB] actually runs a version of the other package. When you update pkgB the version is not updated in pkgA, the calling package.

You must change the version yourself in the Properties dialog for pkgA. Open the Properties dialog for the Execute Package Task and on the General tab there is an item, Package Name. Click the button next to that field to list all the packages. click the plus sign by the name of pkgB and you will see a list of dates for the versions of pkgB. Select the latest version and save.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top