Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: BobTheBuilder on February 10, 2012, 11:22:37 AM
-
Hi
I am guessing I have something misconfigured because I am getting this error message in SCI.
2/10/2012 11:00:46 AM SCI063 Unable to execute SQL: "select count(*) from G_LOG_MESSAGES where (G_LOG_MESSAGES.PRIORITY = 5) ". Error message: "[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'G_LOG_MESSAGES'. "
2/10/2012 10:59:33 AM SCI033 Unable to establish connection with Solution Control Server on w2003gen:7002. Reason: server not responding. Application monitoring and start/stop functionality will be unavailable.
2/10/2012 10:58:44 AM Solution Control Interface Version 8.1.000.06 started
I have a running LogDBServer and setup DAP to a SQL Server. I have a MessageServer with a DAP to the LogDBServer in Connections tab.
Ideally I would like to know how to eg look at logs to see how to troubleshoot this problem. Or if not at least get some tips :)
Bob
-
I would start by looking up the error code SCI033 in the help. That suggests-
Make sure that SCS is running on the specified host.
Check the network connectivity between the specified host and the computer running SCI.
Make sure that SCS's configuration is correct in the Configuration Layer.
Check the Genesys Migration Guide and Release Notes for information about version compatibility between SCS and SCI. Upgrade SCI if necessary
Work through these, then think about restarting SCS or maybe the server that is hosting it.
-
Thanks.
It was the SCI063 I was most interested in. Accidentally pasted the other error in.
I was using two DAP's and I think that you can only successfully use one - eg first DAP found is used. so I changed to only use a single DAP and problem was resolved.