Windows error 0x80070012, -2147024878

Detailed Error Information

NO_MORE_FILES[1]

MessageThere are no more files.
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 Code18 (0x0012)

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

Questions

1vote
1answer

What is COM error 0x80070012 all about then?

A client of ours is having trouble with a SharePoint site. They are seeing the following error (or something similar) appear when they navigate to any pages: > There are no more files (0x80070012) Does anyone know what on earth is this error trying say? I've tried to Google for [...] read more
sharepoint
com
0votes
0answers

SharePoint ULS logs HTTP 304 Not Modified responses with errors - by design?

We've noticed a correlation between HTTP 304 responses to requests for SharePoint Style Library assets and ULS error-like messages in the same correlation such as: Event ID ab1a9 > Failed to get document content data. System.ComponentModel.Win32Exception > (0x80004005): Cannot complete this function at > Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32 rowOrd, Object > ospFileStmMgr, SPDocumentBindRequest& [...] read more
http
cache
sharepoint
0votes
2answers

Blue Prism application modeler launch not working for Windows 10

I created an object to launch a website in Internet Explorer, but when I hit the launch button in Application Modeler I get this error: > Error - Failed to launch application - There are no more files. (Exception > from HRESULT: 0x80070012) I had a co-worker try the object [...] read more
blueprism
0votes
1answer

Unable to view restored site pages

I made a prototype of the SharePoint 2010 site in via the VirtualBox machine. I have successfully made a backup of the entire farm (all elements are backuped without errors). After that I have restored the backup on another VirtualBox snapshot and on a real machine without errors (all elements [...] read more
sharepoint-2010
backup
sharepoint-designer
restore
-1votes
1answer

How to fix Visual Studio Error MSB4018

I am getting the following error (MSB4018) with Visual Studio 2012 Express AND Community 2015. I also get the error when trying to build x86 Assembly Language AND C++. Error 1 error MSB4018: The "Link" task failed unexpectedly. System.TypeInitializationException: The type initializer for 'Microsoft.Build.Utilities.FileTracker' threw an exception. ---> System.Runtime.InteropServices.COMException: There [...] read more
visual-studio
visual-studio-2012
.net-assembly

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