Changeset 13118 for main/waeup.kofa/trunk/docs/source/userdocs/applicants
- Timestamp:
- 30 Jun 2015, 07:14:17 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/applicants/create_students.rst
r13108 r13118 74 74 :noindex: 75 75 76 5. Can the application slip canbe created? Defective images may76 5. Can the application slip be created? Defective images may 77 77 cause the adapter method to raise an exception (``IOError``). 78 78 79 79 If all these checks are passed, a new student record is created, a 80 80 password is set, the transitions ``create`` and ``admit`` are fired 81 and all student study course attributes are set. These are the82 changes which affect the database.81 and all student study course attributes are set. All this is done 82 in one database transaction. 83 83 84 84 Furthermore, `createStudent` also produces an application slip pdf … … 89 89 section is being purged. 90 90 91 As mentioned above, folder creation and file copying are not being 92 rolled back if the database transactions fails, e.g. due to write 93 conflict errors. Therefore, batch student creation should only be 94 performed if the portal is offline. 91 As mentioned above, folder creation and file copying are not part of 92 the transaction and are not being rolled back if the database 93 transactions fails, for example due to write conflict errors. 94 Therefore, batch student creation should only be performed if the 95 portal is offline. 95 96 96 97
Note: See TracChangeset for help on using the changeset viewer.