Error restoring Umbraco
# help-with-umbraco
t
Hi I create a new Umbraco and do many things on it. I'm using uSync.13.24 with Umbraco 13 which is the only package installed. I saved everything to our repository and create a new database, change the connection string to use the new database. When it loads after a short while I see the error Error 08cd142a 0x80131904 Invalid object name UmbracoCacheInstruction And it stops there. I know I've said I've done a lot in it but without having to list everything does anyone know why the above error is occurring or ways to narrow it down? I can provide more information if anyone needs it but couldn't find anything in relation to this.
c
You could try commenting out the connection string so it creates it's own SQLite DB and loads correctly like that?
j
when switching between databases/branches etc it's not a bad idea to blow away the
obj
and
umbraco
folders in the website. we've found that mismatching cache and dll files can cause headaches when fireing up the project...
t
Hi when I did that I got the error Couldn't find an appropriate default distributed locking mechanism
Hi I tried that but it gave a new error Invalid object name 'UmbracoLock'
i
@TigerMan were you able to resolve the issue? I am running into this "Couldn't find an appropriate default distributed locking mechanism"
t
Not really it seemed to me that the issue was based off an upgrade done by someone which wasn't carried out correctly but they lived with it as the site continued to work. When we got into making changes that's when everything broke so didn't leave us with a lot of choices.
i
@TigerMan Thanks for the response!
94 Views