I am getting the following error message:
D:>mongosqld --config D:\MongoDB\Connector for BI\2.14\bin\mongosqld.conf
failed to start due to configuration error: error parsing command line options: Unexpected argument(s): [for BI\2.14\bin\mongosqld.conf]
try ‘mongosqld --help’ for more information
My mongosqld.conf is very simple:
systemLog:
path: ‘D:\MongoDB\Connector for BI\2.14\logs\mongosqld.log’
net:
bindIp: 0.0.0.0
port: 3307
I followed the instructions from https://docs.mongodb.com/bi-connector/master/launch/. I don’t have any idea what I am doing wrong. I tried double-quotes. I used / instead of . Any idea?