# Import Error Messages

# Student File Error Messages

#### **<span class="rvts0"><span class="rvts34">"The file does not have a column labeled 'First' or 'First Name'"</span></span>**

<span class="rvts20">This error occurs when the system cannot locate the required </span><span class="rvts117">First</span><span class="rvts20"> column in your Student file. The column title may be missing or incorrectly labeled.</span>

<span class="rvts21">How to Fix:</span>

1. <span class="rvts20">Open your Student file in a spreadsheet application.</span>
2. <span class="rvts20">Verify that the first row contains a column labeled </span><span class="rvts187">First</span><span class="rvts20"> (case-sensitive, no spaces).</span>
3. <span class="rvts20">Correct any discrepancies, such as using "First Name" instead of "First."</span>
4. <span class="rvts20">Save the file in a tab-delimited format and re-import it.</span>

---

#### **<span class="rvts0"><span class="rvts34">"The file does not have a column labeled 'StudentID'"</span></span>**

<span class="rvts20">This error occurs when the system cannot find the mandatory </span><span class="rvts117">StudentID</span><span class="rvts20"> column. This column is used to uniquely identify each student.</span>

<span class="rvts21">How to Fix:</span>

1. <span class="rvts20">Open your Student file and check that the first row contains a column titled </span><span class="rvts187">StudentID</span><span class="rvts20"> (case-sensitive, no spaces).</span>
2. <span class="rvts20">If the column is missing, add it and populate it with unique IDs for each student.</span>
3. <span class="rvts20">Save the file in a tab-delimited format and re-import it.</span>

---

#### **<span class="rvts0"><span class="rvts34">"The ID field is empty for XX"</span></span>**

<span class="rvts20">This error indicates that one or more rows in the Student file have an empty </span><span class="rvts117">StudentID</span><span class="rvts20"> value. Every student must have a unique identifier.</span>

<span class="rvts21">How to Fix:</span>

1. <span class="rvts20">Open your Student file and locate the row(s) where the </span><span class="rvts117">StudentID</span><span class="rvts20"> is missing (indicated by </span><span class="rvts117">XX</span><span class="rvts20"> in the error message).</span>
2. <span class="rvts20">Add a valid, unique </span><span class="rvts117">StudentID</span><span class="rvts20"> for the affected rows.</span>
3. <span class="rvts20">Save the file in a tab-delimited format and re-import it.</span>

---

#### **<span class="rvts0"><span class="rvts34">"SecurityValue is empty for StudentID = XXXX"</span></span>**

<span class="rvts20">This error occurs when the </span><span class="rvts117">SecurityValue</span><span class="rvts20"> field is blank for a specific student. The </span><span class="rvts117">SecurityValue</span><span class="rvts20"> is required for parents to identify their child when signing up.</span>

<span class="rvts21">How to Fix:</span>

1. <span class="rvts20">Open your Student file and locate the row with the </span><span class="rvts117">StudentID</span><span class="rvts20"> mentioned in the error message (</span><span class="rvts117">XXXX</span><span class="rvts20">).</span>
2. <span class="rvts20">Verify that the </span><span class="rvts117">SecurityValue</span><span class="rvts20"> column is populated with the appropriate value (e.g., date of birth in the date format i.e. </span><span class="rvts117">mm/dd/yyyy</span><span class="rvts20">).</span>
3. <span class="rvts20">Correct any missing or invalid data in the </span><span class="rvts117">SecurityValue</span><span class="rvts20"> column.</span>
4. <span class="rvts20">Save the file in a tab-delimited format and re-import it.</span>

# Parent File Error Messages

#### **<span class="rvts0"><span class="rvts34">The file does not have a column labeled "First" or "First Name."</span></span>**

<span class="rvts20">This error occurs when the Parent file is missing the required column for the parent's first name. The column must be labeled </span><span class="rvts21">First</span><span class="rvts20"> or </span><span class="rvts21">First Name,</span><span class="rvts20"> exactly as specified.</span>

**<span class="rvts21">How to Fix:</span>**

1. <span class="rvts20">Open your Parent file.</span>
2. <span class="rvts20">Check the column headers to ensure you have a column labeled </span><span class="rvts21">First</span><span class="rvts20"> or </span><span class="rvts21">First Name</span><span class="rvts20">.</span>
3. <span class="rvts20">Update the column header if it does not match the required label.</span>
4. <span class="rvts20">Re-import the file.</span>

