Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CMS and ODBC

Status
Not open for further replies.

inkfid

Technical User
Nov 18, 2004
14
0
0
GB
Does anyone know how i can check if my CMS has been licensed for ODBC?
 
You can always install the default 10-user ODBC server. You can check it on you CMS if it is allready installed/running with following command:
ps -ef | grep oplrqb

and stopping and starting it with:

cd /cms/dc/odbc
./odbc_init -r 1 or 0 (0=stop, 1=start)

if the above doesn't give you anything, you have to install it. Try to look at the support site because the install is really piece of cake! :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top