"Could not find teacher with teacherID XX"

This error occurs when the Class file references a teacherID that is not present in the Teacher file. The system matches each class to a teacher using the teacherID. If the teacher has not been imported from the Teacher file, the class cannot be imported.

How to fix:

  1. Open your Teacher file and check for the teacherID listed in the error message (XX).
  2. If the teacher is missing, update your Teacher file to include the correct teacherID and re-import it.

"Class 'Math' already exists with a different teacher than '123'"

This error indicates that your Class file includes a row with the ClassID “Math” and the TeacherID “123,” but “Math” has already been assigned to another teacher.

The ClassID must be unique for each teacher. Duplicate ClassID entries for different teachers can cause conflicts, particularly when importing Enrollment files, as the system cannot distinguish which students belong to which teacher.

Example:

TeacherID

ClassID

123

Math

456

Math

The system will flag the second row as an error because the ClassID “Math” is already assigned to teacher 123.






How to Fix

To resolve this issue:

  1. Ensure that the ClassID is unique for each teacher. For example, append a section number or teacher identifier to the ClassID:

TeacherID

ClassID

123

123_Math

456

456_Math

  1. Update your Enrollment file to reflect the modified ClassID.

Important Note

If the ClassID (e.g., “Math”) has already been imported with teacherID 123, you must first remove it before re-importing your corrected Class file.




If the errors you got through the import are related to the teachers/classes who will not participate in the conferences event, then you can ignore these errors and move forward to the Enrollment file import.