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

May 19, 2020

This checkbook is being reconciled by another user error in Dynamics GP

We recently had a customer inquire about how they could determine which user was currently locking their bank reconciliation window. After taking a step back and contemplating our approach, we realized that the lock record is found within the tempdb database.

A simple query would be needed to get this information:

SELECT A.USERID, L.* FROM tempdb.dbo.DEX_LOCK L, DYNAMICS.dbo.ACTIVITY A

WHERE L.session_id = A.SQLSESID

AND table_path_name like ‘%CM20500’

And knowing which tables are affected helps expedite the search.

In theory, this same query (referencing a different table) can be used when you encounter similar situations in Microsoft Dynamics GP.

Visit us at www.BondConsultingServices.com or just pick up the phone and call 562.988.3451. For any other Microsoft Dynamics 365 inquires – support@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…