Re: Facing Problem while doing operations with Provider on IBM AIX
Ajay N Rao <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <OFFFB89510.F5AA95AA-ON65257950.005B7918-65257950.005C038C@in.ibm.com> |
Hi Swanand, There might be a possibility that the C++ provider code is not according to the default C++ provider interface . Regards, Ajay From: swanand Dunakhe <[email protected]> To: "[email protected]" <[email protected]> Date: 11/22/2011 06:43 PM Subject: Facing Problem while doing operations with Provider on IBM AIX 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.