Category: SharePoint 2010

How to Easily Download Files from SharePoint using PowerShell with date filter

Download files from SharePoint document library using PowerShell script

Loading

Download files from SharePoint Online document library using PowerShell: Here in this post, I will show how we can download files or documents from SharePoint Online document library using PowerShell CSOM script programmatically from the given date by passing the “From Date” and “To Date” to the query. Download files from SharePoint document library (download

Continue reading

Fastest way to create multiple items in a list using PowerShell CSOM – O365

SharePoint list item - Create multiple items in a list using PowerShell

Loading

Create multiple items in a list (SharePoint Online) using PowerShell – here in this post, I will show how to create multiple list items in SharePoint online list using the PowerShell CSOM code programmatically. Create multiple items in a list using PowerShell CSOM script in SharePoint Online (Which is the fastest way to create multiple

Continue reading

Quick fix SharePoint Server Error: http://go.microsoft.com/fwlink?LinkID=177673

Solved: SharePoint Server Error: http://go.microsoft.com/fwlink?LinkID=177673

Loading

In this “SharePoint Server Error” article, we will learn about when we get “Server error: http://go.microsoft.com/fwlink?LinkID=177673”  from SharePoint sites and how to fix it. Issue Description: SharePoint Server Error: http://go.microsoft.com/fwlink?LinkID=177673 During our SharePoint content database migration, we faced this issue. Let’s say we have migrated the content database from SharePoint one version to another version(for

Continue reading

Instantly get SharePoint list URL by list ID – Office 365

Get SharePoint list URL by list ID Demo

Loading

Get SharePoint list URL by list ID – Sometimes for some reason when SharePoint developer is shared only with SharePoint site URL and list id – using these two combinations, they need to generate the default view URL.  Then how can we construct the list URL? I will show here in this post how we

Continue reading

Instantly Solved: “Sorry, something went wrong. There was an exception in the Database” (SharePoint Server Error) – SharePoint 2016/2019

Sorry, something went wrong. There was an exception in the Database. Please retry your operation and if the problem persists, contact an administrator

Loading

How to fix  “Sorry, something went wrong. There was an exception in the Database. Please retry your operation and if the problem persists, contact an administrator” in SharePoint 2016 search. Issue Descriptions: “Sorry, something went wrong. There was an exception in the Database” (SharePoint Server Error) All of a sudden, our SharePoint 2016 search is

Continue reading

SharePoint Migration Checklist: 28+ Must-Have Quick Checklist Items

Top 28 Keys in SharePoint Migration Checklist - Basic tips and tricks in migration project

Loading

SharePoint Migration Checklist: Sometimes, while we do the SharePoint content database migration via the detach and attach method, we may encounter errors. However, if we open the migrated site, it does open and work. Here, I will explain how we can reduce the possibility of getting errors and some basic tips and tricks in the

Continue reading

Failed to save modifications to the server error in SharePoint calculated column – SharePoint 2016

Failed to save modifications to the server error in SharePoint calculated column

Loading

Failed to save modifications to the server: Error returned: while creating the SharePoint calculated column, sometimes we may get the below error: “Failed to save modifications to the server. Error returned: ‘An unexpected error occurred (file ‘tmmdmodeltm.cpp’, line LineNumber, function ‘MDModelTM::CreateHierIterRequest’).” In this post, I will show how to fix the “failed to save modifications

Continue reading

Innovate SharePoint unique Permissions: Maximum number of unique permissions in SharePoint library 50000

Maximum number of unique permissions in a SharePoint library

Loading

The maximum number of unique permissions in SharePoint library is 50,000 – Sometimes we may need to know what is the maximum number of unique permissions in a SharePoint library we may have – when we have multiple nested folder structures inside the library. Description: Maximum number of unique permissions in SharePoint library Maximum unique

Continue reading

[Fixed]: “Upload failed path not found” or The specified path, file name, or both are too long error

Upload failed path not found

Loading

In this “upload failed path not found” troubleshooting article, we will learn how to fix “Upload failed path not found” or The specified path, file name, or both are too long error Issue description – scenario 1: Upload failed path not found A couple of years back I was working on a big migration project

Continue reading