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:

  1. Upgrade to WBT Manager 1.51 if you have not already done so.
  2. Install the version 1.51 Student Import Toolkit.
  3. If you downloaded WBT Manager 1.51 before May 1, 2001 download and apply patch151_2.
  4. Replace the wbtmanager2.dll file from the Student Import Toolkit with the version in this patch.