The following is required for the Apsis Integration to work:
During installation you will also need the following:
Follow these simple steps to get the Apsis Integration up and running:
Program Files (x86)\Lundalogik\Lime CRM Apsis Integration
.Apsis.Service.exe.config
to specify Apsis account details and Lime CRM Web Service connection details.There have been problems installing the Apsis Integration service if the Services management window is open. Therefore, close Services control panel window before beginning the installation.
The installation requires true administrator privileges. If nothing seems to happen when you try to install the .msi file, open an Administrator command prompt and install using the following command:
msiexec /i [path to .msi file]
When upgrading to version 2.1.13 or later, the file Lundalogik\Lime Pro Apsis Integration\Apsis.Service.exe.config
must be moved to the new folder Lundalogik\Lime CRM Apsis Integration
.
It is possible to upgrade from version 1.x of the Apsis Integration by following these steps:
All mailing and recipient history related to Apsis will be lost (e.g. who viewed what, how many clicks, etc.) by following the steps below. Mailing list subscriptions however can be re-imported into Lime CRM.
exec lsp_removetable @@name = N'apsismailing' exec lsp_removetable @@name = N'apsismailinglist' exec lsp_removetable @@name = N'apsisrecipient' exec lsp_removetable @@name = N'apsissubscription' exec lsp_removetable @@name = N'apsisoptoutlist' exec lsp_removefield @@table = N'person', @@field = N'apsissubscriberid' exec lsp_removefield @@table = N'person', @@field = N'limestatus' exec lsp_removefield @@table = N'person', @@field = N'emailformat' exec lsp_removefield @@table = N'person', @@field = N'emailbounce' exec lsp_removefield @@table = N'person', @@field = N'emailbouncedate' exec lsp_removefield @@table = N'person', @@field = N'emailbouncecategory' exec lsp_removefield @@table = N'person', @@field = N'emailbouncereason' exec lsp_removefield @@table = N'person', @@field = N'apsisrecipient' exec lsp_removefield @@table = N'person', @@field = N'apsismailinglist' exec lsp_removefield @@table = N'person', @@field = N'apsisoptoutlist' exec lsp_removefield @@table = N'person', @@field = N'apsissubscription' exec lsp_refreshcaches exec lsp_refreshldc