shawnshultz
Community Member

An enrollment listed a section and a course that are unrelated for user error

When running and import from my SIS I am getting this error: An enrollment listed a section and a course that are unrelated for user.  

I have crosswalk everything.  The course_id is correct in the course file.  The section_id is correct in the section file.  And the enrollment file has the correct course_id and section_id's.  I am at a loss.

Labels (1)
0 Kudos
2 Replies
agaleas
Community Member

We have the SAME issue and have not found a solution to this. Have you found a solution? Our information is spot on. 

0 Kudos
danaleeling
Community Participant

I hit the same error using the file:

course_id,user_id,role,section_id,status
2021.2-passport-to-canvas,5nnnnn4,student,19950,active
2021.2-passport-to-canvas,6nnnnn8,student,19950,active

I was able to import successfully after deleting the section_id column:

course_id,user_id,role,status
2021.2-passport-to-canvas,5nnnnn4,student,active
2021.2-passport-to-canvas,6nnnnn8,student,active

Note that this course did not have any sections configured for the course, so that seems to be the issue. The provisioning report reported a section_id, but apparently the SIS import does not know about this for a course with no sections actually configured.

 

0 Kudos