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.