Deleting Indexes
Note: This procedure is used when a customer’s cursor is hanging in POS Orders. This is faster than resizing the order file in some cases. If it is a low volume customer, then resizing shouldn’t take too long.
Note: This will delete all the indexes for the Order file.
Deleting the indexes from TCL in the PM Account.
!dir ..\d3database\pm\order\order
!del /q ..\d3database\pm\order\order\*.d3x
Tip:
This (DIR COMMAND)will bring you one level back when you are in a directory
Example: Directory E:\PROGRAM FILES\D3\D3PROGRAMS
!dir .. ßThis will bring you to E:\PROGRAMFILES\D3