Сцэнар:
Падчас працы канфігурацыі SharePoint ў якасці аўтаномнага сервера з дапамогай лакальных уліковых запісаў, Вы атрымаеце памылку “Указаны карыстальнік з'яўляецца лакальнай ўліковага запісу. Лакальныя уліковыя запісы варта выкарыстоўваць толькі ў аўтаномным рэжыме”
Рашэнне:
Выкарыстоўвайце сеткавай абалонкі для стварэньня базы дадзеных канфігурацыі.
Адкрыць каманднага радка PowerShell
Выканайце каманду : Нью-SPConfigurationDatabase
і перадаваць уліковыя дадзеныя базы дадзеных прыступіць.
when i run ‘New-SPConfigurationDatabase’ command i got following error.
The term ‘New-SPConfigurationDatabase’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check t
he spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:28
+ Нью-SPConfigurationDatabase <<<<
+ CategoryInfo : ObjectNotFound: (Нью-SPConfigurationDatabase:Радок) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I am running, windows7 using sql server 2008 R2.
any idea how can i solve it.
Are you using the Sharepoint Management Shell? Try to run from there and it should recognize the cmdlet.
Not sure if you figured it out but try running the Sharepoint Management Shell and it should recognize it.
For windows 7, go to Microsoft Sharepoint products from there you need to select Sharepoint 2010 management shell
Did you try running the SharePoint Management Shell in elevated mode (Right click –> Run As Administrator)?