Question

I am importing from ODBC to SQL Server. I have a ODBC Source to DataConversion transformation to OLE DB Command. In my sql command I have the following EXEC statement: EXEC Insert_Adata ?,?,?,?,?,?,?,?. Everything is setup correctly (as I have been doing this for a while now). I keep getting the following errorS:

-.....The batch could not be analyzed because of compile errors
-.....Could not find stored procedure...

I have refreshed everything possible that can be refreshed and even restarted VisualStudio. I CANNOT get rid of these exceptions.

Any thoughts?

Was it helpful?

Solution

Check to make sure that the OLE DB connection is set to the fully qualified path to the DB in which the storedProcedure is stored or if is not set to fully qualified path, the [db name].dbo.[storedProcedure]

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top