The metabaseconfig.xml file stores settings required to connect a repository:
| Section | Description | Properties |
| metabase | Repository parameters |
driver. Driver type. StandardSecurityPackage. A standard security pack. unicode. Indicates if unicode is enabled: true - enabled. false - disabled. |
| logonData | Account data for repository login. |
SERVER. Server that stores the repository. DATABASE. Database identifier. |
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: