MONGO ODBC AUTH is the problem.

Discussion of open issues, suggestions and bugs regarding usage of ODBC Drivers
Post Reply
neipia
Posts: 4
Joined: Tue 17 Mar 2020 01:22

MONGO ODBC AUTH is the problem.

Post by neipia » Tue 17 Mar 2020 01:27

MONGO ODBC AUTH

ODBC connection

How to Legacy(SCRAM-SHA-1)

How can I solve this.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: MONGO ODBC AUTH is the problem.

Post by ViktorV » Tue 17 Mar 2020 09:21

To accomplish your task, please download the nightly build of ODBC Driver for MongoDB at https://download.devart.com/dac/DevartO ... 2_2020.exe, and set the option authMechanism to SCRAM-SHA-1 in the "Connection options" field in the "Advanced settings" tab of the configuration dialog box in ODBC Driver for MongoDB. For example, authMechanism=SCRAM-SHA-1.
See the MongoDB documentation for more information about the connection string: https://docs.mongodb.com/manual/referen ... ion-string

Post Reply