The installer takes care of a proper configuration of the NIPO ODIN Servlet settings, including connecting to the database server. It is strongly recommended to use a JDBC driver. Example settings for a JDBC driver are listed below.
Entry
|
Description
|
Example value
|
Database.ConnectionString
|
Connection string for database (depends on driver in use)
|
jdbc:sqlserver://10.123.45.67:1433
|
Database.DB
|
Database to be used. For some drivers, this may also be set up in the connection string.
|
NIPOFieldworkSystem
|
Database.DriverClass
|
Fields that allows custom or third party JDBC drivers to be used. If it is configured, Database.ConnectionString is mandatory.
|
com.microsoft.sqlserver.jdbc.SQLServerDriver
|
Database.PWD
|
Password for database. For some drivers, this may also be set up in the connection string.
|
ExamplePassword
|
Database.UID
|
Username for database. For some drivers, this may also be set up in the connection string.
|
ExampleUsername
|
|
|
|