I'm submitting a PostMsg with a payload of multiple RICs to the TRCC. All of the RICs succeed but one, which is getting back this AckMsg:
AckMsg
streamId="5"
domain="MarketPrice Domain"
ackId="1"
nackCode="DeniedBySource"
text="Unable to update fixed area of page or non-contributable field"
AckMsgEnd
What does this mean? is there something I could be doing to cause it?
The failing RIC contains FIDs 11, 953, and 875. There is another RIC included in the same PostMsg that contains the same FIDs and it works. I've tried reversing the order of the RICs in the payload and swapping the values of the FIDs between the two RICs and the error stays with the same RIC.
Any ideas?