Check Timetabler Automatic Import in the troubleshooting section for some checks.
Check for the existence of the following user procedure: uspuwkTimetable. This runs before the timetable is imported. If there is a user procedure then this may be updating data before coming through.
Check the following configuration key if this is set to true the both staff members will have a timetable created. This is false by default:
Timetabler | AutoImport | Timetable | AllowDuplicates | True/False | If False only one staff member is assigned to the timetable record. This is to avoid duplicates in the Staff Timetable. If True any staff members that are listed against the timetable record as assigned. |
Check the following configuration key. If this is set to true any timetable entries without students will be imported. If they have the same timetable going to multiple timetable groups the timetable may be duplicated for entries without students since we use the students to split up the classes. Note this key is not relevant for Yard Duties / Meetings / Not Available classes.
Timetabler | AutoImport | Timetable | AllowDuplicates | True/False | If False only one staff member is assigned to the timetable record. This is to avoid duplicates in the Staff Timetable. If True any staff members that are listed against the timetable record as assigned. |
Try running the import into the work tables manually. They may have non-numeric period numbers.
EXEc spuwkTimetable @TimetableCode = '2021T1' SELECT * FROM wkxiTimetableSubstitutes WHERE TimetableCode = '2021T1' |
Ensure that luTimetableOperationMode.UpdateClassDescriptionFlag is set to 1
Ensure that luTimetableOperationMode.UpdateFormFlag / UpdateTutorFlag is set to 1
Ensure that the following configuration key is set to true
Timetabler | AutoImport | ClassDescription | UseSubjectName | True/False |
Change the following configuration key:
Timetabler | AutoImport | Extras | DaysAhead | INT |
1 - Only import any Extras for today
2 - Import any extras for today and tomorrows