I have been working on upgrading our production Forms environment to version 12 tonight and it kept timing out in the Forms interface when trying to upgrade the database. I am now running the mssql_upg110_120.sql script through SSMS. It has reached the point in the script where it sets the UpgradeStep value to 1215. I noticed the next step in the script sets the routing_xml column values in the main_instance_extended_data and worker_instance_history_extended_data tables to NULL.
Why does it do that? We have over a million rows in each of those tables, which is why I believe it was timing out in the Forms interface.