Kbase 11351: Results: Running 2nd report and SHOWS FIRST !
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Results: Running 2nd report and SHOWS FIRST !
User has many reports and they run report apple, this appears on
the terminal, they clear it and they get report orange. They select
to run it to the terminal and they see the FIRST report.
The problem may be that they have noclobber set ON on their unix
system for that user. It is turned on by
set -o noclobber and set off by set +o noclobber.
The noclobber feature prevents you from overwriting an existing file
when you REDIRECT OUTPUT from a command.
The user had temporary files laying around that we did not see here
between reports (files like _qbf.p qbf1.d qbf.d) and it was the
qbf1.d that contained the first report and the one we could not
"clobber" to do the second report.
Progress Software Technical Support Note # 11351