Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates

Qlik Replicate: How to export table structure from metadata into a diagnostic package

100% helpful (1/1)
cancel
Showing results for 
Search instead for 
Did you mean: 
avidary_qlik
Support
Support

Qlik Replicate: How to export table structure from metadata into a diagnostic package

Last Update:

Mar 31, 2025 6:11:22 AM

Updated By:

Sonja_Bauernfeind

Created date:

Mar 31, 2025 6:11:22 AM

Repctl dumpmetadadqa is a command that retrieves the table structure from the Metadata folder.

The structure can provide helpful information about table changes between source and target or manifest the source and target DDL.

To achieve this:

  1. Open a command line as an administrator (elevated permissions)
  2. Move to ~ Attunity\Replicate\bin
  3. Run:
    repctl dumpmetadata sqlite_file="C:\Users\administrator\Downloads\Full Load Task and CDC - ANADDR__diagnostics__20250321170305\Metadata\dynamic_metadata.sqlite"
    Make sure the path used is correct. 

    A successful command will return:

    command dumpmetadata response:
    {
           "out_dir":      "C:\\Users\\administrator\\Downloads\\Full Load Task and CDC - ANADDR__diagnostics__20250321170305\\Metadata\\20250324123730263852"
    }
    [dumpmetadata command] Succeeded

    dumpmetadata command succeeded.png

  4. Browse to the newly created folder (example: Metadata\2025033112622103323)

    newly created folder.png

  5. Open the numbered folder (example: 2025033112622103323)

    open the numbered folder.png

  6. Open table_defs. Our example has returned the following tables:

    returned tables.png

  7. Use an editor of your choice (example Notepad++) to compare the source and target tables:

    compare source and target.png

 

Environment

  • Qlik Replicate
Labels (1)
Version history
Last update:
‎2025-03-31 06:11 AM
Updated by: