To edit the configuration file(s) for your database
You must edit the configuration file(s) for your database. Some edits are required, and some are optional.
1.
Locate the default config file for your database in the librarymanager/conffolder.
*
You can make as many versions of the config file as you need. For example, if you have multiple databases for Detect (such as one each for development, quality assurance, and production), you can use a different configuration file for each of them. As a best practice, give the file a name that identifies the database to which it refers. For example, you could name a file that refers to your dev database as Detect_dev.config.
2.
Edit the configuration file(s) so that the jdbcDatabaseURL setting identifies the database to which to connect.
*
*
*
jdbcDatabaseURL=<Detect Database Server name or IP Address>:<port>:<database name>
*
By default the port is 1521. If the default port is not used, you can find it in the tnsnames.ora file under the Oracle directory in NETWORK\ADMIN. It will also give the fully-qualified path required to reach the Oracle server. To test that it is a fully-qualified path, ping it.
*
*
jdbcDatabaseURL=//<Detect Database Server name or IP Address>:<port>;database=<database name>
3.
If you intend to use the Library Manager to move just a few workspaces, then you can skip this step and instead create empty target workspaces using the Detect user interface before you import the workspaces. However, if you intend to move many workspaces you may find it too labor intensive to create them individually. In that case, use this step to set up the Library Manager to create them for you.
If you did not install Detect to the default path, or your database is on another machine, modify the following line in this file so that it points to your Detect database directory.
*
db.home.dir=c:/Program Files/Unica/AffiniumDetect/Application/Database
*
4.
*
*
*
*
5.
logfile.home=C:/TEMP
*
6.
You may have more than one configuration file in the conf directory so that each configuration file points to a different database. To create multiple configuration files, you can optionally rename detect.config when you save changes to this file.