# Parent-Student Relationship File Error Messages

#### **<span class="rvts0"><span class="rvts34">Could not find Parent with ID 'XX' or Student with ID 'YY', as this parent/student was not imported</span></span>**

<span class="rvts20">This error indicates that the </span>**<span class="rvts21">ParentID</span>**<span class="rvts20"> or </span>**<span class="rvts21">StudentID</span>**<span class="rvts20"> listed in the **Parent-Student Relationship** File does not match any record in the imported **Parent File** or **Student File**.</span>

<span class="rvts20">**Example**:</span>

- <span class="rvts20">If the ParentID in the relationship file is </span><span class="rvts117">12345</span><span class="rvts20"> but no parent with this ID exists in the Parent File, the system will flag this error.</span>
- <span class="rvts20">Similarly, if the StudentID is </span><span class="rvts117">67890</span><span class="rvts20"> and it doesn’t exist in the Student File, this error will appear.</span>

**<span class="rvts21">How to Fix</span>**

1. <span class="rvts21">Verify the Parent File</span><span class="rvts20"> - open the Parent File and confirm the ParentID </span><span class="rvts117">XX</span><span class="rvts20"> exists and was correctly imported.</span>
2. <span class="rvts21">Verify the Student File</span><span class="rvts20"> - open the Student File and ensure the StudentID </span><span class="rvts117">YY</span><span class="rvts20"> exists and was correctly imported.</span>
3. <span class="rvts21">Update the Relationship File</span><span class="rvts20"> - correct any mismatched or missing ParentIDs or StudentIDs in the Parent-Student Relationship File.</span>
4. <span class="rvts21">Re-import the corrected files</span><span class="rvts20"> - import the Parent File and Student File first, followed by the Parent-Student Relationship File.</span>

# Teacher File Error Messages

#### **<span class="rvts0"><span class="rvts34">"Found contact with teacherID of ABC and a different contact with email of betsy@noemail.com"</span></span>**

<span class="rvts20">This error occurs when the Teacher file contains a row where the </span>**<span class="rvts117">TeacherID</span>**<span class="rvts20"> and </span>**<span class="rvts117">Email</span>**<span class="rvts20"> combination conflicts with existing records in the Admin UI. Specifically:</span>

- <span class="rvts20">The system finds one contact with the </span><span class="rvts117">TeacherID</span><span class="rvts20"> but a different email address.</span>
- <span class="rvts20">The system also finds a separate contact with the same email address but a different </span><span class="rvts117">TeacherID</span><span class="rvts20">.</span>

<span class="rvts20">For example:</span>

##### **<span class="rvts21">Import File:</span>**  
<span class="rvts20">  
</span>

<div class="rvps10" id="bkmrk-teacherid-email%C2%A0%C2%A0-ab"><table width="624"><tbody><tr><td>**<span class="rvts117">TeacherID</span>**

</td><td>**<span class="rvts117">Email </span>**

</td></tr><tr><td><span class="rvts117">ABC</span>

</td><td><span class="rvts117">betsy@noemail.com</span>

</td></tr></tbody></table>

</div>#####  

##### **<span class="rvts21">Admin UI Records:</span>**

<div class="rvps10" id="bkmrk-teacherid-email%C2%A0%C2%A0-ab-1"><table width="624"><tbody><tr><td>**<span class="rvts117">TeacherID</span>**

</td><td>**<span class="rvts117">Email </span>**

</td></tr><tr><td><span class="rvts117">ABC</span>

</td><td><span class="rvts117">annie@noemail.com</span>

</td></tr><tr><td><span class="rvts117">DEF</span>

</td><td><span class="rvts117">betsy@noemail.com</span>

</td></tr></tbody></table>

</div>**<span class="rvts21">How to Fix:</span>**

1. <span class="rvts20">Log in to the Admin UI and search for the conflicting contacts.</span>
2. <span class="rvts20">Identify whether the conflicting contact is outdated or incorrect.</span>
3. <span class="rvts20">If the contact is no longer valid, delete the old contact from the Admin UI.</span>
4. <span class="rvts20">Ensure that the Teacher file has accurate and consistent information for each </span><span class="rvts117">TeacherID</span><span class="rvts20"> and </span><span class="rvts117">Email</span><span class="rvts20">.</span>
5. <span class="rvts20">Re-import the updated Teacher file.</span>

<p class="callout info">**<span class="rvts21">Important Note:</span>**  
**<span class="rvts20">During the import process:</span>**</p>

- <p class="callout info"><span class="rvts20">If a match is found by </span><span class="rvts117">TeacherID</span><span class="rvts20">, the system updates the associated email and name.</span></p>
- <p class="callout info"><span class="rvts20">If a match is found by </span><span class="rvts117">Email</span><span class="rvts20">, the system updates the associated </span><span class="rvts117">TeacherID</span><span class="rvts20"> and name.</span></p>
- <p class="callout info"><span class="rvts20">If both a </span><span class="rvts117">TeacherID</span><span class="rvts20"> and an </span><span class="rvts117">Email</span><span class="rvts20"> match different contacts, the system flags this error to prevent unintended updates.</span></p>

---

#### **<span class="rvts0"><span class="rvts34">"The ID field is empty for XX."</span></span>**

<span class="rvts20">This error indicates that one or more rows in the Teacher file have an empty </span><span class="rvts117">TeacherID</span><span class="rvts20">. This field is required to uniquely identify each teacher.</span>

**<span class="rvts21">How to Fix:</span>**

1. <span class="rvts20">Open your Teacher file in a spreadsheet application.</span>
2. <span class="rvts20">Locate the row(s) with the empty </span><span class="rvts117">TeacherID</span><span class="rvts20"> (indicated by </span><span class="rvts117">XX</span><span class="rvts20"> in the error message).</span>
3. <span class="rvts20">Add a unique </span><span class="rvts117">TeacherID</span><span class="rvts20"> for each affected row.</span>
4. <span class="rvts20">Save the file in a tab-delimited format and re-import it.</span>

---

#### **<span class="rvts0"><span class="rvts34">"The password field should be 6 characters or more for XX"</span></span>**

<span class="rvts20">This error occurs when the </span><span class="rvts117">Password</span><span class="rvts20"> field for one or more teachers contains a value shorter than six characters.</span>

**<span class="rvts21">How to Fix:</span>**

1. <span class="rvts20">Open your Teacher file and locate the row with the </span><span class="rvts117">TeacherID</span><span class="rvts20"> mentioned in the error message (</span><span class="rvts117">XX</span><span class="rvts20">).</span>
2. <span class="rvts20">Ensure that the </span><span class="rvts117">Password</span><span class="rvts20"> column contains a value with at least six characters for all teachers.</span>
3. <span class="rvts20">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.</span>
4. <span class="rvts20">Save the file in a tab-delimited format and re-import it.</span>

---

<p class="callout success"><span class="rvts20">These detailed explanations and steps should help you resolve any errors encountered when importing the Teacher file.</span></p>

# Class File Error Messages

#### **<span class="rvts0"><span class="rvts34">"Could not find teacher with teacherID XX"</span></span>**

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

**<span class="rvts21">How to fix</span><span class="rvts20">:</span>**

1. <span class="rvts20">Open your Teacher file and check for the </span><span class="rvts117">teacherID</span><span class="rvts20"> listed in the error message (</span><span class="rvts117">XX</span><span class="rvts20">).</span>
2. <span class="rvts20">If the teacher is missing, update your Teacher file to include the correct </span><span class="rvts117">teacherID</span><span class="rvts20"> and re-import it.</span>

---

#### **<span class="rvts0"><span class="rvts34">"Class 'Math' already exists with a different teacher than '123'"</span></span>**

<span class="rvts20">This error indicates that your **Class file** includes a row with the </span><span class="rvts117">ClassID</span><span class="rvts20"> “Math” and the </span><span class="rvts117">TeacherID</span><span class="rvts20"> “123,” but “Math” has already been assigned to another teacher.</span>

<span class="rvts20">The </span>**<span class="rvts117">ClassID</span>**<span class="rvts20"> must be unique for each teacher. Duplicate </span><span class="rvts117">ClassID</span><span class="rvts20"> entries for different teachers can cause conflicts, particularly when importing Enrollment files, as the system cannot distinguish which students belong to which teacher.</span>

