web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

AX getting stuck while updating DirPartyTable

(0) ShareShare
ReportReport
Posted on by 15

Hi,

I am trying to update address for few contacts in AX using Batch job. 

During this process for few random contacts, AX gets stuck while updating DirPartyTable in the below method (at partyRecord.doUpdate() line)

public static void updatePrimaryAddressLocation(DirPartyRecId _party, LogisticsLocationRecId _location)
{
DirPartyTable partyRecord;

ttsbegin;
select forupdate partyRecord where partyRecord.RecId == _party;

if (partyRecord.PrimaryAddressLocation != _location)
{
partyRecord.PrimaryAddressLocation = _location;
partyRecord.doUpdate();
}
ttscommit;
}

I have also attached the call stack below. Can anyone let me know what is the cause of this issue and how it can be fixed.

This issue occurs for random contacts and most of the contacts gets updated without any issue.

Thank you.

pastedimage1645637358890v1.png

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 586 Super User 2026 Season 1

#2
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 551

#3
CP04-islander Profile Picture

CP04-islander 408

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans