You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using version 0.6.0 of the connector to update an NSGroup (adding a grid secondary). However, when I call .update() on the NSGroup object, the WAPI (version 2.13.5, from NIOS 9.0.5) responds with HTTP 400 with this error:
{
"Error": "AdmConProtoError: Field is not allowed for update: is_multimaster",
"code": "Client.Ibap.Proto",
"text": "Field is not allowed for update: is_multimaster"
}
I managed to fix this issue in the client by applying this patch:
I'm using version 0.6.0 of the connector to update an NSGroup (adding a grid secondary). However, when I call
.update()
on theNSGroup
object, the WAPI (version 2.13.5, from NIOS 9.0.5) responds with HTTP 400 with this error:I managed to fix this issue in the client by applying this patch:
The text was updated successfully, but these errors were encountered: