Windows error 0x80070093, -2147024749
Detailed Error Information
IS_JOIN_PATH[1]
| Message | Not enough resources are available to process this command. |
|---|
| Declared in | winerror.h |
|---|
HRESULT analysis[2]
| Flags | Severity | Failure |
|---|
| Reserved (R) | false |
|---|
| Origin | Microsoft |
|---|
| NTSTATUS | false |
|---|
| Reserved (X) | false |
|---|
| Facility | Code | 7 (0x007) |
|---|
| Name | FACILITY_WIN32[2][1] |
|---|
| Description | This region is reserved to map undecorated error codes into HRESULTs.[2][1] |
|---|
| Error Code | 147 (0x0093) |
|---|
This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000093.
Questions
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 moreComments
Leave a comment
Sources
- winerror.h from Windows SDK 10.0.14393.0
- https://msdn.microsoft.com/en-us/library/cc231198.aspx
User contributions licensed under CC BY-SA 3.0