# 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>