Thursday, March 16, 2017

Local accounts should only be used in standalone mode SharePoint 2010 / 2013 run PSConfig

I was trying to install SharePoint Server 2010. I ran into the following error.

Local accounts should only be used in standalone mode.

To get around this, you will need to use PSConfig  Command to create your Content Database.

To use PSConfig  command you need run command prompt with run as Administrator.

Then go the following location:

C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN

PSCONFIG.EXE -cmd configdb -create -server 5282-SUSHIL -database sharepoint_2013_config -user 5282\administrator -password password -passphrase password@123 -admincontentdatabase sharepoint2013_admincontent

*******************Worked*****************************

 

example: that worked for me.

psconfig -cmd configdb -create -server WIN-H0QE54APLD0 -database sharepoint_2013_config -user administrator -password admin@123 -passphrase pass@123 -admincontentdatabase sharepoint2010_admincontent

IT will run the task from 1 to 3 step only

then you need to run SharePoint Configuration Wizard.

No comments:

Post a Comment