9
« on: May 16, 2017, 10:30:45 am »
Update: After much trial and error I managed to fix the COM+ Event System problem by applying to the register a key exported from a healthy system. Upon rebooting the system I checked the event log and found the following error:
======================
Volume Shadow Copy Service error: An internal inconsistency was detected in trying
to contact shadow copy service writers. The Registry Writer failed to respond to a query
from VSS. Check to see that the Event Service and Volume Shadow Copy Service
are operating properly, and please check the Application event log for any other events.
Operation:
Gathering Writer Data
Executing Asynchronous Operation
Context:
Execution Context: Requestor
Current State: GatherWriterMetadata
Event Data:
0000 2D 20 43 6F 64 65 3A 20 42 55 45 43 58 4D 4C 43 - Code: BUECXMLC
0010 30 30 30 30 39 30 30 31 2D 20 43 61 6C 6C 3A 20 00009001- Call:
0020 42 55 45 43 58 4D 4C 43 30 30 30 30 38 39 33 39 BUECXMLC00008939
0030 2D 20 50 49 44 3A 20 20 30 30 30 30 30 36 32 34 - PID: 00000624
0040 2D 20 54 49 44 3A 20 20 30 30 30 30 32 32 37 36 - TID: 00002276
0050 2D 20 43 4D 44 3A 20 20 76 73 73 61 64 6D 69 6E - CMD: vssadmin
0060 20 20 6C 69 73 74 20 77 72 69 74 65 72 73 20 20 list writers
0070 2D 20 55 73 65 72 3A 20 4E 61 6D 65 3A 20 31 38 - User: Name: 18
0080 33 30 54 5C 46 61 62 69 61 6E 2C 20 53 49 44 3A 30T\Fabian, SID:
0090 53 2D 31 2D 35 2D 32 31 2D 32 35 33 30 37 33 30 S-1-5-21-2530730
00A0 39 32 30 2D 32 30 38 39 34 33 38 36 32 34 2D 32 920-2089438624-2
00B0 38 31 39 36 36 31 36 33 31 2D 31 30 30 30 20 20 819661631-1000
============================
Trying to create a restore point generates the same error.
So now I am back to the original problem, i.e.:
vssadmin list writers yields an empty list.
I went back and re-registered the various .DLLs per your VSSfix utility. While this time I did not get errors, I did not get any responses of successful registrations, which I should get. So it's not clear that they took. In any case, it has not resolved the empty list problem and that is the most common suggestion to solve it.
Any ideas?