MAAPI_GET_ELEM failure

With maapi_init_cursor in prepare phase, i am not able to retrieve the operational values which i have written in hook. I have opened maapi session with CONFD_RUNNING and CONFD_READ. Can anyone help here?

What is the error? Are operational data handled by the same application (with data provider)? If yes, do you request the data in some callback? Can it be that this callback blocks ConfD poll loop and the data provider callback cannot be called?