|
Home > Archive > Commerce Server General > October 2006 > Exception:ServicedComponent being invoked is not correctly configu
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Exception:ServicedComponent being invoked is not correctly configu
|
|
| Help Please 2006-10-03, 7:24 pm |
| Hi,
I got an exception after uninstall and reinstalled CS2002(include FP1).
Site is OK until put item into basket. Thanks in advance.
Here is error:
2) Exception Information
****************************************
*****
Exception Type: Microsoft.CommerceServer.Runtime.CommerceException
Message: RunPipe Failed.
TargetSite: Void ThrowCommerceException(System.String, System.Exception,
System.String)
HelpLink: NULL
Source: Orders
StackTrace Information
****************************************
*****
at
Microsoft.CommerceServer.Internal.Common.Util.ThrowCommerceException(String
message, Exception inner, String source)
at
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(String
strPCF, String strPipelineProgID, Object oContext)
at
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo)
3) Exception Information
****************************************
*****
Exception Type: System.EnterpriseServices.ServicedComponentException
Message: The ServicedComponent being invoked is not correctly configured
(Use RegSvcs to re-register).
TargetSite: Void FilterConstructors()
HelpLink: NULL
Source: System.EnterpriseServices
StackTrace Information
****************************************
*****
at System.EnterpriseServices.ServicedComponentProxy.FilterConstructors()
at
System.EnterpriseServices.ServicedComponentProxyAttribute.CreateInstance(Type
serverType)
at
System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type
serverType, Object[] props, Boolean bNewObj)
at
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(String
strPCF, String strPipelineProgID, Object oContext)
| |
| Colin Bowern 2006-10-03, 7:24 pm |
| It is likely that one of the key Commerce Server COM+ components isn't
registered properly. If you have a working instance of Commerce Server
compare the COM+ applications and look for anythign missing. The exception
indicates that it is a .NET component which is the source of the problem.
If that is the case you'll need to re-register those components using
REGSVCS as the error indicates below.
Cheers,
Colin
"Help Please" <HelpPlease@discussions.microsoft.com> wrote in message
news:928A0EE0-1536-49CF-A1D2-162EFC47F793@microsoft.com...
> Hi,
> I got an exception after uninstall and reinstalled CS2002(include FP1).
> Site is OK until put item into basket. Thanks in advance.
> Here is error:
> 2) Exception Information
> ****************************************
*****
> Exception Type: Microsoft.CommerceServer.Runtime.CommerceException
> Message: RunPipe Failed.
> TargetSite: Void ThrowCommerceException(System.String, System.Exception,
> System.String)
> HelpLink: NULL
> Source: Orders
>
> StackTrace Information
> ****************************************
*****
> at
> Microsoft.CommerceServer.Internal.Common.Util.ThrowCommerceException(String
> message, Exception inner, String source)
> at
> Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(String
> strPCF, String strPipelineProgID, Object oContext)
> at
> Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
> pipelineInfo)
>
> 3) Exception Information
> ****************************************
*****
> Exception Type: System.EnterpriseServices.ServicedComponentException
> Message: The ServicedComponent being invoked is not correctly configured
> (Use RegSvcs to re-register).
> TargetSite: Void FilterConstructors()
> HelpLink: NULL
> Source: System.EnterpriseServices
>
> StackTrace Information
> ****************************************
*****
> at System.EnterpriseServices.ServicedComponentProxy.FilterConstructors()
> at
> System.EnterpriseServices.ServicedComponentProxyAttribute.CreateInstance(Type
> serverType)
> at
> System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(Type
> serverType, Object[] props, Boolean bNewObj)
> at
> Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(String
> strPCF, String strPipelineProgID, Object oContext)
>
|
|
|
|
|