Microsoft Copilot $21 now $18/user/month + 1 month free

August 18, 2021

Correct Manufacturing Order Receipt Entry Error Message

The manufacturing module in Dynamics GP is a powerful solution for connecting your manufacturing processes, equipment and factories, and it comes with built-in financial, inventory, accountability, payroll and sales capabilities.

A relatively common issue users experience with the Dynamics GP manufacturing module is the below error message when creating a manufacturing order receipt entry in the system:

Our expert consultants at Bond Consulting Services (BCS) have determined two main reasons for this error message.

1. A user’s Dynamics GP session was not closed properly which caused the transaction to remain open or the record to be stranded.

2. A user’s MRP (Material Requirements Planning) Regeneration process was not completed or was interrupted.

Before making any changes in SQL, make sure to review the MRP Security Window (Transactions > Manufacturing > MRP > Security) and the MRP Planned Order Security Window (Transactions > Manufacturing > MRP > MRP Planned Order Security) in Dynamics GP to see if the manufacturing order has any locks on it. If you see the manufacturing order with the correct user and item number that you would like to be unlocked in either of these windows, simply click delete to release the transaction. Now, you should be able to create a manufacturing order receipt entry within the system without any problems.

If you do not see the manufacturing order you would like to be released in the windows, an administrator with access to the SQL server will have to run some scripts in SQL to resolve the issue. The administrator should execute the queries below in SQL Server Management Studio individually.

delete tempdb..DEX_SESSION where session_id not in
(select SQLSESID from DYNAMICS..ACTIVITY)

delete tempdb..DEX_LOCK where session_id not in
(select SQLSESID from DYNAMICS..ACTIVITY
)

These queries are not deleting anything in the server or system, they are just temporarily removing any Dynamics GP user who is not actually active. These users will simply have to login to Dynamics GP the next time they want to access the system.

Although frustrating, the error message alerts Dynamics GP users that inactive sessions are still causing locks on data. Following the simple steps above should clear the lock and enable the creation of manufacturing order receipt entries so you can continue running your operations and providing excellent service to your customers.

For further reference, check out the link to the Microsoft article that explains this issue.

For more information on the powerful manufacturing capabilities of Dynamics GP, please reach out to our BCS Team by scheduling a free consultation or contacting sales@BondConsultingServices.com!

Other articles

Migrating 1.3 Million CRM Records in Dynamics 365: Why We Used a Custom Console App

Marisa Mini

|

March 5, 2026
A government client needed to restructure 1.3 million contact records in Microsoft Dynamics 365 CRM. At that scale, traditional UI tools and flows can throttle, fail silently, or leave a…

AI Agents in Manufacturing ERP: D365 Business Central Guide

Seetharaman Andiappan Rajaram

|

March 4, 2026
AI agents are now live inside Microsoft Dynamics 365 Business Central. For manufacturers evaluating AI in ERP systems, the practical question isn’t what an agent is it’s how AI agents…

How to Use D365 Business Central Analysis Mode

Carlos Lozano

|

March 3, 2026
Transforming Data into Decisions for Modern Businesses Organizations using Microsoft Dynamics 365 Business Central generate significant volumes of financial and operational data. However, collecting data is only the first step. The…

BCS Partners with RUX Software to Deliver Equipment Rental and Field Service on Business Central

Jackie Gant

|

February 26, 2026
Bond Consulting Services (BCS) has partnered with RUX Software to deliver equipment rental and asset management capabilities for small and mid-sized businesses running on or moving to Microsoft Dynamics 365…

What AI Agents in Dynamics 365 Actually Do (A Plain-English Guide)

Jennifer Ryan

|

February 19, 2026
From Assistance to ActionIf you've been using Microsoft 365 Copilot, you've probably noticed something shift. Email gets drafted faster. Meeting notes appear without you scrambling. Spreadsheet analysis that used to…

D365 Business Central: Realistic AI Agent Scenarios for Operations Teams

Zoltan Orban

|

February 18, 2026
A Practical Look at Where AI Actually Helps in BC TodayThere’s a lot of talk about AI and ERP becoming fully automated. In reality, most teams aren’t trying to replace…