-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeBase error -120 #9
Comments
According to f4write.c, line 103, the error 90619 is a “position failure”. In f4file.c, line 453, the same error occurs. Here is the context:
error4( c4, e4info, E90619 ) ;
file4longAssignError( writeArrayPosition ) ;
Hope this helps,
Matt
From: addsuminc <notifications@github.com>
Sent: Friday, June 19, 2020 4:00 PM
To: MPSystemsServices/CodeBase-for-DBF <CodeBase-for-DBF@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [MPSystemsServices/CodeBase-for-DBF] CodeBase error -120 (#9)
I'm wondering whether anyone else has had a user experience this error:
CODEBASE ERROR
Error#: -120
Error #: 90619
Writing to File
file4write
(followed by the UNC data file path to a small but commonly used DBF file in this system)
The documentation indicates that a -120 indicates that the "disk" is full. Yet that was not the case; the user had plenty of free space. I'm not finding any reference to the suberror 90619 either in the documentation nor in the source code. This user has been experiencing other types of more or less random error messages (-20, -70's, etc.) as well. Running on a wired network, all new/newish Windows 10 PC's, workgroup configuration, with usually just three or so active users. One of the users does actively use the same PC where the software is installed. Their IT support is suspecting some connectivity issues with IPv6 and plans to disable it. Anti-virus scanning could be part of the issue and we have recommended exclusions. No backup is happening while the system is in use, although they are doing some kind of Google Drive synch.
Thanks!
Tony Frates
Addsum Business Software, Inc.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#9> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AJOKIJFQYM7TYXIUM366REDRXO7VXANCNFSM4ODABQRA> .
|
Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm wondering whether anyone else has had a user experience this error:
CODEBASE ERROR
Error#: -120
Error #: 90619
Writing to File
file4write
(followed by the UNC data file path to a small but commonly used DBF file in this system)
The documentation indicates that a -120 indicates that the "disk" is full. Yet that was not the case; the user had plenty of free space. I'm not finding any reference to the suberror 90619 either in the documentation nor in the source code. This user has been experiencing other types of more or less random error messages (-20, -70's, etc.) as well. Running on a wired network, all new/newish Windows 10 PC's, workgroup configuration, with usually just three or so active users. One of the users does actively use the same PC where the software is installed. Their IT support is suspecting some connectivity issues with IPv6 and plans to disable it. Anti-virus scanning could be part of the issue and we have recommended exclusions. No backup is happening while the system is in use, although they are doing some kind of Google Drive synch.
Thanks!
Tony Frates
Addsum Business Software, Inc.
The text was updated successfully, but these errors were encountered: