SmartConnect 2018

Microsoft Dynamics GP Web Client Setup

To enable SmartConnect real time data sources in the Microsoft Dynamics GP web client follow the steps below:

1.Install the standard SmartConnect GP add in on the web client web server.
2.Copy the eOne.SmartConnect.GpAddin2013.dll file from the GP AddIns directory (usually in C:\Program Files (x86)\Microsoft Dynamics\GP 2013\AddIns) to the main GP directory (usually in C:\Program Files (x86)\Microsoft Dynamics\GP 2013\)
3.Right click on the eOne.SmartConnect.GpAddin2013.dll file and record the version number of the dll.
4.Make a backup of the Dynamics.exe.config file (usually in C:\Program Files (x86)\Microsoft Dynamics\GP 2013\)
5.Open the Dynamics.exe.config file and file the section starting with <DynamicsGPWeb>
6.Add the line below into the config file between the <DynamicsGPWeb> and </DynamicsGPWeb> tags. Note: <dll version> should be replaced with the version number recorded above.

 

<addin name="eOneSmartConnect" type="eOne.SmartConnect.GpAddin2013.GPAddIn,eOne.SmartConnect.GpAddin2013,Version=<dll version>,Culture=neutral,PublicKeyToken=0beb756d2a6b4456"/>

 

7.The config file should now look something like the following:

 

<DynamicsGPWeb>

 <addin name="ManagedStorage" type="Microsoft.Dynamics.GP.ManagedStorage.ManagedStorage,Microsoft.Dynamics.GP.ManagedStorage,Version=12.0.0.0,Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>
 <addin name="BIReportDeploymentGP" type="Microsoft.Dynamics.GP.BusinessIntelligence.BIReportDeploymentGP.BIReportDeploymentGPAddin,Microsoft.Dynamics.GP.BusinessIntelligence.BIReportDeploymentGP,        
Version=12.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"/>
 <addin name="TemplateProcessing" type="Microsoft.Dynamics.GP.BusinessIntelligence.TemplateProcessing.GPAddIn,Microsoft.Dynamics.GP.BusinessIntelligence.TemplateProcessing,Version=12.0.0.0,Culture=neutral,        
PublicKeyToken=31bf3856ad364e35"/>

 <addin name="DocAttach" type="Microsoft.Dynamics.GP.DocAttach.GPAddIn,Microsoft.Dynamics.GP.DocAttach,Version=12.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"/>

 <addin name="eOneSmartConnect" type="eOne.SmartConnect.GpAddin2013.GPAddIn,eOne.SmartConnect.GpAddin2013,Version=20.13.2013.40,Culture=neutral,PublicKeyToken=0beb756d2a6b4456"/>

</DynamicsGPWeb>