How to solve a login/database missing error regarding Sitecore Training Website?

对着背影说爱祢 提交于 2019-12-06 00:02:57

Do you have any Sitecore databases installed at all ?

When you ran the Sitecore installer you may have selected a 'Client Only' install that installs the file-system files but not the databases.

You may want to re-install and select 'Full Install' this time.

Alternatively, you can attach each of the 3 Sitecore databases (Core, Master and Web) using the Management Studio and update the /App_config/ConnectionStrings.config file to reflect the new details.

As it seems, your installation does find the database, but the login failed on user Sitecore. Please check what database server you are using when installing using the installer. Log into the MSSQL environment and attach user Sitecore to the databases as DB Owner and specify a user password for this user. (Turn of password policy)

To edit your connections open the connectionstrings.config file in the App_Config directory of your website. Check the connectionstrings and compare them to what you see in MSSQL Management studio on your SQL server.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!