Problems installing EpiServer 6

285 views Asked by At

When installing Epi Server 6.0.530.0 I choose "Custom" but a while later I get an error ("Could not find stored procedure 'sp_dboption'"). This is my first installation and I've never worked with Epi (allthough I've been coding .NET since 10+ years) so, naturally, I feel a bit insecure. (And by that I mean that I have no idea what can be the problem nor how to kill it.)

I have SQL Server 2008 and VC# 2010 (both Express) on my Win 7 Pro.

Suggestions?

I also have the longer, full error message in the installation log but I'm not posting it here because I don't want to be lynched. It's really long... So I've uploaded it here. Joyful reading!

2

There are 2 answers

3
tompipe On BEST ANSWER

dbo.sp_dboption was removed in SQL2012, are you positive the installer is using SQL2008 and not an instance of SQL2012?

1
Niklas Wulff On

Does the account performing the install have the correct priveliges in the database? I have often run into problems with that, since the install dialogs always confuse me.