Commented Issue: Fails to load xml if there are spaces in the filename [19633]
Hi Brian,The batch file fails to load a XML with spaces in it, ie "Test Farm - Server1.xml"The worst past is that there is no error or output it simply closes.Thanks,IvanComments: ** Comment from web...
View ArticleEdited Issue: HTTP 404 error when making request to searchfarmdashboard.aspx...
I'm using version 3.86 of the script. When SSL is enabled for Central Admin the step that makes a request to searchfarmdashboard.aspx results in an HTTP 404 error. It works fine when SSL is not enabled...
View ArticleCommented Issue: Fails to load xml if there are spaces in the filename [19633]
Hi Brian,The batch file fails to load a XML with spaces in it, ie "Test Farm - Server1.xml"The worst past is that there is no error or output it simply closes.Thanks,IvanComments: ** Comment from web...
View ArticleNew Post: Enable-WSManCredSSP : This command cannot be executed because the...
Which permissions are required to fix this error? thanks
View ArticleNew Post: Remote install fails - PSExec
See below for what I am prompted with... it could be something to do with setup of WinRM or WSMan but I don't know anything about it.
View ArticleNew Post: Enable-WSManCredSSP : This command cannot be executed because the...
If you run enable-psremoting first, then can you try again?
View ArticleNew Post: Remote install fails - PSExec
Before it prompts for password it looks like it says "starting psexec on remote server". Considering these machines don't have internet access do I need to copy psexec to the remote machines? Is there...
View ArticleNew Post: Enable-WSManCredSSP : This command cannot be executed because the...
Try $winRM = Get-Service -Name winrm If ($winRM.Status -ne "Running") {Start-Service -Name winrm} Set-ExecutionPolicy Bypass -Force Enable-PSRemoting -Force Enable-WSManCredSSP -Role Server -Force |...
View ArticleSource code checked in, #100209
Changes in this release: AutoSPInstallerInput.xml: Incremented version number to 3.87; added UpdateAccount attribute to toggle updating the account that C2WTS runs as AutoSPInstallerFunctions.ps1: -...
View ArticleClosed Issue: Sharepoint 2010 install failure Get-Websites fails after...
Got it working by adding a call to ImportWebAdministration before the line "#Region Stop Default Web Site" in Function ConfigureFarm([xml]$xmlinput) in AutoSpInstallerFunctions.ps1Comments: Resolved...
View ArticleClosed Issue: Get-Website causes ASPI to fail installing SP2010 [19487]
Getting an issue with SharePoint 2010 using changeset 99077:* Running as Administrator* UAC disabled* Server 2008 R2 * Ran the same ASPI config with previous changeset (changed relevant parts) - no...
View ArticleClosed Issue: $env:TEMP does not work with certain usernames [19520]
__Description__The file autospinstallerfunctionsmain.ps1 uses $env:TEMP to get the path to the current user's TEMP directory, but this does not work in some cases when the username has special...
View ArticleNew Post: Enable-WSManCredSSP : This command cannot be executed because the...
I was running the script but I'm still getting the same error message. Any other ideas? Thanks
View ArticleNew Post: Remote install fails - PSExec
Success! I wrapped the username inside quotes and it worked. Maybe worth noting this on the known issues that service account names containing spaces will cause problems? The updated argument list is...
View ArticleCreated Issue: Validate UPS Sync Account and Object Cache Accounts [19651]
One of my fav features is the quick validation of service accounts that happens at the start of the autospinstaller. this allows us to quickly get back to the client if they've given us invalid...
View ArticleNew Post: Scripts Halted at "Requesting searchfarmdashboard.aspx"
Hi All, Has anyone come across this error below, my script keeps getting stuck at the following point when provisioning my first App server and not sure why?? Could it be that my Crawl and Query...
View ArticleNew Post: Configuration of Multi-Server Farm
Hi Joe, Where are you running the script from? App server? SQL server? Let the script finish on the remote server, it will get to a point where it says "binaries have been install and press any key to...
View ArticleNew Post: Configuration of Multi-Server Farm
I ran it from the App server where central admin will be installed. I did not do anything until the script threw an exception on the first remote WFE trying to configure the next remote!?! After that...
View ArticleNew Post: multi-server farm installation - installation only runs on one server
I'm running an offline/remote install of SP2013 on Windows Server 2012. This is a two Server farm. SharePoint is getting installed on the first Server but there's nothing installed on the second...
View ArticleNew Post: multi-server farm installation - installation only runs on one server
You provision attibute looks correct to me, here is my snippet: Provision="WEB1 WEB2" Pls check: Ensure you can ping SP-2 from SP-1. Both Servers are on the same domain. The logs will tell you what...
View Article