Information in the Archive Extractor CONFIG file
While running this tool, a CONFIG file is created, which provides
all the settings for the extraction.
The following is an example of the CONFIG file.

This example includes the following settings:
- DestinationPathThe output location, where the retrieved archive files 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 integrated security, 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 Archive Extractor is run on the same computer that is running theSQL Server. Thus, the value is specified as(local).
- VersionTypeThe specification of whether the latest version or pinned version will be retrieved. This example specifies the pinned version.
- 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