I was trying to install Umbraco Forms by hitting install button on Forms dashboard. However the page was not responding. After I refresh the page it shows ASP NET yellow screen says that:
CREATE TABLE permission denied in database 'Umbraco-cms'.
I have restarted the server but the yellow screen persists. How can I fix this issue?
This error means that MSSQL user you are using doesn't have permission to create a new table in the database.
Umbraco Forms requires to create own tables, so you need to add this permission to MSSQL user and try to run the installation again.
Thanks for the reply. I understand I don't have sufficient permission to create the table but how can restore back my site without having to continuing the Umbraco Forms installation? Now I am not able to access the site due to this error and I still need to wait the administrator to give the required permission to create table.
CREATE TABLE Error After Installing Umbraco Forms
I was trying to install Umbraco Forms by hitting install button on Forms dashboard. However the page was not responding. After I refresh the page it shows ASP NET yellow screen says that:
I have restarted the server but the yellow screen persists. How can I fix this issue?
Thanks
Hi Hendra Hidayat
This error means that MSSQL user you are using doesn't have permission to create a new table in the database. Umbraco Forms requires to create own tables, so you need to add this permission to MSSQL user and try to run the installation again.
Thanks, Alex
Hi Alex,
Thanks for the reply. I understand I don't have sufficient permission to create the table but how can restore back my site without having to continuing the Umbraco Forms installation? Now I am not able to access the site due to this error and I still need to wait the administrator to give the required permission to create table.
Thanks, Hendra
Hi Hendra
Try to remove Umbraco Forms dlls from the /bin folder and run the site.
Thanks,
Alex
Hi Alex,
OK i will have a try once I have an access to the deployment server. I will keep you updated. Many thanks for the hint.
Regards,
Hendra
is working on a reply...