I have migrated one application from one server into another and when
I try to order something I get error message:
Component Execution failed for component[0x0] hr: 0x80040E57 ProgID:
Commerce.Splitter.1 Failure during cache refresh in component
Commerce.****ppingManagerCache: Hresult: 0x80040e57 String or binary
data would be truncated. (orderform=default)
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.Exception: Component Execution failed for
component[0x0] hr: 0x80040E57 ProgID: Commerce.Splitter.1 Failure
during cache refresh in component Commerce.****ppingManagerCache:
Hresult: 0x80040e57 String or binary data would be truncated.
(orderform=default)
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace
below.
Stack Trace:
[Exception: Component Execution failed for component[0x0] hr:
0x80040E57
ProgID: Commerce.Splitter.1
Failure during cache refresh in component
Commerce.****ppingManagerCache: Hresult: 0x80040e57 String or binary
data would be truncated.
(orderform=default)]
Microsoft.VisualBasic.ErrObject.Raise(Int32 Number, Object Source,
Object Description, Object HelpFile, Object HelpContext) +430
Microsoft.CommerceServer.Interop.Orders.MTSHelperImpl.RunPipesHelper(String
strPCF, String strPipelineProgID, IDictionary OrderGroupData,
IDictionary oContext, String LogFile) +1637
Microsoft.CommerceServer.Interop.Orders.PrivateOrderGroupMtsHelperFreeThreaded.RunPipes(String
strPCF, String strPipelineProgID, Object OrderGroupData, IDictionary
oContext, String LogFile) +53
[CommerceException: RunPipes Failed.]
Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object
o, Type objType, String name, Object[] args, String[] paramnames,
Boolean[] CopyBack) +905
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(String
strPCF, String strPipelineProgID, Object oContext) +261
[CommerceException: RunPipe Failed.]
Microsoft.CommerceServer.Internal.Common.Util.ThrowCommerceException(String
message, Exception inner, String source) +51
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(String
strPCF, String strPipelineProgID, Object oContext) +745
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo) +259
[CommerceOrderSystemException: Execution of pipeline 'total' failed.]
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo) +376
BasketUtilities.RunPipeline(String pipeName) +51
BasketPage.UpdateBasket() +230
ConfirmAuthOrder.Page_Load(Object sender, EventArgs e) +231
System.Web.UI.Control.OnLoad(EventArgs e) +67
GenericPage.OnLoad(EventArgs e) +104
BasketPage.OnLoad(EventArgs e) +230
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
It has something with the total pipeline, but the strange fact is that
the message is "string truncating". I assume that this comes from the
SQL server.
Also I receive similar message when I try to refresh the
****ppingManagerCache.
If someone has similar problem I would be appreciated to guide me
through.
Thanks in advance


|