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

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -