Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Utilities
  3. createdatamaps - Data Map Creation Utility
  4. DTLCCADW - Adabas PCAT Utility
  5. DTLCUIML - IMS Log Marker Utility
  6. DTLINFO - Release Information Utility
  7. DTLREXE - Remote Execution Utility
  8. DTLUAPPL - Restart Token Utility
  9. DTLUCBRG - Batch Registration Utility
  10. DTLUCDEP - CDEP Maintenance Utility
  11. DTLUCSR2 - IDMS SR2 and SR3 Records Utility
  12. DTLUCUDB - DB2 for Linux, UNIX, and Windows CDC Utility
  13. DTLULCAT and DTLULOGC - IDMS Log Catalog Utilities
  14. DTLURDMO - Data Map Utility
  15. DTLUTSK - Task Control Utility
  16. EDMLUCTR - Log Scan and Print Utility
  17. EDMXLUTL - Event Marker Utility
  18. HOSTENT - TCP/IP Address Reporter Utility
  19. PWXCATMY - MySQL Catalog Utility
  20. PWXUCCLPRT - Print Log Summary Utility
  21. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  22. PWXUCREG - Capture Registration Suspend Utility
  23. PWXUCRGP - Capture Registrations Print Utility
  24. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  25. PWXUGSK - SSL Reporting Utility for z/OS
  26. PWXUMAP - Map List Utility
  27. PWXUSSL - PowerExchange SSL Reporting Utility

PWXUCRGP Parameters

PWXUCRGP Parameters

The utility supports the following parameters:
OUTPUT_FILE=
file_name
Required. The name of the output file for the report, such as
my_registrations.txt
. The output file is a standard text file on the local Linux, UNIX, or Windows machine. The target location for the output file cannot be on i5/OS or z/OS.
LOCATION={
node_name
|
local
}
The location of the CCT file that contains the registration information. You can specify
local
if the CCT file is on the machine where the utility runs, or you can specify the node name of a remote machine where a PowerExchange Listener runs. If the location is a remote Listener node, and the SECURITY parameter in the DBMOVER configuration file is set to level 1 or 2, a user ID and either a password or an encrypted password are required.
Default is
local
.
OVERRIDE_CCT_FILE=
file_name
The name of the CCT file that contains the registration information, if different than the current CCT file for the PowerExchange Listener specified in the LOCATION parameter. For example, if you use the DTLURDMO utility to copy registrations to a specific CCT file name, you can use this parameter to report information from that file.
UID=
user_name
A user name that allows access to the remote PowerExchange Listener that is identified by the LOCATION parameter. The requirement for the user name depends the value of the SECURITY statement in the PowerExchange DBMOVER configuration file associated with the remote Listener.
For a source on a supported Linux, UNIX, and Windows system, if you enabled PowerExchange LDAP user authentication and, if applicable, disabled relational pass-through authentication, the user name is the enterprise user name. For more information, see the
PowerExchange Reference Manual
.
EPWD=
encrypted_password
An encrypted password for the user who is specified in the UID parameter.
If the utility accesses a remote i5/OS or z/OS location, you can enter an encrypted PowerExchange passphrase instead of an encrypted password. Do not encrypt a passphrase that contains invalid characters, such as double-quotation marks, single quotation marks, or currency symbols.
Do not specify both the EPWD and PWD parameters. Use EPWD if you are not allowed to store passwords in a readable format.
PWD=
password
A clear-text password for the user who is specified in the UID parameter. If the utility accesses a remote i5/OS or z/OS location, you can enter a valid PowerExchange passphrase instead of a password.
Do not specify both the PWD and EPWD parameters .
CRNAME=
registration_name
The registration name that is used to filter the registrations that are included in the report. The name can be up to eight lowercase characters and can include a trailing asterisk if multiple registration names use the same format. For example, you can specify
int2*
to include the registration names int2a, int2b, and int2c. The registration name can be user defined when a capture registration is added in the PowerExchange Navigator or generated by the DTLUCBRG utility.
DBTYPE=
database_type
A three-character keyword for the source database type. This value is used to filter registrations for which the utility reports information. Options are:
  • Asterisk (*) wildcard only, for all supported types of databases
  • ADA
    for Adabas
  • AS4
    for DB2 for i (i5/OS)
  • DB2
    for DB2 for z/OS
  • DCM
    for Datacom.
  • IDM
    for log-based IDMS
  • IMS
    for IMS
  • MSS
    for Microsoft SQL Server
  • MYS
    for MySQL
  • ORA
    for Oracle
  • PGS
    for PostgreSQL
  • UDB
    for DB2 for Linux, UNIX, and Windows
  • VSM
    for VSAM
Default is the asterisk (
*
) wildcard.
Use
DB2
only for DB2 for z/OS.
INSTANCE=
instance_name
An instance name for the specified database type. If you specify the DBTYPE parameter, you can use the INSTANCE parameter to further filter the registrations for which information is reported to a specific
instance_name
.
REPORT_LEVEL={
SINGLELINE
|SUMMARY|COLUMNS}
The level of detail to include in the report. Options are:
  • SINGLELINE
    . Reports a single line of information for each capture registration that is included in the report. This information is also included in the SUMMARY and COLUMNS report outputs. For more information, see Single-Line Report Content.
  • SUMMARY
    . Reports summary information about each capture registration in the report. A SUMMARY report includes the same information as a SINGLELINE report and additionally includes the user name associated with the registration group, the most recent update date, the PowerExchange version of the system that updated the registration, edit sequence, registration type, and data columns. For more information, see Summary Report Content.
  • COLUMNS
    . Reports information about each column in the capture registration. A COLUMN report includes the same information as a SUMMARY report and additionally includes detailed information about each column in the capture registration. For more information, see Column-Level Report Content.
Default is SINGLELINE. For more information, see PWXUCRGP Report Levels of Detail.
REPORT_SEQUENCE={
TAG
|TABLE|CRNAME}
A secondary level of sorting information in the report. Each report is sorted first by database type and instance and then by the criterion in this parameter. Options are:
  • TAG
    . Sort by registration tag name.
  • TABLE
    . Sort by schema and table name.
  • CRNAME
    . Sort by CRNAME.
Default is
TAG
.
STATUS=
registration_status
A registration status to use for filtering the capture registrations for which to report information. Options are:
  • Asterisk (*) wildcard only. Include capture registrations of all statuses.
  • A
    . Include only capture registrations with an Active status.
  • H
    . Include only capture registrations with a History status.
  • I
    . Include only capture registrations with an Inactive status.
  • S
    . Include only capture registrations with a Suspended status.
Default is asterisk (
*
).
TRACING={Y|
N
}
Turns on the UCRGP trace filter for the utility without having to edit the TRACING statement in the PowerExchange DBMOVER configuration file. Options are:
  • Y
    . Run the trace filter for the utility.
  • N
    . Do not run the trace filter for the utility.
Default is
N
. Set TRACING=Y only at the direction of Informatica Global Customer Support.

0 COMMENTS

We’d like to hear from you!