System.Data.SqlClient.SqlException: Invalid object name 'umbracoDomains'. error after backup and restore
Hi all,
I have just performed a backup and restore to migrate my development code to our live server. The restore appears to have ran correctly (as I can now see tables within the database that were not there before as it was empty to start with) however I am now receiving the following error when trying to run the site both in the live environment and on my development environment with the connection string pointing to the live server:
System.Data.SqlClient.SqlException: Invalid object name 'umbracoDomains'. error after backup and restore
Hi all,
I have just performed a backup and restore to migrate my development code to our live server. The restore appears to have ran correctly (as I can now see tables within the database that were not there before as it was empty to start with) however I am now receiving the following error when trying to run the site both in the live environment and on my development environment with the connection string pointing to the live server:
I'm using the latest version of Umbraco. Any help would be greatly appreciated as I've tried everything I know trying to get this to work.
Sounds like a permission issue.
Can you log into SQL Management Studio using the same credentials set out in your UmbracoDSN to see if you can see the table?
I had similar issue, when I restored a database from one server to another. This link solved the problem for me http://stackoverflow.com/questions/4736918/invalid-object-name-umbracodomains
is working on a reply...