Looking for help with using the Connector with Cognos. I've installed the Connector and database combination on a dev server and using the Cognos UI have not been able to connect to MongoDB. We configure the connection to use Connector for BI which and use jdbc:mysql://<host>:<port>/database and connect anonymously. We did install the mongosql-auth-1.1.0.jar, mysql-connector-java-5.1.47-bin.jar.
We are getting the following error:
"XQE-DS-0006 Unable to logon to the data source.
Communications link failure
The last packet successfully received from the server was 5,029 milliseconds ago. The last packet sent successfully to the server was 5,023 milliseconds ago.
Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost."
Does anyone know if this is the result of some configuration error on the MongoDB, or on the Connector?
Does Cognos want a username and password regardless of it being connected anonymously? (the database has no authentication--for now.)
Thank you in advance for any light you can shed!