PART A - Development work for this case has been completed. Batch ID is a Time function that uses the format "YYYYMMDD. HHMMSS.6DigitMicrosecond" Example: ND.20210901.152521.7784618 The issue was caused by Batch ID's being generated too fast causing the same batch ID allocated to the API Queue. To resolve the issue, we have added a GUID to the end of the Batch ID, changing the format to: "YYYYMMDD. HHMMSS.^DigitMicrosecond_GUID" e.g: ND.20211007.132441.737.1_B7353D2C-B827-4E6F-8E82-F44D14AD7FF8 1. The change will be available in version:13.03.0917 2. The following changes were made(Include Database object names, Program classes, and any other relevant information): - Change Batch Identifier format
3. Affected Areas: - Replication using Web API
4. The issue was caused by: - Batch ID Uniqueness Test did not allow for high-performance machines
5. Other Relevant Notes: 6. Next Step (Review and System Test (Developer) -> UAT (Quality) -> Documentation): UAT
|