Teacher File Error Messages
"Found contact with teacherID of ABC and a different contact with email of betsy@noemail.com"
This error occurs when the Teacher file contains a row where the TeacherID and Email combination conflicts with existing records in the Admin UI. Specifically:
- The system finds one contact with the TeacherID but a different email address.
- The system also finds a separate contact with the same email address but a different TeacherID.
For example:
Import File:
|
TeacherID |
|
|
ABC |
betsy@noemail.com |
Admin UI Records:
|
TeacherID |
|
|
ABC |
annie@noemail.com |
|
DEF |
betsy@noemail.com |
How to Fix:
- Log in to the Admin UI and search for the conflicting contacts.
- Identify whether the conflicting contact is outdated or incorrect.
- If the contact is no longer valid, delete the old contact from the Admin UI.
- Ensure that the Teacher file has accurate and consistent information for each TeacherID and Email.
- Re-import the updated Teacher file.
Important Note:
During the import process:
- If a match is found by TeacherID, the system updates the associated email and name.
- If a match is found by Email, the system updates the associated TeacherID and name.
- If both a TeacherID and an Email match different contacts, the system flags this error to prevent unintended updates.
"The ID field is empty for XX"
This error indicates that one or more rows in the Teacher file have an empty TeacherID. This field is required to uniquely identify each teacher.
How to Fix:
- Open your Teacher file in a spreadsheet application.
- Locate the row(s) with the empty TeacherID (indicated by XX in the error message).
- Add a unique TeacherID for each affected row.
- Save the file in a tab-delimited format and re-import it.
"The password field should be 6 characters or more for XX"
This error occurs when the Password field for one or more teachers contains a value shorter than six characters.
How to Fix:
- Open your Teacher file and locate the row with the TeacherID mentioned in the error message (XX).
- Ensure that the Password column contains a value with at least six characters for all teachers.
- If no password is provided, consider leaving the field blank. In this case, teachers will be prompted to create a password when they first log in.
- Save the file in a tab-delimited format and re-import it.
These detailed explanations and steps should help you resolve any errors encountered when importing the Teacher file.