-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
When there is not enough space on the temp drive an error about CreateFile is reported [CORE2514] #2924
Comments
Modified by: @dyemanovassignee: Dmitry Yemanov [ dimitr ] |
Modified by: @dyemanovstatus: Open [ 1 ] => In Progress [ 3 ] |
Modified by: @dyemanovstatus: In Progress [ 3 ] => In Progress [ 3 ] Fix Version: 2.5 RC1 [ 10362 ] |
Modified by: @dyemanovFix Version: 2.1.4 [ 10361 ] |
Modified by: @dyemanovstatus: In Progress [ 3 ] => Open [ 1 ] |
Modified by: @dyemanovFix Version: 2.1.4 [ 10361 ] => |
Modified by: @pcisarstatus: Resolved [ 5 ] => Closed [ 6 ] |
Modified by: @pavel-zotovQA Status: No test |
Modified by: @pavel-zotovstatus: Closed [ 6 ] => Closed [ 6 ] QA Status: No test => Cannot be tested |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Submitted by: @doychin
Relate to CORE2321
I have a database that is 3,5 GB in a single table.
I tried to change some indexes in this database and as result I got a message:
ISC ERROR CODE:335544373
ISC ERROR MESSAGE:
operating system directive CreateFile failed
The system cannot find the path specified.
while executing:
CREATE ASC INDEX I_MON_OID_VARIABLE_1 ON MON_OID_VARIABLE (DEVICEID, OIDFK, OIDINDEX, OIDTIMESTAMP)
The reason is that my temporary folder points to RAM drive that has only 500MB free and probably for this index more then 500MB is needed.
In this case I think more appropriate message is required.
Commits: 4c459eb
The text was updated successfully, but these errors were encountered: