CreatePostReports.cmd, or Makeplan.cmd, or Updatestats.cmd, or rep8.cmd hang on Windows operating systems
CreatePostReports.cmd, or Makeplan.cmd, or Updatestats.cmd, or rep8.cmd hang on Windows operating systems
Cause and solution:
On Windows operating systems it might happen that, when running
CreatePostReports.cmd
,
or Makeplan.cmd
, or Updatestats.cmd
,
or rep8.cmd
jobs, the Tool Command Language interpreter
hangs not returning an answer to the caller and the jobs do not complete.
These jobs use by default the Tool Command Language interpreter but
can be configured to not use it. To avoid that CreatePostReports.cmd
,
or Makeplan.cmd
, or Updatestats.cmd
,
or rep8.cmd
jobs use the Tool Command Language interpreter,
open each of them with a text editor, find the following line: set USETCL=yes
and
change it either commenting it:REM set USETCL=yes
or
setting the variable to no
:set USETCL=no
In
this way, when CreatePostReports.cmd
, or Makeplan.cmd
or Updatestats.cmd
,
or rep8.cmd
jobs run, the Tool Command Language interpreter
is not invoked.