Table of Contents

Search

  1. Preface
  2. Data Replication Overview
  3. Installing Data Replication
  4. Preparing Source and Target Systems
  5. Replication Basic Concepts
  6. InitialSync Processing
  7. Extractor and Applier Processing
  8. DDL Replication
  9. Recovery and Checkpoint Processing
  10. Configuring the Server Manager
  11. Creating Replication Configurations in the Data Replication Console
  12. Managing Replication Configurations
  13. Running Data Replications
  14. Configuring Selected Replication Types
  15. Monitoring Data Replication
  16. Maintaining the Replication Environment
  17. Troubleshooting
  18. Data Replication Files and Subdirectories
  19. Data Replication Runtime Parameters
  20. InitialSync, Extractor, and Applier Command Line Parameters
  21. Server Manager Command Line Parameters
  22. Updating Configurations in the Replication Configuration CLI
  23. DDL Statements for Manually Creating Recovery Tables
  24. Sample Scripts for Enabling or Disabling SQL Server Change Data Capture
  25. Glossary

Viewing a Specific Intermediate File Directly

Viewing a Specific Intermediate File Directly

In the Data Replication Console, you can view the content of the .dat and .trn files that comprise a specific intermediate file directly, without drilling down from a configuration. This feature is primarily for use by the Data Replication administrator and Informatica Global Customer Support.
  1. Click
    Tools
    View Intermediate File
    .
    The
    Open Intermediate File
    dialog box appears:
    The Open Intermediate File dialog box contains the following fields: Server, Intermediate File, Configuration, and Database Type.
  2. In the
    Server
    list, select the Server Manager instance that stores intermediate files.
  3. In the
    Intermediate File
    field, enter the full path to the intermediate file that you want to view or click the
    Browse
    button to browse to the intermediate file.
  4. Optionally, in the
    Configuration
    field, enter the full path to the configuration SQLite database or click the
    Browse
    button to browse to the configuration SQLite database.
    The Data Replication Console requires a configuration SQLite database to decrypt encrypted intermediate files and to translate table and column identifiers that are used in intermediate files into table and column names. If you do not specify a configuration SQLite database for an encrypted intermediate file, the Data Replication Console cannot read the intermediate file. If you do not specify a configuration SQLite database for an intermediate file that is not encrypted, the table and column names on the
    Intermediate File Information
    window will contain empty values.
  5. In the
    Database type
    list, select the source database type.
  6. Click
    OK
    .
    The
    Intermediate File Information
    window appears:
    The Intermediate File Information window contains the list of records in the upper box and the list of old and new column values for a selected record in the lower box.
    The upper list box lists the intermediate file records that match the selected record type and date range. When you select an intermediate file record, the
    Columns
    list box lists the columns for that record and any changes to the column value and size. For Update records, unchanged columns are indicated by gray shading in the
    New Value
    and
    New Size
    cells. For more information, see Change Record Information in Intermediate Files.
  7. Click
    Data
    to view records in the .dat file, or click
    Transactions
    to view records in the corresponding .trn file.
    For more information about these records, see Change Record Information for Intermediate Files.
  8. To filter change records, enter one or more of the following filter criteria:
    • In the
      Records
      field, select one or more of the
      Insert
      ,
      Update
      , and
      Delete
      check boxes to filter records by the DML operation type.
    • In the
      Other types
      list, select other record types.
    • To filter records by transaction ID, enter the transaction ID in the
      Filter by Xid
      box in the top right corner and then press Enter.
      To copy a transaction ID to the
      Filter by Xid
      field, select a record row in the upper list box, right-click the row, and click
      Filter by Xid
      .
    • To filter records by date and time, select the check box that precedes the
      From
      and
      to
      fields and enter date and time values in these fields. Then click
      Show
      .
  9. To open the preceding or next intermediate file, click
    Back
    or
    Next
    .
  10. When you are finished, click
    Close
    .

0 COMMENTS

We’d like to hear from you!