I’m trying to connect standalone MongoDB hosted on AWS EC2 build for hosting application data.
When I used MongoDB Compass using
mongodb://xxxxdev:xxT123b@xx.xxx.xx.xx:27017/xxxxxxx-dev?authSource=admin
Issue:
I’m able to connect and add collection to my database as well as it MongoDB shell I can get colletion names too.
How I can connect to MongoDB server-database and collection which is on admin authorization?
When I add my user database then Collection will not list
On MongoDB compass shell using the same database:
I have gone through multiple community forum but couldn't find what I'm missing here. Even DBA also not sure if connection can work with Compass then its Alteryx tool issue.
As you have probably concluded, MongoDB instances other than the standard embedded instance for Server are not supported. There are many users who have such databases, and you are in the right place to network with them.
If you are reading the embedded instance that stores the gallery for Alteryx Server, then the user password stored in the System Settings is the only one you need. (We do not recommend using the MongoDB Output tool on embedded instances.)