Apex error when trying to bulk upload records in DemandTools
Error: 'System.LimitException: Apex CPU time limit exceeded Status code: 21'
Resolution: This error is caused when you reach the CPU timeout limit when trying to make changes. Reduce the number of records you update in a single update to avoid the error.
Note: You will need to run the update multiple times to capture all students but it should avoid the error.