|
1 | 1 | --- |
2 | | -title: Infinite loop detected when performing warehouse mobile app operation |
3 | | -description: Provides steps to resolve infinite loop exception. |
| 2 | +title: Infinite Loop During Warehouse Mobile App Operation |
| 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 | 4 | author: Koalena |
5 | | -ms.date: 04/04/2025 |
| 5 | +ms.date: 04/15/2025 |
| 6 | +ms.custom: sap:Warehouse management |
6 | 7 | --- |
7 | | - |
| 8 | +# "Infinite loop detected" error occurs when performing warehouse mobile app operation |
8 | 9 |
|
9 | | -# Infinite loop detected when performing warehouse mobile app operation |
| 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). |
10 | 11 |
|
11 | 12 | ## Symptoms |
12 | 13 |
|
13 | | -When you perform warehouse mobile app operation, you may encounter error messages such as: |
14 | | -"Infinite loop detected during Movement by template.", "Infinite loop detected during Report as Finished and put away", or similar. |
| 14 | +When you perform operations in the Warehouse Management mobile app, you might receive an error message that resembles the following: |
| 15 | + |
| 16 | +- > Infinite loop detected during Movement by template. |
| 17 | +
|
| 18 | +- > Infinite loop detected during Report as Finished and put away. |
15 | 19 |
|
16 | 20 | ## Cause |
17 | 21 |
|
18 | | -This error occurs when the call stack depth exceeds a predefined limit to prevent an infinite loop. It typically happens when a large number of work lines are created or processed in a single scan. |
| 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. |
19 | 23 |
|
20 | 24 | ## Resolution |
21 | 25 |
|
22 | | -To resolve this issue, reduce the number of work lines processed in a single operation, for example [split a work](/dynamics365/supply-chain/warehousing/work-split) into several smaller ones. |
| 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](/dynamics365/supply-chain/warehousing/work-split) into several smaller ones. |
0 commit comments