<span class="rvts21">Example</span><span class="rvts20">:</span>

<div class="rvps10" id="bkmrk-teacherid-classid-12"><table><tbody><tr><td>**<span class="rvts21">TeacherID</span>**

</td><td>**<span class="rvts21">ClassID</span>**

</td></tr><tr><td><span class="rvts20">123</span>

</td><td><span class="rvts20">Math</span>

</td></tr><tr><td><span class="rvts20">456</span>

</td><td><span class="rvts20">Math</span>

</td></tr></tbody></table>

</div><p class="callout warning"><span class="rvts20">The system will flag the second row as an error because the </span><span class="rvts117">ClassID</span><span class="rvts20"> “Math” is already assigned to teacher </span><span class="rvts117">123</span><span class="rvts20">.</span></p>

---

#### **<span class="rvts0"><span class="rvts34">How to Fix</span></span>**

<span class="rvts20">To resolve this issue:</span>

- <span class="rvts20">Ensure that the </span><span class="rvts117">ClassID</span><span class="rvts20"> is unique for each teacher. For example, append a section number or teacher identifier to the </span><span class="rvts117">ClassID</span><span class="rvts20">:</span>

<div class="rvps10" id="bkmrk-teacherid-classid-12-1"><table><tbody><tr><td>**<span class="rvts21">TeacherID</span>**

</td><td>**<span class="rvts21">ClassID</span>**

</td></tr><tr><td><span class="rvts20">123</span>

</td><td><span class="rvts20">123\_Math</span>

</td></tr><tr><td><span class="rvts20">456</span>

</td><td><span class="rvts20">456\_Math</span>

</td></tr></tbody></table>

</div>- <span class="rvts20">Update your Enrollment file to reflect the modified </span><span class="rvts117">ClassID</span><span class="rvts20">.</span>

<span class="rvts20">Prior to fixing your import files and importing again, you will want to remove ClassID Math. </span>

<span class="rvts20">You can remove an individual class by going to the ClassEditor, selecting the 'Show only Classes', locating and then clicking the red X next to the name, or you can select all of the affected classes and then click delete.</span>

<span class="rvts20">You can also delete all of the event's resources, classes, and enrollments from the Import page. </span><span class="rvts20">To do this, on the Imports page, click the Class file option within the File Type drop-down menu, then click 'Remove existing Classes'.</span>

---

#### **<span class="rvts0"><span class="rvts34">Important Note</span></span>**

<p class="callout info"><span class="rvts20">If the </span><span class="rvts117">ClassID</span><span class="rvts20"> (e.g., “Math”) has already been imported with teacherID </span><span class="rvts117">123</span><span class="rvts20">, you must first remove it before re-importing your corrected Class file.</span></p>

<p class="callout success"><span class="rvts20">If the errors you got through the import are related to the teachers/classes who will not participate in the conference event, then you can ignore these errors and move forward to the Enrollment file import.</span></p>

# Enrollment File Error Messages

#### **<span class="rvts0"><span class="rvts34">"Student ID not found."</span></span>**

<span class="rvts20">This error occurs when the Enrollment file contains a </span>**<span class="rvts117">StudentID</span>**<span class="rvts20"> that does not exist in the **Student** file. The **Enrollment** file relies on the </span>**<span class="rvts117">StudentID</span>**<span class="rvts20"> to match with a corresponding student already imported.</span>

**<span class="rvts21">How to Fix:</span>**

1. <span class="rvts20">Ensure that the Student file has been imported before the Enrollment file.</span>
2. <span class="rvts20">Check the Enrollment file for the </span><span class="rvts117">StudentID</span><span class="rvts20"> listed in the error message.</span>
3. <span class="rvts20">Verify that the </span><span class="rvts117">StudentID</span><span class="rvts20"> exists in the Student file. If it’s missing:</span>
- <span class="rvts20">Add the missing student to the Student file.</span>
- <span class="rvts20">Re-import the updated Student file before importing the Enrollment file again.</span>


---

#### **<span class="rvts0"><span class="rvts34">"Class XX not found."</span></span>**

<span class="rvts20">This error indicates that the </span><span class="rvts117">ClassID</span><span class="rvts20"> in the Enrollment file does not exist in the Class file and was not imported on the previous step.</span>

