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

Copying Microsoft SQL Server Registrations and Generating Extraction Maps with a User-Defined Instance ID

Copying Microsoft SQL Server Registrations and Generating Extraction Maps with a User-Defined Instance ID

This example copies Microsoft SQL Server registrations from systema to the local target system and generates corresponding extraction maps on target. The extraction map names include the unique instance identifier that you define in the NEW_DBID parameter for the database server and database name combination.
The example uses the following syntax:
global statements
SOURCE systema; TARGET local; DETAIL; REPLACE; REG_COPY; KEEPREGTAG; CREATEXMAPS; SELECT DBTYPE=MSS DBID=CAPT123; MODIFY NEW_DBID=CAPTUR2,MSSOPTS=(DBSERVER=ABC188888\server2,DBNAME=capture2);
In this syntax:
  • The REG_COPY statement copies the registrations.
  • The CREATEXMAPS statement generates the extraction maps.
  • The SELECT statement must contain DBTYPE=MSS to identify the source type as Microsoft SQL Server.
  • The MODIFY statement contains the NEW_DBID and MSSOPTS parameters for this example:
    • The NEW_DBID parameter specifies the optional user-defined instance identifier for the database server and database name that are defined in the MSSOPTS parameter. This instance identifier has a maximum length of seven characters. You can enter only one unique instance identifier for a database server and database name combination. If you are migrating from one environment to another, you can enter an instance identifier that matches the instance identifier in the source system. In this manner, you can avoid using a generated instance identifier and having to update the extraction map names in PowerCenter workflows and edit the PowerExchange Logger DBID parameter value on the target.
    • The MSSOPTS parameter identifies the SQL Server database server and database name.

0 COMMENTS

We’d like to hear from you!