We are testing BCPii on one of our test LPARs. When in SYSVIEW, we are getting CSV2760E error messages when we attempt to view the HWIQUERY screens. There are no error messages in the SYSVIEW JOBLOGs or in the SYSLOG.
SYSVIEW R15
The DETAILS HWIQUERY syntax is
DETAILS HWIQUERY CAPREC cpc caprec
where
cpc is target Central Processor Complex.
Valid values are: * local host CPC netid.nau 17 character network addresscaprec is the capacity record ID to be queried.
In the screenshot you uploaded, caprec = CAPREC which is most likely an invalid capacity record value (does not exist). Thus, you're receiving CSV2760E. Typically what you'd want to do is issue
DETAILS HWILIST CAPRECS cpc
To list the available capacity records in the cpc then use one of the returned caprec values as input to HWIQUERY CAPREC.