Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Useful for when we need to reprocess statements for a statement forward in support cases. Ensure statement forward is re-enabled if not already before reprocessing statements.

Check after the requeue, the statement forward document’s reprocessingStatus as well as the completedForwardingLog on the statements to confirm requeue is successful.

Through the API (available in SDC enterprise from 13.32.0)

You will need the statement forward ID (copyable from UI, using the copy button next to the title).

  1. Count the number of missing statements by sending GET request to
    https://{SDC_BASE_URL}/api/statementforwarding/reprocess/{STATEMENT_FORWARD_ID}/count

    Response should be 200, SF’s reprocessingStatus's status field should be "COUNT FINISHED" and the missedStatementCount should be populated.

  2. Search the number of missing statements by sending GET request to
    https://{SDC_BASE_URL}/api/statementforwarding/reprocess/{STATEMENT_FORWARD_ID}/search

    Response should be 200, SF's reprocessingStatus's status should be "SEARCH_FINISHED", the searchResultCount, firstSearchResults and the lastSearchResults should be populated.

  3. Requeue the number of missing statements by sending GET request to
    https://{SDC_BASE_URL}/api/statementforwarding/reprocess/{STATEMENT_FORWARD_ID}/forward

    Response should be 200, SF's reprocessingStatus's status should be "FINISHED", the forwardedCount indicates how many have been successfully requeued.

Troubleshooting (TODO)

Through the UI (available soon, site admins only)

  • No labels