Hi,
I configured RTC for a posting cache and NIProvider service as described below
!!! RSSL
*rtc*enableRsslServer : True
*rtc*rsslServerPort : 14005
!!! Non-interactive Cache for posting
*rtc*cacheServiceList : <source>
*rtc*<source>*cacheLocation : srcApp
*rtc*<source>*cacheType : sourceDriven
and then try to publish with following:
./testserver -S <source> -pb 1000 -f NIPsample_performance.xml -c -N 14005
The source is going up and if i dump incoming i can also see that there is data.
However if i test with "example" or testclient
./testclient -S <source> -il GOOG.OQ -u radmin -v -md 6 -X d 3
I am getting: Not in Cache
DSPLY_NAME : STRING 12 : [Not In Cache]
Image Received. RespFlags<0x1e8> FragCount<0> PendQ Count<0000> PendOutQ Count<0001> GroupId<7>:<GOOG.OQ>:<6>
Any idea what i still missed? Please advice.