Commented Unassigned: Script halted on creating portal site collection [21890]
hi,The script succesfully creates the webapplication but halts at the creation of the portal site collection.Start of error: the server was unable to process the request due to an internal...
View ArticleNew Post: New-SPConfigurationDatabase : Value cannot be null
No need to upload full XML, maybe just paste the section containing the <Farm>node. Note though that if the error still occurs outside of AutoSPInstaller, it might be a question best posed to...
View ArticleNew Post: June 1st. Release (RemoteInstall)
I couldn't find anything in your XML that would cause AutoSPInstaller to reject or not recognize the <RemoteInstall> element. Which server did you run this on BTW? Also note that you do NOT need...
View ArticleNew Post: June 1st. Release (RemoteInstall)
Also, just remembering... since SharePoint 2013 requires a couple of reboots when installing prerequisites, if the server you are running the script on is a farm server, <RemoteInstall> will...
View ArticleEdited Issue: Error when attaching existing content DB [21811]
The "create web application" function does the following steps:- Check if Site Collection exists- If it doesn't, create Content DB- Create site collectionThe problem is if I want to attach a content DB...
View ArticleCommented Unassigned: Assigning from services on server for streamlined...
Hi, Great product thanks...Ran into a little issue. For now i will fix manually but you should prob know about it.I have got 10 SP servers. 4 WFE, 2 x Batch, 2 x BI, 2 x SearchSo trying to do a...
View ArticleCreated Unassigned: Error in CheckConfigFiles [21911]
If you don't specify DataDir in the xml this function errors as it tries to remove the trailing '\' from a string that is null.The line:$dataDir = $dataDir.TrimEnd("\")needs to be moved from before the...
View ArticleNew Post: A site collection could not be created as the provided managed path...
Hi, We are currently facing an issue during the configuration of Portal Web application/Site Collection using the autospinstaller tool. Note that we are using the 3.99 XML version. Exception:...
View ArticleNew Post: A site collection could not be created as the provided managed path...
The managed path relativeurl is incorrect. It should be:<ManagedPath explicit="false" relativeUrl="path" /> Cheers, Ivan
View ArticleUpdated Wiki: FAQ
Frequently Asked QuestionsIs there a friendlier way to edit the XML than good ol' Notepad/Visual Studio/etc.?Yes - check out the new AutoSPInstaller Online. It includes real-time help/guidance,...
View ArticleUpdated Wiki: FAQ
Frequently Asked QuestionsIs there a friendlier way to edit the XML than good ol' Notepad/Visual Studio/etc.?Yes - check out the new AutoSPInstaller Online. It includes real-time help/guidance,...
View ArticleNew Post: Section of Code to remove DB Guids?
THanks Brian, I thought that would be the case as well. I keep getting stuck here when I run the installer New-SPConfigurationDatabase -DatabaseName "$configDB" -DatabaseServe ......
View ArticleNew Post: Section of Code to remove DB Guids?
The reason seems to be this. Login failed for user 'Contoso\SP_Farm'. Reason: Failed to open the explicitly specified database 'SP2013_Config'. [CLIENT: 192.168.168.63] Which would mean the...
View ArticleNew Post: Creating User Profile Service Application Error
Hi, Any ideas why i'm getting this error? I know it says password or username is incorrect but the farm account Im using up to that point that worked is the same and all service accounts were verified...
View ArticleNew Post: Can AutoSPInstaller be used to install "simple" Sharepoint 2010...
Hi, I am trying to standup just the simplest Sharepoint instances using Sharepoint 2010 Trial for a proof of concept. I need to standaup several instances so I'd like to do silent/unattended...
View ArticleNew Post: Error just when autoSPinstaller is configuring Enterprise Search
Updating Microsoft SharePoint Foundation Tracing to run as CONTOSO\SP_Services...Done. - Restarting service SPTraceV4...Provisioning Enterprise Search... - Configuring search service...Done. Script...
View ArticleNew Post: Error just when autoSPinstaller is configuring Enterprise Search
Nevermind, i forgot to put the Crawl Account Password is what that error was. Thanks.
View ArticleNew Post: Creating User Profile Service Application Error
I just ended up not provisioning User Profile Service and thats how i got through that. ALso, im going to be using FBA and not AD so it wasn't that important at this time
View ArticleNew Post: Can AutoSPInstaller be used to install "simple" Sharepoint 2010...
If you mean, can you use AutoSPInstaller to spinoff a "standalone" instance of SharePoint. Then the answer is "No". However, you could use AutoSPInstaller to build a single-server Farm. Whether...
View ArticleNew Post: Can AutoSPInstaller be used to install "simple" Sharepoint 2010...
Correct, AutoSPInstaller doesn't support any installations that require SQL Express. It assumes SQL server is already installed somewhere and the instance name/address is merely referred to in the...
View Article