...te a Record"
We get the following error message from the server:
"ID:1"
"Type:Ack"
"AckID:0"
"NakCode:AccessDenied"
"Text:902: Cannot Create a Record"
"Key:Service:DEX_CTB_PRD"
"Name:ATS_RM_CREATE"
The message says our access is denied but it would be very strange if we were allowed to create a RIC with "ATS_INSERT_S" delete any RIC with "ATS_DELETE_ALL" but not to create a RIC with "ATS_RM_CREATE". It seems to us the JSON is probably incorrect.
Our biggest problem is that we don’t have any documentation describing the different instructions such as ATS_DELETE_ALL / ATS_INSERT_S / ATS_RM_CREATE and the fields such as X_RIC_NAME / X_BU / X_CONTAINER / X_PE / X_MODEL…
1) Would you by chance have some documentation or dictionary describing those?
2) Is ATS_RM_CREATE still supported by WebSocket?
3) Do you see any mistake in our JSON: {"ID": 1, "Type": "Post", "Key": {"Service": "DEX_CTB_PRD", "Name": "ATS_RM_CREATE"}, "Ack": true, "PostID": 0, "Message": {"ID": 0, "Type": "Refresh", "Fields": {"X_RIC_NAME": "TESTABREG=BELB", "X_BU": "ATS", "X_CONTAINER": "DEFAULT", "X_PE": "0", "X_MODEL": "DERIV05", "X_LINK": "1", "X_PPE": "0"}}}