visual studio 2015 - Windows 7 Start Debugging SSIS package in VS2015 results in DTSDebugHost.exe blocked by group policy -
i debug ssis package in visual studio 2015 enterprise newest version of "sql server data tools in visual studio 2015" installed. if start debugging, following error occurs:
"this programm blocked group policy...(microsoft.datatransformationservices.vsintegration)"
when check eventviewer, saw "dtsdebughost.exe" blocking in following path: "%osdrive%\users\<username>\appdata\local\microsoft\microsoft sql server\130\ssis\110\x86\dtsdebughost.exe"
if delete dtsdebughost.exe
in appdata path, every time, start debugging, dtsdebughost.exe
copied somewhere appdata folder , execution blocked group policy.
when start debugging same ssis-package in visual studio 2012 premium, debugging works fine, because dtsdebughost.exe
starts in following directory: %programfiles%\microsoft sql server\110\dts\binn\dtsdebughost.exe
how can change executing path of dtsdebughost.exe
? or best fix issue?
Comments
Post a Comment