When instructors use the Grades tool to submit grades to the Banner Grades Student Information System (SIS), the following interactions occur:
- Banner Grades packages and sends the grades to Luminis Message Broker (LMB).
- LMB pushes the grade exchange message to the grade adapter process in the Learning Management Gateway (LMG), which attempts to update Banner by Ellucian.
- LMB returns errors and successes to the HTTP Response Handler component of Banner Grades.
- The HTTP Response Handler processes the response and updates the instructor through the Banner Grades user interface with a summary and details of the transaction.
Troubleshoot grade exports
After you export grades, you can view the results on the Grades Export Status page. This is where you can see any errors that occurred during the export, which can assist you in troubleshooting. The following table includes the type of error and what it means:
Code
|
Error
|
Description
|
GE01
|
STUDENT_ID_NOT_FOUND
|
Student ID does not exist.
|
GE02
|
ORG_UNIT_DOES_NOT_EXIST
|
Section does not exist.
|
GE03
|
ORG_UNIT_IS_NOT_GRADEABLE
|
Section is not gradable.
|
GE04
|
STUDENT_NOT_ENROLLED
|
Student enrollment does not exist.
|
GE05
|
STUDENT_NOT_GRADEABLE
|
Student enrollment is not gradable.
|
GE06
|
MUST_GENERATE_MIDTERM
|
Gradable component records exist; must generate midterm grade through component marks.
|
GE07
|
MUST_GENERATE_FINAL
|
Gradable component records exist - must generate final grade through component marks.
|
GE08
|
INVALID_GRADE_FOR_ORG_UNIT
|
Grade not valid for section.
|
GE09
|
GRADE_FROZEN_ON_SIS
|
Grade already rolled to history.
|
GE10
|
GRADE_ALREADY_IN_SIS
|
Received grade already posted to student enrollment. No update performed.
|
GE11
|
INVALID_INSTRUCTOR_FOR_ORG_UNIT
|
Faculty ID is not assigned to section.
|
InstructorNotFound
|
INSTRUCTOR_NOT_FOUND
|
Instructor ID does not exist.
|
NoGradesFound
|
NO_GRADES_FOUND
|
Could not find grades.
|