Open
Description
openedon Oct 6, 2023
Hi,
I've recently started getting the following error when doing a full update to my portal
pac powerpages upload --path D:\XXXX\git2\YYYYY\my-portal\ -dp dev1 --forceUploadAll
it gets quite far through the update and then hits:
XRM Network error: System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: ExecuteMultiple Request batch size exceeds the maximum batch size allowed! (Fault Detail is equal to Exception details:
ErrorCode: 0x80040315
Message: ExecuteMultiple Request batch size exceeds the maximum batch size allowed!
TimeStamp: 2023-10-06T10:15:51.7775081Z
Exception details:
ErrorCode: 0x80040315
Message: ExecuteMultiple Request batch size exceeds the maximum batch size allowed!
TimeStamp: 2023-10-06T10:15:51.7775081Z
Exception details:
ErrorCode: 0x80040216
Message: System.NotSupportedException: ExecuteMultiple Request batch size exceeds the maximum batch size allowed!: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #57AC3C97
TimeStamp: 2023-10-06T10:15:51.7775081Z
I am using git to manage portal code and need to use the force / upload all to make sure any changes that come via git to be uploaded as the manifest file doesn't track the changes correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment