2022

Page tree

Versions Compared

Key

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

Overview 

The DBSync's Dynamics GP connector has the ability to integrate the Microsoft Dynamics GP (formerly known as Microsoft Great Plains) business management system with additional applications like CRM software's, e-Commerce platforms and various other systems. This connector seamlessly transfers data from other applications like Salesforce, SkuVault, QuickBooks, Databases to and from Microsoft Dynamics GP.

DBSync GP connector allows you to move data into and out of the Microsoft Dynamics GP accounting application. The connector connects directly to your GP instance and enables you to query, add, modify, and delete various types of records including accounts, customers, sales orders (SOP), Invoices, and more.

DBSync GP connector extends eConnect interface from Microsoft Dynamics GP to exchange data with the GP database. eConnect is a Microsoft programmatic interface layer that facilitates the exchange of data by performing business validations and ensures data integrity. It is implemented as a set of database stored procedures installed on the GP database server. eConnect is required to be installed before connecting to DBSync GP connector.


Prerequisites

To establish a connection to GP via DBSync GP connector, user has to do the following

  • Have a valid license to DBSync GP connector, username and password to connect to DBSync iPaaS platform.
  • Access to Dynamics GP and its database.
  • Install eConnect on the same server on which GP is installed to connect to its database. To learn about the installation and configuration of the eConnect libraries refer to the Microsoft documentation of eConnect libraries.

Connector Configurations

A GP connector instance represents a single GP account, including login credentials. If a user wishes to connect to multiple instances of the either sandbox/production, create a separate connection for each. The below table represent parameters required for opening the connection to GP user instance.

Property

Description

Required

eConnect Port

It is a eConnect port to connect to eConnect services.

By default, it is always given as 18888

No

Datasource

The data source name is the instance name on which eConnect is installed.

yes

Database Name

The database name is the company specific database for which you wish to connect.

To find the database name from your GP UI navigate through the following path.

MicrosoftDynamics GP→ Maintenance → SQL and find the database to which your company file corresponds to.

yes

After a connector is created within a project, set up the connector within the project. DBSync can map to and from the systems which are supported by our standard connector list and use GP connector to retrieve data from or send data to GP Platform.

Click on the following link to know which all connectors we support Connectors List .


Uses Of MSCRM Online Connector

The DBSync GP connector can automate in near real-time between MS Dynamics GP and other applications and can be used to

  • Synchronize customer master databases with Microsoft Dynamics GP
  • Convert opportunities won to order generated in MS Dynamics GP
  • Convert opportunities won to Invoice in MS Dynamics GP
  • Integrate e-commerce website orders to MS Dynamics GP
  • Integrated payments received from online payment systems for reconciliation.

Supported Versions

DBSync's GP connector supports only the following versions of GP.

  • Microsoft Dynamics GP 9.x
  • Microsoft Dynamics GP 10.x
  • Microsoft Dynamics GP 2010.x (11)
  • Microsoft Dynamics GP 2013.x


Frequently Asked Questions

Q: What is the pre-requisite software requirement for DBSync integration with Microsoft Dynamics GP?

A: The eConnect libraries must be installed, however the full eConnect run time module does not need to be installed.

Q: Does DBSync need to be installed on the same machine as that of Microsoft Dynamics GP?

A: DBSync Microsoft Dynamics GP connector can be either configure on the same instance where GP is installed or on a remote machine which can access GP database.

Q: What are the limitations of DBSync integration with Microsoft Dynamics GP?

The eConnect interfaces do not support every object and interaction available within Microsoft Dynamics GP. If your integration scenario requires working with objects from other modules or more sophisticated queries, you will need to use our Database connector for Microsoft SQL Server to connect to backend database tables directly. While this is an option, it is recommended to avoid accessing Microsoft Dynamics GP database directly to maintain data integrity and business rule executions.

Q: Why is Microsoft Dynamics GP Connector not getting validated in DBSync?

A: There is a possibility that Microsoft Dynamics GP connector is not getting validated in DBSync. This happens usually when eConnect service is unable to start. To ensure that eConnect service is started the following steps must be followed.

  • Locate the eConnect web services configuration file, which is usually installed at:

C:\Program Files\Microsoft Dynamics\eConnect 11.0\Service\ Microsoft.Dynamics.GP.eConnect.Service.exe.config

  • Open this file using a text or XML file editor and change the httpGetEnabled parameter to false.