Description
Hello,
While running dxtoolkit 2.4.0 in macos and red hat linux, we exported all policies + mapping file with the objects that need to have those policies applied.
But when restoring, it fails everytime we try to set a policy for a dataset group.
This is the error we get:
-Response message: {
"error" : {
"id" : "exception.validation.bad.input",
"details" : {
"target" : {
"commandOutput" : null,
"diagnoses" : null,
"action" : null,
"details" : "Invalid value type "OBJECT". Valid types are: STRING.",
"id" : "exception.validation.type.invalid"
}
},
"action" : "Check your input parameters and try again.",
"type" : "APIError",
"diagnoses" : null,
"commandOutput" : null
},
"type" : "ErrorResult",
"status" : "ERROR"
}
Error in applying mapping
Can you please help us check?
Thanks in advance and regards