Windows error 0x800700CB, -2147024693

Detailed Error Information

ENVVAR_NOT_FOUND[1]

MessageThe system could not find the environment option that was entered.
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 Code203 (0x00cb)

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

Questions

14votes
3answers

azure role not starting after windows update 10February

After installation of windows update on 10th February 2016, the azure roles are not starting in emulator (Full/Express). The logs show below [00005748:00006624, 2016/02/14, 12:03:24.391, FATAL] Role process exited with exit code of -2147024809 [00005748:00006624, 2016/02/14, 12:03:24.397, INFO ] Stopping role: deployment25(0).AzureCloudService2.WebRole1_IN_0. Notify: False Recycle: False StopTimeout: 30 [00005748:00006624, 2016/02/14, [...] read more
azure
azure-web-roles
azure-worker-roles
azure-compute-emulator
8votes
1answer

Why is appcmd.exe unlock config not working on Azure emulator?

I've recently upgraded to the Azure 2.1 SDK, and I'm now encountering a problem with part of my web.config in a web role when running on the compute emulator. My web.config contains this: <location path="api"> <system.webServer> <security> <access sslFlags="Ssl, SslRequireCert, SslNegotiateCert" /> </security> </system.webServer> <system.web> <authorization> <allow users="*" /> </authorization> [...] read more
asp.net
azure
iis
ssl
ssl-certificate
7votes
1answer

Azure Diagnostics not working in my Worker Role

I'm trying to get trace logs for my worker role in windows azure but it's not working and cannot see any error. I've configured my application to use azure diagnostics as explained here: https://www.windowsazure.com/en-us/develop/net/common-tasks/diagnostics/ First, I have this in the app.config of my worker role: <system.diagnostics> <trace> <listeners> <add type="Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitorTraceListener, [...] read more
azure
azure-worker-roles
diagnostics
azure-diagnostics
6votes
1answer

SignTool error when signing AppX file: "Error: SignerSign() failed." (-2147024693/0x800700cb)

I am creating an Appx package using makeappx.exe and then try to sign it using SignTool.exe. The error I get from SignTool is: > "Error: SignerSign() failed." (-2147024693/0x800700cb) The certificate I am using is created by me following instructions from here. In EventViewer there is no record about this failed [...] read more
windows-store-apps
signtool
appx
3votes
1answer

WebSite Not Running In Azure Locally

EDIT: Running Visual Studio as an administrator fixes the problem below but can someone explain why I need to run as an administrator in order to run the web site in the Azure emulator? We are in the process of migrating our site to Windows Azure, I have created a [...] read more
asp.net-mvc
azure
azure-cloud-services
2votes
1answer

WaHostBootstrapper Error After Installing SDK 1.8

I've recently upgraded our Azure SDK to 1.8 (From 1.6). On deploying all our web and worker roles come online without issue except for 1. This 1 worker role is the only 1 with 2 instances (The rest are single instances); all dlls are set to CopyLocal = "true", connection [...] read more
c#
iis
azure
azure-worker-roles

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