| Zoe Hart [MVP] 2005-09-16, 5:59 pm |
| Why don't you contact the folks at Microchip who wrote the pipeline
component?
--
Zoe Hart
Commerce Server MVP
"Meetu" <swati_mridu@yahoo.com> wrote in message
news:1126866654.812996.62090@f14g2000cwb.googlegroups.com...
> Hi All
>
> The application I am using is using pipelines for calculating total of
> the order. Web.config has a setting that allows the pipeline errors to
> be logged. I am pasting the portion of the web.cinfig file which allows
> to log pipeline information.
>
> <pipeline name="total" path="pipelines\totalwithtax.pcf"
> transacted="false" type="OrderPipeline" loggingEnabled="true"/>
>
>
> Snippet of this Log file of the total pipeline which is throwing an
> error ---
> ========================================
===========================
> PIPELINE:++ component[0xB] about to be called ProgID:
> Microchip.BuyMicrochip.Pipelines.OrderTaxTotal
> RootObject: ReadValue Items VT_DISPATCH PV=[0x9dc6db0] VT_EMPTY __empty__
> RootObject: ReadValue Items VT_DISPATCH PV=[0x9dc6db0] VT_EMPTY __empty__
> Items: ReadItem 0 VT_DISPATCH PV=[0x9e1b758] VT_EMPTY __empty__
> : ReadValue product_catalog VT_BSTR BuyMicrochip_DE VT_EMPTY __empty__
> RootObject: ReadValue Items VT_DISPATCH PV=[0x9dc6db0] VT_EMPTY __empty__
> Items: ReadItem 0 VT_DISPATCH PV=[0x9e1b758] VT_EMPTY __empty__
> : ReadValue shipping_address_id VT_BSTR
> {DF176FFC-F389-44F0-8379-120C3E8993AF} VT_EMPTY __empty__
> RootObject: ReadValue _Basket_Errors VT_DISPATCH PV=[0x9df62a0] VT_EMPTY
> __empty__
> _Basket_Errors: AddItem 1 VT_EMPTY __empty__ VT_BSTR Syntax error
> converting from a character string to uniqueidentifier.
> PIPELINE:-- component [0xB] returned hr: 0x0, IErrorLevel=3 in 156
> milliseconds
> PIPELINE:++ component[0xC] skipped because
> component dosn't tolerate this error level.
> *plErrorLevel: 3
> m_pahCompiledComponents[i]->ELevel(): 2
> ProgID: Commerce.RequiredTaxCy.1
> PIPELINE:++ component[0xD] skipped because
> component dosn't tolerate this error level.
> *plErrorLevel: 3
> m_pahCompiledComponents[i]->ELevel(): 2
> ProgID: Commerce.DefaultTotalCy.1
> ========================================
===========================
> The error as you can see is "Syntax error converting from a character
> string to uniqueidentifier"
>
> Can any one suggest any solutions to remove this problem or point where
> the error can be?
>
> Regards
>
|