Self service clients raise error 14378 when trying to update the _Connect-CachingType field.
Client server connections do not raise error 14378 when trying to update the _Connect-CachingType field.
Regardless of connection type, the _Connect-CachingType VST field is not updated.
Error 14378 cannot be suppressed with NO-ERROR.
A self service database connection the following code will raise the error in _MSG but not with the ERROR-STATUS system handle:
assign _MSG = 0.
for each _connect where _Connect-Type eq "BROK":
display _connect-id _connect-name _Connect-Type.
assign _Connect-CachingType = 2 no-error.
end.
message error-status:num-messages _MSG(1) view-as alert-box.