Requirements: Difference between revisions
From Customer365 for SageCRM
(Created page with "Requirements ---- .Net 4.5.2 on the server app pool Notes: CRM will only allow one instance per server of CRM be the self-service portal '''Troubleshoot''' To re-regist...") |
No edit summary |
||
Line 15: | Line 15: | ||
regsvr32 eware.dll | regsvr32 eware.dll | ||
A Message should appear to confirm that the eware.dll has been registered. Typically if this is required you will also need to reset the registry settings to point to the correct CRM database also. | A Message should appear to confirm that the eware.dll has been registered. Typically if this is required you will also need to reset the registry settings to point to the correct CRM database also. * | ||
*Please note that installing another CRM instance on the same machine does override these settings and will lead to issues like those described above. |
Revision as of 10:27, 9 December 2016
Requirements
.Net 4.5.2 on the server app pool
Notes:
CRM will only allow one instance per server of CRM be the self-service portal
Troubleshoot
To re-register the server open a command prompt and navigate to the wwwroot folder within the CRM folder structure. Typically this is 'C:\Program Files\Sage\CRM\CRM\WWWRoot' Once there type
regsvr32 eware.dll
A Message should appear to confirm that the eware.dll has been registered. Typically if this is required you will also need to reset the registry settings to point to the correct CRM database also. *
- Please note that installing another CRM instance on the same machine does override these settings and will lead to issues like those described above.