Quantcast
Channel: AutoSPInstaller
Viewing all 2279 articles
Browse latest View live

Created Unassigned: Error during creation of config database [21795]

$
0
0
Hi,

I get this error. Anybody and idea?

- Creating config database "WTZKH0494_Config"...
New-SPConfigurationDatabase : The given key was not present in the dictionary.
At D:\Install\AutoSPInstaller\AutoSPInstaller\AutoSPInstallerFunctions.ps1:1591 char:13
+ New-SPConfigurationDatabase -DatabaseName "$configDB" -DatabaseServe ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...urationDatabase:SPCmdletNewSPConfigurationDatabase) [New
-SPConfigurationDatabase], KeyNotFoundException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSPConfigurationDatabase

Commented Unassigned: Error during creation of config database [21795]

$
0
0
Hi,

I get this error. Anybody and idea?

- Creating config database "WTZKH0494_Config"...
New-SPConfigurationDatabase : The given key was not present in the dictionary.
At D:\Install\AutoSPInstaller\AutoSPInstaller\AutoSPInstallerFunctions.ps1:1591 char:13
+ New-SPConfigurationDatabase -DatabaseName "$configDB" -DatabaseServe ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...urationDatabase:SPCmdletNewSPConfigurationDatabase) [New
-SPConfigurationDatabase], KeyNotFoundException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSPConfigurationDatabase
Comments: ** Comment from web user: waaromikniet **

Hi,

After enabling Named pipes this error is fixed. Anybody any idea why?
I have a single server with SQL server installed. I see that the alias that is created by autospinstaller is set to use protocol dbmslpcn. Only tcp/ip and shared memory were enable don the server. After enabling name pipes its working

Commented Unassigned: Install error missing Setup Log files [21277]

$
0
0
Hello

Hi

I do not know if you are entering the correct If not excuse me.
When installing Sharepoint 2013 script stop with this error.

Could not find SharePoint Server Setup log file!

After a search of a problem, I found it in the script AutoSPInstallerFunctions.ps1
is on line 921 function to search for a file {$ _. -like Name" SharePoint Server Setup * "}, but installation creates a file in the format SetupExe(xxxxxxxxx).
I rewrote follows: {$ _. -like Name" SetupExe* "}

Next installation goes through without errors.

Sorry my bad English...

Kamil
Comments: ** Comment from web user: WarrenRoscoe **

My setup also failed with this error. I used the following versions:
- autospinstaller 3.98
- sharepoint - en_sharepoint_server_2013_with_sp1_x64_dvd_3823428.iso

My log files was named: SharePoint-2013-Setup-20150411180127DA0.log

In my case both the following produced results:
Get-ChildItem -Path (Get-Item $env:TEMP).FullName | ? {$_.Name -like "*SharePoint-*-Setup*"}
Get-ChildItem -Path (Get-Item $env:TEMP).FullName | ? {$_.Name -like "*SharePoint*Setup*"}

I opted for the second line.

New Post: Cannot Locate SP Binaries - Cannot determine version of SharePoint setup binaries, and no Version was specific in xml

Created Unassigned: System Exception Error [21805]

$
0
0
Hi,

I have a problem with the installer with the following error :


