i'm trying to create an ssis package for renaming and moving the file. It gives error at the file system task:
[File System Task] Error: An error occurred with the following error message: "Could not find file 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\abc123.xlsabc.xls'.".
the file is abc123.xls. Now why is it pointing to the C drive?
I have set up five variables as FileName, SourcePath, DestPath, FullSourcePath and FullDestPath.
Can I get some help on this asap
thank you in anticipation