PMDF System Manager's Guide
PMDF-REF-6.0


Previous | Contents

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=Acme Corp/O=R and D/OU=Widgets /S=Borg/G=Bob/
Result: Bob.Borg@x400.acme.com 
X400> set debug 
X400> translate avpl "/C=US/ADMD=GALACTIMAIL/PRMD=Acme 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=Acme Corp/O=R and D/OU=Wi 
dgets/S=Borg/G=Bob/" - failed 
15:38:55.13: Rewrite: "INI|/C=US/ADMD=GALACTIMAIL/PRMD=Acme Corp/O=R and D/OU=Wi 
dgets/S=Borg/G=*/" - failed 
15:38:55.13: Rewrite: "INI|/C=US/ADMD=GALACTIMAIL/PRMD=Acme Corp/O=R and D/OU=Wi 
dgets/S=Borg" - failed 
15:38:55.13: Rewrite: "INI|/C=US/ADMD=GALACTIMAIL/PRMD=Acme Corp/O=R and D/OU=Wi 
dgets/S=*/G=*/" - failed 
15:38:55.13: Rewrite: "INI|/C=US/ADMD=GALACTIMAIL/PRMD=Acme Corp/O=R and D/OU=Wi 
dgets/S=*" - failed 
15:38:55.13: Rewrite: "INI|/C=US/ADMD=GALACTIMAIL/PRMD=Acme Corp/O=R and D/OU=Wi 
dgets" - $N$O$&3acme.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@acme.com 


Previous | Next | Contents