2
votes

I created an SSIS project with multiple packages. One of my package has a data flow task using Excel as data source. After deploying the project to SQL SSISDB, I can see the .dtsx files in SSMS. But where should the excel file reside? Should it still be in my local machine. The SQL resides on another server and not my local machine. Where is the deployed packages stored?

Can someone explain these?

1

1 Answers

1
votes

Excel file

If the excel connection manager are pointing to a fixed path on your local machine. It will throw an error when executed from different server since the excel file path is not found.

You have to use dynamic excel connections to fix this issue, or to use an excel file on a shared network location (UNC path).

Package deployment

After deployment, the packages are stored within SSISDB database: