Hi all,
We are struggling to force working our dbforbix with DB2 database (TSM 6)
We are receiving a strange error in dbforbix.log:
2012-12-05 00:53:37,767 [main] ERROR DBforBIX - Error on Configurator for database DB2DB5 -->DB2 SQL error: SQLCODE: -104, SQLSTATE: 42601, SQLERRMC: END-OF-STATEMENT;SELECT SYSTEM_USER;<table_expr>
It seemes that dbforbix has the initiate the first contact with the database. As we have searched throught the Internet that kidn of error is for - as arror says itself - wrongly terminated line (at least the first SQLERRMC says that), all we try to ask for tests is:
QueryList=test
test.Query=SELECT buff_hit_ratio FROM TSMDB1.DB
I have read that the problem may occur when there are some ")" in query, but ours is as easy as pie, it should pass with no problem.
I would like to add that Oracle database is monitored properly - dbforbix is connecting to it easily.
We are struggling to force working our dbforbix with DB2 database (TSM 6)
We are receiving a strange error in dbforbix.log:
2012-12-05 00:53:37,767 [main] ERROR DBforBIX - Error on Configurator for database DB2DB5 -->DB2 SQL error: SQLCODE: -104, SQLSTATE: 42601, SQLERRMC: END-OF-STATEMENT;SELECT SYSTEM_USER;<table_expr>
It seemes that dbforbix has the initiate the first contact with the database. As we have searched throught the Internet that kidn of error is for - as arror says itself - wrongly terminated line (at least the first SQLERRMC says that), all we try to ask for tests is:
QueryList=test
test.Query=SELECT buff_hit_ratio FROM TSMDB1.DB
I have read that the problem may occur when there are some ")" in query, but ours is as easy as pie, it should pass with no problem.
I would like to add that Oracle database is monitored properly - dbforbix is connecting to it easily.
Comment