New Post: Scripts always get restarted after installing KB2472264
Please help scripts always restarts the machine after installing KB2472264 Installing Prerequisite Software: .Net Framework 3.5.1...Already installed.Running Prerequisite Installer (offline...
View ArticleCommented 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 ArticleCommented Issue: Trying to connect to "SQL"... - Fail [19412]
I am running into an issue with an installation on a new VM instance and VM database. When I ran the script for the first time it fails when trying to connect to the Dev (Connection Error. Check server...
View ArticleCommented Issue: PowerShell Version Check Error [19739]
In AutoSPInstallerLaunch.bat in Windows Server 2012 it was incorrectly telling me my PowerShell version was 1 and terminating the script.Running get-host confirmed powershell was version 3.The line...
View ArticleCommented Issue: PowerShell Version Check Error [19739]
In AutoSPInstallerLaunch.bat in Windows Server 2012 it was incorrectly telling me my PowerShell version was 1 and terminating the script.Running get-host confirmed powershell was version 3.The line...
View ArticleNew Post: No Search Analytics in single server SP2013 farm
OK, so I've dug around in the ULS logs, I can't see anything bad happening during a crawl... But I found the Correlation ID for the page request for the Crawl Reports that are coming up empty and there...
View ArticleCommented Unassigned: Scripts always get restarted after installing KB2472264...
Please help scripts always restarts the machine after installing KB2472264- Installing Prerequisite Software: - .Net Framework 3.5.1...Already installed. - Running Prerequisite Installer (offline...
View ArticleCommented Unassigned: Scripts always get restarted after installing KB2472264...
Please help scripts always restarts the machine after installing KB2472264- Installing Prerequisite Software: - .Net Framework 3.5.1...Already installed. - Running Prerequisite Installer (offline...
View ArticleCommented Issue: STS#0 Template Not Creating Membership Groups with...
With my XML for AutoSPInstaller I create 6 Web Applications - 4 of these are created using the STS#0 template. Each has XML like this:```<WebApplication type="Other" name="Site Name"...
View ArticleNew Post: Unable to install first server using new AUtoSPInstaller version
Trying to install the first/admin server for a new SP2010 farm. Have downloaded the code version from yesterday. Added a config.xml from an previous installation. When I launch the batch file, it goes...
View ArticleSource code checked in, #106521
Changes in this release: - Support for running AutoSPInstaller on a server that already has SharePoint installed; the script no longer bombs out if the SharePoint install bits aren't found, we simply...
View ArticleReleased: AutoSPInstaller for SharePoint 2010 + 2013 (Feb 01, 2014)
Package consisting of AutoSPInstaller (v3.x) files. The SharePoint / CodePlex community as always deserves big thanks for support, input and contributions! This release is stable for both SP2010and...
View ArticleUpdated Release: AutoSPInstaller for SharePoint 2010 + 2013 (Feb 01, 2014)
Package consisting of AutoSPInstaller (v3.x) files. The SharePoint / CodePlex community as always deserves big thanks for support, input and contributions! This release is stable for both SP2010 and...
View ArticleCreated Unassigned: Script fails with PowerShell 3 and SharePoint 2010 [20695]
The current script (and starting batch file) launch the default version of powershell -- this is always to newest version. The issue is SharePoint 2010 powershell scriptlets do not run under PS3. It...
View ArticleCommented 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: script fails with CreateUserProfileServiceApplication...
The script fails with CreateUserProfileServiceApplication because this function is in double quote " :See in AddManagedAccounts function line 1935 Col 65 :Write-Host -ForegroundColor White " - Account...
View ArticleNew Post: User Profile Sync Application Service Issue
Thank you Alexander, I was able to get past this a few weeks back. I believe that post would have fixed things for me. I think there are some sharp differences in running the installer between...
View ArticleCommented Unassigned: Enterprise Search Error [20520]
Hi all,I've been fighting with this problem for a couple of days now and just can't seem to get past it. As a newcomer to SP and this wonderful installer tool, I wonder if more experienced eyes can...
View ArticleClosed Unassigned: script fails with CreateUserProfileServiceApplication [20701]
Sorry wrong issue, you can remove it.
View Article