Undo Sales Shipment Poor Performance

Hi,

We have a customer running Navision 4.00SP1 objects with 4.00SP3 clients on SQL Server 2005 and generally everything runs fine other than when users attempt to undo shipments. Whenever a person uses the undo shipment facility it performs it extremely slowly and slows/locks other users in the system.

This is the only function that causes problems. Does anybody know of any updates for this function or any tips on improving things in this area? The server is very new, Windows 2003 with 4GB memory, 2 processors and lots of disc space.

Any help appreciated,

Jonathan

Try this:
in codeunit 22, function UndoQuantityPosting
insert:
OldValueEntry2.SETCURRENTKEY(“Item Ledger Entry No.”);

before:
OldValueEntry2.COPYFILTERS(OldValueEntry);