|
|
|
Attribute fsuEduStudentStatus
Jeff,
I created the attribute fsuEduStudentStatus and added it to the class fsuEduPerson.
I indexed the attribute on mdsoti.fsu.edu
There is a new entry in the db2inst2 crontab on Marge (where all student data loads occur)
####### Update student enrollment status in eDir #########
#
0 8 * * * /usr/bin/perl /home/db2inst2/student/fsuEduStudentStatus.pl
#
This program does the following:
1) Deletes the attribute fsuEduStudentStatus for every entry in the eDir
2) Runs the following query on NWRDC
a. select ENROLLMENT_STATUS, STUDENT_ID from FSDWH.STUDENT_MASTER
b. for each record returned
i. Search fsuEduCarsSSN for the social returned
ii. Add the attribute fsuEduStudentStatus to the corresponding FSUID with the value returned.
1. Values for ENROLLMENT_STATUS are ‘ ‘, ‘C’, ‘T’
2. C is a current student per Andy Johnson.
|