Windows error 0x80070004, -2147024892

Detailed Error Information

TOO_MANY_OPEN_FILES[1]

MessageThe system cannot open the file.
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 Code4 (0x0004)

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

Questions

10votes
2answers

How to resolve Windows 10 installation error FIRST_BOOT, MIGRATE_DATA?

Trying to update my German Windows 8.1. Professional to Windows 10, it fails after about half an hour with the (German) error message: enter image description here [https://i.stack.imgur.com/xGDsb.png] > WE COULDN'T INSTALL WINDOWS 10 > > We've set your PC back to the way it was just before you started [...] read more
windows
upgrade
setup
windows-10-upgrade
windows-10
4votes
1answer

Why do I get error 0x80070004 when trying to update to Windows 8.1 from Windows 8?

So, I'm trying to update Windows 8 to Windows 8.1 via the Windows Store, but every time I attempt to, the update downloads properly, but then I get the error: > Windows 8.1 > This app wasn't installed - view details When I click on it, it says: > Something [...] read more
windows-8
windows-8.1-upgrade
2votes
1answer

WiX/Burn install .NET 4 framework pre-requisite failing to reboot

I have created a custom UX that needs .NET 4 installed to run. I have followed the instructions on installing .NET 4 as a pre-requisite from Burn, and this works perfectly when a reboot after .NET is not required. However, if a reboot is required I click the reboot now [...] read more
installation
wix
wix3.6
burn
1vote
0answers

MYSQL crashing with signal 11

Previously I added same crashing with different error log. This time it shows different error. Could someone please help with what can be the failure here? I'm using NDB cluster and master master replication in same database. And also I'm doing a load test which handles 2000TPS as peek time [...] read more
mysql
1vote
3answers

PHP counter disappears/reappears

I downloaded a script to run a very basic counter on two of my website's pages. Since April 2009 it's run beautifully, but in the last three weeks it would suddenly disappear, then reappear occasionally. This week it's every day.At first the counter just disappeared, now the pages with the [...] read more
javascript
counter
hit
0votes
0answers

CAQuietExec: Access denied when trying to execute copyfiles

I have an application with custom action (Execute="deferred" Impersonate="yes") which copy files to common files folder. When I am trying to execute the application getting failure by saying MSI (s) (AC:34) [10:50:56:404]: Executing op: CustomActionSchedule(Action=CopyMfcRun,ActionType=1025,Source=BinaryData,Target=CAQuietExec,CustomActionData="cmd" /C xcopy /E /H /R /X /Y /I /K "C:\Application\PortalFiles\msv*.dll" "C:\Program Files (x86)\Common Files\Tom Sawyer [...] read more
windows-installer
impersonation
custom-action
access-denied
error-code
0votes
2answers

Wix deferred custom action access denied

Background: Customer has changed the name of the application. The application has stored files under AppData folder and now that folder needs to be copied to new name (and delete the old). I have MSI installation build with Wix 3.6. I didn't find a standard way of copying folder (only [...] read more
wix
windows-installer
0votes
1answer

Cannot start mysql cluster SQL node

I have installed a four node mysql cluster on windows: Management Node 192.168.2.69 Data Node A 192.168.2.66 Data Node B 192.168.2.67 SQL node 192.168.2.78 I can start the first 3 without problem, but SQL node is stuck in the following warning: 2017-04-07T13:55:23.970111Z 0 [Note] IPv6 is available. 2017-04-07T13:55:23.970111Z 0 [Note] [...] read more
mysql
windows
cluster-computing
0votes
1answer

MySQL Cluster error: 1005: Can't create table 'ndb_schema' (errno: 13)

I'm having troubles with my MySQL Cluster Test-setup: I have two machines running Ubuntu and Docker (using a multi-host network) and each node (ndb_mgm, ndbd and mysqld) runs via Docker. The setup is as follows: Machine 1: * ndb_mgmd * ndbd1 * mysqld1 Machine 2: * ndbd2 * mysqld2 When [...] read more
mysql
cluster-computing
0votes
1answer

Windows 10 update fails with 0x8007001F

I am trying to perform an in-place update of Windows 10 from 1803 to 1909. The update downloads successfully. It starts the update, restarts several times and at some point says the update has failed and it is restoring the previous version. The computer restarts again and works fine. When [...] read more
windows-10
windows-10-upgrade

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