Hello,
We are migrating to Hosted Feed our TREP application, and now we need to specify a USER ID for the connection.
We are getting next Error :
Error: OMMConsumer::registerClient() has been called with an item request prior to login request. Login request is expected first.
It is possible to add it on the rfa.cfg file?
Now, our source that set the consumer is next:
this.session = Session.Acquire(new RFA_String("Session1")); this.ommConsumer = this.session.CreateOMMConsumer(new RFA_String("Consumer"));
And our config file:
\Sessions\Session1\connectionList = "Connection_RSSL" \Connections\Connection_RSSL\connectionType = "RSSL" \Connections\Connection_RSSL\rsslPort = "14002" \Connections\Connection_RSSL\serverList = "XXX.XXX.XXX.XXX" \Connections\Connection_RSSL\ServiceList = "IDN_SELECTFEED"
Thank you in advance.