Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: SSIS Script issue

    THANK YOU!!!!!!!

    Figured it was something dumb I was over looking. Although, I am new to SSIS, and not even really an IT person.

    It works like a charm now!

    Thanks...

  • RE: SSIS Script issue

    This is the code in the script

    ' Microsoft SQL Server Integration Services Script Task

    ' Write scripts using Microsoft Visual Basic

    ' The ScriptMain class is the entry point of the Script...

  • RE: SSIS Script issue

    Well, scratch that last reply. Turns out with the script set to "Constraint" and "Success", it is success full every time now, even when the file does not exist....

  • RE: SSIS Script issue

    Thanks for the reply.

    The constraint is set to 'Expression' only.

    I have been able to now get the package to work, when I set it to 'Constraint', and...

  • RE: SSIS Script issue

    I have put breakpoints in my script, and I know that it is working correctly. The script is evaluating to True for my variable, and 'Success' for the task.

    Is...

  • RE: SSIS Script issue

    I believe I have narrowed the problem down to the precedence constraint.

    When I remove the contstraint, the Script task and data flow task execute as expected.

    The precedence task is...

Viewing 6 posts - 1 through 6 (of 6 total)