Verifying batch apply
To verify the batch apply process, follow these steps:
- On the NCR DSR Web API page, select the DSR API link.
- Obtain another authorization token. For more information, refer to Requesting authorization.
- Scroll down to the Batchapply section.
- Select the GET api/v7/BatchApply?BatchCode={BatchCode} link.
- Select Execute API. The GET api/v7/BatchApply?BatchCode={BatchCode} window is displayed.
- In the URI parameters section, in the {BatchCode} field, enter the BatchID of the data file used during the Batch Apply process.
- In the Headers section, in the authorization field, enter the ASToken that was generated in the GET api/v8/Security/Login response.
- Select Send. When the API message has been successfully sent, the page returns a new window with a 200/OK message. Check the applyStatus value in the response. It should read “applystatus”:”SUCCESS”.
If a failure status is returned, open and review both logs to troubleshoot the problem:
- Batch Apply logs
- Batch Apply Event logs
Batch Apply logs are located in the following folder of the Application server:
%PROGRAMDATA%\NCR\RetailOne\Enterprise\LogFiles\BatchApply.
For information about Batch Apply Event logs, refer to Batch Apply Event Logs.