When running the RRM 'What If' report multiple errors are received. (NETIQKB41694)

  • 7741694
  • 02-Feb-2007
  • 08-Oct-2007

Resolution

fact
VigilEnt Security Agent for iSeries 7.5

fact
VigilEnt Security Agent for PSSecure 7.5

fact
PSSecure Remote Request Management (RRM)

symptom
When running the RRM 'What If' report multiple errors are received.

symptom
Error: 'Data mapping error on member AP1003F.'

symptom
Error: 'Date not in specified format or date not valid.'

symptom
Error: 'Value cannot be converted to type implied by receiver'.

cause
The Problem is with Timestamp fields containing null data.

fix

If you have SQL, run the following statement:

UPDATE PSCOMMON/AP1003F SET CREATED_DT = '0001-01-01-00.00.00.000000',

MODIFIED_DT = '0001-01-01-00.00.00.000000', LAST_RUN_DT = '0001-01-01-00.00.00.000000'



Additional Information

Formerly known as NETIQKB41694