Instruction manual
ODBC Driver and Installation
CentreVu®
CMS Open Database Connectivity
Server Utilities 2-14
Server Utilities 2
Introduction 2
Once the ODBC driver is installed on the server, a CMS utility program is
available for setting the debug and log levels, and running and
deactivating the ODBC feature by using the run feature. This utility
program is located in the
/cms/dc/odbc
directory.
Debug Levels 2
To set the server ODBC debug level, complete the following steps:
1. Enter cd /cms/dc/odbc to change directories to
/cms/dc/odbc
.
2. Enter ./odbc_init -d 0 or 1to run
./odbc_init -d
(0 turns the debug
utility off, and 1 turns the debug utility on).
Log Levels 2
To set the CMS server log level for ODBC, complete the following steps:
1. Enter cd /cms/dc/odbc to change directories to
/cms/dc/odbc
.
2. Enter ./odbc_init -l 0-7 to run
./odbc_init -l
(where 0 turns CMS
server logging off, and 1-7 sets the log level, with 1 as the lowest
level and 7 as the highest [5 is the default and recommended
setting]).
It is recommended that users should not set the log level greater
than 5, which is the default setting.
Run ODBC 2
To run or deactivate the ODBC feature on the server, complete the
following steps:
1. Enter cd /cms/dc/odbc to change directories to
/cms/dc/odbc
.
2. Enter ./odbc_init -r 0 or 1 to run
./odbc_init -r
(where 0 deactivates
the ODBC feature and 1 runs it).
NOTE: