we are using C++ OpenPegasus library for getting data from storage array. It is version 2.13.0 compiled for Windows.
I have problem with Enumeration of instances or instancePaths of storage array with a lot of objects. I got just Pegasus::CIMException with no message and with error code:
/**
A general error occurred that is not covered by a more specific
error code.
*/
CIM_ERR_FAILED = 1
My main question is. Does somebody know if OpenPegasus client has some limit for enumeration of objects? Something like max count of objects which can be enumerated in version 2.13.0 ? Unfortunately, I can't find any info on web.
Thanks for any tips, information.