When using the Universal GUI, a tsf_send_message execution from a task shows the following message: "Stage task commit failed. Error: unknown_error_occurred”. When i use the same task in the Web GUI, it shows the message i'm expecting: “Invalid quantity, there are more quantities delivered then ordered".
The response headers contains the following data (decoded string of TSFMessages):
{"MessageType":"ApplicationDbMessage","RawMessage":"<msg id=\"purchase_order_line_not_deliverable_invalid_quantity\"></msg>","MessageID":null,"NamedParameters":null}
The "msg” element is sent with the right data. The returned status code is "500 Internal Server Error”. Any idea what causes this problem?