Upgrade from patched 1.3 to 1.4 worked fine. However, when upgrading another site from 1.2 to 1.4, I encountered another database error:
Update #7100
Failed: PDOException: SQLSTATE[42000]: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Error: The new name 'taxonomy_index_nid_df' is already in use as a OBJECT name and would cause a duplicate that is not permitted.: EXEC sp_rename :old, :new, :type; Array ( [:old] => dbo.taxonomy_index_tmp_nid_df [:new] => taxonomy_index_nid_df [:type] => OBJECT ) in db_rename_table() (line 2865 of E:\inetpubtest\wwwroot\jurorportal\includes\database\database.inc).
Drupal 7.54 on Windows, IIS 7.5, PHP 5.6, and MSSQL Server.
Comments
Comment #2
rdellis87 commentedComment #3
rdellis87 commentedComment #4
rdellis87 commentedSubsequent database updates receive the following error:
Comment #5
rdellis87 commented