Redpoint Interaction v6.x Documentation
Breadcrumbs

Admin: MongoDB (SQL) Configuration

This section describes how to create and configure a MongoDB (SQL) Data Source Name (DSN). Please follow the steps below.  Please note that you may skip steps 1 – 4 if you have already installed the ODBC driver. 

  1. In a web browser, navigate tohttps://www.progress.com/products/datasources/mongodb https://www.progress.com/odbc/mongodb to download the driver.  2. In the download folder, locate the PROGRESS_DATADIRECT_ODBC_MONGODB_WIN_64.zip file and extract its contents. 

  1. Within the extracted folder, double click the PROGRESS_DATADIRECT_ODBC_8.0_WIN_64_INSTALL.exe file. 

  1. In the DataDirect for ODBC 8.0 – 64 bit Window, click Next and follow the required steps to install the driver. 

    image-20250916-204307.png
  2. Once you have successfully installed the ODBC driver, go to Control Panel\System and Security\Administrative Tools and click ODBC Data Sources (64-bit).

  3. In the ODBC Data Source Administrator Window, click the System DSN tab. 

    image-20250916-204321.png
  4. Click the Add… button to create a new Data Source.  

  5. Find and select DataDirect 8.0 MongoDB and click Finish. 

    image-20250916-204404.png
  6. In the ODBC MongoDB Driver Setup Window, configure the following details: 

    • Data Source Name 

    • Host Name: the MongoDB host server (IP address or a server name). 

    • Port Number: the MongoDB server port number. Only numerical values are accepted. The default port number is 27017. 

    • Database: the MongoDB database name. 

    • Schema Definition Path: specifies the name and location of the configuration file where the relational map of native data is written. 

      image-20250916-204417.png
  7. For more information about the Schema Tool, go to C:\Program Files\Progress\DataDirect\ODBC_80\help\SchemaToolHelp and click schematoolhelp. 

    image-20250916-204430.png
  8. Click the Advanced tab and make sure the Read Only option is not selected. 

    image-20250916-204441.png
  9. Click the Test Connect button. Once the connection has been made successfully, click the OK button to create the DSN.