2022

Page tree

Versions Compared

Key

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

...

The process of using MS NAV Adatper Adapter is explained in this section with an . An example is provided of integrating MS NAV with MySQL Database. In this example four process flows as mentioned below is built for Four Process Flows are used to build integration. Based on the requirement, other process flows more Process Flows can be built. Wiki link iPaaS can be referred to, to learn about building process flows Process Flows / Process Definition Language.

  • MS NAV Customers to DB Customers:
    • To sync MS NAV Customers into with Database Customers table.
  • MS NAV Invoice to DB Invoice:
    • To sync MS NAV Invoice into with Database Invoice table.
  • DB Customers to MS NAV Customers:
    • To sync Database Customer table into with MS NAV Customers module.
  • DB Invoice to MS NAV Invoice:
    • To sync Database Invoice table into with MS NAV Invoice module.

Panel

DBSync Setup

  1. Login into www.mydbsync.com and click .  Click on Customer Login.
  2. Enter your DBSync Username and Password and click on Login.
  3. Once logged in, click on "My Home" tab from the menu and click on Launch button.
  4. You will be re-directed to DBSync Project Console.
  5. Click on Connectors in the left section of Project Console. You will see MSNAV Connector.
  6. Click on the MSNAV connector and update the details as mentioned below.
  7. Retain the default classpath.
  8. Enter your MS NAV username & password in the specified field.
  9. Enter the base URL for the server wherein MS NAV is installed. If DBSync is installed in the same machine where MS NAV is installed URL field need not be entered.
  10. Click on Save Properties to save MS NAV settings.
  11. Click on Validate to confirm validation.
  12. Click on Database on the top left corner of the Quick Start window.
  13. Enter your database URL.
  14. Enter your database username & password in the specified field.
  15. driver Driver should be the type of database.
  16. autocommit Autocommit should be true.
  17. dbname Dbname should be the name of database.
  18. Click on Save Properties to save MS NAV settings.
  19. Click on Validate to confirm validation.

...

Integration can be run using scheduler or run button. Scheduler can be used to setup auto run & . The run button can be used to run the integration manually.

...

  1. Click on the Scheduler button on the top right corner of DBSync profile page.
  2. Select the required profile to schedule & Process.
  3. Enter the frequency of sync under Cron Settings.
  4. In the bottom, Cron Scheduler will show the scheduled process.
  5. In case, the scheduled process is no longer required, you may delete the schedule.

Manual Run

  1. Click on Click edit on DBSync profile page.
  2. Select the required process to run.
  3. Click on Click Run to manually initiate integration.