Rob3r70 SharePoint Blog
SharePoint Enthusiast
recent posts
- SharePoint Designer Error After Latest CUs: Troubleshooting Guide
- Workstream Oasis: A Modern Intranet Experience Showcased at SharePoint Hackathon 2026
- Securing Your SharePoint Server: Essential Firewall Tips
- Streamline SharePoint with AI-Powered Knowledge Agent
- Unlock SharePoint Efficiency with the Knowledge Agent
Social links
Category: Uncategorized
-

Description A client reported that after installing latest CUs, they are unable to create or modify SharePoint list forms in SharePoint Designer. When you are trying to create a new form in SharePoint Designer, you get an error in SPD with message “Could not save the list changes to the server” Error popup ULS logs…
-
Introduction In recent years, SharePoint has been rapidly evolving from a classic document storage platform to a central digital work environment that connects content, processes, and people. With the advent of artificial intelligence, Copilot, and agents, its role is further strengthened – SharePoint is becoming the core knowledge platform in the Microsoft 365 ecosystem. It…
-
When securing a SharePoint Server farm (2016, 2019, or Subscription Edition), the best starting point is always Microsoft’s official security hardening documentation. The primary resource — “Plan security hardening for SharePoint Server” — provides clear recommendations for reducing the attack surface while keeping the farm functional. Key Hardening Steps We Followed from Microsoft Documentation We…
-
Introduction In an age where artificial intelligence (AI) is becoming an indispensable part of business processes, Microsoft is introducing innovations that make it easier to manage digital content. SharePoint Knowledge Agent, introduced in public preview in September 2025, is an AI assistant integrated directly into SharePoint that helps enrich, organize, and maintain content. It’s designed…
-
In a fast-paced business environment where information is the key to success, effective document and content management in SharePoint is becoming increasingly important. Imagine a tool that automatically organizes your files, fixes errors, and makes them more accessible—all powered by artificial intelligence (AI). That’s exactly what the new SharePoint Knowledge Agent feature, which is currently…
-
Introduction In light of the increasing number of cyberattacks, intrusions, and security vulnerabilities targeting on-premises environments, Microsoft has implemented robust protection mechanisms for SharePoint Server. A key feature is the integration with the Antimalware Scan Interface (AMSI), which provides real-time protection against malicious web requests. This article discusses AMSI in the context of SharePoint Server…
-
Effective SharePoint management is essential for security and compliance in the digital landscape. By utilizing Microsoft 365 Copilot and SharePoint Advanced Management, organizations can optimize access control and search functionalities. Implementing best practices, such as restricted search settings, regular access reviews, and user education, enhances data protection and aids compliance efforts.
-

After upgrading a client to SharePoint SE version from 2013, issues arose while mounting content databases, specifically a type initializer exception. Research led to identifying the “System account” in the WSS_WPG group as a potential cause. Removing it resolved the upgrade issue, allowing the database upgrade to proceed smoothly.
-

After upgrading a client to SharePoint Subscription Edition from 2013, workflows failed to start due to assembly version issues. The ULS logs indicated errors relating to version 15.0.0.0 instead of 16.0.0.0, despite guidance suggesting configuration changes to web.config and owstimer.exe.config. Specific entries were necessary to resolve the issue.
-
back in 2013 a web part was published on Codeplex which was called “ClaimsViewerWebPart”. I do not know who the author was, but since I stiil find it a really useful web part I decompiled the code and made a new project to support SharePoint 2019 and Subscription Edition. Installation To install a solution you…