Information in the CONFIG file
The command-mode extraction uses an
RA.FTAC.EventLogAttachmentExtractor.exe.config
file as the configuration file. The CONFIG file provides all the settings for the command-mode extraction.The following is an example of the CONFIG file.

This example includes the following settings:
- DestinationPathThe output location, where the event log attachments and the operation report file are saved.
- SqlServerConnectionTimeoutA maximum time duration for which a test connection operation is completed.
- SqlServerDatabaseNameTheFactoryTalk AssetCentredatabase name in theSQL Server.
- SqlServerIntegratedSecurityThe authentication mode for logging on to the database server. This example uses the Use Windows Authentication mode, using the credentials of the currently logged-on user.
- SqlServerNameThe name or IP address of the computer running theSQL Serverthat hosts theFactoryTalk AssetCentredatabase. In this example, the Event Log Attachment Extractor is run on the same computer that is running theSQL Server. Thus, the value is specified as(local).
- WindowsIntegratedSecurityThe authentication method for verifying the user credentials for the output location. This example uses the integrated security, using the credentials of the currently logged-on user.
Provide Feedback