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
|
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.
|