Previous Thread

8/11/2006 1:50:01 AM    Problem with CS2007 'QueryCatalogInfo' Pipeline
Hello I am developing an e-commerce website using MSCS 2007, and all is going 
 
great until I reached the order system. 
 
Adding items to baskets is simple and working fine however when I attempt to 
 
run the 'basket' pipeline. An error is generated during the first stages of 
 
the pipeline - "QueryCatalogInfo". When it attempts to read the value 
 
"item.product_catalog" an error is displayed: 
 
Exception Details: System.Exception: Component Execution failed for 
 
component[0x0]  hr: 0x80131500 
 
ProgID: Commerce.QueryCatalogInfo 
 
The catalog name is not valid. Catalog names may not be blank and may not 
 
exceed 85 characters. Catalog names may not contain any of the following nine 
 
reserved characters: .,"[]'()#. 
 
I am sure there is a catalog available and I am also sure that this catalog 
 
does not contain any .,"[]'()#. 
 
Any1 knows where I can specify the catalog name of the catalog to be used 
 
during the pipeline execution or does this pipeline executes on all product 
 
catalogs defined in MSCS 2007?? 
 
Thanks for the help. 
 
Steve