CheckOnly: Difference between revisions

m
Line 1: Line 1:
== Introduction ==
== Introduction ==
'''This command for CumulusUtils has been removed as from version 7.0.0 because SQlite has become the logging tool used and no format errors can occur. Database integrity is handled on a different level.'''
'''This command for CumulusUtils has been removed as from version 6.23.0'''
 
In the end every website based on CumulusMX is data driven and as a result the data needs to be OK. If there are errors in the datafiles - such as wrongly formatted dates, comma's where there should be points or a sudden change of separators because the users changed Locale without understanding the ultimate effects - it is very likely that CumulusUtils aborts, crashes or simply displays erroneous results. Therefore an error handling has been built into the reading of the datafiles ([[Dayfile.txt]], the [[Standard_log_files|monthly logfiles]] and the [[Air_Link_Log.txt|AirLink logfile]]) and you can run CumulusUtils such that only the data is read and the possible errors are reported.


== Operation ==
== Operation ==