SQL2012
I have a package that reads xml files and imports them into CRM2011 via KingWay soft component.
The xml file may have multiple clients (licences) included which i have to split out and add one at a time into CRM. This is done by a stored procedure.
i have tested the stored procedure and it returns a list of client licence numbers
The dataflow, consists of a script component as the datasource, again populated by a stored procedure ( tested under SQL Manager). It has two outputs which are fed into the kingsway component.
To try and find out what is going on, I added a data viewer t each output.
If i just run it i get a green tick (ok) on all components in the data viewer, but no data is shown and dispite the for each loop showing completed ok, i get an error message
Package execution completed with error. Click her to design mode, or select Stop Debugging From the Debug Menu
I have tested all the connections an they all come back fine. No data is passed into CRM.
However, if i put a breakpoint in the Dataflow script task, and step through the code, i get output in the data viewers, and data is passed into CRM
looking at the debug output i seen the following
Error: 0xC02020EA at XMLReports, Log provider "SSIS log provider for Text files": The connection manager "" is not found. A component failed to find the connection manager in the Connections collection.
I have no idea why i get this error or where to look to fix it. I dont know if this has something to do with the data not being imported when the code is not stopped by a breakpoint.
Can any one help, im in way over my head with this
Dont ask me .. i dont know