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.
information in configuration files
This example includes the following settings:
  • DestinationPath
    The output location, where the event log attachments and the operation report file are saved.
  • SqlServerConnectionTimeout
    A maximum time duration for which a test connection operation is completed.
  • SqlServerDatabaseName
    The
    FactoryTalk AssetCentre
    database name in the
    SQL Server
    .
  • SqlServerIntegratedSecurity
    The 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.
  • SqlServerName
    The name or IP address of the computer running the
    SQL Server
    that hosts the
    FactoryTalk AssetCentre
    database. In this example, the Event Log Attachment Extractor is run on the same computer that is running the
    SQL Server
    . Thus, the value is specified as
    (local)
    .
  • WindowsIntegratedSecurity
    The 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
Have questions or feedback about this documentation? Please submit your feedback here.
Normal