PMDF System Manager's Guide


Previous Next Contents Index


SET DEBUG

Control display of debug output.

Syntax

SET DEBUG

SET NODEBUG

Command Qualifiers Defaults
None. None.

Parameters

None.

Description

The SET DEBUG and SET NODEBUG commands may be used to enable and disable, respectively, detailed debug output regarding the operation of PMDF TEST/X400's other commands.


EXAMPLES

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