Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not enough disk space to ZAP??
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00126432
Message ID:
00126471
Views:
25
>You are right about running as an exe. But in this case the username does not
>apply. I have the program login to the server with its own ID and Password. As a matter of fact these programs are the only thing that has access to this sever except for myself and one other programmer. We had the user ID set up with rights only to the directories they needed and unlimited space because we never know how much room each will need.
>
>When this happens, which means it does not happen every day, the exe hoses the dbf. If it happens to me running from FPW dev, the error jumps up I suspend, type zap in command window, hit resume and everything goes on its merry way.
>
>Jeff

There are a couple of things that come to mind, Jeff. Most significantly is the fact that you've got 3-4 gig free. FPW sometimes has trouble with drives with more than 2 gig free. Quite frankly, because it's a 16 bit program, it fails to evaluate more than that much space properly. That may be what's causing this. You might try sticking a line in your error handler to including reporting what DISKSPACE() says is available. Why it works in the interactive mode...?

You've mentioned just re-creating the table on the fly, so I'll make another suggestion. Since the program has its own id and login, limit its free space to 1.9 gig. That may allow you to bypass the problem without making any code changes. I'll admit, however, that this is just a guess.

Best,
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform