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

What 200% ROI from Business Central Really Looks Like

Jackie Gant

|

April 13, 2026
Where ROI actually shows up from finance efficiency to operational visibility Forrester says Business Central delivers 200% ROI. But what does that actually look like in practice? A recent Total Economic…

Do You Need Avalara for Business Central? A Practical Guide

Clayton Jones

|

April 10, 2026
Webinar: Sales Tax Works…Until It Doesn’t: Tax Complexity at Scale for Product CompaniesMay 5 @ 10:00 AM PT/1:00 PM ETRegister Now!Most companies focused on making, distributing, or selling products manage…

What Is Work IQ? How Microsoft Copilot Moves from Data to Context

Zoltan Orban

|

April 9, 2026
Work IQ is one of those terms that can sound more complex than it really is. Most AI tools today work by pulling from available data. They can read records, summarize…

What’s Rolling Out in Business Central 2026 Release Wave 1

Lupe Haro

|

April 7, 2026
The latest release of Microsoft Dynamics 365 Business Central is now rolling out, with updates scheduled between April and September 2026. When Microsoft first introduced this wave, the themes were clear:…

Where Microsoft Copilot Fits into the Workday

Zoltan Orban

|

March 31, 2026
There is a lot of marketing around Copilot, but in practice, its value often shows up in small, everyday tasks. It is not a replacement for expertise, but it can…

What Copilot “Cowork” Means for Business Users

Zoltan Orban

|

March 26, 2026
Microsoft recently introduced Copilot Cowork, and I wanted to take a closer look at what it represents in practical terms, especially for business users working across Microsoft 365 and related…