Hi there,
can anyone share the solution for this issue?
I have following error:
{
"httpStatus": "Conflict",
"httpStatusCode": 409,
"status": "ERROR",
"message": "An error occurred, please check import summary.",
"response": {
"responseType": "ImportSummaries",
"status": "ERROR",
"imported": 0,
"updated": 0,
"deleted": 0,
"ignored": 1,
"importOptions": {
"idSchemes": {},
"dryRun": false,
"async": false,
"importStrategy": "CREATE_AND_UPDATE",
"mergeMode": "REPLACE",
"reportMode": "FULL",
"skipExistingCheck": false,
"sharing": false,
"skipNotifications": false,
"skipAudit": false,
"datasetAllowsPeriods": false,
"strictPeriods": false,
"strictDataElements": false,
"strictCategoryOptionCombos": false,
"strictAttributeOptionCombos": false,
"strictOrganisationUnits": false,
"strictDataSetApproval": false,
"strictDataSetLocking": false,
"strictDataSetInputPeriods": false,
"requireCategoryOptionCombo": false,
"requireAttributeOptionCombo": false,
"skipPatternValidation": false,
"ignoreEmptyCollection": false,
"force": false,
"firstRowIsHeader": true,
"skipLastUpdated": true,
"mergeDataValues": false,
"skipCache": false
},
"importSummaries": [
{
"responseType": "ImportSummary",
"status": "ERROR",
"importOptions": {
"idSchemes": {},
"dryRun": false,
"async": false,
"importStrategy": "CREATE_AND_UPDATE",
"mergeMode": "REPLACE",
"reportMode": "FULL",
"skipExistingCheck": false,
"sharing": false,
"skipNotifications": false,
"skipAudit": false,
"datasetAllowsPeriods": false,
"strictPeriods": false,
"strictDataElements": false,
"strictCategoryOptionCombos": false,
"strictAttributeOptionCombos": false,
"strictOrganisationUnits": false,
"strictDataSetApproval": false,
"strictDataSetLocking": false,
"strictDataSetInputPeriods": false,
"requireCategoryOptionCombo": false,
"requireAttributeOptionCombo": false,
"skipPatternValidation": false,
"ignoreEmptyCollection": false,
"force": false,
"firstRowIsHeader": true,
"skipLastUpdated": true,
"mergeDataValues": false,
"skipCache": false
},
"description": "[OWNERSHIP_ACCESS_DENIED]",
"importCount": {
"imported": 0,
"updated": 0,
"ignored": 1,
"deleted": 0
},
"conflicts": [],
"rejectedIndexes": [],
"enrollments": {
"responseType": "ImportSummaries",
"status": "SUCCESS",
"imported": 0,
"updated": 0,
"deleted": 0,
"ignored": 0,
"importSummaries": [],
"total": 0
}
}
],
"total": 1
}
}
The interesting part is the same user had no problem before, and now cannot register new enrollment. Whay it could be? Any suggestions?