sql server - SSIS Execute SQL Error: " " -
i getting error when trying execute sql file execute sql task in ssis (2012).
execute sql task: executing query "" failed following error: "".
i trying automate process import file testrail drops , recreates tables , fills them data.
i can open file in sql server management studio. inconsistent line endings warning when open file works when click yes or no normalizing them). worked first time created process file smaller didn't have data @ time.
any ideas why query might fail in ssis run in ssms? i'm thinking might funky syntax ssms figures out ssis can't.
here's whole error message:
ssis package "\valinor.k-net.com\users\bs\documents\visual studio 2012\tfs\data analysts\ssis packages\ssis packages\testrailrefresh.dtsx" starting. error: 0xc002f210 @ execute sql task, execute sql task: executing query "" failed following error: "". possible failure reasons: problems query, "resultset" property not set correctly, parameters not set correctly, or connection not established correctly. task failed: execute sql task warning: 0x80019002 @ testrailrefresh: ssis warning code dts_w_maximumerrorcountreached. execution method succeeded, number of errors raised (1) reached maximum allowed (1); resulting in failure. occurs when number of errors reaches number specified in maximumerrorcount. change maximumerrorcount or fix errors. ssis package "\valinor.k-net.com\users\bs\documents\visual studio 2012\tfs\data analysts\ssis packages\ssis packages\testrailrefresh.dtsx" finished: failure. program '[146976] dtsdebughost.exe: dts' has exited code 0 (0x0).
users have reported maximum size of submitted task 32k. suspect string submitting longer that. perhaps inserts can broken multiple execute tasks.
Comments
Post a Comment