I was trying to install Sitecore CMS on computer and I got following error while installation :
The Sitecore installation wizard kept failing at the Executing SQL Install Script step. Following steps resolved the issue:
The Sitecore installation wizard kept failing at the Executing SQL Install Script step. Following steps resolved the issue:
- If you are using SQL Server, the user account configured to run the SQL server application requires Full access to the /Databases folder containing MDF and LDF database files. Typically, the SQL server application runs within the context of the NETWORK SERVICE account.
In my case, database folder path was 'E:\Inetpub\wwwroot\sitecore\Database'. I've given EVERYONE and NETWORK SERVICE account full access on above path. - Also, I've found that database folder path 'E:\Inetpub\wwwroot\sitecore\Database' was set as compressed to save disk space. I'd uncompressed 'E:\Inetpub\' folder. Below are the steps to set as uncompressed:
- Right Click on Inetpub folder.
- Click on Properties.
- Click on Advanced.
- Unchecked checkbox in front of Compress content to save disk space. See below screenshot for your reference:
0 comments :
Post a Comment