**<span class="rvts21">How to Fix:</span>**

1. <span class="rvts20">Verify that the Class file has been imported before the Enrollment file.</span>
2. <span class="rvts20">Check the Enrollment file for the </span><span class="rvts117">ClassID</span><span class="rvts20"> listed in the error message.</span>
3. <span class="rvts20">Confirm that the </span><span class="rvts117">ClassID</span><span class="rvts20"> exists in the Class file. If it’s missing:</span>
- <span class="rvts20">Add the missing class to the Class file.</span>
- <span class="rvts20">Re-import the updated Class file before re-importing the Enrollment file.</span>


<p class="callout info"><span class="rvts21">**Note**: </span><span class="rvts20">If the class in question (e.g., Study Hall) does not require conferencing, you can ignore this error.</span></p>

---

#### **<span class="rvts0"><span class="rvts34">"No class ID found for student XX"</span></span>**

<span class="rvts20">This error occurs when a row in the Enrollment file has a </span><span class="rvts117">StudentID</span><span class="rvts20"> but does not contain any </span><span class="rvts117">ClassID</span><span class="rvts20">.</span>

**<span class="rvts21">How to Fix:</span>**

1. <span class="rvts20">Open your Enrollment file and locate the row with the specified </span><span class="rvts117">StudentID</span><span class="rvts20">.</span>
2. <span class="rvts20">Add the missing </span><span class="rvts117">ClassID</span><span class="rvts20"> for that student.</span>
3. <span class="rvts20">Save the file and re-import it.</span>

---

#### **<span class="rvts0"><span class="rvts34">"Student XX not in class YY."</span></span>**

<span class="rvts21">**Description**:</span>  
<span class="rvts20">This error appears when you attempt to delete an enrollment, but the specified student (</span><span class="rvts117">XX</span><span class="rvts20">) is not currently enrolled in the specified class (</span><span class="rvts117">YY</span><span class="rvts20">).</span>

**<span class="rvts21">How to Fix:</span>**

1. <span class="rvts20">Verify the Enrollment file and confirm the student's current class enrollment status.</span>
2. <span class="rvts20">Remove or correct the row in the Enrollment file attempting to delete the enrollment.</span>

---

#### **<span class="rvts0"><span class="rvts34">"Class XX has reached maximum enrollment. Student XX has been skipped."</span></span>**

<span class="rvts21">**Description**:</span>  
<span class="rvts20">This error occurs when a class has reached its maximum allowed enrollment, and additional students cannot be added.</span>

**<span class="rvts21">How to Fix:</span>**

1. <span class="rvts20">Go to the Class Editor page in the Admin UI.</span>
2. <span class="rvts20">Select the teacher and then the class.</span>
3. <span class="rvts20">Review the "Maximum" column to check the current limit.</span>
4. <span class="rvts20">If necessary, increase the maximum enrollment number for the class.</span>
5. <span class="rvts20">Re-import the Enrollment file.</span>

---

<p class="callout success"><span class="rvts20">These explanations and solutions should help you resolve common errors when importing **Enrollment** files.</span></p>

# Appointments File Error Messages

#### **<span class="rvts21">"Event not found. EventID: XX"</span>**

<span class="rvts20">This error occurs when the EventID in your Appointments file does not match any existing event on your account. This could mean the EventID is incorrect or the event has been deleted.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Verify the correct EventID by going to </span>**<span class="rvts21">Event Management / Settings / UI Setup &gt; Scheduling Link</span>**<span class="rvts20">.</span>
- <span class="rvts20">Copy the EventID from the scheduling link URL and update your Appointments file with the correct value.</span>

---

#### **<span class="rvts21">"Resource not found. Resource: XX"</span>**

<span class="rvts20">This message indicates that the Resource name in your Appointments file does not match any existing Resource in the event.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Go to the event in your Admin UI and review the list of Resources.</span>
- <span class="rvts20">Make sure the Resource name in your file exactly matches (including capitalization and spacing) the name listed in the system.</span>

---

#### **<span class="rvts21">"There is no person with ID: XX."</span>**

<span class="rvts20">This message appears when the Appointments file includes a person ID that was not previously imported in the People file.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Open your People file and confirm the ID listed in the error message is present.</span>
- <span class="rvts20">If the person is missing, update your People file and import it before importing appointments again.</span>

