Skip to content

Commit b23b004

Browse files
authored
Merge pull request #8647 from MicrosoftDocs/user/alkorote/infiniteloop
AB#5350: add an article for wma infiniteloop detection
2 parents 335a848 + b1c6fb8 commit b23b004

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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/21/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

Comments
 (0)