Skip to content

Commit fea0021

Browse files
committed
Fix 2521 too
1 parent dae924f commit fea0021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/data-platform/troubleshoot-plug-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Troubleshoot plug-ins (Microsoft Dataverse for Apps) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn what plug-in errors can occur and how to fix them." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 03/16/2021
5+
ms.date: 07/12/2021
66
ms.reviewer: "pehecke"
77
ms.service: "powerapps"
88
ms.topic: "article"
@@ -24,7 +24,7 @@ This topic contains information about errors that can occur due to plug-in execu
2424
## Error: No Sandbox Worker processes are currently available
2525

2626
Error Code: `-2147204723`<br />
27-
Error Message: `The plug-in execution failed because no Sandbox Worker processes are currently available. Please try again.`
27+
Error Message: `The plug-in execution failed because no Sandbox Hosts are currently available.`
2828

2929
This error simply means that the worker process running your plug-in code crashed. The reason it crashed may be your plug-in, but it could also be another plug-in running concurrently for your organization. Because the process crashed, we can’t extract any more specific information about why it crashed. But after examining data from the crash dumps after the fact, we have found that this usually happens for one of the 4 reasons below:
3030

0 commit comments

Comments
 (0)