Unable to upload files to SharePoint 2010 document library

Problem: when i tried to upload files to a document library i was getting an error as follows:

The URL '/' is invalid.  It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web.

Log provided the insights:
----------------------------------------------
SPFarm.ExternalBinaryStoreClassId is set to {5325e459-aec3-48fe-b928-0a160cd860de} but class is not registered
SPFarm.ExternalBinaryStoreClassId is set to {5325e459-aec3-48fe-b928-0a160cd860de} but class is not registered. Exception = System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {5325E459-AEC3-48FE-B928-0A160CD860DE} failed due to the following error: 8007007e.     at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)     at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)     at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)     at System.Activator.CreateInstance(Type type, Boolean nonPublic)     at Microsoft.SharePoint.Administration.SPFarm.get_... 615f7f58-46e5-4b9e-8e05-1bbf6925bfab
----------------------------------


Solution:

# Removing the EBS provider registration
$farm.ExternalBinaryStoreClassId = "00000000-0000-0000-0000-000000000000"
$farm.Update()
IISRESET
Reason:
Uploaded files are enrouted to via external Blob Storage provider.  but that was a remniscent in my case. if we want to use it, we may need to add permissions at times.

By removing the that Orphan EBS provider(AvePoint) issue resolved.

Ref: MSDN Technet article

Comments

  1. Helpful data shared. I am extremely happy to read this write-up. thanks for giving us good info.Great walk-through.I appreciate this post.
    SharePoint Online Training

    ReplyDelete

Post a Comment

Popular posts from this blog

SharePoint 2019 New Features

Move the list items from one list to another list using PowerShell - SharePoint 2010

Email Validation for SharePoint list column