|
Checking Version Numbers
Middleware Client and Servers
Client
The middleware products use shared libraries or ActiveX
depending on the product and operating system. One example
would be the file "3kodbc.dll" is the shared library used
by ODBC connections to Turbo Image and Eloquence on Windows.
On Unix systems this file would appear as "lib3kodbc.so".
Server
The servers for the middleware products use executable
applications as appropriate for the operating system. On
Windows these files would be named in the case of ODBC "odbcsrvr.exe".
On Unix systems, they use the same format "odbcsrvr.exe".
File Names
| product |
client |
server |
| Windows |
| ODBC |
3kodbc.dll |
odbcsrvr.exe |
| JDBC |
3kjdbc.dll |
jdbcsrvr.exe |
| OLEDB |
hp3kprovider.dll |
oledbsrv.exe |
| HP3000 - MPEiX |
| ODBC |
|
ODBCSRVR.MM.MINISOFT |
| JDBC |
|
JDBCSRVR.MM.MINISOFT |
| OLEDB |
|
OLEDSRV.MM.MINISOFT |
HP3000 (MPEiX)
Use the VERSION system command as shown below. The version
number is found on the second line after SOM #1. This line
will begin with the (unmodified) application file name.
In the sample, this is "SERVER version 2.3.3.2".
:VERSION SERVER.MM.MINISOFT
VERSION C.70.00 Copyright (C) Hewlett-Packard 1987. All Rights Reserved.
SERVER.MM.MINISOFT
SOM #1
@(#) HP30315 A.05.11 98/07/15 NRT0 Startup routine
SERVER - 2.3.3.2
TRACE - 2.3.1.2
NIF - 2.4.2.0
MAX STACK SIZE: 393216
MAX HEAP SIZE: 81920000
CAPABILITIES: BA,IA,PM,MR,PH
UNSAT PROC NAME:
ENTRY NAME:
LIBRARY SEARCH LIST:
:
If you are using a unsupported version, it may not report
the version number this way. You will need to use the commands
below.
:SETVAR MSTRACE 7
:RUN SERVER.MM.MINISOFT
(103634) SERVER-99: TRACE: Trace level = 7
(103634) SERVER-99: MiddleMan Listener, version 2.3.3.2,
(103634) SERVER-99: (c) Copyright, 1994 - 2007, Minisoft, Inc.
:
Unix
The version number is part of the delivered file name.
The supported installation procedures call for creating
symbolic links to standard (not version specific) names.
For example, the 2.2.7.1 Build 5 version of the ODBC server
for HPUX on an Itanium will have the file name "odbcsrvr.exe.22715-ia64-ELF32".
There will be a symbolic link to the file from "odbcsrvr.exe".
When requested by Minisoft support, please report the complete
file name.
Windows
Check the file properties of the driver dll or server
exe file. The version tab will contain the information needed.

|