Greenplum Magic Tool (GPMT) fails with "WARN: Content ID * not found"
search cancel

Greenplum Magic Tool (GPMT) fails with "WARN: Content ID * not found"

book

Article ID: 296333

calendar_today

Updated On:

Products

VMware Tanzu Greenplum

Issue/Introduction

Greenplum Magic Tool (GPMT) fails to gather logs for some content IDs when the -c option is used.

Example:
gpmt gp_log_collector -c "1,2,5,7,9, 11,13,15,23,25,27,29,31,35, 37,39,40,41,42,43" -verbose

Error:
\par \cf8\highlight0 WARN: Content ID 11 not found... Skipping\cf1\highlight2
\par \cf8\highlight0 WARN: Content ID 37 not found... Skipping\cf1\highlight2


Environment

Product Version: 6.5

Resolution

This failure is because there was is a space in the command used to run GPMT. Please make sure there are no spaces between the comma and the next content ID.

Rerun the command with the blank spaces removed to resolve this issue.
gpmt gp_log_collector -c "1,2,5,7,9,11,13,15,23,25,27,29,31,35,37,39,40,41,42,43" -v