|
Home > Archive > Commerce Server General > January 2006 > EXCEPTION IN RUNNING PIPELINES
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 IN RUNNING PIPELINES
|
|
|
| Hi,
When I try to run a pipeline after creating a basket, I get the
following exception. The pcf file I use is 'Basket.pcf'. Please help..We
have a very urgent requirement for this one...Thanks in advance..
Component Execution failed for component[0x1] hr: 0x80004005 ProgID:
Commerce.RequiredProdInfo.1 Dictionary error: Value for key
'MessageManager'
in dictionary 'Pipe Context' is missing (orderform=default)
| |
| Ravi Shankar 2006-01-02, 5:55 pm |
| Hello ukeu,
The error indicates that you've not setup the message manager for use. The
message manager is used by various pipeline components to provide error
messages. Please find additional information in seting this up at
http://msdn.microsoft.com/library/d....asp?frame=true
--
Ravi Shankar
"ukeu" wrote:
> Hi,
> When I try to run a pipeline after creating a basket, I get the
> following exception. The pcf file I use is 'Basket.pcf'. Please help..We
> have a very urgent requirement for this one...Thanks in advance..
>
> Component Execution failed for component[0x1] hr: 0x80004005 ProgID:
> Commerce.RequiredProdInfo.1 Dictionary error: Value for key
> 'MessageManager'
> in dictionary 'Pipe Context' is missing (orderform=default)
>
>
>
>
| |
|
| Hi Ravi Shankar,
Thanks a ton for your inputs. Im now ab;e to run a
pipeline,but face the following new error:
I have a page called "AddtoBasket.aspx" where I pump in the items chosen
by the user into the basket. I now have a page called Basket.aspx where I
run the basket pipeline and then display the shopping cart of the user.
But once the pipeline is run,the line item count becomes 0 and the basket
is not displayed.Please help me out if possible Ravi.
Advance thanks,
UKEU
| |
| Ravi Shankar 2006-01-04, 6:04 pm |
| Hi ukeu,
I can think of two things which might apply to your scenario
1. After you've added the product to the basket and executed the pipeline
you're not persisting it to the underlying storage through the basket.save
call..
2. The basket pipeline is removing the items from the basket because
a. You've not populated the catalog, category information
b. you've spcified a variant where you've not supplied the variant ID
If the case scenario is as described in 2 then on the basket the
"_basket_errors" key will give you the error message (which is what
messagemanager key needed to be configured in the first place). You should
check for this key after you run the basket pipeline.
--
Ravi Shankar
"ukeu" wrote:
> Hi Ravi Shankar,
> Thanks a ton for your inputs. Im now ab;e to run a
> pipeline,but face the following new error:
> I have a page called "AddtoBasket.aspx" where I pump in the items chosen
> by the user into the basket. I now have a page called Basket.aspx where I
> run the basket pipeline and then display the shopping cart of the user.
> But once the pipeline is run,the line item count becomes 0 and the basket
> is not displayed.Please help me out if possible Ravi.
>
> Advance thanks,
> UKEU
>
>
| |
|
| Hi Ravi,
Thanks very much.. I tried to run the pipeline by adding the
catalog/category information. It ran and executed successfully twice but
once I ran it the third time, I face the same error: The line items count
becomes 0. Please let me know how I should access the _baskets_error key
so that I will find out where I went wrong.
Advance thanks,
UKEU
| |
| Ravi Shankar 2006-01-05, 2:49 am |
| It is all part of the Commerce Server Documentation. The _basket_errors
information can be found at
http://msdn.microsoft.com/library/d...etypes_fyts.asp
I suggest you use an existing template as a basis for building your
production site. All this has already been worked out and is available in the
template sites. Otherwise you should anyways have a sample site working to
help you understand these basic transactions...
--
Ravi Shankar
"ukeu" wrote:
> Hi Ravi,
> Thanks very much.. I tried to run the pipeline by adding the
> catalog/category information. It ran and executed successfully twice but
> once I ran it the third time, I face the same error: The line items count
> becomes 0. Please let me know how I should access the _baskets_error key
> so that I will find out where I went wrong.
>
> Advance thanks,
> UKEU
>
>
|
|
|
|
|