Oops, a typo with a wrong fix during bugtesting causes this.
The setup-files that create the table in SQL-Server and MySql in case of a new install name the field in FORUM_FORUM:
F_L_ARCHIVE_SCHED
While in the Access database, the upgrade-script and the page that handles all the storing of the data (post_info.asp) the field is referred to as:
F_ARCHIVE_SCHED
FIX
Edit these line in inc_create_forum_sql7.asp and inc_create_forum_sql6.asp:
strSql = strSql & "F_L_ARCHIVE_SCHED int NULL CONSTRAINT " & strTablePrefix & "SnitzC1027 DEFAULT 30, "
and
strSql = strSql & "F_L_DELETE_SCHED int NULL CONSTRAINT " & strTablePrefix & "SnitzC1029 DEFAULT 365, "