The most recent content from our members.
I'm trying to publish some items on an internal channel, my code looks like this UpdateMsg nestedUpdateMsg = EmaFactory.createUpdateMsg() .streamId(_postStreamID) .name(ric) .payload(nestedFieldList); PostMsg postMsg = EmaFactory.createPostMsg() .postId(_postID++) .serviceName(serviceName) .name(ric) .solicitAck(true)…
We get following error when we are testing price publication via websocket on TREP platform. {'ID': 2, 'Type': 'Ack', 'AckID': 1, 'NakCode': 'DeniedBySrc', 'Text': 'Unable to find item stream.', 'Key': {'Service': 'xxxx', 'Name': 'FDXU8'}} What does these ‘DeniedBySrc’ and 'Unable to find item stream’ error message mean?…
It looks like you're new here. Sign in or register to get started.