Dear richgalloway,
Thanks for your answer. But I am trying to connecting to Oracle DB using Splunk DB connect 2.2.0 and getting the below answer ::: But the same thing is not happening with DB Connect 3.0.2.
2017-03-24T14:21:43+0000 [ERROR] [init.py], line 188: 'module' object has no attribute 'getServerConfKeyValue'
Traceback (most recent call last):
File "/opt/splunk/lib/python2.7/site-packages/splunk/rest/init.py", line 186, in dispatch
methodOutput = method()
File "/opt/splunk/etc/apps/splunk_app_db_connect/bin/dbinfo.py", line 28, in handle_GET
self.dbx2 = rpc_service_channel(self.userName, self.sessionKey, host=self.host)
File "/opt/splunk/etc/apps/splunk_app_db_connect/bin/rpcutils.py", line 34, in rpc_service_channel
rpc = get_local_rpc(user, sessionKey, use_raw_handler=use_raw_handler)
File "/opt/splunk/etc/apps/splunk_app_db_connect/bin/rpcutils.py", line 46, in get_local_rpc
splunk_service = SplunkServiceFactory.create(sessionKey, app=namespace, owner=user, server_url=server_url)
File "/opt/splunk/etc/apps/splunk_app_db_connect/bin/splunk_client/splunk_service_factory.py", line 8, in create
scheme = ApiConfig.splunkd_scheme()
File "/opt/splunk/etc/apps/splunk_app_db_connect/bin/splunk_client/api_config.py", line 20, in splunkd_scheme
enableSsl = comm.getServerConfKeyValue('enableSplunkdSSL')
AttributeError: 'module' object has no attribute 'getServerConfKeyValue'
Thanks,
Surya
... View more