I've got a working local v10 installation, with Forms installed and working fine. I've changed the DB name in the connection string to a new, empty database. When I try to open the site, it goes through the install process as expected and I can log in. However when I click on the Forms tab, I get the error message:
An error occurred Invalid object name 'UFUserSecurity'.
Looking at the database, I can see that none of the UF* tables have been created. I would have expected that they would be created with the rest of the Umbraco tables. Is there a way to force their creation?
Did you ever get around the issue? I have a fresh install that is failing to create the tables and displaying the above message and my database user is set as db owner to rule out permissions issues.
Forms tables missing after fresh install
I've got a working local v10 installation, with Forms installed and working fine. I've changed the DB name in the connection string to a new, empty database. When I try to open the site, it goes through the install process as expected and I can log in. However when I click on the Forms tab, I get the error message:
Looking at the database, I can see that none of the UF* tables have been created. I would have expected that they would be created with the rest of the Umbraco tables. Is there a way to force their creation?
Did you ever get around the issue? I have a fresh install that is failing to create the tables and displaying the above message and my database user is set as db owner to rule out permissions issues.
No, I ended up generating scripts to create the tables from another database.
is working on a reply...