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. DTLINFOX - Enhanced Release Information Utility
  8. DTLREXE - Remote Execution Utility
  9. DTLUAPPL - Restart Token Utility
  10. DTLUCBRG - Batch Registration Utility
  11. DTLUCDEP - CDEP Maintenance Utility
  12. DTLUCSR2 - IDMS SR2 and SR3 Records Utility
  13. DTLUCUDB - DB2 for Linux, UNIX, and Windows CDC Utility
  14. DTLULCAT and DTLULOGC - IDMS Log Catalog Utilities
  15. DTLURDMO - Data Map Utility
  16. DTLUTSK - Task Control Utility
  17. EDMLUCTR - Log Scan and Print Utility
  18. EDMUOPTS - Service Aid Utility
  19. EDMXLUTL - Event Marker Utility
  20. HOSTENT - TCP/IP Address Reporter Utility
  21. PWXCATMY - MySQL Catalog Utility
  22. PWXUCCLPRT - Print Log Summary Utility
  23. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  24. PWXUCREG - Capture Registration Utility
  25. PWXUMAP - Map List Utility
  26. PWXUCRGP - Capture Registrations Print Utility
  27. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  28. PWXUGSK - SSL Reporting Utility
  29. PWXUSSL - PowerExchange SSL Reporting Utility
  30. WRKJRNLCKE- Journal Lock Table Utility for IBM i

Example 2. Reactivating a Suspended Capture Registration

Example 2. Reactivating a Suspended Capture Registration

You previously suspended a capture registration for a source to ignore cascade delete operations and now want to reactivate the registration to begin capturing changes again.
To close the suspension window and resume change capture for the capture registration named b800tbl, you run a PWXUCREG job that contains an ACTIVATE_REGISTRATION command.
You want to run PWXUCREG on a Windows client machine, pass the name of the command set file in argument 1, and pipe the stdout report to a file on Windows while suppressing logging to detail.log.
Use the following syntax:
i:\pwxucreg.exe c:\MyPwxucregCommands\Activateb800tb1.ini > c:\MyPwxucregCommands\outputs\Activateb800tb1.txt
The Activateb800tb1.ini file has the following contents:
SET_CONTROL_VALUE, GLOBAL_REGISTRATION_LOCATION=MyZosNode, GLOBAL_USER=MyUser,GLOBAL_EPWD=MyEncrypedPwd, NO_MESSAGES_TO_DETAIL_LOG=Y ; ACTIVATE_REGISTRATION, DATABASE_INSTANCE=R11G4, REGISTRATION_NAME=b800tb1 ;
If the command set is successfully processed, the following messages are printed to the
c:\MyPwxucregCommands\outputs\Activate b800tb1.txt
file. For example:
PWX-15799 DD:PWXSYSIN <> PARM INPUT FILE: START>>>. PWX-15799 SET_CONTROL_VALUE, PWX-15799 GLOBAL_REGISTRATION_LOCATION=MyZosNode, PWX-15799 GLOBAL_USER=MyUser,GLOBAL_EPWD=MyEncrypedPwd, PWX-15799 NO_MESSAGES_TO_DETAIL_LOG=Y PWX-15799 ; PWX-15799 ACTIVATE_REGISTRATION,. PWX-15799 DATABASE_INSTANCE=R11G4,. PWX-15799 REGISTRATION_NAME=b800tb1. PWX-15799 ;. PWX-15799 DD:PWXSYSIN <> PARM INPUT FILE: END(COMPLETE). PWX-03716 PWXUCREG: Registration "b800tb1", version "1", instance "R11G4", status changed from "Suspended" to "Active" . PWX-03717 PWXUCREG: Number of registrations processed 1. PWX-03712 PWXUCREG: Registration "b800tb1", type "DCM", instance "R11G4", version "1", current status "A". PWX-03713 PWXUCREG: Registration "b800tb1", suspended at "2012/10/23 16:22:37.235636", current time "2012/10/23 16:23:00.219928". PWX-03714 PWXUCREG: Registration "b800tb1", activated at "2012/10/23 16:22:59.789082", current time "2012/10/23 16:23:00.219928". PWX-03724 PWXUCREG: Number of registrations displayed 1.
The following messages report registration information.
  • Message PWX-03716 indicates that the utility successfully changed the registration status to Active.
  • Messages PWX-03712 through PWX-03714 show the registration current status and the suspend and activation timestamps. These messages are printed because you accepted the default value of Y for the global DISPLAY_REGISTRATION_AFTER_COMMAND parameter.

0 COMMENTS

We’d like to hear from you!