Facing Problem while doing operations with Provider on IBM AIX
swanand Dunakhe <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am facing problem while doing any operations with my C++ Provider on IBM AIX. I am trying to enumerate Instances. It is an instance and method provider(Type 2, 5 in MOF), derived from CIMInstanceProvider and CIMMethodProvider. It also gets registered successfully, but when I try to enumerate instances, the call comes in its initialize() and then it faults. When I looked in the traces, it gives me an error: Message ID = ProviderManager.ProviderFacade.INVALID_PROVIDER_INTERFACE Does AIX need some special provider interface or any special registration? Thanks and Regards, Swanand.