[Info-vax] FAXSR
glen herrmannsfeldt
gah at ugcs.caltech.edu
Wed Jan 25 12:24:50 EST 2012
Dave <BaxterD at tessco.com> wrote:
> I appreciate that this is probably a pointless exercise since there
> are few who even remember this archaic product, however...
> I am running a very old product called FAXSR, and I have begun to see
> a problem where the COMPOSER process terminates with a
> [10:16:00.68] Disk space too low - terminating
I don't know if VMS has this problem, but it used to be (and
probably still is) on Windows:
Programs do 32 bit arithmetic computing the available disk space
(or RAM space), and, when it wraps to a negative value decide
that there isn't enough space. That might be especially true
for older programs, before 4GB disks were common.
It might be writing a temporary disk file to wherever they go,
(possibly from an environment variable), so you might check
that out, too.
-- glen
More information about the Info-vax
mailing list