Unable to install SQL Server (setup.exe). Exit code (Decimal): -2147467259

Kelly 0 Reputation points
2023-08-31T05:14:12.6566667+00:00

Hi, I'm receiving error "Unable to install SQL Server (setup.exe). Exit code (Decimal): -2147467259" when attempting install of SQL Server 2022 Express. Is my firewall the issue? Hoping someone could help me ID the issue. Thanks in advance.

Summary_KellySurface_20230830_231732.txt

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
11,012 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Erland Sommarskog 88,626 Reputation points
    2023-09-01T20:58:46.5166667+00:00

    The critical part in the log is this:

    (01) 2023-08-30 23:20:41 SQLEngine: --RsFxConfiguration: InfFilePath is C:\Program Files\Microsoft SQL Server\160\Shared\RsFxInstall\RsFx0700.inf (01) 2023-08-30 23:20:41 SQLEngine: --RsFxConfiguration: ExecuteInfSection RetVal = -536870347 (01) 2023-08-30 23:20:41 Slp: Configuration action failed for feature SQL_Engine_Core_Inst during timing ConfigNonRC and scenario ConfigNonRC. (01) 2023-08-30 23:20:41 Slp: Unknown error (0xe0000235) (01) 2023-08-30 23:20:41 Slp: The configuration failure category of current exception is ConfigurationFailure (01) 2023-08-30 23:20:41 Slp: Configuration action failed for feature SQL_Engine_Core_Inst during timing ConfigNonRC and scenario ConfigNonRC. (01) 2023-08-30 23:20:41 Slp: System.ComponentModel.Win32Exception (0x80004005): Unknown error (0xe0000235)

    RsFx0700 is a driver for the FILESTREAM feature.

    I've seen people running into this error before, but I don't think we ever found a resolution. Unknown error - not very helpful.

    1. Can you check that you have the file C:\Program Files\Microsoft SQL Server\160\Shared\RsFxInstall\RsFx0700.inf.
    2. What hardware do you have?
    3. What anti-virus are you running?
    4. Was this your first and only installation attempt, or the last of several.