SSIS

  • 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

  • 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

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • 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

  • 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.

  • Even i am getting same error when to insert the records in the data flow taks.

  • 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 ...

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply