ChannelReportCron
Configuration |
Direct configuration in field "Configuration file". |
Class name |
com.ebd.hub.datawizard.util.report.ChannelReportCron |
Description
This class generates a list of existing channels and where they are used.
Note: The list is created across all clients if the client on which the profile with this class is running has no resource restriction (see section Clients → Restrict resources → Partner). If the resource restriction is active, only channels of the client are listed.
Note: See also context menu option "Used in" in the partner/channel overview.
Parameters
The following parameter values are possible.
Parameter value |
Description |
<empty or invalid value> |
Like parameter value all. |
all |
List contains used and unused channels. |
used |
List contains only used channels. |
unused |
List contains only unused channels. |
Output
The following is an example output of the class. Note: The report may take some time. You can find the status of the generation in the Control Center under Jobs → Conversions in column Status, e.g. Phase 1: processing channel 31 of 399.
The generated file contains column names in the first line.
Column name |
Description of column value |
Partner |
Name of the partner. |
Channel |
Name of the channel. |
Channel Type |
Type of the channel, e.g. HTTP, FTP, etc. |
Channel Status |
Shows whether the channel is active or not (active/inactive). |
Reference Type |
Indicates the entry type in which the channel is used. "PROFILE" (Channel is used in profile). "ASM" (Channel is used in ASM entry). "CI" (Channel is used in Content Inspection entry). "ENGDAT" (Channel is used in ENGDAT entry). "ETL" (Channel is used in ETL/ELT entry (in function that uses channel ID as parameter)). "WORKFLOW" (Channel is used in Workflow entry (in function that uses channel ID as parameter)). "-" (Channel is not used in any entry). |
Reference (Name) |
Name of the entry in which the channel is used. For profiles, it is also specified whether the channel is used in the Input Agent → (input) and the Responses that use the channel are explicitly listed with number → #. See example output. |
Partner,Channel,Channel Type,Channel Status,Reference Type,Reference (Name)
...
Example Company Ltd,HTTP Demo,HTTP,active,PROFILE,"MyProfile; Responses: #2:Http(s) [always] Comm.Channel=Example Company Ltd:HTTP Demo, Host=:"
...
Example Company Ltd,HTTP Demo,HTTP,active,PROFILE,MyProfile2 (input)
...
My partner,My HTTP channel,HTTP,active,ASM,My_ASM_entry
...
...