Hi Roshan
[mongodb@RH-DATWHSE-DEV2 logs]$ mongosqld —sampleNamespaces cd2.sampledata —auth -u “cd2” -p “cd2” —addr 10.124.0.89:27020 —mongo-uri mongodb://10.124.0.89:27020
The --addr parameter should contain the address the connector should listen to, instead of the address of the MongoDB server (see addr). I suggest you leave this setting at its default value unless you have a specific reason.
Also, I would like to know how to install the mongodb-connector-odbc
To install the ODBC driver for Linux (I assume you’re using Linux), please see Installing Connector/ODBC on Unix-like Systems from the MySQL documentation page. This information is available in the MongoDB ODBC driver repository file INSTALL.linux. Please check this file regularly in case the installation instruction changes in the future.
Best regards,
Kevin