When loading a transport case via POST in the REST API, the rest api returns:
PS C:\Users\automic> curl ' http[s]://{host}:{port}/ae/api/{version}/{client_id}/transportcase' --header 'Content-Type: text/plain' --data-binary '@C:\automic\Utility\db\uc_data.txt' -u 'automic/automic:password'
{
"error_code" : 8230190,
"error" : "invalid value",
"objects" : [ {
"name" : "USRG.USERGROUP_NAME",
"error_code" : 8230190,
"errors" : [ "invalid object", "property authorizations[2].authGroup", "property authorizations[1].authGroup" ]
} ]
}
Loading the same transport case via the AWI throws:
U08230190: invalid value
U08230190 Invalid Value: USRG.USERGROUP_NAME
V24.3.0 HF2 and lower
This is caused by a defect
This is fixed in the 24.4.0 REST process - all core components must be updated to 24.4.0 (AE, utility, db, AWI)