hi team,
i am a new user for mongoDB. My requirement is to connect mongoDB from PowerBI, then visualize data and create report from PowerBI side.
I am following this guide step by step to create a DSN https://www.mongodb.com/docs/bi-connector/current/tutorial/create-system-dsn/, but when i test the newly created DSN, mangosqld side always throw below information, which cause i can’t create and connect to the DSN successfully.
2022-05-12T16:19:26.517+0800 I NETWORK [conn1] connection accepted from 127.0.0.1:55995 #1 (1 connection now open)
2022-05-12T16:19:26.565+0800 I NETWORK [conn1] end connection 127.0.0.1:55995 (0 connections now open)
2022-05-12T16:19:29.204+0800 I NETWORK [conn2] connection accepted from 127.0.0.1:56005 #2 (1 connection now open)
2022-05-12T16:19:29.213+0800 I NETWORK [conn2] end connection 127.0.0.1:56005 (0 connections now open)
I have installed Server, Connector for BI ,ODBC and compass tool.
Here is the replication steps:
- start up mongod by clicking the file “mongod.exe”
- start up mongo by clicking the file “mongo.exe”
- start up mongosqld by clicking the file “mongosqld.exe”
Can any export help take a look?