question

pits avatar image
pits asked

SSIS PACKAGE OUTPUT

Hi, I have SSIS package which has some out file path say "M",this SSIS package I use for production sql server. Now I need to perform some testing on other sql test server...,I have changed output file path say "K" in the same SSIS package whic I was using in productin but when I run my test ... the output file is appearing on at path "M" and not "K". After I run my test on test server I am looking forward the output file on path "K" Do I need to change the path anywhere else also? rgds,
ssispackageoutput
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Tim avatar image
Tim answered
You should only have to change the file connection manager. If you are running the SSIS package within a job you will have to reimport the package to your SQL Server. If you are running it in BIDS then you should just have to change the file connection manager and test the package.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Daniel Ross avatar image
Daniel Ross answered
Check for Package Configuration files. It doesn't matter what you change the file connection manager to, if there is a package config file it will revert to the saved connection on runtime. If there are config files, you may have to tweak them for a dev and prod environment. Config files are a fantastic tool, but they can be dangerous if the are not handled properly.
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.