1
FileVista Update Wizard - wont progress
Problem reported by Adam Cox - 6/13/2016 at 4:35 AM
Resolved
I had to roll back a server migration. Originally I had version 5 of Filevista on an old server. I installed 7.3.7.2 on the replacement server and successfully updated the remote sql db.
 
When I had to roll back (due to other software) I had to update the older server's version of Filevista. Afterwards I get stuck at the FileVista Update Wizard update.aspx
 
The next button is greyed out, and it says:

Information on update:
Database old version:     No update required
Database new version:     7.3.6
 
What do I do?

1 Reply

Reply to Thread
0
Cem Alacayir Replied
Employee Post
Your SQL Server DB is already updated but FileVista.config is not. If you have the copy of FileVista.config that was updated on the new server when you first ran the update.aspx, then copy that file to the old server.
 
If you don't have a copy of the updated FileVista.config, then you can manually change the file to match this new format:
 
<?xml version="1.0" encoding="utf-8"?>
<FileVistaConfiguration>
  <DbProvider>System.Data.SqlClient</DbProvider>
  <DbConnectionString>Copy the corresponding value from old file here</DbConnectionString>
  <DbSchemaVersion>7.3.6</DbSchemaVersion>
  <AuthenticationKey>Copy the corresponding value from old file here</AuthenticationKey>
  <RecoveryModeEnabled>false</RecoveryModeEnabled>
</FileVistaConfiguration>
 
 

Reply to Thread