Record inserted into table unknowningly

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Filip.Serw
Posts: 23
Joined: February 17th, 2022, 3:21 pm
Contact:

Record inserted into table unknowningly

Unread post by Filip.Serw »

Hey, issue that has been monitored for about a week.

The issue was first noticed through BatchJob BatchOrderSubmit sending numerous emails of failure with records which existed that needed to go through the process of this BatchJob. The batchjob estimates the records present that have not gone through the process and then attempts to retrieve them, but doesn't retrieve the records because their origin is unintentional, coming from table EC_Order_Header.

The method CreateWebSalesOrder inserts into this table EC_Order_Header. The data that is associated with these records shows that it does not come from this method. There is some error which causes these to be inserted in the table. A potential hypothesis has been Item Import failing at the same time and related to connection issues. Some history has shown that these occur closely together but not always.

A screenshot of the data associated with the record inserted into the table. These errors should not be in the table because it does not go through the process of an order being created.
Record.png
Record.png (31.49 KiB) Viewed 246 times
Record.png
Record.png (31.49 KiB) Viewed 246 times
Unfortunately, I have been unable to capture the logs when this issue occurs. It has inconsistently happened over different periods of times and deleting the bad records from the table resolves the batch job emails temporarily until these records are reinserted into the table.

Any assistance into the issue would be appreciated.
word count: 244
Post Reply