|
1 | | ---- |
2 | | -title: Infinite Loop During Warehouse Mobile App Operations |
3 | | -description: Solves an Infinite loop detected error that occurs during specific operations in the Warehouse Management mobile app in Microsoft Dynamics 365 Supply Chain Management. |
4 | | -author: Koalena |
5 | | -ms.date: 04/18/2025 |
6 | | -ms.custom: sap:Warehouse management |
7 | | ---- |
8 | | -# "Infinite loop detected" error occurs when performing warehouse mobile app operations |
9 | | - |
10 | | -This article addresses an "Infinite loop detected" error that occurs during specific operations in the [Warehouse Management mobile app](/dynamics365/supply-chain/warehousing/install-configure-warehouse-management-app). |
11 | | - |
12 | | -## Symptoms |
13 | | - |
14 | | -When you perform operations in the Warehouse Management mobile app, you might receive an error message that resembles one of the following: |
15 | | - |
16 | | -- > Infinite loop detected during Movement by template. |
17 | | -
|
18 | | -- > Infinite loop detected during Report as Finished and put away. |
19 | | -
|
20 | | -## Cause |
21 | | - |
22 | | -This issue occurs when the call stack depth exceeds a predefined limit, triggering a safeguard to prevent infinite loops. The error typically occurs when a large number of work lines are created or processed in a single scan. |
23 | | - |
24 | | -## Resolution |
25 | | - |
26 | | -To resolve this issue, reduce the number of work lines processed in a single operation. You can achieve this by [splitting a large work ID](/dynamics365/supply-chain/warehousing/work-split) into several smaller ones. |
| 1 | +--- |
| 2 | +title: Infinite Loop During Warehouse Mobile App Operations |
| 3 | +description: Solves an Infinite loop detected error that occurs during specific operations in the Warehouse Management mobile app in Microsoft Dynamics 365 Supply Chain Management. |
| 4 | +author: Koalena |
| 5 | +ms.date: 04/18/2025 |
| 6 | +ms.custom: sap:Warehouse management |
| 7 | +--- |
| 8 | +# "Infinite loop detected" error occurs when performing warehouse mobile app operations |
| 9 | + |
| 10 | +This article addresses an "Infinite loop detected" error that occurs during specific operations in the [Warehouse Management mobile app](/dynamics365/supply-chain/warehousing/install-configure-warehouse-management-app). |
| 11 | + |
| 12 | +## Symptoms |
| 13 | + |
| 14 | +When you perform operations in the Warehouse Management mobile app, you might receive an error message that resembles one of the following: |
| 15 | + |
| 16 | +- > Infinite loop detected during Movement by template. |
| 17 | +
|
| 18 | +- > Infinite loop detected during Report as Finished and put away. |
| 19 | +
|
| 20 | +## Cause |
| 21 | + |
| 22 | +This issue occurs when the call stack depth exceeds a predefined limit, triggering a safeguard to prevent infinite loops. The error typically occurs when a large number of work lines are created or processed in a single scan. |
| 23 | + |
| 24 | +## Resolution |
| 25 | + |
| 26 | +To resolve this issue, reduce the number of work lines processed in a single operation. You can achieve this by [splitting a large work ID](/dynamics365/supply-chain/warehousing/work-split) into several smaller ones. |
0 commit comments