Previous | Next | Contents | Index |
Control display of debug output.
set debug
set nodebug
Command Qualifiers Defaults None. None.
None.
The
set debug
andset nodebug
commands may be used to enable and disable, respectively, detailed debug output regarding the operation ofpmdf test -x400
's other commands.
This example shows enabling debugging to see details of an address transformation.
% pmdf test -x400 -x488 X400> translate avpl "/C=US/ADMD=GALACTIMAIL/PRMD=Example Corp/O=R and D/OU=Widgets /S=Borg/G=Bob/ Result: Bob.Borg@x400.example.com X400> set debug X400> translate avpl "/C=US/ADMD=GALACTIMAIL/PRMD=Example Corp/O=R and D/OU=Widgets /S=Borg/G=Bob/ 15:38:55.13: Rewrite: "$I" - $I$&0$W$&1$M$&2$M$&3$H$&4$X$&5$X$&6$X$TINI|" [OK] 15:38:55.13: Rewrite: "INI|/C=US/ADMD=GALACTIMAIL/PRMD=Example Corp/O=R and D/OU=Wi dgets/S=Borg/G=Bob/" - failed 15:38:55.13: Rewrite: "INI|/C=US/ADMD=GALACTIMAIL/PRMD=Example Corp/O=R and D/OU=Wi dgets/S=Borg/G=*/" - failed 15:38:55.13: Rewrite: "INI|/C=US/ADMD=GALACTIMAIL/PRMD=Example Corp/O=R and D/OU=Wi dgets/S=Borg" - failed 15:38:55.13: Rewrite: "INI|/C=US/ADMD=GALACTIMAIL/PRMD=Example Corp/O=R and D/OU=Wi dgets/S=*/G=*/" - failed 15:38:55.13: Rewrite: "INI|/C=US/ADMD=GALACTIMAIL/PRMD=Example Corp/O=R and D/OU=Wi dgets/S=*" - failed 15:38:55.13: Rewrite: "INI|/C=US/ADMD=GALACTIMAIL/PRMD=Example Corp/O=R and D/OU=Wi dgets" - $N$O$&3example.com$TLOC|" [OK] 15:38:55.13: Rewrite: "LOC|/S=Borg/G=Bob/" - failed 15:38:55.13: Rewrite: "LOC|/S=Borg/G=*/" - failed 15:38:55.14: Rewrite: "LOC|/S=Borg" - failed 15:38:55.14: Rewrite: "LOC|/S=*/G=*/" - failed 15:38:55.14: Rewrite: "LOC|/S=*" - failed 15:38:55.14: Material remaining after rules: /S=Borg/G=Bob/ 15:38:55.14: Attempting to rewrite as personal name. 15:38:55.14: Rewrite: "LOC|$N" - $&1$U$TFFN|" [OK] Result: Bob.Borg@example.com
Previous | Next | Contents | Index |