When I open Component Services, "My Computer" is shown with a downward
pointing red arrow. If I double click on "COM+ Applications", I get this
error message.
---------------------------
Catalog Error
---------------------------
An error occurred while processing the last operation.
Error code 8004E00F - COM+ was unable to talk to the Microsoft Distributed
Transaction Coordinator
The event log may contain additional troubleshooting information.
DTC is started and is configured to run under the local SYSTEM account. If
DTC is restarted, I get this Application Event Log entry:
Event Type: Error
Event Source: MSDTC
Event Category: SVC
Event ID: 4437
Date: 25/Feb/2004
Time: 9:47:17 AM
User: N/A
Computer: BCAS6
Description:
The account that the MS DTC service is running under is invalid. This can
happen if the service account information has been changed using the
Services snap-in in Microsoft Management Console (MMC). MS DTC service will
continue to start. Please make sure that the MS DTC service account
information is updated using the Component Services Explorer.
What is causing this problem and what do I need to do to fix it?
--
Bruce Sanderson MVP
It's perfectly useless to know the right answer to the wrong question.
Thanks for posting in the group.
Based on the problem description, now the issue is: When you open Component
Services, "My Computer" is shown with a downward pointing red arrow. In
Services, DTC is running under local system account and you got "Error code
8004E00F - COM+ was unable to talk to the Microsoft Distributed Transaction
Coordinator" error message when opening "com+ applications". Is it right?
This is caused by MSDTC (Distributed transaction coordinator) Service being
set run under the local system account. It should run under NT
Authority\NetworkService account instead.
To resolve this issue.
==================
- Run regedt32 and locate HKEY_LOCAL_MACHINE\Software\Microsoft\MSDTC.
-Add a DWORD value TurnOffRpcSecurity with a value data of 1.
- Open services and locate Distributed Transaction Coordinator Stop
this service
- Click on the Log On tab.
- Change the Log on account back to NT Authority\NetworkService
- Just type NT Authority\NetworkService
- the Password is blank.
- Click Apply and Ok
- Start Distributed Transaction Coordinator service
(After verifying that everything is now working correctly delete the
TurnOffRpcSecurity value from the registry.)
Hope that helps. If the problem is not resolved, please feel free to post
here.
Best regards,
Yanhong Huang
Microsoft Community Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
Now, if you have any suggestions about the other problem I'm having with
COM+ (see the thread "error 80110031 exporting Proxy from Component
Services...") on a different Windows 2003 Enterprise Server, that would be
very useful.
Thanks again for responding so quickly.
--
Bruce Sanderson MVP
It's perfectly useless to know the right answer to the wrong question.
"Yan-Hong Huang[MSFT]" <yhh...@online.microsoft.com> wrote in message
news:MDA9ujA$DHA...@cpmsftngxa06.phx.gbl...
You are welcome. I am glad to hear that the first problem has been resolved.
For the second problem, error number 80110031, I have no clear idea on it
yet. In order to troubleshoot it, we may need to collect COM+ event log or
dump file, which is not easy to do in the newsgroup.
However, I am still happy to share my idea on it with you.
Does the problem happen with the very beginning or just after some time?
From your description, it seems that the problem didn't exist before.
Generally speaking, renaming a machine name won't cause it. Did you install
some special software on that machine? We did get report that some third
party component may cause it. Please double check this machine first.
By the way, if you create a simple COM+ applicaiton on that machine, did
this problem happen also? This is to make sure this issue only happens to
one component, or all components on the machine.
Thanks very much.
It happened yesterday, but is not happening today. We can happily export
any COM+ application we want (we only have three!).
The only action taken related to this is that a simple dll was added to a
new application, exported, then the application was deleted. Nothing was
done to the OS or any of the other applications. Well, at least, no one
associated with this server is admitting to doing anything that would
correct the problem!
Chalk up another one to the software gods!
--
Bruce Sanderson MVP
It's perfectly useless to know the right answer to the wrong question.
"Bruce Sanderson" <Bruce.S...@junk.junk> wrote in message
news:OaR8GyK$DHA....@TK2MSFTNGP12.phx.gbl...
This is strange. Anyway, I am glad to hear the problem is gone. If you met
such problems again, please feel free to post here and we are here to
support you at your convenience.
Thanks.