Change Assignment Type from ORA_REQUIRE_ASSIGNMENT to ORA_JOIN_ASSIGNMENT with HDL
Summary:Hi All,
we need to change the AssignmentType from ORA_REQUIRE_ASSIGNMENT to ORA_JOIN_ASSIGNMENT massively, through HDL (LearninigRecord.dat), but we received this error:
"JBO-findLearningRecord:: For LearningRecordNumber = HDL_OLC2846553, LearningRecord key attribute values do not match with values in Learning DB. LearningItemId = 300000189173895 AssignmentType = ORA_REQUIRE_ASSIGNMENT AssignmentSubType = ORA_EVT_SUBT_ADMIN LearnerId = 100000012526910"
This is the HDL we sent:
"METADATA|LearningRecord|LearningRecordId|LearningRecordNumber|AssignmentType|AssignmentNumber|LearningRecordEffectiveStartDate|LearningItemNumber|LearningRecordStartDate|LearningItemType|AssignmentSubType|AssignedByPersonNumber|AssignmentAttributionType|AssignmentAttributionNumber|LearnerNumber|LearningRecordStatus
MERGE|LearningRecord|300000211800548|HDL_OLC2846553|ORA_JOIN_ASSIGNMENT|HDL_OLC2846548|2022/08/19|DOC1029|2022/08/19|ORA_COURSE|ORA_EVT_SUBT_SELF|1684|ORA_PERSON|1684|1684|ORA_ASSN_REC_ACTIVE"
How we can resolve the error?