SSIS Logging Implementation
SSIS Logging Implementation
SSIS Logging Implementation
10-May-2010
Write-
Run-time events
Custom messages
FTPOperation Reports the beginning of and the type of FTP operation that the task
performs.
More info
http://msdn.microsoft.com/en-
us/library/ms345174.aspx
In Business Intelligence Development Studio, open
the Integration Services project that contains the
package you want.
On the SSIS menu, click Logging.
Select a log provider in the Provider type list, and
then click Add.
In the Configuration column, select a connection manager or click
<New connection> to create a new connection manager of the
appropriate type for the log provider. Depending on the selected
provider, use one of the following connection managers:
For Text files, use a File connection manager. For more information
id event
,[computer]
,[operator]
,[source]
,[sourceid]
,[executionid]
,[starttime]
1P acka
,[endtime]
,[datacode]
,[databytes]
2 O n P re
,[message]
FROM [AdventureWorksDW].[dbo].[sysdtslog90]
<dtslogs>
<dtslog>
<record>
<event>OnPreValidate</event>
<message>(null)</message>
<computer>MBINB1</computer>
<operator>MBINB1\DLundell</operator>
<source>Lesson5</source>
<sourceid>{02634DE5-FC26-4A03-8E63-
B8E6A2DE1417}</sourceid>
<executionid>{41346301-9388-4BED-8882-
E3A41834944F}</executionid>
<starttime>2/7/2006 11:59:14 PM</starttime>
<endtime>2/7/2006 11:59:14 PM</endtime>
<datacode>0</datacode>
<databytes>0x</databytes>
</record>
#Fields:
event,computer,operator,source,sourceid,executionid,starttime,endtime,datacode,data
bytes,message
User:PipelineExecutionTrees,MBINB1,MBINB1\DLundell,Extract Sample Currency Data,
{0208E748-D95A-4B2D-9112-DF67FC8EC663},{1D0AD994-198B-4FB9-9853-
A5AC2E36436E},2/6/2006 9:20:02 PM,2/6/2006 9:20:02 PM,0,0x,begin execution tree
0
output "Flat File Source Output" (2)
input "Lookup Input" (89)
output "Lookup Output" (90)
input "Lookup Input" (104)
output "Lookup Output" (105)
input "OLE DB Destination Input" (193)
output "OLE DB Destination Error Output" (194)
output "Lookup Error Output" (115)
output "Lookup Error Output" (100)
end execution tree 0
begin execution tree 1
output "Flat File Source Error Output" (3)
end execution tree 1