Commented Issue: New-SPConfigurationDatabase: Value cannot be null Parameter...
When I try to execute the latest AutoSPInstaller script 3.86 I get the following error in the Step "Creating config database" - Creating config database "SPTEST_Config"...New-SPConfigurationDatabase :...
View ArticleNew Post: configuration.adobePDF.MIMEtype.configure
<AdobePDF><iFilter Install="false" /> <Icon Configure="false" /> <MIMEType Configure="false" /> </AdobePDF> Question: There was some error that was generated during the...
View ArticleCreated 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: 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: Script halted - Creating Web Application [20325]
Using AutoSPInstaller - 103809The script halted when attempting to create the "Portal" web application with the following exception (attached image of full error - img1):Exception:...
View ArticleNew Post: Configuring SP Dev VM for Cloning
Howdy! I am looking for advice on how to configure a SharePoint development vm template (Server 2008 r2; SharePoint 2013 Standard; sql 2012) for cloning. Scenario 1 2008 domain controller 1 server 2008...
View ArticleNew Post: Disable CRL - Why only v2.0.50727
Hi All, First up, big fan of the project. I've got a 2013 build where we've got CRL errors abounding, Search performance is tanking because it's checking at least once every time someone filters the...
View ArticleCreated 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 ArticleNew Post: Disable CRL - Why only v2.0.50727
This makes complete sense - and could explain behavior I've seen recently too re: CRL checks. Will investigate. Brian
View ArticleCreated Feature: Disable CRL - Why only v2.0.50727 [20430]
Hi All,First up, big fan of the project.I've got a 2013 build where we've got CRL errors abounding, Search performance is tanking because it's checking at least once every time someone filters the...
View ArticleEdited Feature: Disable CRL - Why only v2.0.50727 [20430]
Hi All,First up, big fan of the project.I've got a 2013 build where we've got CRL errors abounding, Search performance is tanking because it's checking at least once every time someone filters the...
View ArticleNew Post: Disable CRL - Why only v2.0.50727
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: configuration.adobePDF.MIMEtype.configure
iFilter is not required for SharePoint 2013; in 2010 it allows full-text searching of PDF files.. The other two are used (respectively) for displaying the proper icon for PDF files in SharePoint, and...
View ArticleNew Post: Does AutoSPInstaller support SQL accounts ?
Several service apps don't support using SQL accounts, and AutoSPInstaller itself doesn't support them. Best bet is to set up a one-way trust and use a domain service account that the SQL server...
View ArticleCommented Unassigned: CreateAccessServicesApp Function Fails [20345]
If Full-Text Search is not enabled on the SQL Server, the New-SPAccessServiceApplication cmdlet will fail with the following message:"The Application Database Server does not have the Full-Text Search...
View ArticleClosed Unassigned: CreateAccessServicesApp Function Fails [20345]
If Full-Text Search is not enabled on the SQL Server, the New-SPAccessServiceApplication cmdlet will fail with the following message:"The Application Database Server does not have the Full-Text Search...
View ArticleEdited Issue: CreateMachineTranslationServiceApp Function Failing [20343]
This maybe true of other functions that create SharePoint service applications.Issue:If using database names that contain spaces, the function fails.ex: if the service database name is "SharePoint...
View ArticleCreated Issue: Duplicate code [20435]
in multiple places this line of code is repeated...```############Duplicate code################ If ([string]::IsNullOrEmpty($dbServer)) { $dbServer = $xmlinput.Configuration.Farm.Database.DBServer...
View ArticleNew Post: Duplicate code
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleEdited Issue: Duplicate code [20435]
in multiple places this line of code is repeated...```############Duplicate code################ If ([string]::IsNullOrEmpty($dbServer)) { $dbServer = $xmlinput.Configuration.Farm.Database.DBServer...
View Article