42 Posts

June 9th, 2015 05:00

Hi,

Couple of questions -

  1. What version of SRM are you using?
  2. Could you provide the requests you are using?  You can gray out the device information if that helps...

Thanks,

-Gayatri

June 9th, 2015 07:00

Hi and thank you for the response.

1. We're using version : EMC M&R v6.5u1 - 54340

2. Here's an example request including filters:

String filter = (serialnb == 'APM.....' & device == 'VNX.....') & parttype == 'LUN' & part == 'LOGICAL UNIT NUMBER..';

List properties = [devtype, model, vendor]

List values = DatabaseAccessor.getDistinctPropertyValues(filter, null, startTimeStamp, endTimestamp(), null, null, properties, null);

Where seeing the same behavior for getObjectData also.

I hope this helps and please let me know if I can provide any thing else

June 11th, 2015 07:00

Correction on the version: 3.5.1.0.117

The version I originally reported was from the reporting tool's "about" information, which I believe isn't correct.

No Events found!

Top