HI,
I have Splunk DB Connect install on a Splunk heavy forwarder. I am having trouble connecting to the database. The person who setup the DB has confirmed that the username and password are correct. I've used both the MS generic drive and the jDTS drive.
Any tips or ideas of what to look at would be very helpful.
I'm getting the following error:
2016-12-01T10:35:23-0500 [WARNING] [health_logger.py], line 162: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Login failed for user 'MCEPO'. ClientConnectionId:52e2159e-2b3b-440a-a797-2320d4e549f7
Traceback (most recent call last):
File "C:\Program Files\Splunk\etc\apps\splunk_app_db_connect\bin\dbx2\health_logger.py", line 160, in do_log
return func(*args, **kwargs)
File "C:\Program Files\Splunk\etc\apps\splunk_app_db_connect\bin\rh_connections.py", line 262, in get_connection_status
raise Exception(msg)
Exception: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Login failed for user 'MCEPO'. ClientConnectionId:52e2159e-2b3b-440a-a797-2320d4e549f7
2016-12-01T10:35:23-0500 [ERROR] [rh_connections.py], line 230: exception com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Login failed for user 'MCEPO'. ClientConnectionId:52e2159e-2b3b-440a-a797-2320d4e549f7
Traceback (most recent call last):
File "C:\Program Files\Splunk\etc\apps\splunk_app_db_connect\bin\rh_connections.py", line 226, in handleStatus
status = self.get_connection_status(dbx2, fdb)
File "C:\Program Files\Splunk\etc\apps\splunk_app_db_connect\bin\dbx2\health_logger.py", line 283, in wrapper
return get_mdc(MDC_LOGGER).do_log(func, *args, **kwargs)
File "C:\Program Files\Splunk\etc\apps\splunk_app_db_connect\bin\dbx2\health_logger.py", line 160, in do_log
return func(*args, **kwargs)
File "C:\Program Files\Splunk\etc\apps\splunk_app_db_connect\bin\rh_connections.py", line 262, in get_connection_status
raise Exception(msg)
... View more