Windows error 0x800703F3, -2147023885

Detailed Error Information

CANTOPEN[1]

MessageThe configuration registry key could not be opened.
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 Code1011 (0x03f3)

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

Questions

8votes
7answers

SSDT 2017 Setup Failed The configuration registry key could not be opened

We have been using VS 2017 Shell version for BI development for a few months without problems but today it stopped unexpectedly and restarted on its own. After the restart, we got an error: > Could not load file or assembly 'Microsoft.DataTransformationServices.Wizards' > or one of its dependencies. The system [...] read more
ssis
installation
visual-studio-2017
business-intelligence
ssdt-bi
2votes
1answer

not able to install SSDT for visual studio 2017 professional

Need your help I have successfully installed VS2017 on my computer . But when I tried to install SQL server data tools 15.6.0 or 15.5.1 it gives me error as below : Setup failed The configuration registry key could not be opened(0x800703F3) Thanks All!! read more
database
data-warehouse
sql-data-warehouse
1vote
1answer

The configuration registry key could not be opened (0x800703F3) - SSDT

While i was trying to install Microsoft SQL Server Data Tools, i encountered an error which is called 'impossible to open registry configuration key (0x800703F3)'. It gives me a log with the output of the error: > [0664:26A0][2018-05-09T03:16:16]i000: > MainViewModel.OnPackageActionProgress: Percent completed: 50, Overall > progress: 3 [1830:047C][2018-05-09T03:16:16]e000: Error 0x800703f3: [...] read more
sql-server-data-tools

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