Event Type: Error
Event Source: DCOM
Event Category: None
Event ID: 10006
Date: 6/22/2009
Time: 3:31:02 PM
User: N/A
Computer: COMPSERV1
Description:
DCOM got error "COM+ activation failed because the activation could not be
completed in the specified amount of time. " from the computer COMPSERV2 when
attempting to activate the server:
{7B86A4F5-199F-441B-9EA1-2B91F13E70AB}
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
I've been able to find very little on this error message. I'm not sure if
this is pointing to the cause of our issue or if this is just a victom of an
underlying issue.
Any help would be appreciated.
"Jake" <Ja...@discussions.microsoft.com> wrote in message
news:704AC4DB-94A6-431F...@microsoft.com...
It means the COM+ object couldn't be activated. A typical scenario is an STA
object that is busy or in a hung state.
Other than that, there isn't nearly enough information in your post to be
more helpful. How many components? What language are they written in? STA vs
MTA? COM+ settings?
Settings on the component are:
Transaction Support - Not Supported
Enforce component level access checks - Unchecked
Minimum Pool Size - 1
Maximum Pool Size - 50
Creation Timeout - 10000
Don't force activation context - Checked
Component supports events and statistics - Checked
Enable Just In Time Activation - Checked
Synchronization Support - Required
If you need additional info, let me know.
Can you reproduce the problem? When the problem occurs, what does "View,
Status" show? Do you see the executable instantiated on the remote server?
"Jake" <Ja...@discussions.microsoft.com> wrote in message
news:93038C9E-49DC-4246...@microsoft.com...
"Jake" <Ja...@discussions.microsoft.com> 写入消息
news:E471B28F-E963-4411...@microsoft.com...
These are amongst the most difficult problems to solve. In my experience,
the key to solving this is in recreating the issue in the QA or development
environment. I can't give you much guidance in this regard because this
depends on the particulars of your application. Is it related to number of
clients? The workload? The type of data being processed? These are the
things to think about in order to reproduce the conditions needed to
precipitate the problem.
No that this is the situation in or case, but I've seen this scenario in the
past on more than one occasion when projects were pushed into production
prematurely, and there was not adequate load testing in the QA phase.
Best of luck,
Brian