Revision Limit Exceeded

The limit of committed revisions allowed by the license has been exceeded.

There are two factors that determine the number of committed revisions allowed in Manta Flow.

  1. The number of revisions permitted by the Manta Flow license

  2. The Manta Flow common configuration for the number of historical revisions

Ideally, the common configuration for the number of historical revisions should be less than or equal to the number of revisions allowed by the license. When this is the case, the oldest committed revision will automatically be removed to make room for the most recent committed revision once the number of historical revisions has been met.

If the common configuration has been set to allow more historical revisions than what is allowed by the Manta Flow license, you will eventually get the following error once the license limit has been breached. "Error during fetch committed number. The limit of committed revisions allowed by the license has been exceeded.”

2021/12/03 20:57:06.948 AM [main] ERROR - eu.profinit.manta.connector.http.caller.callback.BasicErrorCallback
HTTP_COMMUNICATION_ERRORS - HTTP_ERROR_RESPONSE
User message: Error HTTP response status code 400 and message '{"error":"Error during fetch committed number. The limit of committed revisions allowed by the license has been exceeded.

Solution

Determine the number of revisions allowed by the Manta Flow license.

Start by logging in to the Manta-Admin-GUI webpage (under an admin-level role with access to the license), and follow the steps below.

  1. Select the Configuration tab.

  2. Select License from the menu on the left.

  3. Check the number of revisions available.

No alt text provided

After the Maximum Number of Revisions has been confirmed, continue as follows.

  1. Select the Configuration tab.

  2. Select CLI from the menu on the left.

  3. Then select Common and Common Config from the dropdown menu.

  4. Click on Edit.

  5. Update the Number of Historical Revisions to a number less than or equal to the previously-determined Maximum Number of Revisions.

  6. When you have finished, save the new configuration.

Important: Note that once this error has occurred, you will first need to manually delete some revisions. See the related article for guidance. Making the necessary corrections should prevent the issue from re-occurring in the future.

No alt text providedNo alt text provided

For more information on how to delete existing revisions manually, review the related article.

How to Delete Revisions