2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the mysql-connector  from the link https://dev.mysql.com/downloads/connector/odbc/ as per your server configurations.

  2. Install mysql-connector on the server where Sage is hosted.

  3. On the server navigate to Control panel -> Administrative Tools.

  4. Double click on the service Data Source (ODBC).

  5. From the User DSN tab -> Click Add button which will pop up “Create New Data Source” option

  6. Scroll down to select option “MySql ODBC 5.3 unicode driver” and hit Finish button

  7. This will pop up the Connection parameters which are explained after these steps.

  8. Click on Test button to test the connection of your entered parameters.

ParameterDescription
Data Source NameEnter the name of your choice by which you want to identify the connection.
TCP/IP serverEnter the ip/domain name where your database server is hosted.
UserDatabase server user name
PasswordThe password of the database user
DatabaseChoose the appropriate database where you wish to dump the data.

ODBC CONNECTION CHECK

The connectivity can be checked by following the below listed steps.

  1. On the server navigate to Control panel -> Administrative Tools.

  2. Double click on the service Data Source (ODBC).

  3. On the User DSN tab you will find “dbsyncqueue” driver.

  4. Double clicking on the “dbsyncqueue” “Data Source Name” driver will open up a pop-up as shown in below screen.

  5. Click on Test button which pops up connection successful.

...