Thank you very much in advance.
I am installing zabbix 1.8.8 with Oracle 10G BD either via instanclient 10.2.0.4.
The connection type is LDAP (by ldap.ora), not TNSNAMES.
Testing the connection with the SQLPLUS I connect to the database without problems, but when trying to start the Zabbix server, this does not connect and gives me the following error:
The configuration options I have are:
I know in previous versions of Zabbix the connection to the database could be performed by LDAP, so I understand that this should also be possible, right?
Anybody would think that's what happens ....?
Thank you very much.
I am installing zabbix 1.8.8 with Oracle 10G BD either via instanclient 10.2.0.4.
The connection type is LDAP (by ldap.ora), not TNSNAMES.
Testing the connection with the SQLPLUS I connect to the database without problems, but when trying to start the Zabbix server, this does not connect and gives me the following error:
Code:
11604:20111205:092430.270 IPMI monitoring: YES 11604:20111205:092430.270 WEB monitoring: YES 11604:20111205:092430.270 Jabber notifications: YES Ez Texting 11604:20111205:092430.270 notifications: YES 11604:20111205:092430.270 ODBC: NO 11604:20111205:092430.270 SSH2 support: NO 11604:20111205:092430.270 IPv6 support: NO ****************************** 11604:20111205:092430.270 In DBconnect 11604:20111205:092430.270 () flag: 1 Can not connect to the 11604:20111205:092430.270 database. Exiting ...
Code:
LogFile = / logs / zabbix / zabbix_server.log LogFileSize = 10 DebugLevel = 4 PidFile = / software / zabbix / tmp / zabbix_server.pid DBName = exzb02 DbUser = zabbix DbPassword = PASS
Anybody would think that's what happens ....?
Thank you very much.
Comment