How do I create data queue PSEWORKER? (NETIQKB51138)

  • 7751138
  • 02-Feb-2007
  • 12-Jun-2007

Resolution

goal
How do I create data queue PSEWORKER?

fact
NetIQ Security Solutions for iSeries 8.0

symptom
Job PSEAGENTD fails with end code 30 and the job log includes message IDs CPF9801 and CPF24A3.

symptom
Job PSEAGENTD in the ZPSE subsystem starts, then ends immediately.

fix

Data queue PSEWORKER must exist in library PSCOMMON.

To create data queue PSEWORKER:

  1. From the iSeries command line, type the following command and press Enter.

    ENDSBS ZPSE *IMMED

  2. Type the following command and press Enter.

    CRTDTAQ DTAQ(PSCOMMON/PSEWORKER) MAXLEN(16) FORCE(*NO) SENDERID(*NO) TEXT('Jobs waiting for work') AUT(*LIBCRTAUT)

  3. Type the following command and press Enter.

    STRSBS PSCOMMON/ZPSE



    note
    Data queue (*DTAQ) PSEWORKER does not exist in library PSCOMMON.

Additional Information

Formerly known as NETIQKB51138