this looks like the answer
SYMPTOMS
When you create a Quick Campaign or a Campaign activity in Microsoft
Dynamics CRM 3.0, a duplicate activity is created.
CAUSE
This problem occurs because multiple sets of bulk operation processes are
triggered.
RESOLUTION
To resolve the problem of the duplicate activities, you must manually remove
the duplicate activities from Microsoft Dynamics CRM.
To resolve the problem of the multiple sets of bulk operation processes,
follow these steps: 1. To open Microsoft SQL Query Analyzer, click Start,
point to All Programs, point to Microsoft SQL Server, and then click Query
Analyzer.
2. Type the name of the computer that is running SQL Server and on
which the Microsoft Dynamics CRM databases are stored, and then click OK.
3. In the database list, select organization_name_mscrm.
Note organization_name is a placeholder for the actual organization
name.
4. Copy the following script in the Query window, and then click
Execute.
Select * from wfprocess where entitytype = 4406
5. Run the following statement against the organization_name_mscrm
database.
Note organization_name is a placeholder for the actual organization
name.
Select * from wfprocess where entitytype = 4406
6. If the statement returns more than two records, contact technical
support for Microsoft Dynamics to obtain a fix. For information about
technical support for Microsoft Dynamics CRM, visit the following Microsoft
Web site:
http://www.microsoft.com/dynamics/support/default.mspx
Note If two records are returned, there is one bulk operation
definition. If more than two records are returned, there is more than one
bulk operation definition.
==============================
John O'Donnell
Microsoft CRM MVP
http://www.crowecrm.com
"Mike" <Mike@discussions.microsoft.com> wrote in message
news:15D8BF73-2658-4745-B6A9-0DC0857E9D79@microsoft.com...