简体   繁体   中英

Empty connection managers when deploying SSIS packages unless converted to Package Connections

This is my first time starting from scratch with the "new" SSIS Integration Services Catalogs introduced in SQL 2012. I've developed packages with this new model for years but never set up my own environment.

I have packages that work in Visual Studio 2019 just fine and have project connection managers that will span across all of the packages in this project. When I deploy the packages the connection managers are empty in the package configuration.

Here's my project with the connections setup.

在此处输入图像描述

And here's what it looks like when I deploy the packages using the Project connections

在此处输入图像描述 在此处输入图像描述

If I change the connections to "Package Connections", the connections deploy as expected.

When I do this, the connection managers is populated在此处输入图像描述 在此处输入图像描述

What am I missing?

Notice the Scope - GetWorkerData.dtsx That's showing you what is configurable at the scope of the package. Since the connection managers at that point are Project level, you need to change the Scope to something different (I don't have a project level CM handy). Alternatively, right click on the project "Pull Data from ADP" and select configure from there. Then it will pop open that wizard with the correct scope selected.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM