Event Log Errors

  • Thread starter Thread starter Abhi
  • Start date Start date
A

Abhi

I am reposting these errors that I am getting in my event viewer. Does
anybody know how to resolve these.

- Abhi

Application Log
------------------

Event Type: Error
Event Source: VSS
Event Category: None
Event ID: 4097
Date: 6/26/2003
Time: 2:26:20 PM
User: N/A
Computer: MACHINENAME
Description:
Volume Shadow Copy Service error: The COM+ Admin catalog instance cannot be
created [0x80040154].
Data:
0000: 43 41 44 43 41 44 4d 43 CADCADMC
0008: 31 33 34 00 00 00 00 00 134.....
0010: 43 41 44 43 41 44 4d 43 CADCADMC
0018: 31 31 37 00 00 00 00 00 117.....


Event Type: Error
Event Source: VSS
Event Category: None
Event ID: 8193
Date: 6/26/2003
Time: 2:26:20 PM
User: N/A
Computer: MACHINENAME
Description:
Volume Shadow Copy Service error: Unexpected error calling routine
CoCreateInstance. hr = 0x80040154.
Data:
0000: 45 56 54 45 56 54 43 43 EVTEVTCC
0008: 31 31 37 00 00 00 00 00 117.....
0010: 45 56 54 45 56 54 43 43 EVTEVTCC
0018: 31 30 31 00 00 00 00 00 101.....


Event Type: Warning
Event Source: WinMgmt
Event Category: None
Event ID: 33
Date: 6/26/2003
Time: 2:32:33 PM
User: N/A
Computer: OEM-659DORK7G11
Description:
WMI ADAP was unable to load the PerfOS performance library because it threw
an exception: 0xea


System Log
------------

Event Type: Error
Event Source: Workstation
Event Category: None
Event ID: 5728
Date: 6/26/2003
Time: 2:24:27 PM
User: N/A
Computer: MACHINENAME
Description:
Could not load any transport.
 
Hi,

The first two errors suggest that the COM+ Admin catalog is not
installed correctly. 0x80040154 means REGDB_E_CLASSNOTREG which always
appears if the corresponding COM server was not installed. In our
case, the COM server is the COM+ Admin catalog.

Please be the COM+ subsystem is installed correctly on your machine
(is this Windows XP Embedded?)

Thanks, Adi


This posting is provided "AS IS" with no warranties, and confers no
rights.
 
Thanks Adi.
Yes it is Windows XP Embedded. How do I check if COM+ subsystem is correctly
installed.

Thanks and Regards,
Abhi


Adi Oltean said:
Hi,

The first two errors suggest that the COM+ Admin catalog is not
installed correctly. 0x80040154 means REGDB_E_CLASSNOTREG which always
appears if the corresponding COM server was not installed. In our
case, the COM server is the COM+ Admin catalog.

Please be the COM+ subsystem is installed correctly on your machine
(is this Windows XP Embedded?)

Thanks, Adi


This posting is provided "AS IS" with no warranties, and confers no
rights.

"Abhi" <[email protected]> wrote in message
I am reposting these errors that I am getting in my event viewer. Does
anybody know how to resolve these.

- Abhi

Application Log
------------------

Event Type: Error
Event Source: VSS
Event Category: None
Event ID: 4097
Date: 6/26/2003
Time: 2:26:20 PM
User: N/A
Computer: MACHINENAME
Description:
Volume Shadow Copy Service error: The COM+ Admin catalog instance cannot be
created [0x80040154].
Data:
0000: 43 41 44 43 41 44 4d 43 CADCADMC
0008: 31 33 34 00 00 00 00 00 134.....
0010: 43 41 44 43 41 44 4d 43 CADCADMC
0018: 31 31 37 00 00 00 00 00 117.....


Event Type: Error
Event Source: VSS
Event Category: None
Event ID: 8193
Date: 6/26/2003
Time: 2:26:20 PM
User: N/A
Computer: MACHINENAME
Description:
Volume Shadow Copy Service error: Unexpected error calling routine
CoCreateInstance. hr = 0x80040154.
Data:
0000: 45 56 54 45 56 54 43 43 EVTEVTCC
0008: 31 31 37 00 00 00 00 00 117.....
0010: 45 56 54 45 56 54 43 43 EVTEVTCC
0018: 31 30 31 00 00 00 00 00 101.....


Event Type: Warning
Event Source: WinMgmt
Event Category: None
Event ID: 33
Date: 6/26/2003
Time: 2:32:33 PM
User: N/A
Computer: OEM-659DORK7G11
Description:
WMI ADAP was unable to load the PerfOS performance library because it threw
an exception: 0xea


System Log
------------

Event Type: Error
Event Source: Workstation
Event Category: None
Event ID: 5728
Date: 6/26/2003
Time: 2:24:27 PM
User: N/A
Computer: MACHINENAME
Description:
Could not load any transport.
 
Back
Top