|
Hello users, I have a dataflow with a datareader source (ado.net connection type via ODBC data provider) that reads data from a Oracle table and a recordset destination. The Oracle table has 1 varchar column and 2 date columns. (In the dataflow i only map the varchar column.) The dataflow works on itself correctly. In the control flow i feed the recordset to a foreach container (type ado enumerator). When i execute the package in SQL Server BID it crashes. SSIS Debug Host has stopped working. When i deletes the foreach container in the control flow it works well. Can someone give some clue what can be wrong. Run environment: - VM with Windows Server 2008 (64 bit) - SQL Server 2005 Developer Edition with SQL Server Integration Services installed - Oracle instant client 10.2.0.3 with ODBC drivers. Any help is appreciated, Edgar Lieuw A On
(comments are locked)
|
|
Just check whether the 3 columns or 1 varchar column (whatever is your output ) are mapping to the correct index in the parameter mapping. Example : Column A : 0 Column A : 1 Column A : 2
(comments are locked)
|
|
I'm guessing it could be a corrupted installation for SSIS, have you tried restarting the server and see if it works. Then to rule out corruption on SSIS run "DtsDebugHost.exe /regserver" from the following path: [%ProgramFiles%Microsoft SQL Server100DTSBinn" folder (for SSIS 2005 go to "%ProgramFiles%Microsoft SQL Server90DTSBinn]. Reload the BIDS and open the package to run your steps in debug mode, if its still failing then you have to uninstall & reinstall SQL in this case.
(comments are locked)
|


have you got any more error messages?