File Containing Repository Settings

The metabaseconfig.xml file stores repository connection settings:

Section Description Properties
metabase

Repository parameters

driver. Driver type.

StandardSecurityPackage. Standard security pack.

unicode. It determines whether unicode is enabled:

  • true - enabled.

  • false - disabled.

logonData

Account data for repository login.

SERVER. Repository server.

DATABASE. Database identifier.

Example

The metabaseconfig.xml file may have the following settings:

<p4.was>
  <metabase driver="MSSQL2008" StandardSecurityPackage="STANDARDSECURITYPACKAGE" unicode="false">
    <logonData SERVER="test" DATABASE="PPRepository" OSAUTHENTPREFIX="" />
  </metabase>
</p4.was>

See also:

Purpose and Main Features: Plist