When migrating a Galaxy project (*.cab) it is important that the new System Platform and SQL Server are equal or greater versions than the backup versions.
- To check, change the extension of the *.cab to *.zip. Open the
The __GalaxyInfo.txt has information such as the CdiVersion="6735.0474.831.1".
- To check the version installed in the PC, open the properties (right-click) of the file WWCdi.dll in "C:\Program Files (x86)\Common Files\ArchestrA\Framework\Bin".
- To check the SQL Server version, execute the following command in the SQL Server Management Studio (it may be required to move the database file to the desired location):
RESTORE HEADERONLY FROM DISK = 'C:\database.backup'
GO
No comments:
Post a Comment