New Post: Failed to create web application - AutoSPInstaller Error
I am using Windows Server 2012 and have Microsft SQL Server 2012 installed and want to install SharePoint 2013. When I run AutoSPInstaller-script, I get the following error message: Adding Managed...
View ArticleNew Post: Failed to create web application - AutoSPInstaller Error
here is my AutoSPInstallerInput.xml file Part1:<?xml version="1.0"?><Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"...
View ArticleNew Post: Failed to create web application - AutoSPInstaller Error
here is my AutoSPInstallerInput.xml file Part2: <Database><Name>WordAutomation</Name> <DBServer /> <DBAlias Create="false" DBInstance="SERVER\INSTANCE" DBPort="" />...
View ArticleNew Post: Failed to create web application - AutoSPInstaller Error
here one has such a similar problem: https://autospinstaller.codeplex.com/workitem/13586 can tell me what I have to do please? The user "SP_Services" has already been created in the AD
View ArticleNew Post: Issue with New-SPManagedAccount
I have the same Problem! Do you have solved the Problem? Please write the answer!
View ArticleCommented Unassigned: Manged Metadata Service Hangs [20027]
When running AutoSPInstaller it get stuck in Creating Managed Metadata Service. I have tested it on multiple environments including multiple OS, AD etc. and see the same behavior in all environments....
View ArticleEdited Feature: Distributed Cache (SharePoint 2013) [20111]
Hi,Would it be possible to have the Distributed Cache Service as an option within the AutoSPInstallerInput.xml file with the ability to set it to Provision=true/falseAs this service isn't required on...
View ArticleClosed Feature: Distributed Cache (SharePoint 2013) [20111]
Hi,Would it be possible to have the Distributed Cache Service as an option within the AutoSPInstallerInput.xml file with the ability to set it to Provision=true/falseAs this service isn't required on...
View ArticleNew Post: Order of operations problem: check for db -> create db -> check for...
AutoSPInstaller doesn't check for MaxDOP, SharePoint itself does, so not sure what can be done about this other than ensure it's set properly prior to running the script, Brian
View ArticleCreated Unassigned: Checking Index component - fail [20230]
Experienced a fail during a 2013 installation. Had previously installed on the same server, uninstalled SP2013 and deleted DB's. Script failed at creating the Search Index as files from the previous...
View ArticleNew Post: Order of operations problem: check for db -> create db -> check for...
The workaround is to allow the install account to have sysadmin fixed server role on SQL instead of (or in addition to) securityadmin and dbcreator fixed server roles. This way MaxDOP can be setup...
View ArticleNew Post: Order of operations problem: check for db -> create db -> check for...
Of course - forgot about that! Thanks Joseph. Brian
View ArticleCommented Unassigned: Creates "wrong" format of SQL Client Alias [20228]
Tried allowing it to create an alias for me.Parameters I provided in the script:DBServer (or alias name if creating alias): SPSQLCreate Instance: TRUEInstance Name: SQL01PORT: 1433The alias that it...
View ArticleCommented Unassigned: Creates SQL Client Alias even when set to "FALSE" ?...
Script version DL'd on 9/23/2013.Appears to be creating a SQL client alias regardless of whether I check the "Enable" box or not.Verified that "Enable" box was unchecked.Verified that XML value was...
View ArticleNew Post: WARNING: Couldn't create remote session to SERVERNAME
I'm having the same issue, too. I'm running Windows Server 2012 both controllers (Workgroup) and Sharepoint server (domain joined). Enable-PSRemoting -Force again not help me. Stop script with...
View ArticleNew Post: WARNING: Couldn't create remote session to SERVERNAME
Sorry, I confused. I misunderstood about source server and destination server. There are many remote sessions like below, (I think). controller(workgroup) -> (RemoteSession) -> SQL Server(domain)...
View ArticleNew Post: Failed to create web application - AutoSPInstaller Error
I solved the problem. It was but because these are the names too long. But simply shorten the names is not enough. If you come across the problem and the script executes several times, then is no...
View ArticleNew Post: Issue with New-SPManagedAccount
I solved the problem. It was but because these are the names too long. But simply shorten the names is not enough. If you come across the problem and the script executes several times, then is no...
View ArticleNew Post: WARNING: Couldn't create remote session to SERVERNAME
Any chance it is related to an issue I had? See:https://autospinstaller.codeplex.com/workitem/19864
View Article