-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error when adding DSN for MongoDB in MS Excel #101
Comments
Are you running on a macOS Intel or M1 machine ? Where did you obtain the indicated MongoDB 1.4.5 ODBC drivers from ? If you create the ODBC DSN using the iODBC Administrator directly , rather than in MSExcel, does the same error occur creating the ODBC DSN in the iODBC Administrator ? |
|
iODBC does not provide an ODBC driver just the ODBC Driver Manager components, so some thing or someone else must have installed the MongoDB ODBC 1.4.5 driver on your machine. What is in the |
@sagar-gopale |
@sagar-gopale |
I am using
mongosqld
utility is also running and it is able to sample schemas from MongoDB(as seen in logs).Below is what my
mongosqld
config looks like for local mongodb connection.I am using below values when adding
System DSN
in MS Excel.I can see below drivers in MS Excel when adding System DSN. I have tried with both.
I get below error dialog when I try to create DSN.
I am not sure how to debug this. I have tried the solution at #34. Changing the permission of
odbcinst.ini
that is present in /Library/ODBC.NOTE: I am the administrator on this system.
The text was updated successfully, but these errors were encountered: