Forum Widgets
Latest Discussions
SharePoint Server Subscription Edition with Entra ID
Hi All, Hope the weekend is going good. I am hoping that someone has done this, but i thought i would ask. As you all know that project online has been announced as retiring in September 2026. I have been looking at a few options and one of that is Project Server Subscription Edition. A few points to note: Project server is an application that sits on the Sharepoint Subscription Server. From the documentation - it does say we can integrate with MS Entra with Open ID However, the conflicting point is that Sharepoint Services need Active Directory Services From the documentation it also says the SQL Server or Managed Instance also requires Domain controller. In our environment we have never had DCs or AD. We are totally dependent on Entra ID. Has anyone got any further information or done any experimentations around this? I just don't have all the links with me right now, but happy to post them. We really do want to avoid AADS (DCs) and Entra DDS. Thanks in Advance.blatantsupremetraderSep 23, 2025Copper Contributor30Views0likes1CommentSharePoint Server Subscription Edition Search indexing component crashing
Hello, I installed SharePoint Server Subscription Edition on Windows Server 2022 (standard with desktop experience) and the search service crawling is failing. The server has 32GB ram. The MS SQL Server 2022 runs on a separate server, on Windows Server 2022. I installed the SharePoint update from April 2024, and ran the SharePoint products configuration wizard. I already applied the 4 security policies as described in the article https://learn.microsoft.com/en-us/sharepoint/troubleshoot/search/parser-server-failed-to-start I have these errors in the crawl log: The item could not be indexed successfully because the item failed in the indexing subsystem. ( The item could not be indexed successfully because the item failed in the indexing subsystem.; Failed to recover content group; Aborting insert of item in Link Database because it was not inserted to the Search Index.; ; SearchID = ..... ) The item could not be indexed successfully because the item failed in the indexing subsystem. ( The item could not be indexed successfully because the item failed in the indexing subsystem.; Failed to recover content group; ; SearchID = ..... ) In windows event log I have these errors: Application: NodeRunner.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.AccessViolationException at Microsoft.Ceres.SearchCore.FastServer.Plugin.CreateIndexer() at Microsoft.Ceres.SearchCore.Indexes.FastServerIndex.GenerationBuilder.EnsureIndexerOpen() at Microsoft.Ceres.SearchCore.Indexes.FastServerIndex.GenerationBuilder.AddDocument(Microsoft.Ceres.SearchCore.Services.Indexes.FastServerIndex.MdmOperation) at Microsoft.Ceres.SearchCore.ContentTargets.IndexRouter.IndexBuilderAdder.DoWorkIteration() at Microsoft.Ceres.Common.Utils.Concurrent.AbstractWorker.Run() at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart() Faulting application name: NodeRunner.exe, version: 16.0.17328.20136, time stamp: 0xc5aeb836 Faulting module name: ntdll.dll, version: 10.0.20348.2400, time stamp: 0x9c244209 Exception code: 0xc0000005 Fault offset: 0x000000000001bdd0 Faulting process id: 0x337c Faulting application start time: 0x01daa12b85bf944f Faulting application path: E:\Program Files\Microsoft Office Servers\16.0\Search\Runtime\1.0\NodeRunner.exe Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll Report Id: b34c76ee-a339-4b14-9a24-b6e2f53344cf Faulting package full name: Faulting package-relative application ID: Faulting application name: NodeRunner.exe, version: 16.0.17328.20136, time stamp: 0xc5aeb836 Faulting module name: ntdll.dll, version: 10.0.20348.2400, time stamp: 0x9c244209 Exception code: 0xc0000005 Fault offset: 0x000000000001bdd0 Faulting process id: 0x383c Faulting application start time: 0x01daa12bbc509dc8 Faulting application path: E:\Program Files\Microsoft Office Servers\16.0\Search\Runtime\1.0\NodeRunner.exe Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll Report Id: 70f2a049-2211-4f2f-aac5-c3c0d9c9e168 Faulting package full name: Faulting package-relative application ID: Thank you in advance.Adrian-Sergiu NicutaSep 17, 2025Copper Contributor420Views0likes2CommentsPDF Error Message
We are using SharePoint 2019 on-prem, and are having an issue with a few PDF documents that are being loaded to a document library. Attached is a screenshot for reference, but when a user tries to open the PDF, they get a "Failed to load PDF" error message. I've tried resaving the PDF, renaming the PDF, and uploading the PDF to a different library, but still get the error message. Not all PDF documents behave that way; I uploaded one last week without any issue. And the file size isn't an issue. I've checked the PDF to see if there are any security issues, but the PDF doesn't show any. Has anyone had this issue and know how to resolve it? Thanks!MichelleARCApr 29, 2025Copper Contributor188Views0likes1CommentOpenID Connect questions
Hi, I have successfully configured SharePoint SE to use OIDC with ADFS, but I have some questions regarding how it works. Does SharePoint use the authorization code to get an access/refresh token? It doesn't really need it, but I'd still like to know. If yes, is there a way to access that token from code somehow?NicolaeApr 27, 2025Brass Contributor102Views0likes1CommentWebDav on SharePoint Subscription Edition
Hi Community, I'm currently planning a migration from an old SharePoint 2016 On-Premises environment to M365, as well as moving some content to a new SharePoint Subscription Edition farm that will be operational for a few years. My question is: Does anyone have a confirmed, official source stating that WebDav is still supported as of now? Ideally, I'm looking for any official information regarding the future of its support. I understand that WebDav might not be the protocol of the future, but we still have some use cases that need to run for another year or so. Therefore, I want to ensure we can migrate these without concerns, or if we should start planning for alternatives. Thanks in advance for your help!r0rzApr 27, 2025Copper Contributor271Views0likes1CommentEvent Id :3351 Error in Sharepoint Subscription Edition
Hi, I have a 3 server Farm on top on SharePoint Subscription Edition (2 WFE and 1 APP) on tied to a Always-On Database setup. I am getting frequent 3351 errors in Event Id of each VM in the event viewer. Its indicating Login fails on Configuration Database for each of the 3 VMs (domain\Hostname$). I am not sure why this is the case as all connections are going through the configured SharePoint Service Accounts, which seems to be working fine. I am attaching screenshots from event viewer from each VM for reference. Appreciate some input on this. BR, SSPsonispJan 26, 2025Copper Contributor133Views0likes0CommentsConfiguring SharePoint SE to trust third party OIDC authentication.
I am following this article to configure SharePoint SE to trust Login.gov OIDC 1.0 authentication. https://learn.microsoft.com/en-us/sharepoint/security-for-sharepoint-server/set-up-oidc-auth-in-sharepoint-server-with-msaad Following Step 3 to configure using metadata endpoint failed with the error: New-SPTrustedIdentityTokenIssuer : The security token service metadata document could not be parsed. Can SPSE work with third-party Idp other than Microsoft Entra ID to use metadata endpoint? The public key of login.gov will be rotated annually, so configuring it manually by hard coding the public key is not a viable solution.BinduKoikkalDec 18, 2024Copper Contributor342Views1like2CommentsIssue with Debugging Event Receiver in SharePoint Subscription Edition
Hello everyone, I’m currently facing an issue while debugging an event receiver in SharePoint Subscription Edition. Specifically, when I attach to the w3wp process, I encounter a System.NullReferenceException in the ControlBuilder.cs file. Here’s the relevant code snippet: /// <summary>Creates the <see cref="T:System.Web.UI.ObjectPersistData" /> object for this <see cref="T:System.Web.UI.ControlBuilder" /> object.</summary> /// <returns>The <see cref="T:System.Web.UI.ObjectPersistData" /> for this <see cref="T:System.Web.UI.ControlBuilder" />.</returns> public ObjectPersistData GetObjectPersistData() { return new ObjectPersistData(this, Parser.RootBuilder.BuiltObjects); } Since this is not code I’ve written, I’m not sure why this exception is occurring. Has anyone else encountered this issue, or could someone provide insight into potential causes and solutions? Thank you for your help!JMagDBOct 17, 2024Copper Contributor124Views0likes0CommentsIssue Adding Iframes in SharePoint Pages
Hello everyone, We are currently facing an issue when trying to add iframes to our SharePoint pages. We receive the following message: "We cannot insert this HTML code because it contains an unsecured script." We have already configured and allowed the necessary URLs in the "HTML Field Security" settings. However, the problem persists. Has anyone encountered a similar issue or can provide guidance on how to resolve this? Any help would be greatly appreciated! Thank you!JMagDBOct 08, 2024Copper Contributor97Views0likes0CommentsSSO for Enterprise Applications with different authentication
Hi, I have a customer who is looking to implement an Intranet Portal on their data center using SharePoint Subscription Edition (SPSE). They want the portal as a single gateway/entry-point for all their enterprise applications. Hence, they are looking to implement SSO for their enterprise applications (Oracle apex, Custom Web Applications, etc.). As each application has their own authentication mechanism and protocols, would ADFS work in such a scenario? If not, what are the alternatives? Thanks, BR,sonispOct 02, 2024Copper Contributor536Views0likes6Comments
Resources
Tags
- SharePoint Server Subscription16 Topics
- sharepoint server2 Topics
- migration2 Topics
- Theme1 Topic
- SPFx1 Topic
- Modern View1 Topic
- SSO Integration1 Topic
- saml1 Topic
- SQL 2019 enterprise1 Topic
- Anonimus1 Topic