Hi,
I have a SSIS package transferring data from MYSQL to MSSQL. I run it in BIDS, DTEXEC command prompt utility, Execute Package utility and SSIS -MSDB - Run Package successfully. But when I created credential and proxy account to schedule a job to run the ssis package. The job display succeeded, but nothing was transfered.
I got the message as follows:
Code: 0xC0040019 Source: Data Flow Task Data Flow Task (SSIS.Pipeline) Description: Data Flow objects cannot be loaded. Check if Microsoft.SqlServer.PipelineXml.dll is properly registered.
Code: 0xC0010018 Source: Data Flow Task Description: Failed to load task "Data Flow Task"<c/> type "SSIS.Pipeline.2". The contact information for this task is "Performs high-performance data extraction<c/> transformation and loading;Microsoft Corporation; Microsoft SQL Server v10; (C) 2007 Microsoft Corporation; All Rights Reserved;http://www.microsoft.com/sql/support/default.asp;1". End Error DTExec: The package execution returned DTSER_SUCCESS (0).
Please help! Thanks