Linked Server Issue in SSIS -Multiple-step OLE DB operation generated errors

  • Hi All,

    When I ran a stored procedure in SQL server Management Studio which inserts/updates values into a table in a linked server the SP executes correctly, but when I run the same in SSIS, i get the following message.

    OLE DB provider "SQLNCLI" for linked server returned message "Multiple-step OLE DB operation generated errors.

    I ran the SP and the SSIS using Windows Authentication. The tables that I am inserting/updating values has a primary key.

    Anybody's thought on what is going wrong with SSIS?

  • The issue with the linked server was the windows authentication. When I changed the linked server's properties to use:

    Be made using the security context using Remote Logn and password instead of Be made using login's current security context it worked.

    When I execute the SP as an execute SP task it works fine where as when i have the same in sequence container it fails.

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

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