Hi,
I have an application that's posting to multiple RIC's. The posting happens from a single application on seperate threads. Although I can see my updates in the Viewer, I get a error back on registered client for the OMMErrorIntSpec. .
On Examining the returned OMMcmdErrorEvent, I see the Status Code = NO_RESOURCES.
The Status Text says "Ack message Pending for item <item>. Posting denied for item <item>."
Any idea what I can look into to investigate this further?
I am able to publish to these RIC's from the sample Posting Consumer application and also from my sample application using a single thread. So I don't think this is a DACS persmission issue.
Thanks
RKN
Hello @RKN,
Is "Ack message Pending for item <item>. Posting denied for item <item>." the exact error message you get? I have not seen this error from RFA before but I used to get the error:
*-Text: Ack message pending for PostId <post id>; Posting Denied for Item <item> *-Code: NO_RESOURCES
When the posting happened on separated thread with the same post id. If I used unique post id in each post message, the error did not occur.
Do you use unique post id in each post message?