Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.33 KB

File metadata and controls

51 lines (40 loc) · 2.33 KB
title Customization File Logs Section | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 11/09/2018
ms.reviewer
ms.topic conceptual
helpviewer_keywords
logs section in RDS [ADO]
customization file in RDS [ADO]
ms.assetid a368e264-865c-41ee-be00-d9097255c2ea
author MightyPen
ms.author genemi

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