Troubleshooting: Difference between revisions

From Sage CRM Knowledge Base
No edit summary
No edit summary
Line 8: Line 8:


Ref: https://community.sagecrm.com/user_community/f/84/p/5514/13711.aspx#13711
Ref: https://community.sagecrm.com/user_community/f/84/p/5514/13711.aspx#13711
2. Moving CRM (web services not working - 'Class not registered, ClassID')
Open command prompt on CRMDotNet folder
Example Folder: C:\Program Files (x86)\Sage\CRM\CRMDotNet\6.2
  Unregister:
    gacutil /uf SageCRMNet
    regasm /unregister SageCRMNet.dll
    gacutil /uf SageCrmWrapper
    regasm /unregister SageCrmWrapper.dll
  Register:
    gacutil /if SageCrmWrapper.dll
    gacutil /if SageCRMNet.dll
    regasm SageCRMNet.dll
Also make sure to install MSXML parser 4.0 (later versions will not suffice) - this comes with a CRM install

Revision as of 12:43, 6 June 2012

1. CRM Indexor service not indexing

This uses a folder in the library called

...Sage\CRM\CRM71a\Library\FullText.ix

If you delete this folder and restart the “CRM Indexer service” this should repopulate and correct the issue

Ref: https://community.sagecrm.com/user_community/f/84/p/5514/13711.aspx#13711

2. Moving CRM (web services not working - 'Class not registered, ClassID')

Open command prompt on CRMDotNet folder

Example Folder: C:\Program Files (x86)\Sage\CRM\CRMDotNet\6.2

 Unregister:
   gacutil /uf SageCRMNet
   regasm /unregister SageCRMNet.dll
   gacutil /uf SageCrmWrapper
   regasm /unregister SageCrmWrapper.dll
 Register:
   gacutil /if SageCrmWrapper.dll
   gacutil /if SageCRMNet.dll
   regasm SageCRMNet.dll

Also make sure to install MSXML parser 4.0 (later versions will not suffice) - this comes with a CRM install