Exception : System.UnauthorizedAccessException:
<nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
at
Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
at Microsoft.SharePoint.Library.SPRequest.CreateSite(Guid gApplicationId, String bstrUrl,
Int32 lZone, Guid gSiteId, Guid gDatabaseId, String bstrDatabaseServer, String
bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, String bstrTitle,
String bstrDescription, UInt32 nLCID, String bstrOwnerLogin, String bstrOwnerUserKey, String
bstrOwnerName, String bstrOwnerEmail, String bstrSecondaryContactLogin, String
bstrSecondaryContactUserKey, String bstrSecondaryContactName, String
bstrSecondaryContactEmail, Boolean bADAccountMode, Boolean bHostHeaderIsSiteName, Int32
iDatabaseVersionMajor, Int32 iDatabaseVersionMinor, Int32 iDatabaseVersionBuild, Int32
iDatabaseVersionRevision, String bstrSiteSchemaVersion)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database,
SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32
nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName,
String ownerEmail, String secondaryContactLogin, String secondaryContactName, String
secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean
useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
at Microsoft.SharePoint.PowerShell.SPCmdletNewSite.CreateDataObject()
at Microsoft.SharePoint.PowerShell.SPNewCmdletBase`1.InternalProcessRecord()
at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()
TargetObject : Microsoft.SharePoint.PowerShell.SPCmdletNewSite
CategoryInfo : InvalidData: (Microsoft.Share...SPCmdletNewSite:SPCmdletNewSite) [New-SPSite],
UnauthorizedAccessException
FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSite
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at CreateWebApp, D:\Sources\AutoSPInstaller\AutoSPInstallerFunctions.ps1: line 2715
at CreateWebApplications, D:\Sources\AutoSPInstaller\AutoSPInstallerFunctions.ps1: line 2506
at Setup-Farm, D:\Sources\AutoSPInstaller\AutoSPInstallerMain.ps1: line 209
at <ScriptBlock>, D:\Sources\AutoSPInstaller\AutoSPInstallerMain.ps1: line 408
at <ScriptBlock>, <No file>: line 1
PipelineIterationInfo : {}
PSMessageDetails :



Could you please help me

Commented Unassigned: System Exception Error [21805]

$
0
0
Hi,

I have a problem with the installer with the following error :

```
Exception : System.UnauthorizedAccessException:
<nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
at
Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
at Microsoft.SharePoint.Library.SPRequest.CreateSite(Guid gApplicationId, String bstrUrl,
Int32 lZone, Guid gSiteId, Guid gDatabaseId, String bstrDatabaseServer, String
bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, String bstrTitle,
String bstrDescription, UInt32 nLCID, String bstrOwnerLogin, String bstrOwnerUserKey, String
bstrOwnerName, String bstrOwnerEmail, String bstrSecondaryContactLogin, String
bstrSecondaryContactUserKey, String bstrSecondaryContactName, String
bstrSecondaryContactEmail, Boolean bADAccountMode, Boolean bHostHeaderIsSiteName, Int32
iDatabaseVersionMajor, Int32 iDatabaseVersionMinor, Int32 iDatabaseVersionBuild, Int32
iDatabaseVersionRevision, String bstrSiteSchemaVersion)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database,
SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32
nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName,
String ownerEmail, String secondaryContactLogin, String secondaryContactName, String
secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean
useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
at Microsoft.SharePoint.PowerShell.SPCmdletNewSite.CreateDataObject()
at Microsoft.SharePoint.PowerShell.SPNewCmdletBase`1.InternalProcessRecord()
at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()
TargetObject : Microsoft.SharePoint.PowerShell.SPCmdletNewSite
CategoryInfo : InvalidData: (Microsoft.Share...SPCmdletNewSite:SPCmdletNewSite) [New-SPSite],
UnauthorizedAccessException
FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSite
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at CreateWebApp, D:\Sources\AutoSPInstaller\AutoSPInstallerFunctions.ps1: line 2715
at CreateWebApplications, D:\Sources\AutoSPInstaller\AutoSPInstallerFunctions.ps1: line 2506
at Setup-Farm, D:\Sources\AutoSPInstaller\AutoSPInstallerMain.ps1: line 209
at <ScriptBlock>, D:\Sources\AutoSPInstaller\AutoSPInstallerMain.ps1: line 408
at <ScriptBlock>, <No file>: line 1
PipelineIterationInfo : {}
PSMessageDetails :
```


Thank you in advance
Comments: ** Comment from web user: myliveid **

The problem is solved,
I used this procedure https://technet.microsoft.com/en-us/library/cc735291%28v=ws.10%29.aspx
And add SP_Farm into "Log on as a service" policy and "Log on as a batch"

Created Unassigned: Halted on "creating config database" [21808]

$
0
0
During the autospinstaller the process gets up to the step "creating config database" and halts for over an hour. I checked the SQL server and the config and central admin content database were created soon after it reached this stage.

I pressed ctrl+c to cancel the command, but then the script continued. I haven't seen this happen before.

Created Unassigned: Error when attaching existing content DB [21811]

$
0
0
The "create web application" function does the following steps:

- Check if Site Collection exists
- If it doesn't, create Content DB
- Create site collection

The problem is if I want to attach a content DB that already exists and contains site collections. When the content DB is attached, the site collection "springs into existence"

So the script checks for the site collection - it's not there. It creates (attaches) the content DB, which adds the site collection to the web app. Then when the script tries to create the site collection, it errors out (and fails)

You need to test for the existence of the site collection again *after* the database is attached. Alternatively, Fail gracefully, log the issue, and keep going.

Commented Unassigned: Site Collection Creation Failure [20718]

$
0
0
Hi Peeps,

I'm trying to install 2013 on Windows 2012 and all is ok until the portal site collection creation is attempted which always fails with the error below.

I've cut down the xml file to try just installing the basics, but still no joy, and if I manually try & create site collections directly, using mine & the service accounts, there are no issues...

Any Ideas, pointers ??

Thanks in advance

Console Error Message:


- Creating web applications...
- Creating Web App "Portal"
- Setting up managed paths for "http://SP13-OPS-SBE-01:80"
- Setting up explicit managed path "help" at "http://SP13-OPS-SBE-01:80" and HNSCs...
- Done setting up managed paths at "http://SP13-OPS-SBE-01:80"
- Granting i:0#.w|SP13\adm_w128898 Full Control to http://sp13-ops-sbe-01/...
--------------------------------------------------------------
- Applying object cache accounts to "http://SP13-OPS-SBE-01:80"...
- Granting i:0#.w|sp13\svc_sp_cachesu Full Control to http://sp13-ops-sbe-01/...
- Granting i:0#.w|sp13\svc_sp_cachesr Full Read to http://sp13-ops-sbe-01/...
- Done applying object cache accounts to "http://SP13-OPS-SBE-01:80"
- Checking for Site Collection "http://SP13-OPS-SBE-01"...
- Creating Site Collection "http://SP13-OPS-SBE-01"...
--------------------------------------------------------------
- Script halted!


Exception : System.UnauthorizedAccessException:
<nativehr>0x80070005</nativehr><nativestack></nativestack>Access denied.
at
Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)
at Microsoft.SharePoint.Library.SPRequest.CreateSite(Guid gApplicationId, String bstrUrl,
Int32 lZone, Guid gSiteId, Guid gDatabaseId, String bstrDatabaseServer, String
bstrDatabaseName, String bstrDatabaseUsername, String bstrDatabasePassword, String bstrTitle,
String bstrDescription, UInt32 nLCID, String bstrOwnerLogin, String bstrOwnerUserKey, String
bstrOwnerName, String bstrOwnerEmail, String bstrSecondaryContactLogin, String
bstrSecondaryContactUserKey, String bstrSecondaryContactName, String
bstrSecondaryContactEmail, Boolean bADAccountMode, Boolean bHostHeaderIsSiteName, Int32
iDatabaseVersionMajor, Int32 iDatabaseVersionMinor, Int32 iDatabaseVersionBuild, Int32
iDatabaseVersionRevision, String bstrSiteSchemaVersion)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database,
SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32
nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName,
String ownerEmail, String secondaryContactLogin, String secondaryContactName, String
secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean
useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
at Microsoft.SharePoint.PowerShell.SPCmdletNewSite.CreateDataObject()
at Microsoft.SharePoint.PowerShell.SPNewCmdletBase`1.InternalProcessRecord()
at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()
TargetObject : Microsoft.SharePoint.PowerShell.SPCmdletNewSite
CategoryInfo : InvalidData: (Microsoft.Share...SPCmdletNewSite:SPCmdletNewSite) [New-SPSite],
UnauthorizedAccessException
FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSite
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at CreateWebApp, \\sp13-ops-sbe-01\SPInstall\AutoSPInstaller\AutoSPInstallerFunctions.ps1:
line 2610
at CreateWebApplications,
\\sp13-ops-sbe-01\SPInstall\AutoSPInstaller\AutoSPInstallerFunctions.ps1: line 2420
at Setup-Farm, \\sp13-ops-sbe-01\SPInstall\AutoSPInstaller\AutoSPInstallerMain.ps1: line 201
at <ScriptBlock>, \\sp13-ops-sbe-01\SPInstall\AutoSPInstaller\AutoSPInstallerMain.ps1: line 373
at <ScriptBlock>, <No file>: line 1
PipelineIterationInfo : {}
PSMessageDetails :



-----------------------------------
| Automated SP2013 install script |
| Started on: 10/02/2014 08:31:18 |
| Aborted: 10/02/2014 08:43:25 |
-----------------------------------
Comments: ** Comment from web user: xeasacj **

Hi,
I ran into a similar issue and it was due to the the server’s local security policy
“System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing” was enabled.

This meant that although the security token service appeared to be running ok, it couldn't issue tokens.
http://www.skillsmag.com/system-cryptography-sharepoint-2013/

New Post: SP2013 April 2015 CU and dependancy issues on SP1

$
0
0
You've probably seen by now the issue of getting the right SP1 before you can apply the April 2015 CU. List of “Good” SharePoint 2013 Service Pack 1 Packages

I use AutoSPInstaller to do my builds. My first attempt at using the April 2015 CU failed with a build dependany failure (as predicted).

In the end I refreshed my install media with the MSDN “SP2013 with SP1″ [which is “broke”] and then extracted the SP1 patch into the \SharePoint\Updates\ folder on my media. Then added the April 2015 CU to the (AutoSPInstaller) \Updates\ folder.

This worked like a charm. Though it does mean my install media is now ~7Gig

Hopefully that helps some people.

New Post: WSMANCredSSP

$
0
0
This is a pretty easy fix - it did take me some digging to figure it out.. I still need to roll it into my scripts in SCVMM that configure my farm. This needs to be run on every REMOTE server against which the PowerShell Scripts run. The uses the WSMan provider to enable CredSSP on the server. You may have to enable it on the client (from where you run the SPAutoInstaller.bat).. When you pass this hurdle, you will either have to enable remote execution of the powershell scripts or Sign them ( all of them) with a domain key (from your CA) or use a self signed cert and install it on all the remote server.. Go ahead, bite the bullet and stand up a CA and the CRL - you'll be glad you did.. I'll follow up with a blog post on how to modify the templates, publish them, and make them available via the Certificates.mmc.


YMMV..


PS C:> cd wsman:

PS WSMan:> cd .\localhost

PS WSMan:\localhost> Enable-WSManCredSSP Server

Commented Issue: Trying to connect to "SQL"... - Fail [19412]

$
0
0
I am running into an issue with an installation on a new VM instance and VM database. When I ran the script for the first time it fails when trying to connect to the Dev (Connection Error. Check server name, port, firewall) and the second time the connection fails but different message (Exception calling “Open” with “0” argument(s): “Cannot generate SSPI context.”) . The error details are not pinpointing much or very detail so I was hoping someone has encounter the same issue and have a solution.

Both servers are in the same domain. I checked the SQL server and insured that all the accounts have access to the SQL Instance; Farm Account and Setup Account have sysadmin rights. The port 1433 is open on SQL's firewall. There is connectivity between the servers.

First Time I ran the script…
- Testing access to SQL server/instance/alias: Dev01
- Trying to connect to "Dev01"... - Fail
--------------------------------------------------------------
- Script halted!
- Connection Error. Check server name, port, firewall.
Press any key to exit...

Second Time I ran the script…
- Creating SQL alias “Dev01,1433”...
-Testing access to SQL server/instance/alias: Dev01
- Trying to connect to “Dev01”… - Fail
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Script halted!
- Exception calling “Open” with “0” argument(s): “Cannot generate SSPI context.”
Press any key to exit…
Comments: ** Comment from web user: Zazie **

My resolution was the same as above: always specify the SQL Alias Port Number in your script, even if 1433.

Commented Unassigned: Get-SPSite : The server was unable to process the request due to an internal error. [21745]

$
0
0
I've just built a 3 tier farm using AutpSPInstaller (Release 3.98)

All of the servers were provisioned successfully apart from the second web server where I received the following error during the 'Checking for portal site collection phase':

```
Get-SPSite : The server was unable to process the request due to an internal error. For more information about the
error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug>
configuration behavior) on the server in order to send the exception information back to the client, or turn on
tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
At C:\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1:2696 char:36
+ $getSPSiteCollection = Get-SPSite -Limit ALL | Where-Object {$_.Url ...
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...SPCmdletGetSite:SPCmdletGetSite) [Get-SPSite], FaultExce
ption
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletGetSite

- Creating Site Collection "http://portal-dev"...
--------------------------------------------------------------
- Script halted!


Exception : System.ServiceModel.FaultException: The server was unable to process the request due to an
internal error. For more information about the error, either turn on
IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the
<serviceDebug> configuration behavior) on the server in order to send the exception
information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK
documentation and inspect the server trace logs.
at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.ReadResponse(Message response)
at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst,
RequestSecurityTokenResponse& rstr)
at Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst)
at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForContext(Uri context, Boolean
bearerToken, SecurityToken onBehalfOf, SecurityToken actAs, SecurityToken delegateTo,
SPRequestSecurityTokenProperties properties)
at Microsoft.SharePoint.SPSecurityContext.SecurityTokenForLegacyLoginContext(Uri context)
at Microsoft.SharePoint.SPSite.InitUserToken(SPRequest request)
at Microsoft.SharePoint.SPSite.SPSiteConstructor(SPFarm farm, Guid applicationId, Guid
contentDatabaseId, Guid siteId, Guid siteSubscriptionId, SPUrlZone zone, Uri requestUri,
String serverRelativeUrl, Boolean hostHeaderIsSiteName, SPUserToken userToken, Boolean
appWebRequest, String appHostHeaderRedirectDomain, String appSiteDomainPrefix, String
subscriptionName, String appSiteDomainId, Uri primaryUri)
at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite,
Boolean swapSchemeForPathBasedSites, SPUserToken userToken)
at Microsoft.SharePoint.Administration.SPSiteCollection.get_Item(String strSiteName)
at Microsoft.SharePoint.Administration.SPConfigurationDatabase.CreateSite(SPWebApplication
application, SPContentDatabase database, String originalPath, Guid id, Guid
siteSubscriptionId, Boolean useHostHeaderAsSiteName, Boolean bDeleted, DateTime deletionTime,
String subscriptionName, String appSiteDomainId, List`1 siteUrls, Boolean bResyncMode)
at Microsoft.SharePoint.Administration.SPConfigurationDatabase.CreateSite(SPWebApplication
application, SPContentDatabase database, String path, Boolean useHostHeaderAsSiteName)
at Microsoft.SharePoint.Administration.SPSiteCollection.Add(SPContentDatabase database,
SPSiteSubscription siteSubscription, String siteUrl, String title, String description, UInt32
nLCID, Int32 compatibilityLevel, String webTemplate, String ownerLogin, String ownerName,
String ownerEmail, String secondaryContactLogin, String secondaryContactName, String
secondaryContactEmail, String quotaTemplate, String sscRootWebUrl, Boolean
useHostHeaderAsSiteName, Boolean overrideCompatibilityRestriction)
at Microsoft.SharePoint.PowerShell.SPCmdletNewSite.CreateDataObject()
at Microsoft.SharePoint.PowerShell.SPNewCmdletBase`1.InternalProcessRecord()
at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord()
TargetObject : Microsoft.SharePoint.PowerShell.SPCmdletNewSite
CategoryInfo : InvalidData: (Microsoft.Share...SPCmdletNewSite:SPCmdletNewSite) [New-SPSite], FaultException
FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletNewSite
ErrorDetails :
InvocationInfo : System.Management.Automation.InvocationInfo
ScriptStackTrace : at CreateWebApp, C:\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1: line 2715
at CreateWebApplications, C:\SP\AutoSPInstaller\AutoSPInstallerFunctions.ps1: line 2506
at Setup-Farm, C:\SP\AutoSPInstaller\AutoSPInstallerMain.ps1: line 209
at <ScriptBlock>, C:\SP\AutoSPInstaller\AutoSPInstallerMain.ps1: line 408
at <ScriptBlock>, <No file>: line 1
PipelineIterationInfo : {}
PSMessageDetails :
```

I also see the above error in the Application Event Log categorized as a 'Claims Authentication' issue.
I've also seen Event log errors about the Security Token Service.

The STS App Pool is running as the correct account (and has been restarted).
Browsing to the STS web service gave me a message about enabling Metadata publishing for this service which I did by editing the web.config and setting both httpGetEnabled and httpsGetEnabled as 'true.'
Once I did this it just states that the service has been created.

When trying to load the portal site I just receive an internal server error with a correlation ID although it doesn't appear that the trace logging is working on this particular server as the logs are 0 KB, presumably the root cause it causing logging to fail as well.

I've tried uninstalling SP and trying to reinstall although I receive the same error.

I'd appreciate any help as I would very much prefer not to have this server rebuilt.

Kind regards,
David
Comments: ** Comment from web user: hasanjamal **


I'm getting a same issue,when trying to get-spsites command on one WFE server other servers are running successfully.

New Post: Provisioning User Profile Sync Service....

$
0
0
Maybe you have a problem nn the sync service.

Updated Wiki: Documentation

$
0
0
Miscellaneous documentation, tips & tricks, best practices, etc.!

First & foremost - check the new FAQ

New! Is input XML editing driving you nuts? Looking for a slick graphical way to either produce a new XML file for your farm, or edit/verify an existing XML file? Check out AutoSPInstaller Online, created by the guru of AutoSPInstaller GUIs Ivan Josipovic& myself.
Current Documentation Wiki Pages:

Migrating an existing AutoSPInstallerInput.xml to updated format
Don't run AutoSPInstaller from a user folder!
Known Issues
Known Issues with SharePoint 2013

Updated Wiki: FAQ

$
0
0

Frequently Asked Questions

  • * Is there a friendlier way to edit the XML than good ol' Notepad/Visual Studio/etc.?
    • Yes - check out the new http://autospinstaller.azurewebsites.net - we welcome your feedback!
  • Is this thing safe/ready/appropriate for Production?
    • It sure is! I've personally set up many live customer farms with AutoSPInstaller in the past few years. In fact it's even been used by organizations like CloudShare to create SharePoint VM templates. The standard caveats apply though: As the importance of your target farm increases, so should your level of knowledge about how to properly size, architect and build SharePoint. AutoSPInstaller does not mitigate this, it merely eases, standardizes and accelerates the process.
  • Does AutoSPInstaller support SharePoint Foundation?
    • Basically, no. Some folks have had success getting it to work by editing the script themselves (search thru the discussions to find examples) but as I (selfishly) have no need for SPF I have not spent any time researching this. If however someone puts forth a tried, tested & true patch that can (very) easily be integrated, I may consider including it.
  • Can I use AutoSPInstaller to install Office Web Apps 2013?
    • Office Web Apps 2013 (also known as WAC) is now a separate product which is not installed on the same server as SharePoint 2013. As it's technically-speaking no longer part of the SharePoint farm, and because of the complexity it would introduce, I've decided to leave Office Web Apps 2013 out of AutoSPInstaller for the time being.
  • What about the Request Management service (in SharePoint 2013)? Will it be included in AutoSPInstaller?
    • After a discussion with Spencer Harbar, it was agreed that it might be best to leave it out, as there can be some ramifications with provisioning it without full awareness of its intended use - e.g. by folks who want to blindly "turn everything on" in SharePoint 2013.
  • Where's all the #@)%#$ documentation??
  • My SharePoint server(s) and SQL instance are in different, untrusted domains. Can I use SQL authentication instead of Windows Integrated?
    • Although support for SQL auth in SharePoint (especially around things like the User Profile Service) has gotten better, AutoSPInstaller doesn't currently support connecting to your databases using anything other than Windows Integrated authentication. It certainly wouldn't be impossible to make the required modifications, but you'd have to do this yourself or reach out to the community for guidance.
  • I want to make a single/isolated configuration change to an existing SharePoint farm (e.g. provision a service application). Do I really need to re-run the whole script?
    • No - in fact you can usually just run individual functions to achieve what you're after by following the instructions here.

Updated Wiki: FAQ

$
0
0

Frequently Asked Questions

  • Is 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 validation & smarts to avoid those "oops" moments during script run-time. We welcome your feedback!
  • Is this thing safe/ready/appropriate for Production?
    • It sure is! I've personally set up many live customer farms with AutoSPInstaller in the past few years. In fact it's even been used by organizations like CloudShare to create SharePoint VM templates. The standard caveats apply though: As the importance of your target farm increases, so should your level of knowledge about how to properly size, architect and build SharePoint. AutoSPInstaller does not mitigate this, it merely eases, standardizes and accelerates the process.
  • Does AutoSPInstaller support SharePoint Foundation?
    • Basically, no. Some folks have had success getting it to work by editing the script themselves (search thru the discussions to find examples) but as I (selfishly) have no need for SPF I have not spent any time researching this. If however someone puts forth a tried, tested & true patch that can (very) easily be integrated, I may consider including it.
  • Can I use AutoSPInstaller to install Office Web Apps 2013?
    • Office Web Apps 2013 (also known as WAC) is now a separate product which is not installed on the same server as SharePoint 2013. As it's technically-speaking no longer part of the SharePoint farm, and because of the complexity it would introduce, I've decided to leave Office Web Apps 2013 out of AutoSPInstaller for the time being.
  • What about the Request Management service (in SharePoint 2013)? Will it be included in AutoSPInstaller?
    • After a discussion with Spencer Harbar, it was agreed that it might be best to leave it out, as there can be some ramifications with provisioning it without full awareness of its intended use - e.g. by folks who want to blindly "turn everything on" in SharePoint 2013.
  • Where's all the #@)%#$ documentation??
  • My SharePoint server(s) and SQL instance are in different, untrusted domains. Can I use SQL authentication instead of Windows Integrated?
    • Although support for SQL auth in SharePoint (especially around things like the User Profile Service) has gotten better, AutoSPInstaller doesn't currently support connecting to your databases using anything other than Windows Integrated authentication. It certainly wouldn't be impossible to make the required modifications, but you'd have to do this yourself or reach out to the community for guidance.
  • I want to make a single/isolated configuration change to an existing SharePoint farm (e.g. provision a service application). Do I really need to re-run the whole script?
    • No - in fact you can usually just run individual functions to achieve what you're after by following the instructions here.

New Post: Cannot Locate SP Binaries - Cannot determine version of SharePoint setup binaries, and no Version was specific in xml

$
0
0
Hi Ivan, you are 100% correct. I had this same error and when I opened the configuration file, it was 100% blank. Not sure what happened. It ran and installed most of services but error-ed out. When I launched the build script again, it gave me the same error as reported above. When I looked at the config file, it was empty. restored my Backup and it was fine.


The original config file although it appears empty still has a size however. If you want a copy of teh file jsut shoot me an email to Bathke.dean@gmail.com and Ill be happy to provide it

Updated Wiki: Documentation

$
0
0
Miscellaneous documentation, tips & tricks, best practices, etc.!

First & foremost - check the new FAQ

New! Is input XML editing driving you nuts? Looking for a slick graphical way to either produce a new XML file for your farm, or edit/verify an existing XML file? Check out AutoSPInstaller Online, created by the guru of AutoSPInstaller GUIs Ivan Josipovic& myself.
Current Documentation Wiki Pages:

Migrating an existing AutoSPInstallerInput.xml to updated format
Don't run AutoSPInstaller from a user folder!
Known Issues
Known Issues with SharePoint 2013

Updated Wiki: FAQ

$
0
0

Frequently Asked Questions

  • Is 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 validation & smarts to avoid those "oops" moments during script run-time. We welcome your feedback!
  • Is this thing safe/ready/appropriate for Production?
    • It sure is! I've personally set up many live customer farms with AutoSPInstaller in the past few years. In fact it's even been used by organizations like CloudShare to create SharePoint VM templates. The standard caveats apply though: As the importance of your target farm increases, so should your level of knowledge about how to properly size, architect and build SharePoint. AutoSPInstaller does not mitigate this, it merely eases, standardizes and accelerates the process.
  • Does AutoSPInstaller support SharePoint Foundation?
    • Basically, no. Some folks have had success getting it to work by editing the script themselves (search thru the discussions to find examples) but as I (selfishly) have no need for SPF I have not spent any time researching this. If however someone puts forth a tried, tested & true patch that can (very) easily be integrated, I may consider including it.
  • Can I use AutoSPInstaller to install Office Web Apps 2013?
    • Office Web Apps 2013 (also known as WAC) is now a separate product which is not installed on the same server as SharePoint 2013. As it's technically-speaking no longer part of the SharePoint farm, and because of the complexity it would introduce, I've decided to leave Office Web Apps 2013 out of AutoSPInstaller for the time being.
  • What about the Request Management service (in SharePoint 2013)? Will it be included in AutoSPInstaller?
    • After a discussion with Spencer Harbar, it was agreed that it might be best to leave it out, as there can be some ramifications with provisioning it without full awareness of its intended use - e.g. by folks who want to blindly "turn everything on" in SharePoint 2013.
  • Where's all the #@)%#$ documentation??
  • My SharePoint server(s) and SQL instance are in different, untrusted domains. Can I use SQL authentication instead of Windows Integrated?
    • Although support for SQL auth in SharePoint (especially around things like the User Profile Service) has gotten better, AutoSPInstaller doesn't currently support connecting to your databases using anything other than Windows Integrated authentication. It certainly wouldn't be impossible to make the required modifications, but you'd have to do this yourself or reach out to the community for guidance.
  • I want to make a single/isolated configuration change to an existing SharePoint farm (e.g. provision a service application). Do I really need to re-run the whole script?
    • No - in fact you can usually just run individual functions to achieve what you're after by following the instructions here.
Viewing all 2279 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>