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.
-
The number of revisions permitted by the Manta Flow license
-
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.
-
Select the Configuration tab.
-
Select License from the menu on the left.
-
Check the number of revisions available.
After the Maximum Number of Revisions has been confirmed, continue as follows.
-
Select the Configuration tab.
-
Select CLI from the menu on the left.
-
Then select Common and Common Config from the dropdown menu.
-
Click on Edit.
-
Update the Number of Historical Revisions to a number less than or equal to the previously-determined Maximum Number of Revisions.
-
When you have finished, save the new configuration.
For more information on how to delete existing revisions manually, review the related article.