SSIS SQL Azure simple package fails without error message -


In SSIS 2012 a package is created that has a data flow function, which uses an OLE DB source from a SQL Server. A VM and SQL Ezur writes data for an OLE DB Destination. The package breaks with a read X at the OLE DB destination, but there is no error message in the error window . I have not been able to find SYSSSISLOG tables on both Source and Targeted servers. Can anyone suggest any suggestions to solve the problem of this package?

I recommend OleDB instead of using ADO.Net destination with a SDI. ODDI is not supported on Azure DB while the ODBC will work, the possibility of ADO.Net will be faster.

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -