Skip to content

Commit 676270e

Browse files
authored
some suggestions
1 parent b3057f6 commit 676270e

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

support/dynamics-365/supply-chain/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@
240240
items:
241241
- name: Warehouse mobile app
242242
items:
243+
- name: '"Infinite loop detected" error during warehouse mobile app operations'
244+
href: warehousing/infinite-loop-detected.md
243245
- name: Trust anchor for certification path not found when setting up app connection
244246
href: warehousing/certification-path-app-connection-error.md
245247
- name: Trust anchor for certification path not found when updating and migrating to WMS
Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
---
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.
44
author: Koalena
5-
ms.date: 04/04/2025
5+
ms.date: 04/15/2025
6+
ms.custom: sap:Warehouse management
67
---
7-
8+
# "Infinite loop detected" error occurs when performing warehouse mobile app operation
89

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).
1011

1112
## Symptoms
1213

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.
1519
1620
## Cause
1721

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.
1923

2024
## Resolution
2125

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

Comments
 (0)