Import toolkit embeds blanks in login ID Version affected: 1.31,1.31a, 1.3-lite Symptoms: When importing a batch of students with SIMPORT.EXE. If the name is in the import file as "student_name" rather than "student_first_name" and "student_last_name" and "student_logon_id" is not present then the import program grabs the first 8 characters of the name (including blanks) to build a login id. Blanks or other non-print characters in the student's login id will cause the AICC communications interface to lose session data (session ids are based on the student's login id and blanks cause the interface to be unable to locate the session associated with the student). Correction: This patch contains a new version of SIMPORT.EXE along with the corrected VB source files. The new version strips any blanks from the name field before using it to create a login id. Also included is an ASP script to remove any blanks from existing login ids. Unzip the patch file. Overwrite the existing version of SIMPORT.EXE with the new version (old version should be in "\program files\integrity training inc\wbt manager\import tools" or "\program files\integrity training inc\wbt manager lite\import tools". Overwrite the existing copies of simport.vbp Main.frm Main.frx These files should be in the "SourceCode\simport" subdirectory of the directory containing SIMPORT.EXE. Correcting existing login ids in the database. 1. Back up the WBT Manager database. 2. Copy fixid.asp to the WBT Manager virtual directory. 3. Go to fixid.asp in a browser to execute it.