4.11 GETPARAMINFO

Use GETPARAMINFO to query runtime parameter values of a running instance, including Extract, Replicat, and Manager. You can query for a single parameter or all parameters and send the output to the console or a text file.

Syntax

SEND MGR | group GETPARAMINFO [parameter_name] [FILE output_file]
group

The name of the Extract or Replicat instance or MANAGER.

parameter_name

The default behavior is to display all parameters in use, meaning those parameters that have ever been queried by the application, parameters, and their current values. If you specify a particular parameter, then the output is filtered by that name.

output_file

The name of the text file that your output is redirected to.

Examples

START EXT1PMP FORCEAPPEND

This example displays one parameter.

SEND MGR GETPARAMINFO PORT 

This example displays all parameters loaded from parameter file into Replicat rep1 and those parameters that the rep1 has accessed.

SEND REPL GETPARAMINFO 

The following example redirects the output to a file.

SEND MGR GETPARAMINFO FILE mgrfile.out