Column '_IpLabelMetaInfo' does not exist. It may have been deleted by another user.
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 259
- Forks
- 161
- Avg merge
- 10h 33m
- Merged PRs (30d)
- 1
Description
We're using PnP within an Azure function to upload and update list items in a SharePoint site. Yesterday we encountered several failed jobs with the following error message:
ErrorMessage = {"ServerStackTrace":"","ServerErrorCode":-2147024809,"ServerErrorValue":null,"ServerErrorTypeName":"System.ArgumentException","ServerErrorDetails":null,"ServerErrorTraceCorrelationId":"b6adaea0-50ac-3000-8de7-482201c44ae9","TargetSite":{"Name":"ProcessResponseStream","DeclaringType":"Microsoft.SharePoint.Client.ClientRequest","ReflectedType":"Microsoft.SharePoint.Client.ClientRequest","MemberType":8,"MetadataToken":100663510,"Module":"Microsoft.SharePoint.Client.Runtime.dll","IsSecurityCritical":true,"IsSecuritySafeCritical":false,"IsSecurityTransparent":false,"MethodHandle":"System.RuntimeMethodHandle","Attributes":129,"CallingConvention":33,"ReturnType":"void","ReturnTypeCustomAttributes":"Void ","ReturnParameter":"Void ","IsCollectible":false,"IsGenericMethod":false,"IsGenericMethodDefinition":false,"ContainsGenericParameters":false,"MethodImplementationFlags":0,"IsAbstract":false,"IsConstructor":false,"IsFinal":false,"IsHideBySig":true,"IsSpecialName":false,"IsStatic":false,"IsVirtual":false,"IsAssembly":false,"IsFamily":false,"IsFamilyAndAssembly":false,"IsFamilyOrAssembly":false,"IsPrivate":true,"IsPublic":false,"IsConstructedGenericMethod":false,"CustomAttributes":""},"StackTrace":" at Microsoft.SharePoint.Client.ClientRequest.ProcessResponseStream(Stream responseStream)\r\n at Microsoft.SharePoint.Client.ClientRequest.ProcessResponse()\r\n at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServerAsync(ChunkStringBuilder sb)\r\n at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryAsync()\r\n at Microsoft.SharePoint.Client.ClientRuntimeContext.ExecuteQueryAsync()\r\n at Microsoft.SharePoint.Client.ClientContext.ExecuteQueryAsync()\r\n at Microsoft.SharePoint.Client.ClientContextExtensions.ExecuteQueryImplementation(ClientRuntimeContext clientContext, Int32 retryCount, String userAgent)\r\n at Microsoft.SharePoint.Client.ClientContextExtensions.ExecuteQueryRetry(ClientRuntimeContext clientContext, Int32 retryCount, String userAgent)\r\n at PnP.PowerShell.Commands.Lists.SetListItem.ExecuteCmdlet() in c:\build\src\Commands\Lists\SetListItem.cs:line 185\r\n at PnP.PowerShell.Commands.PnPSharePointCmdlet.ProcessRecord() in c:\build\src\Commands\Base\PnPSharePointCmdlet.cs:line 60","Message":"Column '_IpLabelMetaInfo' does not exist. It may have been deleted by another user. /sites/PrdDocCenter/PrdDocLibrary","Data":{"CorrelationId":"b6adaea0-50ac-3000-8de7-482201c44ae9","TimeStampUtc":"2023-05-01T18:58:52.7941617Z"},"InnerException":null,"HelpLink":null,"Source":"Microsoft.SharePoint.Client.Runtime","HResult":-2146233088}
The function has been working without any issues for months, and we haven't been able to reproduce the issue.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the failing SetListItem operation at src/Commands/Lists/SetListItem.cs line 185 and review the supplied SharePoint error for the missing _IpLabelMetaInfo column. Compare the Azure Function's upload or update request with the affected SharePoint list or library, then establish whether the failure can be reproduced and what evidence identifies the cause or a reliable workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100