• Hi All,

    I have a SSIS package which get the result from a query and dumps that in a TXT file.

    It runs well in BIDS. But when I scheduled this as SQL Agent job it fails saying "Cannot open the datafile "C:\SSIS\File_09112013.txt". End Error Code: 0xC004701A "

    I have a variable which holds the filename "C:\SSIS\File_09112013.txt".

    What is the solution for this?

    Please suggest.

    Thanks