---

#### <span class="rvts21">"There are no slots at 'date' for person with ID: XX."</span>

<span class="rvts20">This error means that the system could not find an available appointment slot at the specified date and time for the given person.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Review the schedule for the selected event and resource.</span>
- <span class="rvts20">Ensure there are open appointment slots at the specified date and time.</span>
- <span class="rvts20">Update your Appointments file with a valid date/time that corresponds to an available slot.</span>

---

#### **<span class="rvts21">"Incorrect phone number"</span>**

<span class="rvts20">This message indicates the phone number provided for SMS reminders is not in a valid format.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Make sure the phone number contains 10 digits (e.g., </span><span class="rvts117">1234567890</span><span class="rvts20"> or </span><span class="rvts117">(123)456-7890</span><span class="rvts20">).</span>
- <span class="rvts20">Avoid using letters or special characters (other than parentheses or dashes).</span>

---

#### **<span class="rvts21">"Person with ID: XX has an appointment at this time."</span>**

<span class="rvts20">This message indicates a conflict - this person already has an appointment scheduled at the specified time.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Check the person’s existing appointments.</span>
- <span class="rvts20">Either change the appointment time in your file or cancel the conflicting appointment in the Admin UI.</span>

---

#### **<span class="rvts21">"Person with ID: XX can't create an appointment in the past."</span>**

<span class="rvts20">You cannot import appointments set in the past.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Review the </span><span class="rvts117">Date</span><span class="rvts20"> column in your file.</span>
- <span class="rvts20">Make sure all appointments are scheduled for current or future dates/times.</span>

---

#### **<span class="rvts21">"Person with ID: XX too many appointments per event."</span>**

<span class="rvts20">The person has already reached the maximum number of appointments allowed for the event.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Review the event settings and check the maximum number of appointments allowed per person.</span>
- <span class="rvts20">Either increase the limit in the event setup or reduce the number of appointments in your import file.</span>

---

#### **<span class="rvts21">"Person with ID: XX too close to previous appointment."</span>**

<span class="rvts20"> This error appears when two appointments for the same person are scheduled too close together.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Review the time spacing between appointments for the same person.</span>
- <span class="rvts20">Adjust the appointment times to meet the minimum required gap between appointments, as defined in your event settings.</span>

# Slots File Error Messages

#### **<span class="rvts21">"Event not found. EventID: XX"</span>**

<span class="rvts20">This error occurs when the EventID in your Slots file does not match any existing event on your account. It may be due to an incorrect ID or a deleted event.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Go to </span>**<span class="rvts21">Event Management / Settings / UI Setup / Scheduling Link</span>**<span class="rvts20">.</span>
- <span class="rvts20">Copy the EventID from the URL of the event’s scheduling link and use it in your import file.</span>

---

#### **<span class="rvts21">"Cannot create a slot for this type of event. EventID: XX"</span>**

<span class="rvts20">This error appears when you attempt to import time slots into a Roster event. Roster events do not support time-based appointments.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Confirm that the event is set as a </span><span class="rvts21">PTA</span><span class="rvts20"> or </span><span class="rvts21">Normal</span><span class="rvts20"> event. Only these types support time slots.</span>
- <span class="rvts20">If needed, create a new event with the correct type and re-import your slot file.</span>

---

#### **<span class="rvts21">"Resource not found. Resource: XX"</span>**

<span class="rvts20">This error means the resource listed in your file does not match any existing resource in the event.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Check the spelling, capitalization, and spacing of the resource name in your file.</span>
- <span class="rvts20">Go to the event setup screen and confirm the resource exists with the exact same name.</span>

---

#### **<span class="rvts21">"Resource: XX has a slot at this time."</span>**

<span class="rvts20">This message indicates that the resource already has an existing slot at the specified time. The system does not allow overlapping or duplicate slots.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Check the event’s existing slot schedule for the specified time.</span>
- <span class="rvts20">Remove or update the conflicting slot from your import file.</span>

---

#### **<span class="rvts21">"Cannot create a slot for the specified time interval for resource XX. Error code - 103."</span>**

<span class="rvts20">This error appears when the duration of a slot in your file does not match the time interval settings of the event.</span>

