My Package has 3 OleDB Connections
The main oledb connection is for the ForEach LoopContainers query
the others two are set to get their connection strings from a variable that the above query populates
It appears that the forEach Loop is not populating the variables correctly so the connection string is failing. The variable is a string and I have its value set to the dev server. In the foreach loop Editor I set the variable mappings but its not changing the variable
Main Topics
Browse All Topics





by: 8080_DiverPosted on 2009-10-17 at 12:56:41ID: 25597216
Can you connect to the test server and execute the SQL statement successfully?
If so, then it sounds like you have a permissions issue somewhere. Checkj the connection string, determine what user you are effectively logging in as and then check that user's permissions .
If not, that should also provide a clue.