Error: 'CPD706A Format of output file QASYCDJE in library QTEMP not valid' received when running the (NETIQKB42102)

  • 7742102
  • 02-Feb-2007
  • 12-Jul-2007

Resolution

fact
VigilEnt Security Agent for PSAudit 7.5

fact
VigilEnt Security Agent for iSeries PSAudit 5.4

symptom
Error: 'CPD706A Format of output file QASYCDJE in library QTEMP not valid' received when running the 'Command Usage by Command' report.

cause
The format of 'QASYCDJE' may have been altered in an OS upgrade. While the QSYS version would have been updated, copies in other libraries would not have been.

fix

To resolve this issue:

  1. Determine if you have more than one copy of the QASYCDJE file on your system: 
    1. Use the following command: DSPOBJD OBJ(*ALL/QASYCDJE) OBJTYPE(*FILE).
    2. Make note of which libraries contain the file.  There should be at least one copy that will be in library QSYS.  
  2. Obtain a File Field Description for each version you find of the QASYCDJE file: 
    1. Use the following command: DSPFFD FILE(QSYS/QASYCDJE) OUTPUT(*PRINT).
    2. Repeat for each library.
  3. Obtain a File Field Description for the PSAUDIT/AAPFCD file which is used by the Command Usage by User report: 
    1. Use the following command: DSPFFD FILE(PSAUDIT/AAPFCD) OUTPUT(*PRINT).
  4. Compare the File Field Description for QASYCDJE to the one for PSAUDIT/AAPFCD.  They must match for the report to run properly.  Check field names, type, length etc.

 If the library containing a version of the file that does not match AAPFCD is located in your library list above QSYS, you will need to alter your library list when running the report.



Additional Information

Formerly known as NETIQKB42102