Hi all. I'm building an OMM provider / consumer pair that swap generic messages based on samples StarterProvider_genericMsg and StarterConsumer_genericmsg. I'm converting the samples to use ValueAdd. My consumer works - It connects to the sample StarterProvider and the two happily swap messages all day long. The problem is with my ValueAdd provider: When I bring it up and connect my consumer, I get the following error:
CmdID : 5
Has SubmitClosure : False
Status : StatusText : OMMProvider::submit(...) received GenericMsg on not established stream.
StatusTextW :
State : Failure
StatusCode : NoResources
So can anyone tell me what I'm not doing in my provider? How do I establish the stream at the provider?
Thanks