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. EDMUOPTS - Service Aid Utility
  18. EDMXLUTL - Event Marker Utility
  19. HOSTENT - TCP/IP Address Reporter Utility
  20. PWXCATMY - MySQL Catalog Utility
  21. PWXUCCLPRT - Print Log Summary Utility
  22. PWXUCDCT - Logger for Linux, UNIX, and Windows Utility
  23. PWXUCREG - Capture Registration Suspend Utility
  24. PWXUCRGP - Capture Registrations Print Utility
  25. PWXUDMX - Data Maps Update Time ECSA Memory Utility
  26. PWXUGSK - SSL Reporting Utility
  27. PWXUMAP - Map List Utility
  28. PWXUSSL - PowerExchange SSL Reporting Utility
  29. 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!