Windows error 0x8007006D, -2147024787

Detailed Error Information

BROKEN_PIPE[1]

MessageThe pipe has been ended.
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 Code109 (0x006d)

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

Questions

9votes
2answers

How to distinguish programmatically between different IOExceptions?

I am doing some exception handling for code which is writing to the StandardInput stream of a Process object. The Process is kind of like the unix head command; it reads only part of it's input stream. When the process dies, the writing thread fails with: IOException The pipe has [...] read more
c#
exception-handling
ioexception
hresult
4votes
1answer

Azure WebApp not starting: An error occurred while starting the application. Loading profile failed

I have an asp.net core 1.1.1 web application that runs properly from IIS Express. After I deploy it to Azure the web app cannot start. I get the following error: An error occurred while starting the application. .NET Framework X86 v4.0.30319.42000 | Microsoft.AspNetCore.Hosting version 1.1.1 | Microsoft Windows 6.2.9200 I [...] read more
c#
azure
asp.net-core
asp.net-core-mvc
2votes
1answer

Cannot update Windows update

When I try to get latest windows updates, windows (7 home) tells me that it needs to update the windows update. And that the Update window needs to be restarted in order to do that. After that restart I get error "WindowsUpdate 8007006D". Googlin that code doesnt' give me any [...] read more
windows-7
windows
windows-update
2votes
0answers

SQL Server 2012 service not starting automatically

I have multiple SQL Server instance and I want to start service automatically for each when system starts. So I choose services state to automatically but it does not start automatically. Here is the error log of one of the SQL Server instances 2018-07-12 17:55:30.96 Server SQL Server detected 1 [...] read more
service
sql-server-2012
1vote
0answers

Azure SQL Database is fully occupied without requests

I am using an Azure Web App (own ASP.NET Project) combined with an Azure SQL database. My web application is requesting the database on each request to check the userlevel for example. The workload on the Azure charts are totally normal but sometimes there are some strange workloads after special [...] read more
asp.net
entity-framework
azure
azure-sql-database
1vote
1answer

Window Azure Emulator: Roles instances are taking longer than expected to start

I've just created a very simple window azure project with a web application. When I press 'Ctrl+F5' to deploy it to azure emulator, it keeps getting the message: Roles instances are taking longer than expected to start. Do you want continue to waiting? I've checked the dfagent.log file showing: [2013/06/24, [...] read more
azure
emulation
1vote
0answers

Active Directory related AppDomainUnloadedException in MVC4

I have an ASP.NET MVC application. It's run on a domain and we determine the user by calling UserPrincipal.Current. This works beautifully, most of the time. Every once in a while (maybe 1 out of 5 times), and only right after I publish my app to IIS, it will throw [...] read more
asp.net-mvc-4
active-directory
userprincipal
0votes
0answers

I have a runtime error when combine Umbraco + Ucommerce .Net

I'm trying to debug a webshop system that is running on Umbraco with Ucommerce on top, the system is hosted in Azure Web. The webshop is randomly not responding (each 12-24 h). I looked in the errorlog and found this, however I'm not sure how to solve this problem? Does [...] read more
.net
azure
umbraco
umbraco-ucommerce

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