Thursday, February 09, 2012
Google Custom Search

ClearCanvas Highlights

Download our Open Source software
Watch some Videos
Get the Source
Check out our Licensing
Join our  Forums
Some Research: OICR IPP-Trials

Our Community

Membership Membership:
Latest New User Latest: VMCCNY
New Today New Today: 18
New Yesterday New Yesterday: 26
User Count Overall: 20581

People Online People Online:
Visitors Visitors: 11
Members Members: 3
Total Total: 14

Online Now Online Now:
01: okdicom
02: ednfran
03: sfrank

ClearCanvas Community Forums

Error during install
Last Post 2010-12-12 09:49 AM by chadg. 5 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Moartn
New Member
New Member
Posts:2

--
2010-09-10 11:25 AM  

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!

Moartn
New Member
New Member
Posts:2

--
2010-09-13 09:31 AM  
Did some more research. Forget my first message, this is the real problem:

> /****** Object: Database [ImageServerAlpha] Script Date: 07/23/2007 17:16:02 ******/
> CREATE DATABASE [ImageServerAlpha] ON PRIMARY
> ( NAME = N'ImageServerAlpha', FILENAME = N'C:\Software\Clearcanvas\data\ImageServerAlpha.mdf' , SIZE = 64MB , MAXSIZE = UNLIMITED, FILEGROWTH = 64MB ),
> FILEGROUP [INDEXES]
> ( NAME = N'ImageServerAlpha_Indexes', FILENAME = N'C:\Software\Clearcanvas\data\ImageServerAlpha Indexes.ndf' , SIZE = 64MB , MAXSIZE = UNLIMITED, FILEGROWTH = 64MB ),
> FILEGROUP [QUEUES]
> ( NAME = N'ImageServerAlpha Queues', FILENAME = N'C:\Software\Clearcanvas\data\ImageServerAlpha Queues.ndf' , SIZE = 64MB , MAXSIZE = UNLIMITED, FILEGROWTH = 64MB ),
> FILEGROUP [STATIC]
> ( NAME = N'ImageServerAlpha Static Tables', FILENAME = N'C:\Software\Clearcanvas\data\ImageServerAlpha Static Tables.ndf' , SIZE = 4MB , MAXSIZE = UNLIMITED, FILEGROWTH = 2MB )
> LOG ON
> ( NAME = N'ImageServerAlpha_log', FILENAME = N'C:\Software\Clearcanvas\data\ImageServerAlpha_log.LDF' , SIZE = 32MB , MAXSIZE = 20GB , FILEGROWTH = 10%)
> GO
Error executing commands:

Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
[SqlException Number -2, Class 11, State 0, Line 0]
CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
[SqlException Number 1802, Class 16, State 4, Line 2]

It seems that this command takes too much time and aborts (when I run the query in Management Studio it finishes eventually). Is there a way to increase the timeout of the installer?
srikanth
New Member
New Member
Posts:2

--
2010-09-15 01:11 AM  

 if your unable to install at the first step of installing..

after it displaying this error message check in the physical path where  you are installing,there you can notice a folder with scripts having .sql files,execute those script files manuaaly from sqlmanagement studio,to create database,tables,sp's manually..

 

steve
Senior Member
Senior Member
Posts:1885

--
2010-09-24 09:24 AM  
Unfortunately, I don't believe there is a way to increase the timeout on the installer. It seems strange that these scripts would take so long to run. They're fairly straight forward scripts that take a couple seconds to run on my development system. There must be some sort of issue with how the installer is interacting with SQL Server causing the slowdown. I'm not sure what that could be.

Have you gotten the software installed yet?

Steve
Real-time support available to Clinical Edition and Team Edition customers
spapa
Basic Member
Basic Member
Posts:17

--
2010-11-03 06:11 AM  
Hi all.

Any news on this one?
I get the same error (Vista 32bit SP2, SQLEXPRESS 2005 SP3)

The same if i run the scripts in M. Studio
chadg
Advanced Member
Advanced Member
Posts:33

--
2010-12-12 09:49 AM  

I was getting the same initila error.  Turns out that I did not have permissions to the c:\program files.... folder where the default is to create the database.  So, I created a new folder c:\ccData and pointed the install there for all the DB related paths.  That then allowed the installer to finish just fine.

You are not authorized to post a reply.

Active Forums 4.1
Copyright 2011 ClearCanvas Inc.