Customization File Logs Section
The logs section contains a log file entry, which specifies the name of a file that records errors during the operation of the DataFactory.
Important
Beginning with Windows 8 and Windows Server 2012, RDS server components are no longer included in the Windows operating system (see Windows 8 and Windows Server 2012 Compatibility Cookbook for more detail). RDS client components will be removed in a future version of Windows. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Applications that use RDS should migrate to WCF Data Service.
Syntax
A log file entry is of the form:
err=
FileName
Remarks
Part | Description |
---|---|
err | A literal string that indicates this is a log file entry. |
FileName | A complete path and file name. The typical file name is c:\msdfmap.log. |
The log file will contain the user name, HRESULT, date, and time of each error.
See Also
Customization File Connect Section
Customization File SQL Section
Customization File UserList Section
DataFactory Customization
Required Client Settings
Understanding the Customization File
Writing Your Own Customized Handler