logging - How to use \L DOS command for creating Log file in SSIS -
I am trying to use the following command to execute the log file for the SSIS package.
DTXACAC / File "C: \ Documents and Settings \ CP8080 \ My Documents \ test.dtsx" / Logger "DTS. LogProvider TextFile; c: \ log.txt"
But please get the error as below please advise.
Start: 12:03:20 AM Error: 2009-05-04 12: 03: 21.15 Code: 0xC001000E Source: Test Description: The connection is not found "c: \ log.txt" This error b y connection archive is thrown when the specific connection element is not found. And error error: 2009-05-04 12: 03: 21.18 code: 0xC001000E Source: Test Description: The connection "c: \ log.txt" is not found. This error b y connection archive is thrown when the specific connection element is not found. And Error Error: 2009-05-04 12: 03: 21.21 Code: 0xC02020 EA Source: Test Log Provider "{1AEAB490-1124-4A84-981F-7C1FDD80A721}" Description: Connection Manager "c: \ Log.txt "is not found.
You need to set up logging inside the bids, it will show that you need to establish a connection manager, and where you have" C: \ log.txt " Was written, your connection should be the manager's name.
Comments
Post a Comment