Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am creating an ssis package and i have to enable logging for that.

Requirement is that everytime package runs, the log file has to be appended with new details. After a while, the log file will be moved to another location.

I created logging and added a file connection with usagetype = 'Existing File' and gave the path of log file - testlog.txt

If I remove file testlog.txt from the location and I run the same package, would this give error saying file not found or would this create a new file testlog.txt and continue processing? What would be the result?



Thanks in advance,
SR
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900