I have seen this before. Each time it has turned out to be a code error. Do all the programs lock the record when they read them and release or write when done? This could be the cause of your problem.
Example. User 1 runs a process that does a READ of the record. Then User 2 runs a process that does a READU on the record. User 2 files the records and updates the information in the record. Now User 1 files is process and updated the record with the information back. There are many over ways but it also ends up be two users run process that do not lock records that the process could potential update. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Dodds Sent: Friday, November 12, 2004 12:26 PM To: [EMAIL PROTECTED] Subject: [U2] DG Intel disk write problems We have a DG Intel server running UV 9.6.1 and seem to be missing writes. We have a series of writes, 4, in a row within a basic program and sometimes it seems that one of the items is not updated not written. Has anyone experienced a similar problem. I know it's a long shot, but the customer wanted me to ask. TIA Tom Dodds [EMAIL PROTECTED] 630-235-2975 Cell 708-482-4510 Office ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
