Options

Deadlocks caused by multithreaded webservice calls

greysgreys Member Posts: 27
edited 2013-08-30 in NAV Three Tier
Hi there,

We have a webservice running that can post purchase invoices. When the calling application does this in a batch process, NAV suffers from numerous deadlocks. It seems the problem lies in the fact that the calling application is multithreaded and therefore can have up to 8 simultaneous calls to the same NAV webservice. Hence the locking problems on the G/L Entry and Purchase Line tables.....

Does anyone have a suggestion how to deal with this in NAV? Or can this only be solved within the calling application?

Best regards,

Greys

Comments

Sign In or Register to comment.