Forum Discussion
dpanaite
8 years agoFrequent Visitor
Receiving error "dmts update not supported for connection error code" when using the REST API
I'm using the .NET client to connect and authenticate to the REST API, and I'm trying to update parameters within a dataset. I'm using the client.Datasets.UpdateParametersInGroup method. The response...
v-micsh-msft
Microsoft Employee
8 years agoHi,
Which parameter that you would like to update for the DataSet, and what kind of dataset, also the connection type?
Quoted:
"
DMTS_SetParametersOnPremChangeErrorCode (HTTP status BadRequest)
Input had affected the connection (mainly the server) so the datasource changed its OnPrem status, which is not allowed
"
Personally I think the error message "DMTS_UpdateNotSupportedForConnection" indicates that your changing might affect the connection, which is rejected by the server.
For more details, see:
https://msdn.microsoft.com/en-us/library/mt845781.aspx
Regards,
Michael