Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sitecore SIM Installation permission error

I am trying to install SIM version 13 rev 1404021 using Administrative priveleges

When i click on Grant button it give me error that " you dont have neccessary permission set".

Also i have given full permission to Network Service,IUSR, IIS_USR and network to the folder

C:\Inetpub\wwwroot

Kindly let me know whate else permission need to be given inorder to run sitecore instance manager succesfully.

like image 502
Amit Thakur Avatar asked May 08 '14 04:05

Amit Thakur


1 Answers

It may be caused by bug in SIM that doesn't get actual SQL Server user account (LocalService or custom) and thinks that it is always NetworkService. So work around is to switch your SQL Server service from using LocalService or custom account to NetworkService.

SQL Server Properties

like image 116
Alen Pelin Avatar answered Sep 20 '22 14:09

Alen Pelin