Sign In
Ajit Yadav blog
MSDTC, COM+ and all that jazz..
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Framework
Application root directory
Cluster
COM+
COM+ catalog COMAdminCatalog dcomcnfg
COM+ event system Catalog catastrophic failure 80040206
COM+ MSMQ 0xc00e0003 80080005
COM+ partitions COM 80040154
DTC cluster security
DTC DomainControllerState Security cluster
DTC no authentication unsecure RPC cluster distributed transaction coordinator
Firewall
MSDN Code Gallery
MSDTC
MSDTC COM+ 80070422 8004D027 cluster
MSDTC COM+ COMException
Pages
Serviced Component
System.Transactions
TCP
Vista
Visual Studio
WCF CASPOL IIS7
WCF Configuration clientcredentials IIS
XA transactions MSDTC DTC DB2
Archive
Archives
April 2011
(1)
December 2010
(2)
June 2010
(1)
May 2010
(5)
March 2010
(1)
February 2010
(1)
September 2009
(1)
May 2009
(1)
February 2009
(2)
July 2008
(1)
June 2008
(7)
MSDN Blogs
>
Ajit Yadav blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Ajit Yadav blog
DTC : Component services error - No properties are available on this object.
Posted
10 months ago
by
Ajit Yadav
0
Comments
In the component services UI, under the clustered instances of MSDTC we are not able to see the properties of one of the instances of DTC. It appears blank with the message : No properties are available on this object. Cause Configuration...
Ajit Yadav blog
COM+ Queued component : Error 80080005 Server execution failed. Error Code = 0xc00e0003
Posted
over 2 years ago
by
Ajit Yadav
0
Comments
On a windows server 2003, we are not able to start a Queued COM+ application. It fails with the error: 80080005 Server execution failed. In the event logs we see the following entries : Event Type: Error Event Source: COM+ Event Category: (115) Event...
Ajit Yadav blog
System.Security.SecurityException: Request for the permission of type System.Security.Permissions.SecurityPermission failed.
Posted
over 2 years ago
by
Ajit Yadav
1
Comments
WCF service Pieserver is hosted in IIS 7.5. It is using wshttpbinding. client : console application. We are able to add the service reference but get the exception below when we call any methods on the proxy object : Error Message: System.ServiceModel...
Ajit Yadav blog
An extension of name clientcredentials already appears in extension collection, extension name must be unique.
Posted
over 2 years ago
by
Ajit Yadav
0
Comments
When we browse the web page it loads fine and continues working. Once we close the IIS manager and open it again, the following section gets added to the web.config file automatically : <extensions> <behaviorExtensions> <add...
Ajit Yadav blog
Unable to install MSMQ : Error 0x8004e001 Triggers transactional component could not be registered in COM+
Posted
over 2 years ago
by
Ajit Yadav
0
Comments
We are unable to install MSMQ due to error: Triggers transactional component could not be registered in COM+. Error Code: 0x8004e001 Since the error message talks about the transactions, we checked if the MSDTC service is running fine. It was not and...
Ajit Yadav blog
COM+ application intermittently stops responding while reading a registry key
Posted
over 2 years ago
by
Ajit Yadav
0
Comments
The COM+ application randomly stops responding. To fix the problem the COM+ application has to be restarted. After some observation the problem appeared to be with reading a custom registry key. We were not able to read registry key while it is in use...
Ajit Yadav blog
COM+ : 0x8004E002 : The root transaction wanted to commit, but transaction aborted.
Posted
over 2 years ago
by
Ajit Yadav
2
Comments
The COM+ application 'eConnect' is unable to complete distributed transactions successfully against the SQL server. It fails with the error : (0x8004E002): The root transaction wanted to commit, but transaction aborted. The eConnect COM+ application...
Ajit Yadav blog
DB2 XA transactions failure : : Failed to enlist on calling object's transaction.
Posted
over 2 years ago
by
Ajit Yadav
0
Comments
We are unable to run XA transactions with DB2 server. It fails with the error : Source: Microsoft OLE DB Provider for ODBC Drivers Parameters: -2147467259 [Microsoft][ODBC Driver Manager] Failed to enlist on calling object's transaction Microsoft OLE...
Ajit Yadav blog
MSDTC : Oracle 10G client : New transaction cannot enlist in the specified transaction coordinator
Posted
over 2 years ago
by
Ajit Yadav
0
Comments
Using Oracle Client version 10g (Windows 2003 SP1) to communicate with the Oracle Database Server (OS : Unix). When we enable the option for Transaction Support to be "Required " in the COM+ application we get the error : New transaction cannot enlist...
Ajit Yadav blog
COM+ : 8000FFFF - Catastrophic Failure
Posted
over 3 years ago
by
Ajit Yadav
3
Comments
On a windows 2003 server, when we open Component services MMC --> complus Applications, we get the following error : Catalog error: An error occured while processing the last operations error code 8000FFFF - Catastrophic Failure the event...
Ajit Yadav blog
0x8004D027 : MSDTC was unable to read its configuration information.
Posted
over 3 years ago
by
Ajit Yadav
1
Comments
On a two node Windows 2003 SQL server cluster, while running the SP 2 setup for SQL server 2005, we were getting the following error : Error Description : MSP Error: 29549 Failed to install and configure assemblies C:\Program Files (x86)\Microsoft...
Ajit Yadav blog
All Visual Studio and .NET Framework hotfixes on MSDN Code Gallery are now localized in 10 new languages
Posted
over 4 years ago
by
Ajit Yadav
1
Comments
All of the Visual Studio and .NET Framework hotfixes that are publicly available on MSDN Code Gallery are now localized in the following languages: French, Spanish, Italian, German, Traditional and Simplified Chinese, Japanese, Korean, Russian, and Brazilian...
Ajit Yadav blog
Unable to enlist in a distributed transaction
Posted
over 4 years ago
by
Ajit Yadav
1
Comments
You run distributed transactions between two machines and they fail with the error "Unable to enlist in a distributed transaction". Troubleshooting Steps f or Windows 2003 SP1 and SP2. 1. First of all check if name resolution is working fine...
Ajit Yadav blog
How to use Application Root directory option to configure application.config for a specific COM+ application
Posted
over 4 years ago
by
Ajit Yadav
1
Comments
We would like to use the app.config file for a specific COM+ application. Generally we create dllhost.exe.config and put that in System32 directory. But this app.config will then be applicable to all the COM+ server applications. Resolution : 1. Create...
Ajit Yadav blog
1928: error registering com+ application on Vista
Posted
over 4 years ago
by
Ajit Yadav
1
Comments
Problem: Unable to install COM+ application proxy on Vista machine. In the event log, Error 1928: error registering COM+ application. Resolution: Removed rundll32.exe from DEP (Data Execution Prevention) to resolve the problem. Rundll32.exe is used...
Ajit Yadav blog
Override the System.Transactions default timeout of 10 minutes in the code
Posted
over 4 years ago
by
Ajit Yadav
4
Comments
Problem : We were using System.Transactions to initiate distributed transactions against SQL Server. The transaction were getting aborted after about 10 minutes even though the System.Transactions has a timeout set to 200 minutes. DTC timeout (in...
Ajit Yadav blog
MS DTC's log information has not been configured correctly in the shared cluster registry.
Posted
over 4 years ago
by
Ajit Yadav
1
Comments
Unable to bring the DTC resource online on the cluster. In the event log : Event Source: MSDTC Event ID: 4394 Description: MS DTC's log information has not been configured correctly in the shared cluster registry. Error Specifics: d:\nt\com\complus\dtc...
Ajit Yadav blog
Serviced component : Method-level role based security requires an interface definition for class method.
Posted
over 4 years ago
by
Ajit Yadav
1
Comments
Problem : We tried to register a serviced component from .Net framework version 2.0 directory using regsvcs.exe. It was installed successfully but with a warning : WARNING: '< function name >' on class '< namespace.classname >' is not an interface...
Ajit Yadav blog
Welcome !!!
Posted
over 4 years ago
by
Ajit Yadav
0
Comments
Working as a Developer Support Professional with Microsoft has been a great experience and to make it more fulfilling I would like to share my learnings with you.
Page 1 of 1 (19 items)