Certain post-callout objects do not respond to the events for which the post-callout objects are registered in Microsoft Dynamics CRM 3.0 (920127)
The information in this article applies to:
Content Maintenance:56689 SYMPTOMSIn Microsoft Dynamics CRM 3.0, certain post-callout objects do not respond to the events for which the post-callout objects are registered. This problem occurs after you upgrade Microsoft Business Solutions - CRM 1.0 or Microsoft CRM 1.2 to Microsoft CRM 3.0 and then apply post-callout objects that were created in Microsoft CRM 1.0 or in Microsoft CRM 1.2.CAUSEThis problem occurs because existing post-callout objects that you created in Microsoft CRM 1.0 or in Microsoft CRM 1.2 are disabled during the upgrade to Microsoft CRM 3.0.RESOLUTIONTo resolve this problem, reenable the post-callout objects that you created in Microsoft CRM 1.0 or in Microsoft CRM 1.2. To do this, run the following Microsoft SQL Server script against the Microsoft CRM Metabase database.
UPDATE EntityEventSubscriber
SET IsEnable=1
WHERE SubscriberId
IN (SELECT SubscriberId From Subscriber Where Name != 'Microsoft CRM Integration module') Notes- Before you run the script, make sure that you back up this database.
- This script will reactivate post-callout objects that were created in Microsoft CRM 1.0 or in Microsoft CRM 1.2. However, if the post-callout objects are related to the Microsoft CRM Integration for Great Plains, the objects are not reactivated.
MORE INFORMATIONThe callout model in Microsoft CRM 1.0 and in Microsoft CRM 1.2 differs from the callout model in Microsoft CRM 3.0. However, post-callout objects that you created in earlier versions of Microsoft CRM are supported in Microsoft CRM 3.0 if the post-callout objects use the classes that Microsoft CRM 3.0 supports. However, you do have to reenable the post-callout objects after you upgrade to Microsoft CRM 3.0.
Modification Type: | Minor | Last Reviewed: | 9/7/2006 |
---|
Keywords: | kbtshoot kbMBSadministration kbMBSMigrate kbprb KB920127 kbAudEndUser kbAudKnowledgeWorker |
---|
|