<span class="rvts21">**Example**:</span>  
<span class="rvts20"> If the event uses 15-minute intervals but your file specifies a 20-minute duration, this error will occur.</span>

**<span class="rvts21">How to Fix:</span>**

- <span class="rvts20">Go to the event’s time slot configuration and verify the interval setting.</span>
- <span class="rvts20">Adjust your file so that the slot durations match the expected time increments (e.g., 15, 10, or 5 minutes).</span>

# Events File Error Messages

#### **<span class="rvts0"><span class="rvts34">"Event not found. EventID: XX"</span></span>**

<span class="rvts20">This message indicates that the Event ID is either incorrect or the event has been deleted.</span>

**<span class="rvts21">How to Fix:</span>**

<span class="rvts20">Go to </span>**<span class="rvts21">Event Management /Settings/ UI Setup /Scheduling Link</span>**<span class="rvts20"> and copy the correct Event ID from the URL shown in the </span><span class="rvts22">Scheduling Link for the selected event</span><span class="rvts20">. Use that ID in your import file.</span>

---

#### **<span class="rvts21">"Could not find based event with ID XX"</span>**

<span class="rvts20">This message means the </span><span class="rvts21">baseEvent</span><span class="rvts20"> ID listed in your file does not match any existing event, or the referenced base event has been deleted.</span>

**<span class="rvts21">How to Fix:</span>**

<span class="rvts20">Locate the correct Event ID in the same way as above, and ensure the base event still exists in your account. Update the </span><span class="rvts21">basedEvent</span><span class="rvts20"> column with the correct ID.</span>

---

#### **<span class="rvts21">"Cannot create a slot for EventID: XX. Date column contains an invalid value. Error code = 107."</span>**

<span class="rvts20">This error occurs when the </span><span class="rvts21">Date</span><span class="rvts20"> field contains an improperly formatted or unrecognized value.</span>

**<span class="rvts21">How to Fix:</span>**

<span class="rvts20">Verify that the </span><span class="rvts21">Date</span><span class="rvts20"> is in a valid format, such as </span><span class="rvts117">MM/DD/YYYY</span><span class="rvts20"> (e.g., </span><span class="rvts117">10/23/2020</span><span class="rvts20">). Ensure there are no extra characters or missing values in the date cells.</span>

---

#### **<span class="rvts21">"Cannot create a slot for EventID: XX. The start time / end time column contains an invalid value. Error code = 108."</span>**

<span class="rvts20">This message indicates that either the </span><span class="rvts21">StartTime</span><span class="rvts20"> or </span><span class="rvts21">EndTime</span><span class="rvts20"> fields have incorrect or missing values.</span>

**<span class="rvts21">How to Fix:</span>**

<span class="rvts20">Ensure that time values are in a supported format, such as </span><span class="rvts117">9:00 AM</span><span class="rvts20"> or </span><span class="rvts117">2:30 PM</span><span class="rvts20">. Avoid 24-hour clock times or missing AM/PM markers. Confirm that StartTime is earlier than EndTime.</span>

---

#### **<span class="rvts21">"Could not find the timezone with name XX."</span>**

<span class="rvts20">This error means the value entered in the </span><span class="rvts21">TimeZone</span><span class="rvts20"> column does not match a recognized time zone name.</span>

**<span class="rvts21">How to Fix:</span>**  
<span class="rvts20"> Use a valid time zone from the IANA time zone database, such as:</span>

- <span class="rvts117">America/New\_York</span>
- <span class="rvts117">America/Chicago</span>
- <span class="rvts117">America/Denver</span>
- <span class="rvts117">America/Los\_Angeles</span><span class="rvts20"> </span>

<p class="callout info">***<span class="rvts21">NOTE:</span><span class="rvts20"> Double-check spelling and capitalization. Avoid abbreviations like "EST" or "PST".</span>***</p>

# General Error Messages

#### **<span class="rvts188">"The file does not match the 'X' File type to import or has an incorrect file type. </span>**

<span class="rvts188">Your file must be a tab - delimited text file (*MS Excel -&gt; \*.txt (Tab delimited); Google Sheets -&gt; \*.tsv (Tab delimited)).*"</span>

<span class="rvts14">Make sure your file is one of the two allowed file types listed in the error message. </span>