CMMVC9969E The cloud service provider is currently unable to process requests due to a temporary
overload situation, Please try after some time.
Explanation
This error occurs when cloud service provider account exceeds the limit that is
offered to receive requests. Cloud service providers have the following request limits:
Amazon S3 supports 3500 request per second to add data and 5500 request per second to retrieve
data. This error can also occur when it gets two or more PUT calls on the same object key.
Microsoft Azure uses the terminology of ingress and egress limit. The default maximum ingress
per general-purpose v2 account is 25 Gbps; the default maximum egress for general-purpose v2 account
is 120 Gbps. It also supports a limit of 500 requests per second on a single blob. By default,
system software does not allow more than 500 requests per second on a single blob.
User response
Wait for some time and then retry the command. You can also request to increase the
limit with your cloud service provider. If the error persists, check your environment to see if two
or more entities are accessing the cloud storage at the same time. This situation can result in two
PUT requests to the same object key.