Skip to content
Stéphane Braun edited this page Mar 25, 2024 · 2 revisions

Welcome to the Retreive-GoldenGate-Report-and-Discard-files-for-Secure-Deployment wiki!

This utility allows you to download the report and disk files of GoldenGate deployments from the connection to a Service Manager. It works with GoldenGate Microservices Deployments in secure mode.

Prerequisites:

  • JDK 1.8 minimum

  • Have a properties file in the jar launch directory. Example oggConnectecure.properties

    oggUrl=https:// ip adress or alias hostname:service manager port
    defaultDir=output directory
    

    Example:

    oggUrl=https://localhost:7000
    defaultDir=/u01/goldengate/reports
    

This file contains 2 parameters:

  • The connection chain to the GoldenGate service manager

  • The output directory for receiving report and discard files

    It is possible to have several properties files in the installation directory with different names. The name of the properties file is part of the utility's startup parameters.

Launching the utility: 2 possible methods

1 - With the user parameters, GoldenGate password of the Service Manager and properties file as parameters:

 java -jar getOggReportSecure.jar userOgg passwordOgg oggConnectSecure

image

2 - With prompt command for the user, GoldenGate password from the Service Manager and properties file:

 java -jar getOggReportSecure.jar

image

The utility will automatically create under the directory declared via the defaultDir variable a subdirectory OGG_REPORT_yyyy_mm_dd_hh_mi_ss, and subdirectories corresponding to the name of the GoldenGate deployment

image

Clone this wiki locally