Environment: Windows Server 2012, SharePoint Foundation 2013 in Stand-Alone mode
Error: ErrorCode:SubStatus:Service running under Network Service account in workgroup environment is not supported.
Resolution:
- Go to Run > Type "Services.msc"
- Start "AppFabric Caching Service" with proper login account.
- Go to SQL Server in then add role to login account as below.
- Add role: Public, Sysadmin, Setupadmin, Serveradmin
- Then Go to Run > Type "Cmd" & run as Administrator
- Set Psconfig.exe path as below command
- Type "cd C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\BIN" then click ENTER.
- Now run command for silent installation "psconfig.exe -cmd Configdb Create SkipRegisterAsDistributedCacheHost"
Happy SharePointing...!!!
Thank you Manoj Patel.
ReplyDeleteHelpful article for me.