How do I schedule multiple jobs for the same SAR report? (NETIQKB46009)

  • 7746009
  • 02-Feb-2007
  • 18-May-2007

Resolution

goal
How do I schedule multiple jobs for the same SAR report?

fact
VigilEnt Security Agent for PSAudit 7.5

fact
VigilEnt Security Agent for iSeries 7.5

fact
VigilEnt Security Agent for iSeries

fact
System Auditing and Reporting (SAR) 

fix

To schedule multiple jobs for the same SAR report, perform the following steps:

  1. Sign on to iSeries with a profile that has *ALLOBJ special authority.
  2. Open the command entry screen.
  3. Enter each of the following commands.

CRTLIB LIB(ALTSYS) TEXT('Alternate system commands')

CRTDUPOBJ OBJ(CHGJOBSCDE) FROMLIB(QSYS) OBJTYPE(*CMD) TOLIB(ALTSYS) 

CHGCMDDFT CMD(ALTSYS/CHGJOBSCDE) NEWDFT('ENTRYNBR(999999)')

CHGSYSLIBL LIB(ALTSYS) OPTION(*ADD)

  1. Using the profile that will run the reports, access the appropriate SAR menu and schedule the report as many times as desired.
  2. Access the command entry screen using the profile that has *ALLOBJ special authority.
  3. Enter the following commands.

CHGSYSLIBL LIB(ALTSYS) OPTION(*REMOVE)

CHGCMDDFT CMD(ALTSYS/CHGJOBSCDE) NEWDFT('ENTRYNBR(*ONLY)')



Additional Information

Formerly known as NETIQKB46009