Forum Discussion
Copy data activity on microsoft fabric and mongodbAtlas problem connection
Hi BartoloIsmail ,
Thanks for using Fabric Community.
Here are some steps to troubleshoot the connection and set up MongoDB Atlas as a source:
- Verify Connection String:
- Double-check your connection string for typos or incorrect formatting.
- Firewall Rules:
- Ensure your network allows outbound connections to MongoDB Atlas on port 27017 (or the custom port you might be using). Check your Data Pipelines service's network configuration and any firewalls in between.
Additional Tips:
Consider increasing the timeout value in your connection string using connectTimeoutMS parameter. This might help if there's a slight delay in establishing the connection.
Docs to refer - Configure MongoDB Atlas in a copy activity - Microsoft Fabric | Microsoft Learn
Hope this helps. Do let us know incase of further queries.
Is there a way to deposit a JSON file into my bronze layer of my Microsoft Fabric lakehouse in a non-manual manner using a Talend job, for example, without using the MongoDB Atlas pipeline connectors or MongoDB Atlas SQL via Gen2 flows? I've noticed that there are SQL string connections available, but they seem only usable by tools like Power BI Desktop, for instance
- Anonymous2 years agoNot applicable
Hi BartoloIsmail ,
You can use this SQL Connection String with following authentication methods.
Connectivity to data warehousing - Microsoft Fabric | Microsoft Learn
I also checked the possible connection options with Talend Cloud - List of supported connectors | Talend Cloud Data Preparation User Guide Help
You can also send your data to adls gen 2 and can pull it into lakehouse using fabric data factory.
If you like to connect with MongoDB Atlas, please follow this link - Configure MongoDB Atlas in a copy activity - Microsoft Fabric | Microsoft Learn
Hope this provided some insights. Do let me know incase of further queries.- Anonymous2 years agoNot applicable
HI BartoloIsmail ,
We haven’t heard from you on the last response and was just checking back to see if you got some insights over your query.
Otherwise, will respond back with the more details and we will try to help .
Thanks- BartoloIsmail2 years agoFrequent Visitor
hi Anonymous
I'm reaching out again because the problem persists, and I would like to get additional help for troubleshooting the connection.