Hi,
I'm trying to install ImageServer Alpha on a Win 2003 SP2 server with SQL Server 2005 (Standard, not Express), but the installer fails in the "versioning database"-phase with the following error:
Playback completed for command file 'ImageServerStoredProcedures.sql'.
Versioning database...
> INSERT INTO [ImageServerAlpha].[dbo].DatabaseVersion_ ( Major_, Minor_, Build_, Revision_ ) VALUES ( '3', '0', '14232', '42161')
> GO
Error executing commands:
Invalid object name 'ImageServerAlpha.dbo.DatabaseVersion_'.
[SqlException Number 208, Class 16, State 1, Line 1]
Playback completed for command file 'imageServerDbVersion.sql'.
Delete file: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\getdbversion.js
Any idea how to solve this? Thanks!