Got the execute methdod error when stopping/startig user profile services , followed the below steps and it worked for me.
Accounts:
Domainname\sharepointsuperuser
Domainname\sharepointsuperreader
Launch SharePoint 2010 Management console to run the powershell commands
$webportal =
Get-SPWebApplication -Identity "SharePoint - 39051"
$webportal.Properties["portalsuperuseraccount"]
= "domainname\sharepointsuperuser"
$webportal.Properties["portalsuperreaderaccount"]
= "domainname\ sharepointsuperreader"
$webpoportal.Update()
Executed
iisreset and issue resolved for me
What permissions did you set for each user above?
ReplyDelete