Skip to main content
Feedback

RVR-MGB-300

Issue summary

  • Error Code: RVR-MGB-300
  • Description: MongoDB connection failure on Data Integration platform.
  • Initial Diagnosis: The error indicates a problem with establishing a connection between Data Integration and a MongoDB instance. This could be due to incorrect connection credentials, improperly formatted connection URI, network issues, or IP address restrictions.

Action steps

To resolve the error, follow these steps:

  • Check Connection Details:
    • Ensure the MongoDB Host, Port (default is 27017), Authentication Database, Username, and Password are correct.
    • Verify the if the URI is correctly structured according to the MongoDB URI documentation.
  • Testing Connection:
    • Use the Test Connection feature in Data Integration to verify if the provided credentials are correct.
  • Network and IP address Allowlisting:
  • Replica Set Configuration:
    • If connecting to a replica set, ensure all nodes you mention in the connection URI.
  • SSL/SSH Configuration:
    • If the MongoDB server requires an SSL connection, ensure that an SSL certificate you upload and configured correctly in Data Integration.
    • For SSH tunneling, setup may is mandatory if accessing MongoDB via a secured network; ensure that SSH tunneling options are properly configured.

External references

note

If the issue persists or you need help, open a case with Data Integration Support. In the console sidebar, select Help > Contact Us and follow the instructions.

On this Page