Dear all,
since a few weeks I have a problem installing new windows updates. Windows Update quits with the error 80070246. Investigating a little bit I also found out that either sfc nor dism is not working anymore:
The CBS.log is full of 80070246 - ERROR_ILLEGAL_CHARACTER errors. Then I tried using SFCFix, but it shows the same error as dism and then reports no errors were detected.
Then there is also a problem with the powershell commandlet Get-WindowsFeature showing the same error code:
From reading through some of the posts here I think I have a corruption in my components hive. The machine is running on a ESX Server and recently had two crashes, now there are some *.blf and *.regtrans-ms files in the c:\windows\system32\config folder.
View attachment 14999
I would be glad if you could help me, its my DC incl. PIK and setting this up again would be a lot of work.
since a few weeks I have a problem installing new windows updates. Windows Update quits with the error 80070246. Investigating a little bit I also found out that either sfc nor dism is not working anymore:
Code:
C:\Windows\system32>dism /online /cleanup-image /RestoreHealth
Tool zur Imageverwaltung für die Bereitstellung
Version: 6.3.9600.17031
Abbildversion: 6.3.9600.17031
[==========================100.0%==========================]
Fehler: 582
Ein unzulässiges Zeichen wurde gefunden. Bei einem Mehrbyte-Zeichensatz schließt dies ein führendes Byte ohne nachfolgendes Byte ein. Beim Unicode-Zeichensatz sind dies die Zeichen 0xFFFF und 0xFFFE.
Die DISM-Protokolldatei befindet sich unter "C:\Windows\Logs\DISM\dism.log".
C:\Windows\system32>sfc /scannow
Systemsuche wird gestartet. Dieser Vorgang kann einige Zeit dauern.
Der Windows-Ressourcenschutz konnte den angeforderten Vorgang nicht ausführen.
The CBS.log is full of 80070246 - ERROR_ILLEGAL_CHARACTER errors. Then I tried using SFCFix, but it shows the same error as dism and then reports no errors were detected.
Code:
SFCFix version 2.4.5.0 by niemiro.
Start time: 2015-08-02 16:34:21.807
Microsoft Windows Server 2012 R2 Update 3 - amd64
Not using a script file.
AutoAnalysis::
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.
Successfully processed all directives.
SFCFix version 2.4.5.0 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2015-08-02 16:34:54.307
----------------------EOF-----------------------
Then there is also a problem with the powershell commandlet Get-WindowsFeature showing the same error code:
Code:
PS C:\Users\Administrator> Get-WindowsFeature
Get-WindowsFeature : Fehler bei der Anforderung zum Auflisten der auf dem angegebenen Server verfügbaren Features.
Die Featureliste konnte nicht abgerufen werden.
Ein unzulässiges Zeichen wurde gefunden. Bei einem Mehrbyte-Zeichensatz schließt dies ein führendes Byte ohne
nachfolgendes Byte ein. Beim Unicode-Zeichensatz sind dies die Zeichen 0xFFFF und 0xFFFE. Fehler: 0x80070246
In Zeile:1 Zeichen:1
+ Get-WindowsFeature
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (@{Vhd=; Credent...Name=localhost}:PSObject) [Get-WindowsFeature], DeploymentProviderException
+ FullyQualifiedErrorId : Failure_Retrieving_Dism_Features,Microsoft.Windows.ServerManager.Commands.GetWindowsFeatureCommand
From reading through some of the posts here I think I have a corruption in my components hive. The machine is running on a ESX Server and recently had two crashes, now there are some *.blf and *.regtrans-ms files in the c:\windows\system32\config folder.
View attachment 14999
I would be glad if you could help me, its my DC incl. PIK and setting this up again would be a lot of work.