Save Batch & Output Management metadata

You can save the metadata using the SaveOutputManagementMetadata tool. It is located at: <deploy root>\KCM\Programs\<version>\Management\Instance.

The tool retrieves the stored values from KCM Repository and saves them to a disk.

Parameters

The tool uses the following parameters.

Parameter Required / Optional Description
Instance!Number Required Specifies the number of the instance for which the management task should be applied.

For Docker, it is always set to 1.

Repository!User Optional

Only required when the LDAP mode is disabled.

Specifies the name of a KCM Repository user with the "Allow login as Admin" right.
Repository!Password Optional

Only required when the LDAP mode is disabled.

Specifies the password of the KCM Repository user.
Repository!Token Optional

Only required when the LDAP mode is enabled.

Specifies the logon token generated with KCM Designer. For more information, see "Log in to KCM Designer and KCM Designer for Windows" in Help for KCM Designer.
Report!File Optional Specifies the name of the report file written by the management action. If omitted, the default value is output-management-metadata-report.txt.

If the path or file name given in this parameter already exists, it is overwritten.

Destination!Path Required Path to a file where the retrieved metadata will be stored. If no metadata is present, the file is not written.

If the path or file name given in this parameter already exists, it is overwritten.

The resulted report file contains information on whether the metadata is retrieved successfully.

Example

Execute the following command, adding the actual parameter values.

.\SaveOutputManagementMetadata.exe Instance!Number=1 Repository!User=<username> 
Repository!Password=<password> Destination!Path=<metadata destination path> Report!File=<report filename>