VCRServer.cfg File

For Projects logging to SQL only:

Before the GefVCRService can make queries for historical data it must know how to connect to the actual data archive. Information needed to make the connection includes the name of the node where the database server is running and which database on the server holds the DATA_LOG table.

In order to get this information, the service must be able to connect to and login to each CIMPLICITY project of interest. You provide the CIMPLICITY login information to the service with the VCR Server.cfg file, located in the data directory of your CIMPLICITY installation.

The format of this file is as follows.

<project name1>|<userid>|<password>
<project name2>|<userid>|<password>
.
.
.