Error code: 0x80004005 when importing data using SSIS

  • I have an SSIS package which imports or loads data from a flat TEXT file to a SQL 2008 table. But when I try to run the package, am getting the following error

    SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.

    An OLE DB record is available. Source: "Microsoft SQL Server Native Client 10.0" Hresult: 0x80004005 Description: "Unspecified error".

    The weird part is it loads about 6000 rows and fails. Most of the blogs I’ve read state that the error code relates to permission but it does not make sense why it would load a portion of the file and then fail. I had the package to use the SQL Server Destination first and have also tried using the OLE DB Destination and they both fail.

    Please help.

  • Have you read the articles, here[/url] and here[/url], and tried implementing some of the suggestions there?

Viewing 2 posts - 1 through 1 (of 1 total)

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