Solving Software Application Problems
Most software application or installation problems occur as a result of
one or more of the following:
o The application was not installed correctly.
o The CONFIG.SYS file was not configured correctly.
o Memory was not allocated correctly.
o The AUTOEXEC.BAT file was not edited correctly.
o A conflict exists between applications.
Table 2-26. Solving Software Application Problems
===========================================================================
Problem Probable Cause Solution(s)
===========================================================================
Cannot use an The application has not Run the program with the
application. been added to the PATH full path name.
statement.
---------------------------------------------------------------------------
Insufficient memory System ran out of memory Check the application
to run application. for the application. documentation for memory
requirements.
Install additional
memory.
Too many TSR (terminate Remove from memory any
and stay resident) TSR applications that you
applications are do not need.
running.
===========================================================================