Kbase P1536: 'Unable to find file to print' using _osprint.p
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 8.x
SYMPTOM(s):
Error using _osprint.p:
"Unable to find file to print"
Trying to print a file generated in the Progress working directory
The file name passed to _osprint.p does not have an absolute path.
CAUSE:
When an absolute path is not specified, _osprint.p will search the file to print using the PROPATH.
By default, the PROPATH does not include the working directory.
For this reasons _osprint.p cannot find the file to print.
FIX:
Include the working directory in the PROPATH.
The working directory can be specified as the absolute path (e.g.: C:\WorkDir under Windows, /usr/myname/mydir under Unix), or simply as "." (period).