Check for invalid dates in modules

Windows SQL Server requires that dates in SQL databases are greater than 01/01/1753 and less than 12/31/9999. FH does not have a similar restriction; as a result, it is possible to have entered dates in your FH database outside the 01/01/1753 to 12/31/9999 date range, or to have imported data from files containing dates outside the range.

Caution: If you have dates outside this range in your FH database, records with these dates will upsize to SQL Server, but the date fields will be blank after the upsize.

To prevent this, you should check the all dates in your FH database, verify that they fall within the required date range, and correct any dates that fall outside the range.