Forum Discussion
Cannot Create Workspaces 500 Error
- Anonymous7 years ago
Hi Anonymous,
After use your request id to check detailed information, I found following error message listed in trace log:
Add Unified group: PowerBIServiceException received by ASGateway PowerBI endpoint. Error code: ADGraphGroupOperationFailed 'RunWithRetries' failed to run, attempt 1 of 60. error: Microsoft.Data.OData.ODataErrorException: The directory object quota limit for the Principal has been exceeded. Please ask your administrator to increase the quota limit or delete objects to reduce the used quota.
Please contact to azure admin for this limit.
In addition, you can also take a look at following link about this:
Azure AD service limits and restrictions
Regards,
Xiaoxin Sheng
Hi Anonymous,
After use your request id to check detailed information, I found following error message listed in trace log:
Add Unified group: PowerBIServiceException received by ASGateway PowerBI endpoint. Error code: ADGraphGroupOperationFailed 'RunWithRetries' failed to run, attempt 1 of 60. error: Microsoft.Data.OData.ODataErrorException: The directory object quota limit for the Principal has been exceeded. Please ask your administrator to increase the quota limit or delete objects to reduce the used quota.
Please contact to azure admin for this limit.
In addition, you can also take a look at following link about this:
Azure AD service limits and restrictions
Regards,
Xiaoxin Sheng
- Anonymous7 years agoNot applicable
Thanks for the information. I will test if increasing the quota will work. Whats the best way to check how many objects the account has created? I used
Get-AzureADUserCreatedObject -ObjectId <account_id> -All $true
But that only returned 126.
- Anonymous7 years agoNot applicable
HI Anonymous,
I think there are some objects existed in other directory which include in size limit.(non-admin user has 500 limit)
In my opinion, I'd like to suggest you to contact to admin for permission to increase size limit.
Regards,
Xiaoxin Sheng
- Anonymous7 years agoNot applicable
Thanks for the insight! How would they increase the size limit for a specific account? Is there an artcle with steps or powershell commands?