Installation of Enterprise Console database fails with message 'Script execution failed'
Issue
When attempting to install the Sophos database to version 4 after a failed or cancelled upgrade, you see an error such as:
Script execution failed. RunAllScripts2.lmp: batch file returned error code 1
Known to apply to the following Sophos products and versions
Enterprise Console 4.0
What to do
Most likely, there is an existing SOPHOS4 database file in the SQL data directory. Remove the database file as follows:
Use SQL Management Studio
- Connect to the Sophos SQL database.
- In the Tree view, expand the Databases folder and right-click SOPHOS4.
- Select Delete and then OK to confirm the removal.
Or use the command line to type the following
cd C:\
osql -E -S .\Sophos (or a custom name you have given the Sophos database) -Q "drop database SOPHOS4"
If you need more information or guidance, then please contact technical support.
- Article ID: 63333
- Created: 22 Sep 2009
- Last updated: 12 Oct 2009


