|
From: Claudio V. C. <cv...@us...> - 2001-10-26 05:10:55
|
> -----Original Message----- > From: fir...@li... > [mailto:fir...@li...]On Behalf Of Mike > Nordell > > --- begin --- > > gbak: ERROR: I/O error for file > "H:\TEMP\DIR1\DIR2\DIR3\DIR4\DIR5\DIR6\DIR7\DIR8\DIR9\THISISALONGD > IRNAME1\AN > DTHISISANOTHERLONGDIRNAME\EMPLOY > gbak: ERROR: Error while trying to open file > gbak: ERROR: unknown Win32 error 32 > > --- end --- > > Note the filename. Something missing? A trailing " perhaps? It > seems to be a > buffer that is too small for the error message. It should be a buffer that contains only the file name in that case, because I can have a path the double in length and it works, provided that the file name alone sticks to 8.3 convention. You can try restoring something to c:/mike.gdb and c:/mike_gdb_long_name.gdb and see for yourself that the second case fails, although it seems to create the db. > Also note that error 32 is sharing violation. It probably has something to > do with my "lockdown" of DB files, and possibly suggests there > might be a DB > file that isn't really closed when an error occurs. This is my fear. :-) C. |