Student import toolkit fixes-II
Errors in GetNext method of StudentList, DepartmentList, and OrganizationList objects.
Date: May 16, 2001
Version affected: v1.50, v1.51
Symptoms:
When calling the GetNext method of the StudentList, DepartmentList, or OrganizationList objects an error code is returned and no Student, Department, or Organization object is retrieved. The exact error may vary from one object to another.
OrganizationList.GetNext returns error code 108 (wbtmGeneralError)
DepartmentList.GetNext returns error code 108 (wbtmGeneralError)
StudentList.GetNext returns error code 107 (wbtmDbSQLError).
Cause:
Several new columns were added to the WBT Manager database in version 1.50. Some of those columns were not added to the logic in the ListStudents, ListDepartments, and ListOrganizations methods of the sysadmin object. When the GetNext method creates a new object and tells it to load its data the object is unable to find all of its properties.
Correction: