Process task execution does not display text | SSIS

I have a Foreach Container in which I have an Execute process task . I have many Console.WriteLine () statements .

The 3 images highlighted in the image can be used to output output from .exe.

I declared a variable in a package to get an error message from a process 's execute task using StandardErrorVariable .

The problem lies in Screen Fade Out, it does not display anything on the screen , this happens not only when using StandardErrorVariable , but also other properties highlighted in the figure.

Also, even though we get the values ​​in variables, the lock on them is not released, so I cannot use them anywhere in the package.

It will also be helpful if you can redirect me to exactly use all three variables highlighted

enter image description here

+3


source to share


1 answer


Does this happen when the package is run from the server directory as well as visual studios? If you add a breakpoint, all vars will be displayed in the "locals" window.

enter image description here



enter image description here

0


source







All Articles