View Revisions: Issue #28
| Summary | 0000028: database checker need to check for carriage return at the end of the file | ||
|---|---|---|---|
| Revision | 2017-04-05 18:34 by mtruesdell | ||
| Description | Database checker need to check for 1 carriage return at the end of files. User manually editing them are causing problems with binary file access (why I can't figure out yet (EDIT: see below)) and input access. This causes the program to crash with an ambiguous error message. EDIT: carriage return dependency seems to be a LB bug. added to wiki. NOTE: fixed with tax commit as tauxfedpro needed it too. |
||
| Revision | 2017-03-29 15:13 by mtruesdell | ||
| Description | Database checker need to check for 1 carriage return at the end of files. User manually editing them are causing problems with binary file access (why I can't figure out yet) and input access. This causes the program to crash with an ambiguous error message. EDIT: carriage return dependency seems to be a LB bug. added to wiki. |
||
| Revision | 2017-03-08 16:51 by mtruesdell | ||
| Description | 1. Old payment files (that start with a h) that have been moved into the directory by the user (for whatever reason) are seen by the database checker and reported to be too old. It should only be looking for files that start with 'p'. 2. Database checker need to check for 1 carriage return at the end of files. User manually editing them are causing problems with binary file access (why I can't figure out yet) and input access. This causes the program to crash with an ambiguous error message. |
||