Documaker INI Setup for the Example Database Connection
Documaker Server is configured to access a database and a particular table in the Documaker configuration INI file (FSISYS.INI or FSIUSER.INI). Documaker uses the Open DataBase Connectivity (ODBC) interface API to the database.
Here is an example:
; Database connection info < DBHandler:ODBC >
Class = ODBC
Server = OracleXE10g
; SubClass = ORA
CreateTable = No
CreateIndex = No
; Debug = Yes
UserID = ~ENCRYPTED 1-S6rx_NR_wt2hsjXScy0
PassWd = ~ENCRYPTED 1-S6rx_NR_wt2hsjXScy0
; Database Table reference, this case a table named AOR
< DBTable:AOR >
DBHandler = ODBC
Note:
The lines that begin with a semicolon (;) are comments and are not processedIn these example settings, Documaker Server connects via ODBC to a database server called OracleXE10g with an encrypted user ID and password. In this database, Documaker Server is configured to use a table called AOR (Archive Of Record).
Note:
You can find more information on ODBC database access configuration in the Documaker Administration Guide.