Difference between revisions of "Save Date Error Archive"

From Tuflow
Jump to navigation Jump to search
(Created page with "==Error Message== When building the model I get that error that the save date of a .tab file is later than that of the .mid or .mif file. For example:<br> ERROR - Save date o...")
 
 
Line 10: Line 10:
 
This '''ERROR''' can be converted to a '''WARNING''' (which still allows the model to start), or turned off entirely using the .tcf command:<br>
 
This '''ERROR''' can be converted to a '''WARNING''' (which still allows the model to start), or turned off entirely using the .tcf command:<br>
 
<tt>Check MI Save Date == [ {ERROR} | WARNING | OFF ] </tt><br>
 
<tt>Check MI Save Date == [ {ERROR} | WARNING | OFF ] </tt><br>
However, it is <u>strongly</u> recommended that this command not be used for the TUFLOW tutorial model as it can cause issues with using previous versions of the MapInfo files.  For more information on this command please see the TUFLOW manual.<br>
+
However, it is <u>strongly</u> recommended that this command not be used for the TUFLOW tutorial model as it can cause issues with using previous versions of the MapInfo files.  For more information on this command please see the <u>[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]</u>.<br>
 
For more information on the MapInfo file formats please see the <u>[[MapInfo_File_Formats|MapInfo File Formats]]</u> page.
 
For more information on the MapInfo file formats please see the <u>[[MapInfo_File_Formats|MapInfo File Formats]]</u> page.

Latest revision as of 09:46, 23 September 2024

Error Message

When building the model I get that error that the save date of a .tab file is later than that of the .mid or .mif file. For example:
ERROR - Save date of ...2d_zpt_M01_5m_003.tab is later than that of 2d_zpt_m01_5m_003.mid

Reason

This occurs because the save date of the .mif or .mid input into TUFLOW is older than of the native MapInfo files (e.g. .tab). The .mif and .mid files are the plain text export version of MapInfo native files. TUFLOW performs a check that the export file is more recent than the native MapInfo format. This is useful as it prevents an older version of the file from being read (i.e. it prevents you from modifying a file in MapInfo and forgetting to export it).

Solution

To overcome this issue, please ensure that the file has been exported from MapInfo to the .mif format using the Table >> Export dialogue.

Additional Information

This ERROR can be converted to a WARNING (which still allows the model to start), or turned off entirely using the .tcf command:
Check MI Save Date == [ {ERROR} | WARNING | OFF ]
However, it is strongly recommended that this command not be used for the TUFLOW tutorial model as it can cause issues with using previous versions of the MapInfo files. For more information on this command please see the TUFLOW Manual.
For more information on the MapInfo file formats please see the MapInfo File Formats page.