The RRM Exit Point Settings report command fails. (NETIQKB51036)

  • 7751036
  • 02-Feb-2007
  • 08-Oct-2007

Resolution

fact
NetIQ Security Solutions for iSeries 8.0

fact
VigilEnt Security Agent for iSeries 7.5

fact
Remote Request Management (RRM)

symptom
The RRM Exit Point Settings report command fails.

symptom
When I try to run an RRM report which does not use a date range, errors are returned regarding a date range.

symptom
Error: 'Invalid date range.'

cause

When you ran other RRM reports, you specified a date or receiver range. Every time you use the PSRUNRPT command, it stores your defaults in file AP1020F in library PSCOMMON. The command is accessing that default.



fix

To resolve the issue, either avoid using hard-coded receiver names and date ranges in the command, or use the following query to delete your defaults:

ADDLIBLE PSCOMMON
PSRUNSQL REQUEST('delete from pscommon/ap1020f where AP20USRID = ''PROFILE''') CONFIRM(*NO)   
                                    

Where PROFILE is your user profile name.



Additional Information

Formerly known as NETIQKB51036