T.R | Title | User | Personal Name | Date | Lines |
---|
5361.1 | Sticky debug bits ? | HADRES::KRAUSE | European NewProductEngineer for MCC | Thu Jul 22 1993 12:07 | 29 |
| You mentioned that you experimented with debug bits. This might be the
cause of the problem. At least I was able to reproduce it:
> mcc_kill
> setenv MCC_SCRIPT_AM_LOG 0xffff
> manage
DECmcc (V1.3.0)
MCC> show script .s.test comm date all statu
mcc_script_am_log Routine. Saving log bit mask (ffff) <========*1
Script LOCAL_NS:.s.test COMMAND date
AT 1993-07-22-17:01:14.039 Status
The script has produced no output.
MCC> exit
*1) This message only appears once. Subsequent commands just say 'no
output'. Even logging out and back in does not help. You loose your
environment variable, but the bits are saved(!) in the Script AM
process.
Make sure you do NOT have MCC_SCRIPT_AM_LOG defined and then issue a
mcc_kill. This should clear your problem (at least it did for me...).
Regards,
*Robert
|
5361.2 | BACKUP version works. | KETJE::PACCO | Gallia divisa est in partes tres | Thu Jul 22 1993 12:56 | 14 |
| I copied a "backup" version of mcc_script_am to mmexe,
and from then it works again.
I cannot not explain why, because a diff between old and new version
didn't gave any difference.
Also I used the MCC_SCRIPT_AM_LOG bits AFTER it already behaved as
explained.
Can anyone mention which trace bits we can use for "debugging" of
"tracing" the script_am ?
Regards,
Dominique.
|
5361.3 | Cause is different. | KETJE::PACCO | Gallia divisa est in partes tres | Mon Jul 26 1993 10:45 | 2 |
| Reply 5361.2 is not quite true. In fact I was in another "context".
Please read note 5387.0 for more info.
|