New Post: Error running AutoSPInstaller and creating Web App
Whoops. Minor oversight ;) I still got that error after I added http:// Turns out the error I was getting was due to host named site collections. The full explanation is...
View ArticleCommented Issue: Install fails when SearchService managed account does not...
I was deploying a SharePoint installation without search. The installation failed during the Search Service Application creation with the following error:Exception :...
View ArticleCommented Unassigned: SP2013 Install using AutoSPInstallerGUI (0.0.0.23) [20447]
Issue:Using AutoSPInstallerGUI (0.0.0.23)Under Tab->Service Applications->UPSDue to having dedicated WebApps we are leaving the following fields null:Mysite Host Location:MySite Managed...
View ArticleCreated Unassigned: Installer always writes to the host despite...
When I set AddURLsToHOSTS = false in the config file the installer still writes to the host. I have my setting <WebApplications AddURLsToHOSTS="false">and it is ignored.To fix that you need to...
View ArticleCreated Unassigned: SQL server alias on local machine is always created using...
I am installing all-in-one machine having SQL and sharepoint. I am specifying the sql alias for the same machine and the port as I want to have TCP connection. however the script tries to create the...
View ArticleCommented Unassigned: SQL server alias on local machine is always created...
I am installing all-in-one machine having SQL and sharepoint. I am specifying the sql alias for the same machine and the port as I want to have TCP connection. however the script tries to create the...
View ArticleEdited Issue: Installer always writes to the host despite AddURLsToHOSTS is...
When I set AddURLsToHOSTS = false in the config file the installer still writes to the host. I have my setting <WebApplications AddURLsToHOSTS="false">and it is ignored.To fix that you need to...
View ArticleCommented Unassigned: User Profile Sync does not start: SP2013 [20428]
Installing SP2013 and provisioning UPS does not start the sync however installation of SP2013 manually and using the Configuration wizard seems to work fine.Sync sits on Starting for a few minutes with...
View ArticleClosed Unassigned: User Profile Sync does not start: SP2013 [20428]
Installing SP2013 and provisioning UPS does not start the sync however installation of SP2013 manually and using the Configuration wizard seems to work fine.Sync sits on Starting for a few minutes with...
View ArticleCommented Unassigned: DB server with custom port causing error [20423]
I'm having an issue where the script will not continue, apparently because of custom SQL port. My customer is using a custom SQL port, 18000, for their SQL instance. When I add the DB server name to...
View ArticleClosed Unassigned: DB server with custom port causing error [20423]
I'm having an issue where the script will not continue, apparently because of custom SQL port. My customer is using a custom SQL port, 18000, for their SQL instance. When I add the DB server name to...
View ArticleCommented Unassigned: Object Cache Accounts Required [20372]
In case you're getting the same confounding 'Account ""...Invalid!' Script halted! errors that I was, make sure you have entries for the SuperUser and SuperReader Object Cache accounts. I left them...
View ArticleClosed Unassigned: Object Cache Accounts Required [20372]
In case you're getting the same confounding 'Account ""...Invalid!' Script halted! errors that I was, make sure you have entries for the SuperUser and SuperReader Object Cache accounts. I left them...
View ArticleCommented Unassigned: Missing dbserver property [20356]
HiI have just starting using for SPAutoinstall for a client. When configure the script to run on a standalone windows 2008r2 SharePoint 2010 server and do not ```<dbserver><dbserver> ```You...
View ArticleClosed Unassigned: Problem with PSModulePath [20355]
I recently used SPAutoIntsaller and the servers got stuck in a continuous reboot cycle.Checking the logs revealed that there was a problem with the appfabric installation.Google revealed that this was...
View ArticleCommented Unassigned: SQL server alias on local machine is always created...
I am installing all-in-one machine having SQL and sharepoint. I am specifying the sql alias for the same machine and the port as I want to have TCP connection. however the script tries to create the...
View ArticleNew Post: AutoSPInstaller takes hours to complete
For some reason my attempt to install SharePoint 2013 via AutoSPInstall consistently takes 5+ hours to complete. Is this the normal? This is a demo VM environment using Hyper-V 3.0 on Server 2012 R2....
View ArticleCreated Unassigned: Add-LocalInstranetURL writes bad domain [20486]
```$urlDomain = $url.TrimStart($splitURL[0] + ".")```in Add-LocalIntranetURL is writing an incorrect domain by trimming off the first character. Previous line from 3.93 worked.More info on the issue...
View ArticleCreated Unassigned: Script fails is no updates for Office Web Apps 2010 are...
Script fails if it's setup to install Office Web Apps but there aren't any updates in the folder. Checking $sp2010OWAUpdates for null (around line 1295 in 3.96) fixes the issue:``` if...
View ArticleCreated Unassigned: Validation fails - Credentials Invalid [20494]
Hello - I am using the AutoSPInstallerGUI to generate my "AutoSPInstallerInput.xml" file. I have went through the instructions thoroughly and searched the support board here, but I cannot seem to find...
View Article