Alex,
I have just upgraded Hostmonitor from Ver 4.80 to 6.54. Everything is fine, except the ODBC query test is not working. ODBC connectivity is fine but query is returning the following error.
Query executed, value in the filed specified: inaccessible value
This is for all query tests. Everything was fine with the earlier version. Highly appreicate your help.
Regards,
Arun.
ODBC Query - Oracle
HostMonitor returns such error in 2 cases
- ODBC function SQLDescribeCol fails
- ODBC function SQLFetchScroll fails
As I remember Oracle ODBC driver incorrectly processes SQL_FETCH_ABSOLUTE command . That's why HostMonitor offers "Do not use SQLFetchAbsolute comand" option. Option located on Misc page in the Options dialog.
Probably you have installed new HostMonitor into different folder instead of normal upgrade and some options are different? Could you check ODBC options on Misc page in the Options dialog?
Regards
Alex
- ODBC function SQLDescribeCol fails
- ODBC function SQLFetchScroll fails
As I remember Oracle ODBC driver incorrectly processes SQL_FETCH_ABSOLUTE command . That's why HostMonitor offers "Do not use SQLFetchAbsolute comand" option. Option located on Misc page in the Options dialog.
Probably you have installed new HostMonitor into different folder instead of normal upgrade and some options are different? Could you check ODBC options on Misc page in the Options dialog?
Regards
Alex
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Re: ODBC Query - Oracle
Such error may appear when query returns empty recordset. Could you verify the query returns truly data?V Arun wrote:Query executed, value in the filed specified: inaccessible value
Regards,
Max