I have also a (recently installed) Windows 2008 R2 Server experiencing the
same problem. I would reinstall the server, but the server is a second
Domain Controller (no rolls). When I try to remove AD with dcpromo I got the
following error:
Installationsprogramm für die Active Directory-Domänendienste
Es konnte nicht festgestellt werden, ob Active
Directory-Domänendienste-Binärdateien installiert wurden. Fehler: Der
Remoteprozeduraufruf ist fehlgeschlagen.
That means the binary files for AD-services could not be found and then
rpc-call has an error.
The other symtoms are like tom@hotmail got:
- The Role and Features tabs in servermanager display 'Error' insted
of the usual list. Error details gives : Unexpeected error refreshing
Server Manager: The remo procedurecall faild (Exception from HRESULT:
0x800706BE
- trying to list installed features in Powershell
PS C:\Users\xxx> Import-Module servermanager
PS C:\Users\xxx> Get-WindowsFeature
(errors in german)
Get-WindowsFeature : Fehler bei der Initialisierung.
Bei Zeile:1 Zeichen:19
+ Get-WindowsFeature <<<<
+ CategoryInfo : OperationStopped: (

[Get-WindowsFeature],
COMException
+ FullyQualifiedErrorId :
DiscoveryFailed,Microsoft.Windows.ServerManager.Co mmands.GetWindowsFeatureCommand
In the eventlog I found this event:
Name der fehlerhaften Anwendung: TrustedInstaller.exe, Version:
6.1.7600.16385, Zeitstempel: 0x4a5bc4b0
Name des fehlerhaften Moduls: ntdll.dll, Version: 6.1.7600.16385,
Zeitstempel: 0x4a5be02b
Ausnahmecode: 0xc00000fd
Fehleroffset: 0x00000000000529f0
ID des fehlerhaften Prozesses: 0xea4
Startzeit der fehlerhaften Anwendung: 0x01ca6b60587f1e5e
Pfad der fehlerhaften Anwendung: C:\Windows\servicing\TrustedInstaller.exe
Pfad des fehlerhaften Moduls: C:\Windows\SYSTEM32\ntdll.dll
Berichtskennung: a26f622d-d753-11de-92ef-000c29e27d97
I already did run the Microsodt System readyness tool. Output:
=================================
Checking System Update Readiness.
Binary Version 6.1.7600.20532
Package Version 6.0
2009-11-22 11:29
Checking Windows Servicing Packages
Checking Package Manifests and Catalogs
Checking Package Watchlist
Checking Component Watchlist
Checking Packages
Checking Component Store
Summary:
Seconds executed: 128
No errors detected
(w) Unable to get system disk
properties 0x0000045D IOCTL_STORAGE_QUERY_PROPERTY Disk Cache
A line in CBS.log at the time the error first occures:
2009-11-12 18:36:34, Info CBS Failed to get session
package state for package:
Package_2_for_KB974571~31bf3856ad364e35~amd64~~6.1 .1.1 [HRESULT = 0x80070490
- ERROR_NOT_FOUND]
After searching for many hours i cant find a clou on how to solve this
issue.