Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am using VS2019 to create a SSIS project that will include a parent package that will run multiple child packages in sequence. The main packages reads a Task table and collects a connection string and passes it to the child package to use when reading a table using an OLE DB Source. I have some debugging steps created to insure that the connection string is being passed to the package parameter properly. I have an expression setup on the Connection manager to get the parameter. I also have it set for DelayValidation = True. When I run the package the debug steps indicate that the connection string is being passed but the connection manager fails to use it. Here are some screen shots of my setup. I am looking to find a way to get the Connection manager to use the passed in Connection string.

enter image description here enter image description here enter image description here

question from:https://stackoverflow.com/questions/65946155/ssis-connection-string-not-dynamically-changing-in-child-package-for-ole-db-sour

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.0k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...