2016-02-25 04:07 PM
Hello.
I am trying to install RSA ECAT trial version on Windows 7 host. I followed installation guide 4.1. I was able to install MS SQL 2012 and it was listening on port 1433. I was able to install ECAT and it says successfully installed. Before generating agents I tried to connect to sql server through ECAT UI and it was not connecting. It is throwing an error "Cannot connect to the database. An error occured while connecting to the database or the database version cannot be retrieved." When I test the connection it says as follows.....
Query State is IDLE
Query State is CONNECTING
Query State is CANCELED
Query State is COMPLETED
We cannot get the database version information.
Query Stats is COMPLETED, ConnectionTime=0msec, QueryTime=0msec, LoadListTime=0msec
We cannot get the database version information.
I am attaching the log file when I installed ECAT in the attachment. Can any one help me with this please. Thanks in advance.
2016-03-17 11:46 PM
how you connect? remotely or locally? And can you login to the SQL server using the SQL Management Studio?
Check authentication type whether sql or windows auth.
2016-03-23 04:40 PM
Hello,
The user that launches ConsoleUI.exe must have access right to the SQL database.
Within SQL management studio, all SQL logins have to have the 'sysadmin' role in Security\Logins.
David
2016-04-18 11:28 AM
Hello Huan.
Sorry for being late.
My SQL server and ECAT are on the same host and I am trying to connect locally. But no luck.