Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Data Viewer not triggered in SSIS

Using: Windows 7 Enterprise; Visual Studio Pro 2017 (15.3.5); SSDT 15.1

Can't get Data Viewer to pop up on my SSIS package. I did do some Google-fu, and can't find anything relevant (or newer than 2010).

I've used the DV many times in the past, so I'm aware of how to enable a DV, the magnifying glass icon is present on the data flow paths, and I know it's not an issue of a hidden window since my package never actually pauses at any of the DV-enabled points.

Has anyone experienced this before? Am I missing something?

like image 250
oldcode Avatar asked Oct 03 '17 20:10

oldcode


2 Answers

On project property page Change the "TargetServerVersion" so the target server is the same as your database server.

enter image description here

like image 108
Roy Bercovitch Avatar answered Nov 19 '22 02:11

Roy Bercovitch


I found this question because I was having this problem also. For me it turns out that the Data Viewer was not popping up simply because there were no rows in the underlying recordset. I had expected it would pop up anyhow and show zero rows, but apparently not.

like image 6
Chris Arbogast Avatar answered Nov 19 '22 04:11

Chris Arbogast