SharePoint 2010
I'm running into some issues trying to create my User Profile application with the latest AutoSPInstaller and cannot determine from the attached error message what I need to change in order to successfully create/provision this app.
Creating User Profile Service Application as devlab\svcdev...
New-SPProfileServiceApplication : Cannot find an SPPrefix object with Name: my/
personal.
At C:\Users\svcdev\AppData\Local\Temp\2\AutoSPInstaller-ScriptBlock.ps1:3 char:
56
d to create User Profile Service Application
At line:1 char:69
Pressing any key just places me into a constant loop.
And I have no issues if I choose not to create the service application. Also I'm AutoSPInstallerGUI to configure my xml file.
Thanks for the help
I'm running into some issues trying to create my User Profile application with the latest AutoSPInstaller and cannot determine from the attached error message what I need to change in order to successfully create/provision this app.
Creating User Profile Service Application as devlab\svcdev...
New-SPProfileServiceApplication : Cannot find an SPPrefix object with Name: my/
personal.
At C:\Users\svcdev\AppData\Local\Temp\2\AutoSPInstaller-ScriptBlock.ps1:3 char:
56
-
$newProfileServiceApp = New-SPProfileServiceApplication <<<< -Name "User Pro
file Service Application" -ApplicationPool "SharePoint Hosted Services" -Profil
eDBServer cronus -ProfileDBName Profile -ProfileSyncDBServer cronus -ProfileSyn
cDBName Sync -SocialDBServer cronus -SocialDBName Social -MySiteHostLocation ht
tp://CRONUS:8080 -MySiteManagedPath "my/personal"- CategoryInfo : InvalidData: (Microsoft.Offic...viceApplication:
SPCmdletNewProfileServiceApplication) [New-SPProfileServiceApplication], S
PCmdletPipeBindException -
FullyQualifiedErrorId : Microsoft.Office.Server.UserProfiles.PowerShell.
SPCmdletNewProfileServiceApplication
- CategoryInfo : InvalidData: (Microsoft.Offic...viceApplication:
d to create User Profile Service Application
At line:1 char:69
-
C:\Users\svcdev\AppData\Local\Temp\2\AutoSPInstaller-ScriptBlock.ps1 <<<<
- CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep
tion -
FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio
n,AutoSPInstaller-ScriptBlock.ps1
- CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep
Pressing any key just places me into a constant loop.
And I have no issues if I choose not to create the service application. Also I'm AutoSPInstallerGUI to configure my xml file.
Thanks for the help