November 30, 2011 at 8:52 am
Hello all.
I have a simple windows form running a ssis package!
This app sends a string variable with a path.
VB.NET
pkg.Variables("ExportPath").Value= "c:\temp\mydir"
pkgResults = pkg.Execute()
The app stoped working when I added 4 more variables in de package (I use them in a EXECUTE SQL TASK) .
Can anyone help me?
Thanks in advance!
M.L.
November 30, 2011 at 8:57 am
Please post the full text of the error message.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
November 30, 2011 at 9:21 am
That's exactly my problem the app crashes without error message?????
I add that if I fill the value of the var ExportPath in the Package it runs with no problems.
Thanks!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply