Problem System.InvalidOperationException: Could not get algorithm from X509AsymmetricSecurityKey at Microsoft.IdentityModel.S2S.Tokens.X509AsymmetricSignatureProvider..ctor(X509AsymmetricSecurityKey x509Key) at Microsoft.IdentityModel.S2S.Tokens.SignatureProvider.Create(SigningCredentials signingCredentials) at Microsoft.IdentityModel.S2S.Tokens.JsonWebSecurityTokenHandler.Sign(String signingInput, SigningCredentials signingCredentials) at Microsoft.IdentityModel.S2S.Tokens.JsonWebSecurityTokenHandler.WriteTokenAsString(SecurityToken token) at PointShare.SharePoint.PrividerHosted.AddIn.TEST.TokenHelper.IssueToken(String sourceApplication, String issuerApplication, String sourceRealm, String […]
Kategoria: SharePoint

Loading this assembly would produce a different grant set from other instances.
Problem Błąd w Event Logu: Loading this assembly would produce a different grant set from other instances. Na środowisku z SharePoint 2016 zainstalowany jest SCCM Monitoring Agent 2016. Rozwiązanie Przeinstalowanie […]
![The [SharePoint] web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against a windows classic authentication mode.](https://pointshare.pl/wp-content/uploads/SP_PS.png)
The [SharePoint] web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against a windows classic authentication mode.
Problem Category : Configuration Error : False UpgradeBlocking : False Message : The [SharePoint] web application is configured with claims authentication mode however the content database you are trying to […]

SharePoint Product Configuration Wizard – The web configuration file, WEBCONFIG.ACCSRV.XML, does not have element
Exception: System.IO.InvalidDataException: The web configuration file, C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\config\WEBCONFIG.ACCSRV.XML, does not have element „configuration/configSections/sectionGroup[@name=’SharePoint’]” or it is invalid. at Microsoft.SharePoint.Administration.SPAspConfigurationFile.CheckMergedActionsConfiguration(XmlDocument xd, String sourceFileName, Boolean createMergedActionsConfiguration) at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument […]

SQL collation for SharePoint Databases – Latin1_General_CI_AS_KS_WS
Jedyna słuszna: Latin1_General_CI_AS_KS_WS

The upgraded database schema doesn’t match the TargetSchema – SharePoint Products Configuration Wizard
Problem Failed to upgrade SharePoint Products. This is a critical task. You have to fix the failures before you can continue. Follow this link for more information about how to […]

Konfiguracja ProviderHosted App On-Premises
Przygotowanie środowiska developerskiego pod tworzenie aplikacji w modelu ProviderHosted App pod SharePoint 2013 lub 2016 nie jest tak proste i oczywiste jak by mogło się wydawać. Poniżej postaram się przedstawić […]
SharePoint Color Palette Tool – Download
Download SharePointColorPaletteTool_Setup.msi

Eksportowanie paczek WSP z farmy SharePoint
Aby wydobyć już wdrożone paczki z SharePointa wystarczy uruchomić poniższy skrypt na serwerze SharePoint: $localPath=”C:\WSP\” Add-PSSnapin „Microsoft.SharePoint.PowerShell” if(!(test-path $path)) { md -Force -Path $localPath } foreach($item in $(get-spfarm).Solutions) { $name = […]

Wyciąganie hasła konta puli aplikacji z IIS
Wszystkie hasła: C:\windows\system32\inetsrv\appcmd.exe list apppool /text:ProcessModel.Password Hasło wybranej puli: C:\windows\system32\inetsrv\appcmd.exe list apppool „NAZWA_PULI_APLIKACJI” /text:ProcessModel.Password Wszystkie dane wybranej puli (włącznie z hasłem): C:\windows\system32\inetsrv\appcmd.exe list apppool „NAZWA_PULI_APLIKACJI” /text:*