how do i connect 3 node Mongo 4.2 DB cluster where i have replica set as well.I am configuring controller. i found old KB
https://community.alteryx.com/t5/Alteryx-Server-Discussions/connect-alteryx-server-to-mongodb-replica-set/m-p/28442
replicaset/Ip:port, IP:port, it is working.
Also,
can i use new URI for host :"mongodb1.example.com:27317,mongodb2.example.com:27017/?replicaSet=mySet&authSource=authDB"
Hi @hdkarki ,
for which purpose do you want to use this new URI?
Regards,
(If this post helps, then please consider Accept it as the solution to help the other members find it more quickly).
I have Alteryx server installed on Windows server and mongo db (3 node) installed on Linux server with replica set. Controller works with replicatset/host:port, host:port but gallery is not working