Error: an item with the same key has already been added

Hello community,

We have a live API connection between Adaptive and FE NXT feeding GL summary and transactions into Adaptive … starting the July 2021 (first period of the new fiscal year) the GL integration has been failing. It certainly has to do with the period. If we select June or prior to refresh old data integration works seamlessly.

The script is returning the error: an item with the same key has already been added.

Below are additional details.

Any help would be greatly appreciated.

Our current process is such:

  1. POST to https://api.sky.blackbaud.com/generalledger/v1/periodSummary/summarize
    1. "fiscal_period_id": 72
  2. GET https://api.sky.blackbaud.com/generalledger/v1/periodSummary/processingInfo
  3. GET https://api.sky.blackbaud.com/generalledger/v1/periodSummary/summaries?offset=0&limit=5000&fiscal_period_id=72

As you can see,

795ec681b8ec8c0ecc13dab823ef337d-huge-im

When requesting for Period ID 73, error:

795ec681b8ec8c0ecc13dab823ef337d-huge-im
795ec681b8ec8c0ecc13dab823ef337d-huge-im

Categories