Hi All,
I'd really appreciate whatever you can tell me about this.
I'm getting intermittent, but long-standing runtime errors showing:
Error loading file - record number {N}. {FORM'S OBJNAME} <or one of its members>.
where {N} is always the number of the Form record, i.e: with Baseclass = "form".
The Error Message can complete in various ways:
Loading form or the data environment: File is in use by another user
Loading form or the data environment: File access is denied {CDX OR DBF FILE WITH PATH}
Parent: File access is denied {VCX WITH PATH}
In just the last 30 days, we've had this on 6 days, sometimes first thing in the morning, repeating up to 9 times before getting success (after multiple exits, rebooting).
We get this on more than one form. One form is by far the most prevalent, though it is probably also the most used. Each form stands alone, not in a Formset.
Each form uses a private datasession with optimistic row buffering for read/write cursors and no buffering for read-only cursors. Tables are opened shared.
We're running VFP 9.0 SP2 on XP Pro or Win7, on an SBS network (MS Small Business Server). The Fox program would have 3 to 12 concurrent.
Many thanks,
Joel
I'd really appreciate whatever you can tell me about this.
I'm getting intermittent, but long-standing runtime errors showing:
Error loading file - record number {N}. {FORM'S OBJNAME} <or one of its members>.
where {N} is always the number of the Form record, i.e: with Baseclass = "form".
The Error Message can complete in various ways:
Loading form or the data environment: File is in use by another user
Loading form or the data environment: File access is denied {CDX OR DBF FILE WITH PATH}
Parent: File access is denied {VCX WITH PATH}
In just the last 30 days, we've had this on 6 days, sometimes first thing in the morning, repeating up to 9 times before getting success (after multiple exits, rebooting).
We get this on more than one form. One form is by far the most prevalent, though it is probably also the most used. Each form stands alone, not in a Formset.
Each form uses a private datasession with optimistic row buffering for read/write cursors and no buffering for read-only cursors. Tables are opened shared.
We're running VFP 9.0 SP2 on XP Pro or Win7, on an SBS network (MS Small Business Server). The Fox program would have 3 to 12 concurrent.
Many thanks,
Joel