• mona.togatorop (5/21/2008)


    I'm new to SSIS so this might be a very basis error but I'd appreciate some

    help...

    I've got error in Delete Old log File (File system Task) :

    Variable VarDeleteFileSName is used as a source or destination and is empty

    Please help me..

    Thank you

    I know this is six months late, but I resovled this exact scenario by placing a default value for varDeleteFileSName when declaring the global variable in the package. After that, the File System Task ran as expected. I supposed it needed to know there was a value before it executes. And because the script had not yet assigned a value to the variable, the File System Task would not start.

    Mark Maddox.