{
"httpStatus": "Conflict",
"httpStatusCode": 409,
"status": "WARNING",
"message": "One or more errors occurred, please see full details in import report.",
"response": {
"responseType": "ObjectReport",
"uid": "nAHl6N8R4Bx",
"klass": "org.hisp.dhis.program.Program",
"errorReports": [
{
"message": "Object could not be deleted because it is associated with another object: Event",
"args": [],
"mainKlass": "org.hisp.dhis.program.Program",
"errorCode": "E4030",
"errorProperties": []
}
]
}
}
When I deleted the program, I got the above response,but when I try to query event data, I get no results:
I am confused and don’t know how to deal with it anymore.
2 posts - 2 participants