Views:
Applies to Product - Dynamics 365 Supply Chain Management

What’s happening?
When processing a design change order with more than 498 lines, the system returns the error: "Request failed with status code InternalServerError and CDS error code: 0x80060888 response message: The current change set contains too many operations. A maximum number of ‘1000’ operations are allowed in a change set."

Reason:
This occurs because Dual-write is sending more than 1,000 records in a single transaction to the Common Data Service (CDS), which exceeds the Dual-write limit.

Resolution:
To avoid the synchronization error, execute the following steps:
Option A: 1. Go to Dual-write and pause the mapping of the entity CDS Released distinct products (EcoResReleasedDistinctProductCDSEntity) and Released products V2 (msdyn_sharedproductdetails). 2. Go to the Product and try to publish it. 3. Go to Dual-write and resume the mapping. 4. Wait a few minutes and see if the product with the lines has been synchronized with CDS.
Option B: 1. If the issue still occurs, perform the following action plan: 2. Go to Dual-write and stop the mappings for CDS Released distinct products and Released products V2. 3. Restart the mappings running the Initial Sync. 4. Go to the Product and try to publish it again. 5. Wait a few minutes and see if the product with the variations has been synchronized with CDS.