ssis - DtsDebugHost crashes after upgrade to SQL Server 2012 SP2 -


we have ssis package developed in vs 2010 (10.0.40219.1 sp1) running against sql server 2012.

since we've upgraded sql server 2012 sp2 (11.0.5058) 1 of working packages failing.

when running in sql server agent, following error:

the step did not generate output. package execution failed. step failed.

when running in bids (vs 2010), following crash:

microsoft visual c++ runtime library
runtime error!
program: c:\progr...
r6025
- pure virtual function call

in event log, following appears:

faulting application name: dtsdebughost.exe, version: 2011.110.5058.0, time stamp: 0x537422a5
faulting module name: msvcr100.dll, version: 10.0.40219.325, time stamp: 0x4df2bcac
exception code: 0x40000015
fault offset: 0x00000000000761c9
faulting process id: 0x10da0
faulting application start time: 0x01cfcbb6ddbc218e
faulting application path: c:\program files\microsoft sql server\110\dts\binn\dtsdebughost.exe
faulting module path: c:\windows\system32\msvcr100.dll
report id: 28659fee-37aa-11e4-8361-50e549e06c22

has experienced , there known workaround?

we ended contacting microsoft technical support. here solution: install cu2 sql server 2012 sp2:

http://support.microsoft.com/kb/2983175/en-us


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

django - CSRF verification failed. Request aborted. CSRF cookie not set -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -