New Post: Creating Index Partitions using AutoSPInstaller
Hi SharePointZone I've added an additional function to the AutoSPInstallerFunctions.ps1:# =================================================================================== # Func:...
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: Having trouble creating User Profile Service Application
Thanks for your tip. I had to setup the UPS following the the steps listed in the article and then I was able to run AutoSPInstaller with success. Jesse
View ArticleNew Post: What to use
I'm about to setup SP2013 with this AutoSPinstaller What's recommended Should I use the 'http://localhost' in the Webapplication URL, Sitecolletion, and Search URL field or should I use the DNS name;...
View ArticleNew Post: What to use
The only time it's OK to use http://localhost is in a single-server, development/test environment (when you are sure no other servers will ever be added to the farm). Otherwise you should always use a...
View ArticleNew Post: WARNING: Couldn't create remote session to SERVERNAME
No one having the same issue on Windows Server 2012 and remote installs?
View ArticleNew Post: Does AutoSpInstaller work with new iso with SP2 included
Hi, Has anyone tested AutoSpInstaller with the new iso available on MSDN with SP2 included? Regards Danny
View ArticleNew Post: Does AutoSpInstaller work with new iso with SP2 included
I haven't personally but there should be no issues with this. In fact, perhaps less issues than if you had to include CU's.
View ArticleNew Post: Does AutoSpInstaller work with new iso with SP2 included
I doesn't work on server 2012. I have the ISO with SP2 in and the script fails installing the pre-reqs. I've tried installing them all manually but it still fails there, I can't find away of disabling...
View ArticleNew Post: Does AutoSpInstaller work with new iso with SP2 included
True. You will have to download and install the prerequisites manually (or without AutoSPInstaller). The code explicitly mentions the Following:# Install prerequisites manually without using...
View ArticleNew Post: Does AutoSpInstaller work with new iso with SP2 included
Thanks Joseph I got it working on Server 2012 in the end. Here are the steps if anyone is interested.Commented out the call to InstallPrerequisites and install them manually.Add -Version 2 as an...
View ArticleNew Post: Unable to Connect To SQL 2012
I have a thread on StackExchange I need help with. It seems that SQL Server 2012 requires the default port 1433 be specified when connecting to it a requirment that does not exist in earlier versions....
View ArticleNew Post: Unable to Connect To SQL 2012
I believe AutoSPInstaller has been ammended to correct this port specification issue are you using v3.87 of AutoSPInstaller? I changed the Auto SPInstaller code to work around the restriction as...
View ArticleNew Post: Unable to Connect To SQL 2012
paul, Yes i did that similar fix which does get around the CheckSQLAccess function. The problem I have now is that the New-SPConfigurationDatabase call fails all the time with the error codes specified...
View ArticleNew Post: Unable to Connect To SQL 2012
This was an issue but it was fixed within AutoSPInstaller. I have been using SQL 2012 and there hasn't been a problem. I have also being using a non default port. Can you confirm you can connect to...
View ArticleNew Post: SharePoint 2013 Activating Search Topology - Error
I am running SP 2013 and SQL 2012 - first time I ran the script, it was stuck on Activating Search Topology - I rebooted the computer and started AutoSPInstaller again and it worked fine. I didn't need...
View ArticleNew Post: Step by step guide for SharePoint 2013?
Hi Great post and tool. I am just wondering if there are SharePoint 2013 guide for this? I happen to find this in your documentation http://www.wahidsaleemi.com/autospinstaller/ but it is for SP2012....
View ArticleNew Post: Step by step guide for SharePoint 2013?
Hi, That is still relavent to an extent, most of the configuration does apply to SharePoint 2013. SharePoint 2013 does have new features which are noted in the XML file. To make it easier, there is an...
View Article