Try OpenEdge Now
skip to main content
Server Administrator's Guide
Using the Archiver : Archiver configuration : FileStore and DBStore tags
 

FileStore and DBStore tags

The <FileStore> tag is used to specify file properties of storing data into XML format into these files. DataFileWriter handler can use the FileStore name.
A <DBStore> tag is used to specify a database account. This tag has following attributes - name, type and useBMStore. The valid values for these attributes are as follows.
*name — any valid text string
*type — Direct, DataSource
*useBMStore — true, false
Note that to point to Business Process Server database account, it is required to set the useBMStore attribute to true. When it is set to true, Business Process Server database information is extracted from the oebpsdb.properties configuration file. When the useBMStore attribute is set to false and type attribute is Direct, then you need to provide the URL, driver, user name and password property values. When the type attribute is set to DataSource, then you need to provide the property datasource with a valid datasource value. One handler can refer to only one store.