Auteur de questions
SharePoint 2013 - Problème de librairie

Discussion générale
-
Bonjour,
Je suis confronté à un problème que je ne parviens pas à résoudre.
Voici mon problème :
Sur ma collection de site SharePoint, lorsque j'ajoute une librairie (de type images par exemple), celle-ci se crée sans problème.
En revanche lorsque je tente d'ajouter un élément à l'intérieur de cette dernière, je reçois l'erreur suivante :----------------------
Server Error in '/' Application.
--------------------------------------------------------------------------------
List does not exist.
The page you selected contains a list that does not exist. It may have been deleted by another user.<nativehr>0x81020026</nativehr><nativestack></nativestack>
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: List does not exist.
The page you selected contains a list that does not exist. It may have been deleted by another user.<nativehr>0x81020026</nativehr><nativestack></nativestack>
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[COMException (0x81020026): List does not exist.
The page you selected contains a list that does not exist. It may have been deleted by another user.<nativehr>0x81020026</nativehr><nativestack></nativestack>]
Microsoft.SharePoint.Library.SPRequestInternalClass.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boolean bGetSecurityData, Boolean bPrefetchRelatedFields, ISP2DSafeArrayWriter p2DWriter, Int32& plRecycleBinCount) +0
Microsoft.SharePoint.Library.SPRequest.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boolean bGetSecurityData, Boolean bPrefetchRelatedFields, ISP2DSafeArrayWriter p2DWriter, Int32& plRecycleBinCount) +416
[SPException: List does not exist.
The page you selected contains a list that does not exist. It may have been deleted by another user.]
Microsoft.SharePoint.SPGlobal.HandleComException(COMException comEx) +149
Microsoft.SharePoint.Library.SPRequest.GetListsWithCallback(String bstrUrl, Guid foreignWebId, String bstrListInternalName, Int32 dwBaseType, Int32 dwBaseTypeAlt, Int32 dwServerTemplate, UInt32 dwGetListFlags, UInt32 dwListFilterFlags, Boolean bPrefetchMetaData, Boolean bSecurityTrimmed, Boolean bGetSecurityData, Boolean bPrefetchRelatedFields, ISP2DSafeArrayWriter p2DWriter, Int32& plRecycleBinCount) +1815
Microsoft.SharePoint.SPListCollection.EnsureListsData(Guid webId, String strListName) +623
Microsoft.SharePoint.SPListCollection.ItemByInternalName(String strInternalName, Boolean bThrowException) +738
Microsoft.SharePoint.SPListCollection.GetListById(Guid uniqueID, Boolean bThrowException) +79
Microsoft.Office.RecordsManagement.PolicyFeatures.ApplicationPages.UploadPage.get_CurrentList() +796
Microsoft.Office.RecordsManagement.PolicyFeatures.ApplicationPages.UploadExPage.get_EnforceRouting() +90
Microsoft.Office.RecordsManagement.PolicyFeatures.ApplicationPages.UploadExPage.OnPreInit(EventArgs e) +137
System.Web.UI.Page.PerformPreInit() +40
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1587
------------------------
J'ai essayé vraiment beaucoup de chose, mais rien a faire, je ne parviens pas à me décoincer.
Je suis évidemment connecté avec un compte ayant les droits nécessaires.
Si quelqu'un à une idée, je suis preneur :)
Merci d'avance.
Franck
- Type modifié Gokan OzcifciMVP mercredi 18 décembre 2013 07:43 Pas de réponse
Toutes les réponses
-
bonjour,
Avez vous consulté les réponses mentionné ici :
http://go4answers.webhost4life.com/Example/list-permission-issue-user-account-or-186911.aspx
1ere solution : http://technet.microsoft.com/en-us/library/ff608071.aspx
2 eme solution : assigning/managing permissions from the Site Collection URL[Site collection - > Site Actions -> Site Permissions
bon courage
Thierry Buisson
-
-
Bonjour,
Merci pour votre participation.
J'ai regarder vos 2 solutions, mais il ne s'agit pas d'un problème de droit en l’occurrence (j'ai effectué la manipulation avec différents comptes, dont un compte administrateur de la collection de site).
Quelques éléments supplémentaires : En fait, le site dispose de nombreux subsite. Le problème est présent sur tous les subsites sans exception. En revanche, cela fonctionne correctement sur le site top level.
Merci pour votre aide.
Franck
-
Bonjour
dans la stacktrace fournie on vois "Microsoft.Office.RecordsManagement.PolicyFeatures"
Il semble donc que l'erreur soit liée aux features de Record Managment fournie par SharePoint Server.
Comme vous indiquez une différence de comportement entre le site racine et les sous site je penche pour une feature à activer (scope Web) sur les sous sites.
comparez la liste des features de scope "Web" activées sur le site racine et sur un des sous sites, nottament les feature "SharePoint Server Standard" et "SharePoint Server Enterprise" et "Hold and eDiscovery"
Blog Sharepoint : www.paslatek.net Twitter : @LimozinLionel
-
Bonjour,
Les features activées (au niveau du scope Web) sont identiques sur le site racine et sur les sous sites.
Chose surprenante que j'ai oublié de préciser : il est possible d'ajouter un élément dans les librairies qui posent problèmes en faisant un drag & drop ...