SSIS package fails when used in SQL Server Agent (SQL to MySql connection) -
i have create data flow task ado net source (local sql server), data conversion step , ado net destination (odbc provider).
while in bids works fine, when iam running package sql server agent following error:
"message
executed user: isk\system. microsoft (r) sql server execute package utility version 10.50.1600.1 32-bit copyright (c) microsoft corporation 2010. rights reserved.
started: 5:31:26 μμ
error: 2017-08-20 17:31:27.79
code: 0xc0208452
source: data flow task ado net destination [22]
description: ado net destination has failed acquire connection {f2ea5342-b616-4e16-80e5-2744574a453a}. connection may have been corrupted. end error error: 2017-08-20 17:31:27.79 code: 0xc0047017 source: data flow task ssis.pipeline description: component "ado net destination" (22) failed validation , returned error code 0xc0208452. end error error: 2017-08-20 17:31:27.79 code: 0xc004700c source: data flow task ssis.pipeline description: 1 or more component failed validation. end error error: 2017-08-20 17:31:27.79 code: 0xc0024107 source: data flow task description: there errors during task validation. end error dtexec: package execution returned dtser_failure (1). started: 5:31:26 μμ finished: 5:31:27 μμ elapsed: 1.622 seconds. package execution failed. step failed."
i have try find:
- run64bitruntime - false
- protectionlevel - dontsavesensitive
- executionoption of jobstep - use 32 bit runtime
- created package configuration file , set there connection password mysql database.
i more happy if point directions
Comments
Post a Comment