You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/troubleshoot-plug-in.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -73,14 +73,15 @@ TODO: Add content that shows how to do this -->
73
73
74
74
## Error: Message size exceeded when sending context to Sandbox
75
75
76
-
Error Code: `-TODO`<br />
76
+
<!-- This is the error code for an unexpected error we should be providing a specific error code -->
77
+
Error Code: `-2147220970`<br />
77
78
Error Message: `Message size exceeded when sending context to Sandbox. Message size: ### Mb`
78
79
79
-
This error occurs when a message payload is greater than `TODO` MB **AND** a plug-in is registered for the message. The error message will include the size of the payload that caused this error.
80
+
This error occurs when a message payload is greater than 116.85 MB **AND** a plug-in is registered for the message. The error message will include the size of the payload that caused this error.
80
81
81
82
The limit will help ensure that users running applications cannot interfere with each other based on resource constraints. The limit will help provide a level of protection from unusually large message payloads that threaten the availability and performance characteristics of the Common Data Service platform.
82
83
83
-
`TODO` MB is large enough that it should be rare to encounter this case. The most likely situation where this case might occur is when you retrieve a record with multiple related records which include large binary files.
84
+
116.85 MB is large enough that it should be rare to encounter this case. The most likely situation where this case might occur is when you retrieve a record with multiple related records which include large binary files.
0 commit comments