Posts

Showing posts with the label linked server

RMS-GP Integration

Image
Microsoft Dynamics provides a free integration between its Retail Management System (MRMS) and Dynamics GP. The integration is available for Dyn amics GP Versions 9.0 & 10.0. I'd put the steps in setting up the integration in GP for version 10.0. StepI : Install the RMS integration feature from Dynamics GP V10 media Do not forget to complete the GP Utilities process unless otherwise the SQL objects required for the integration would not be installed in SQL Server. After installing the RMS Integration feature, the integration would not be immediately available in Dynamics GP. Because we have to set the connection properties for Dynamics GP to fetch data from RMS database. To establish this connection, we have to make use of Linked Server in MS SQL Server. StepII : Configure the Linked Server in the MS SQL Server. For this, Go to the SQL Server Management Studio => Server Objects => Linked Servers. Right Click on the Linked Servers and select New Linked Server. StepIII : C...