Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Novell server shut down - data lost
Message
From
18/03/1998 10:58:22
 
 
To
18/03/1998 08:49:50
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00085312
Message ID:
00085352
Views:
28
>We have an application that stores data on a Novell server.
>The server was shutdown while the application was still
>running. Several new records were lost. (must have been
>in memory when shutdown occured ??) I know foxpro sent the
>records because a label is printed after the inserts take
>place.
>
>When the server came back up the application had a "not
>a table" error message on 2 tables. Used desalvage to fix but
>there were several records in each that were missing.
>
>
>Is it likely that the records had not been written and
>were in memory?
>
>Any ideas on how to prevent this from happening again?
>
>Thanks,
>Dave


- Use the FLUSH command. This will guarantee that the record buffer on the local machine is flushed to the server...it does not guarantee the server buffer is written

- On the server, turn off ALL write cache. This will force the server to physically write to the disk everytime.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform