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
This snapshot is showing how I have my mongosqld.conf. When I mentioned that I used double quotes is because that it was one of my attempts. I am receiving the same error message: failed to start due to configuration error: error parsing command-line options: Unexpected argument(s):
I am getting an error when running mongosqld install --config “C:\databases\mongosqld.config”
failed to start due to configuration error: unable to parse configuration file: invalid value for systemLog, expected a map: ()
try ‘mongosqld --help’ for more information
Any idea how to fix. I need to convert a mongo database to an SQL server database and I am following the example the some SOB named Hadi Fadlallah posted. As usual this stupid unit goat humper example is fucked