Windows error 0x8007042B, -2147023829

Detailed Error Information

PROCESS_ABORTED[1]

MessageThe process terminated unexpectedly.
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 Code1067 (0x042b)

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

Questions

21votes
3answers

How to solve error 0x8007042b while connecting a Google account on Windows 10?

I recently updated to Windows 10 and I'm quite fine with it. Except for apps like Mail or Calendar. Upon starting them, they ask me which accounts should be used. So I'd like to add my Google account, as this is my main calendar. I press "Add", where it lists [...] read more
windows-10
gmail
6votes
2answers

WebAuthenticationBroker.AuthenticateAsync throws exception

My code uses : WebAuthenticationResult WebAuthenticationResult = await WebAuthenticationBroker.AuthenticateAsync( WebAuthenticationOptions.None, StartUri, EndUri); just like the Microsoft Web authentication broker sample It used to work on my desktop and on my tablet (Surface) but now it is not working on my desktop. It throws exception The process terminated unexpectedly. (Exception from [...] read more
c#
windows-8
microsoft-metro
windows-store-apps
2votes
1answer

Windows 10 Update to 1903 Error: 0x8007042B - 0x2000D

The update starts on the windows 10 machine but after the restart everything is rolled back. My setuperr.txt: 2019-07-16 16:38:55, Error CSI 00000001 (F) STATUS_OBJECT_NAME_NOT_FOUND #10# from Windows::Rtl::SystemImplementation::DirectRegistryProvider::SysQueryValueKey(flags = 0, key = 974 ('\REGISTRY\MACHINE\SYSTEM\Setup'), vn = [l:7 ml:8]'Compact', kvic = 2, kvi = 2, disp = 0)[gle=0xd0000034] 2019-07-16 16:38:55, Error [...] read more
windows-10
windows-update
2votes
0answers

0x8007042b error when adding yahoo or gmail accounts to Windows 10 Mail and Calendar app

There's a similar thread from 2015 How to solve error 0x8007042b while connecting a Google account on Windows 10? here but none of the answers worked. The manual method of adding accounts doesn't work with Calendar, which for some strange reason is bundled with the Mail app! My current build [...] read more
windows-10
gmail
calendar
yahoo-mail
1vote
1answer

Windows upgrade failed (Error 0x8007042B-0x2000D) when upgrading to build 1607

So, I'm currently running the RTM build of Windows 10 Enterprise x64 and I downloaded en_windows_10_enterprise_version_1607_updated_jul_2016_x64_dvd_9054264.iso and mounted the ISO on Windows as a virtual CD. I double clicked the setup.exe to begin the installation, but, upon reboot and log in, I saw an error message popping up. We couldn't [...] read more
windows-10-v1607
1vote
1answer

Need Help Fixing Windows 10 Adding a Mail Account, Error Code: 0x8007042b whenever I try to add gmail or Yahoo

EDIT: This has nothing to do with the Mail & Calendar client, nor Google itself. Something within Windows itself is causing the error. As I've removed the Mail & Calendar app, and just tried syncing google to my windows within settings>email & accounts>Add an account. enter image description here [https://i.stack.imgur.com/jO9ws.png] [...] read more
windows-10
64-bit
user-accounts
1vote
1answer

In-place Upgrade to WIndows 10 failed, 0x8007042B - 0x3000D

We had this issue when doing an in-place upgrade from Windows 7 to Windows 10 (1903) on certain machines while many others went through the process w/o any issue. > We couldn't install Windows 10 > > We've set your PC back to the way it was right before you [...] read more
windows-10
upgrade
0votes
0answers

Windows update from 1803 fails with 0x8007042B - 0x2000D SAFE_OS phase during MIGRATE_DATA operation

I am updating a Windows 10 PC from 1803 (to the latest OS which is 1909) and it's failing with this error: 0x8007042B - 0x2000D The installation failed in the SAFE_OS phase with an error during MIGRATE_DATA operation It fails the same way each time, pretty much down to the [...] read more
windows-10
0votes
0answers

Upgrading to Windows 10 fall creator fails

This is the setuperr.log. 2018-01-23 16:43:24, Error MOUPG CDlpActionImpl<class CDlpErrorImpl<class CDlpObjectInternalImpl<class CUnknownImpl<class IMoSetupDlpAction> > > >::Suspend(1066): Result = 0xC1800104 2018-01-23 16:43:24, Error MOUPG CSetupManager::ExecuteInstallMode(723): Result = 0x800705BB 2018-01-23 16:43:24, Error MOUPG CSetupManager::ExecuteDownlevelMode(347): Result = 0x800705BB 2018-01-23 16:43:24, Error MOUPG CSetupManager::Execute(237): Result = 0x800705BB 2018-01-23 16:43:24, Error MOUPG CSetupHost::Execute(375): Result = [...] read more
windows-10-v1703
0votes
3answers

Configuring python for IIS

Following the steps in https://docs.microsoft.com/en-us/visualstudio/python/configure-web-apps-for-iis-windows?view=vs-2019 to configure flask app to run behind IIS and searching online I couldn't find a solution that fix my problem. I have my web.config as: <?xml version="1.0" encoding="utf-8"?> <configuration> <system.webServer> <handlers> <add name="PythonHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified"/> </handlers> <httpPlatform processPath="C:\envs\Scripts\python.exe" arguments="-m flask run --port %HTTP_PLATFORM_PORT%" [...] read more
python
iis
flask
0votes
1answer

Getting errors while trying to get SQL Server Agent to work

I am trying to get SQL Server Agent on an instance of 2014 and an instance of 2016 to run. Currently both of them start up but then immediately stop with the message: The SQL Server Agent (VERSION16) service on Local Computer started and then stopped. Some services stop automatically [...] read more
sql-server
sql-server-2016
sql-server-agent
-1votes
2answers

GoogleWebAuthorizationBroker Throws Exception in C#

I am trying to authenticate with Google using OAuth inside a Windows 8 App. I am using the Google .NET Client API for this, following this tutorial. However I keep getting an exception when I use the GoogleWebAuthorizationBroker class. The code I have is copy/pasted from the linked tutorial. The [...] read more
c#
windows-8
google-api
oauth-2.0
google-api-dotnet-client

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