Running v9.58 on HM server and v4.62 on RMA Active Agent. The 4.62 came from the v9.58 install package. The HM server is running Windows Server 2008R2 64 bit Data Center. The RMA agent is running Windows Server 2008R2 64 bit Standard.
I have SQL ODBC tests running thru the RMA agent but are failing with the following error:
"RMA: 301 - Microsoft ODBC Driver Manager The specified DSN contains an architecture mismatch between the driver and application"
If I test the connection from with the test properties, I received the following error:
"RMA: 500 Not implemented".
I am using a simple query as follows:
SELECT @@version
Advice?
RMA: 301 and RMA: 500
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Looks like you need to setup ODBC datasource using 32bit Data Source Administrator.
Quote from manual:
Windows x64
HostMonitor is 32bit application that can be started on 64bit Windows OS. If you are using Windows x64 Edition and you want to setup ODBC Logging or ODBC test method, you should setup ODBC datasources using 32-bit ODBC Data Source Administrator (e.g. C:\WINDOWS\SysWOW64\odbcad32.exe).
Quote from manual:
Windows x64
HostMonitor is 32bit application that can be started on 64bit Windows OS. If you are using Windows x64 Edition and you want to setup ODBC Logging or ODBC test method, you should setup ODBC datasources using 32-bit ODBC Data Source Administrator (e.g. C:\WINDOWS\SysWOW64\odbcad32.exe).