This may be normal, but I was surprised.
Using the Errorsys, should the display of files open be just those on the local computer, or should it be showing all files accessed on the server.
When a user opens an order in my program, on their local workstation, 8 dbf files are opened. When they exit the order, all are closed. Today I received a copy of the error log, showing the error on the customers workstation. I would have expected 8 dbfs to show. Instead over 150 are showing.
The business has multiple computers and the program may have been running on many of them ( perhaps 6 or 7 ).
All files are opened as data objects, and when the routine ends, they are closed. Many of the files listed are duplicates of the one that is being used on the local workstation.
Any thoughts on this would be greatly appreciated. Thank you.