Invalid object name 'umbracoDomains'. Options
zapotek
Posted: Sunday, July 23, 2006 1:09:11 AM
Rank: Newbie

Joined: 7/23/2006
Posts: 1
first: When i browse newly installed umbraco, from http://localhost/
iis is saying to me


Server Error in '/' Application.
Invalid object name 'umbracoDomains'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'umbracoDomains'.

and so on...

second: When i opening the http://localhost/umbraco to see admin panel, umbraco dont accept default username and password ( umbraco, default)

whats the problem,
thanks and sorry for my bad english


my configuration:
Windows XP SP2
MSDE
IIS 5.1
ASP .NET 1.1

mlm
Posted: Wednesday, July 16, 2008 10:14:44 AM
Rank: Enthusiast

Joined: 10/9/2006
Posts: 14
I have seen this error recently when I had copied umbraco installation from on server to another.

The problem was that the owner of the imported tables was different from the db userer i logged into the db with.

I resolved this by changing the default scheme for db user to the old user.

This can be done with MS sqlserver management studio express.

Connect to your DB
Select your database
Select Security / Users
Select Properties on the database user you are connecting with.
Set Default Scheme to the user that owns the tables.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.