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 […]
Blog

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 […]

New-SPTrustedSecurityTokenIssuer
add-pssnapin microsoft.sharepoint.powershell $TargetSiteUrl = „http://srv2016.dev2016.local/” #adres witryny z włączonym SideLoading $CertPath = „C:\cert.cer” #podaj poprawną ścieżkę do Twojego pliku CER Set-SPAppDomain „apps.local” #dostosuj tą wartość $account = Get-SPManagedAccount „dev2016\spfarm” #użyj […]

SharePoint Product Configuration Wizard (PSCONFIG.EXE) – The RPC server is unavailable
Exception: System.InvalidOperationException: An error occurred while getting information about the user spfarm at server DEV2016.LOCAL: The RPC server is unavailable at Microsoft.SharePoint.Win32.SPNetApi32.NetUserGetInfo1(String server, String name) at Microsoft.SharePoint.Administration.SPManagedAccount.GetUserAccountControl(String username) at Microsoft.SharePoint.Administration.SPManagedAccount.Update() […]

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:*

Poprawianie wydajności środowiska programistycznego pod SharePoint
Wydajność maszyny developerskiej możesz poprawić robiąc kilka drobnych zmian w swoim środowisku, moje propozycje to: Search Krok 1 Set-SPEnterpriseSearchService -PerformanceLevel Reduced Krok 2 dla SharePoint 2013 W pliku C:\Program Files\Microsoft […]
Disable Loopback Check PowerShell
New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name „DisableLoopbackCheck” -Value „1” -PropertyType dword
Jaką mam wersje SharePoint?
Wersja SharePointa nie jest tak oczywista jak mogłoby się wydawać, na jednym środowisku możemy mieć rozjazd wersji w 3 miejscach: 1. Wersja SharePoint z Centralnej lub PowerShella 2. Wersja DLL […]
SharePoint 2013 – Feature
Publishing Features Stapling Farm 001f4bd7-746d-403b-aa09-a6cc43de7942 Staple Publishing features Site status bar Farm 001f4bd7-746d-403b-aa09-a6cc43de7999 Creates a Microsoft OneNote 2010 notebook in the Shared Documents library and places a link to it […]
The expected version of the product was not found on the system
plik_paczki_cu.exe PACKAGE.BYPASS.DETECTION.CHECK=1 Użycie powyższej komendy rozwiązuje wiele problemów ale używaj jej tylko gdy wszystkie inne metody zawiodą. Ten komunikat może oznaczać miedzy innymi że: nie uruchomiłeś SharePoint Configuration Wizarda po ostatniej […]
SharePoint Developer Dashboard
$ContentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService $DevDashboard = $ContentService.DeveloperDashboardSettings $DevDashboard.DisplayLevel = „On” $DevDashboard.Update()
content://cz.mobilesoft.appblock.FileProvider/cache/blank.html
What Does content://cz.mobilesoft.appblock.FileProvider/cache/blank.html Mean? If you’ve encountered a strange link on your Android device like content://cz.mobilesoft.appblock.FileProvider/cache/blank.html, you’re not alone. Many users wonder what this URI means, whether it’s dangerous, and […]
