Windows error 0x80070093, -2147024749

Detailed Error Information

IS_JOIN_PATH[1]

MessageNot enough resources are available to process this command.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code147 (0x0093)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000093.

Questions

1vote
1answer

SharePoint query GetListItems return 0x80070093

I want to get file list from SharePoint with this query: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <GetListItems xmlns="http://schemas.microsoft.com/sharepoint/soap/"> <listName>Documents</listName> <query> <Query xmlns=""> <Where> <Eq> <FieldRef Name="FSObjType" /> <Value Type="Lookup">1</Value> </Eq> </Where> </Query> </query> <viewFields><ViewFields xmlns="" /></viewFields> <queryOptions> <QueryOptions xmlns=""> <IncludeMandatoryColumns>TRUE</IncludeMandatoryColumns> <DateInUtc>TRUE</DateInUtc> </QueryOptions> </queryOptions> </GetListItems> </soap:Body> </soap:Envelope> But [...] read more
sharepoint
soap

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0