New Post: Getting an error on Office Web Apps updates
I can't seem to get past this error. My simplistic question: can I just get past the script by removing the Office Web Apps update files? Full log posted: Windows PowerShell Transcript Start Start...
View ArticleEdited Issue: 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. When reinstalling script failed at creating the Search Index as files...
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 ArticleEdited Issue: 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 ArticleEdited Issue: Creates SQL Client Alias even when set to "FALSE" ? [20229]
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: WorkFlow Install Scripts
Howdy, I was wondering if you might be interested in scripts that install and config workflow to add to your package.
View ArticleNew Post: WorkFlow Install Scripts
I would be interested in seeing how you have it script. I have created many custom function to do additional things.
View ArticleNew Post: WorkFlow Install Scripts
TanKCR, Why not post them here or better yet, submit a change set.
View ArticleNew Post: Getting an error on Office Web Apps updates
Looks like you didn't specify something in you XML config file or, you have files missing. To answer your question though, yes, you can skip it. Just comment that function out in the...
View ArticleCreated Unassigned: Get the default root location for web apps fails in...
On Windows Server 2012, the following line does not work:```ImportWebAdministration```But, the following works:```Import-Module WebAdministration```
View ArticleReviewed: AutoSPInstaller for SharePoint 2010 + 2013 (Sep 26, 2013)
Rated 4 Stars (out of 5) - In response to vladimirm's message below about SP2 support- I don't believe that's correct about SP 2010 + SP2 on Server 2012. There is a fix included with SharePoint 2010...
View ArticleNew Post: Checking Credentials...
<?xml version="1.0"?><Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Environment="SPS2013" Version="3.93"><Install...
View ArticleNew Post: Checking Credentials...
<Services><SandboxedCodeService Start="true" /> <ClaimsToWindowsTokenService Start="true" UpdateAccount="True" /> <SMTP Install="false" /> <OutgoingEmail Configure="true">...
View ArticleNew Post: Checking Credentials...
</Farm><WebApplications AddURLsToHOSTS="true"><WebApplication type="Portal" name="SPSPortal" applicationPool="SPS_AppPool" applicationPoolAccount="domain\SPS_webapp" url="http://SPS"...
View ArticleNew Post: Checking Credentials...
<StateService Provision="true" Name="State Service" ProxyName="State Service"><Database> <Name>StateService</Name> <DBServer /> <DBAlias Create="false"...
View ArticleNew Post: Checking Credentials...
<Database><Name>TranslationService</Name> <DBServer /> <DBAlias Create="true" DBInstance="SERVER\INSTANCE" DBPort="" /> </Database>...
View ArticleNew Post: Checking Credentials...
I do not see an issue with the XML. I am assuming that the password you are putting is the password for the "Install" account and that you are actually using the "Install" account during the...
View ArticleNew Post: Does AutoSPInstaller support SQL accounts ?
I'd like to install all databases onto a SQL server that isn't part of the same domain as the Sharepoint server. How can I specify sql accounts and passwords for each database as opposed to expecting...
View Article