Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Certain post-callout objects do not respond to the events for which the post-callout objects are registered in Microsoft Dynamics CRM 3.0


View products that this article applies to.

Symptoms

In 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.

↑ Back to the top


Cause

This 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.

↑ Back to the top


Resolution

To 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 INFORMATION

The 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.

↑ Back to the top


Keywords: KB920127, kbprb, kbmbsmigrate, kbmbsadministration, kbtshoot, kbmbscrm40no

↑ Back to the top

Article Info
Article ID : 920127
Revision : 3
Created on : 9/7/2006
Published on : 9/7/2006
Exists online : False
Views : 302