I'm very new user of Mongo and I'm trying to enable MongoDB connector for BI.
I want to change my connect address, but it only connects to 127.0.0.1...
I made a config file (net: bindIp: '192.168..' port: 27**8) I follow steps describe into https://docs.mongodb.com/bi-connector/master/tutorial/install-bi-connector/ but when doing net start mongosql I got the following error message:
C:\Program Files\MongoDB\Connector for BI\2.14\bin>net start mongosql The MongoSQL Service service is starting.
The MongoSQL Service service could not be started.
A service specific error occurred: 1.
More help is available by typing NET HELPMSG 3547.
How can I connect to my server IP and make DSN by this mongosql?