Greetings,
I whipped up a quick SSIS package to run. Within this I created a storedProcedure to execute in an OLE DB Command. After doing this and trying to map the columns I keep getting the following errors:
-"The metadata could not be determined because every code path results in an error;..."
-"Could not find stored procedure..."
I checked and refreshed everything. Everything seems fine. So, just to see if other storedProcedures were working I entered a different one to execute and then another and get the same error messages. What is going on? I am connected to the right database and the connectivity test passed. I can't figure out what is going on. Any suggestions?