Unpublish Template
Use this command to unpublish templates already published to a specific user group or all user groups.
Publishing or unpublishing allocation patterns must be defined to all user groups.
Syntax regular:
UNPUBLISH TEMPLATE Group|All TemplateType|All FileName|All
where:
- Group is the user group name or All for all user groups. If you specify ALL for the user group, you must specify Pattern for the TemplateType.
- TemplateType may be Report or All.
- TemplateType can be one of the following:
Value Description Report
To unpublish report templates.
All
To unpublish all template types
- FileName is the file name of the template (including the .rpt or .kit file extension) or All.
Syntax example:
UNPUBLISH TEMPLATE ALL Report "Budget Budget.rtp"
Syntax (with an ASCII file):
UNPUBLISH TEMPLATE @GroupFile
where:
- GroupFile is an ASCII file generated with the Get TemplateInfo command, containing template user group assignments, with the following syntax:
Group{TemplateType{FileName
See also