What are three solution The Architect can take to fix this issue without losing meaningful data?

An Order Management System (OMS) handles orders from multiple brand specific sites, as part of the processing, the OMS sends the processing detail to be added at notes to the orders in B2C Commerce.

These processing details are captured temporarily in custom objects, and are later processed by a batch Job that:

• Processes the custom object to extract the orderid and note data.

• Tries to load the order.

• If the order is not found, it deletes the custom object and moves on.

• If the order is found, it updates notes In the Order, upon successful update of this order, it deletes the custom object.

There is an Issue reported that the job is constantly failing and custom objects are growing in number.

On investigating the production look the message below is being logged on each failure:

What are three solution The Architect can take to fix this issue without losing meaningful data? Choose 3 answers
A . Take the backup of the Order as XML and delete the Order to ensure on the next job run, the custom objects are getting processed.
B. Using BM site import/export, soften the
<quota id=’’object.orderPo.relation,notes’’> <custom-action>warn<custom-action> </quots> to make sure that neither order notes are lost and custom object is processed.
C. Take the backup of the custom object and delete the custom object to ensure on the next job run the custom objects are getting processed.
D. Engage B2C Commerce Support Team to soften the quota limit for ‘’object.OrderPO.relation.notes’’
E. Take the backup of the Order as XML and delete the notes from Order to ensure on the next job run the custom objects are getting processed.

Answer: B,D,E

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments