December 28, 2008 at 3:06 pm
Hi All,
I migrated a DTS package to SSIS, All the tasks are migrated, but i get the following errors and I have a very hard time abt how to correct them,
Error3Validation error. Copy Data from Results to Results Task: Copy Data from Results to Results Task: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E37. ExcelExport.dtsx00
Error4Validation error. Copy Data from Results to Results Task: Copy Data from Results to Results Task: Opening a rowset for "Results" failed. Check that the object exists in the database. ExcelExport.dtsx00
Error5Validation error. Copy Data from Results to Results Task OLE DB Destination [76]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E37. ExcelExport.dtsx00
Error6Validation error. Copy Data from Results to Results Task OLE DB Destination [76]: Opening a rowset for "Results" failed. Check that the object exists in the database. ExcelExport.dtsx00
Can anyone please help me and suggest me what could be done to resolve the above errors. thanks a lot
December 28, 2008 at 8:20 pm
Difficult to help without knowing a bit more.
My advice would be to focus on the first error - resolving it may fix some of those that occur after it. What sort of task is 'Copy Data from Results to Results'?
Phil
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
December 28, 2008 at 8:28 pm
Hi Phil,
Copy data from Results to Results is a Data transformation task in Dts that i migrated to SSIs.
It has a source which is SQL server odbc connection and a dsetination which is a excel connection.
In SSIs , there are three configuration files created in SSIs after i migrated the dts package.
For the excel it is using a microsoft jet which does exist, i am unable to gigure out what is the issue with this task alone.thnx alot in advance for any help
December 29, 2008 at 3:32 pm
nikithanaidu,
Since You are exporting to Excel, the "Opening a rowset for "Results" failed"
indicates the receiving Excel File does not exist or does not have a worksheet with name "Results".
Verify the Excel exists or is created during package run.
(Excel Connection Manager controls the creation of Excel file).
If "Results" worksheet does not exist,
you can add a create an "Execute Sql Task" to create the worksheet.
I would use the SSIS import export wizard with the same input table and excel output.
You can compare the converted SSIS with one created by Wizard.
May 19, 2009 at 6:02 am
Even i am getting same error when to insert the records in the data flow taks.
May 19, 2009 at 7:05 pm
samba (5/19/2009)
Even i am getting same error when to insert the records in the data flow taks.
There is no question here ...
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply