|
Home > Archive > Commerce Server General > January 2005 > QueryCatalogInfo - Definition Name
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 |
QueryCatalogInfo - Definition Name
|
|
| adam23 2004-12-08, 5:51 pm |
| I am building a VB.NET custom pipeline component that manages inventory. I
need to handle inventory differently based on the definition type for each
product. I have my custom component inserted into my basket pipeline after
the QueryCatalogInfo component. QueryCatalogInfo is writing the proper
item._product_* values but I can't seem to read the definition name within my
component.
I have tried using the following methods to read the list (as well as a
bunch of other keys)...any ideas?
Dim definitionName As String = li("_product_DefinitionName")
Dim definitionName As String = li("_product_DefinitionType")
| |
| Austin Skyles [MSFT] 2004-12-31, 5:48 pm |
| I did some simple testing around this, and found that definition name
should be placed in the dictionary, under _product_DefinitionName as your
listing suggests. What is actually happening? Are you getting an error or
just Nothing from the dictionary?
Austin Skyles
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please reply to the newsgroups only. Thanks
--------------------
Thread-Topic: QueryCatalogInfo - Definition Name
thread-index: AcTdPFNjGudwxES5SheNe/tuvV11iA==
X-WBNR-Posting-Host: 64.151.137.200
From: =?Utf-8?B?YWRhbTIz?= <adam23@discussions.microsoft.com>
Subject: QueryCatalogInfo - Definition Name
Date: Wed, 8 Dec 2004 07:41:03 -0800
Lines: 12
Message-ID: <C9A3CD7E-5697-47A1-BAFE-22025D334354@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15215
X-Tomcat-NG: microsoft.public.commerceserver.general
I am building a VB.NET custom pipeline component that manages inventory. I
need to handle inventory differently based on the definition type for each
product. I have my custom component inserted into my basket pipeline after
the QueryCatalogInfo component. QueryCatalogInfo is writing the proper
item._product_* values but I can't seem to read the definition name within
my
component.
I have tried using the following methods to read the list (as well as a
bunch of other keys)...any ideas?
Dim definitionName As String = li("_product_DefinitionName")
Dim definitionName As String = li("_product_DefinitionType")
| |
| adam23 2005-01-03, 5:49 pm |
| Thanks for your help. QueryCatalogInfo is not writing anything into the
_product_DefinitionName key. No error. What is strange is that it is
writing all the other keys in the dictionary.
This is what is going on in QueryCatalogInfo. Any ideas?
Sink started at 2005/01/03 10:59:45.0284
PIPELINE:++ 2005/01/03 10:59:45.0284 Pipeline Execution starts (lMode==0x1,
lFlags==0x0)
13 components in the list
PIPELINE:++ component[0x0] about to be called ProgID:
Commerce.QueryCatalogInfo.1
RootObject: ReadValue items VT_DISPATCH
PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue product_catalog VT_BSTR Velo
Catalog VT_EMPTY __empty__
: ReadValue catalog_language VT_NULL __n
ull__ VT_EMPTY __empty__
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 4
0 VT_EMPTY __empty__
: WriteValue _product_Image_filename VT_
EMPTY __empty__ VT_BSTR store_shorts02.jpg
: WriteValue _product_SKU VT_EMPTY __emp
ty__ VT_BSTR 40
: WriteValue _product_ProductID VT_EMPTY
__empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_QuantityAvailable
VT_EMPTY __empty__ VT_I4 5
: WriteValue _product_Display_Name VT_EM
PTY __empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_oid VT_EMPTY __emp
ty__ VT_I4 70
: WriteValue _product_cy_list_price VT_E
MPTY __empty__ VT_CY 69
: WriteValue _product_ProductBaseName VT
_EMPTY __empty__ VT_BSTR Bib Shorts
by Santini
: WriteValue _product_Size VT_EMPTY __em
pty__ VT_BSTR XS
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 4
0 VT_EMPTY __empty__
: WriteValue _product_categories VT_EMPT
Y __empty__ VT_VARIANT | VT_ARRAY
PIPELINE:-- component [0x0] returned hr: 0x0, IErrorLevel=1 in 0 milliseconds
PIPELINE:++ component[0x1] about to be called ProgID:
Commerce.RequiredProdInfo.1
RootObject: ReadValue items VT_DISPATCH
PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue delete VT_NULL __null__ VT_E
MPTY __empty__
PIPELINE:-- component [0x1] returned hr: 0x0, IErrorLevel=1 in 0 milliseconds
PIPELINE:++ component[0x2] about to be called ProgID:
Commerce.RequiredOrderInitCy.1
"Austin Skyles [MSFT]" wrote:
> I did some simple testing around this, and found that definition name
> should be placed in the dictionary, under _product_DefinitionName as your
> listing suggests. What is actually happening? Are you getting an error or
> just Nothing from the dictionary?
>
> Austin Skyles
> Microsoft Corporation
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security.
> Please reply to the newsgroups only. Thanks
>
>
> --------------------
> Thread-Topic: QueryCatalogInfo - Definition Name
> thread-index: AcTdPFNjGudwxES5SheNe/tuvV11iA==
> X-WBNR-Posting-Host: 64.151.137.200
> From: =?Utf-8?B?YWRhbTIz?= <adam23@discussions.microsoft.com>
> Subject: QueryCatalogInfo - Definition Name
> Date: Wed, 8 Dec 2004 07:41:03 -0800
> Lines: 12
> Message-ID: <C9A3CD7E-5697-47A1-BAFE-22025D334354@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.general
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15215
> X-Tomcat-NG: microsoft.public.commerceserver.general
>
> I am building a VB.NET custom pipeline component that manages inventory. I
> need to handle inventory differently based on the definition type for each
> product. I have my custom component inserted into my basket pipeline after
> the QueryCatalogInfo component. QueryCatalogInfo is writing the proper
> item._product_* values but I can't seem to read the definition name within
> my
> component.
>
> I have tried using the following methods to read the list (as well as a
> bunch of other keys)...any ideas?
>
> Dim definitionName As String = li("_product_DefinitionName")
> Dim definitionName As String = li("_product_DefinitionType")
>
| |
| adam23 2005-01-03, 5:49 pm |
| Austin,
Thanks for your help. QueryCatalogInfo is not writing anything into the
_product_DefinitionName key. No error. What is strange is that it is
writing all the other keys in the dictionary.
This is what is going on in QueryCatalogInfo. Any ideas?
Sink started at 2005/01/03 10:59:45.0284
PIPELINE:++ 2005/01/03 10:59:45.0284 Pipeline Execution starts (lMode==0x1,
lFlags==0x0)
13 components in the list
PIPELINE:++ component[0x0] about to be called ProgID:
Commerce.QueryCatalogInfo.1
RootObject: ReadValue items VT_DISPATCH
PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue product_catalog VT_BSTR Velo
Catalog VT_EMPTY __empty__
: ReadValue catalog_language VT_NULL __n
ull__ VT_EMPTY __empty__
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 4
0 VT_EMPTY __empty__
: WriteValue _product_Image_filename VT_
EMPTY __empty__ VT_BSTR store_shorts02.jpg
: WriteValue _product_SKU VT_EMPTY __emp
ty__ VT_BSTR 40
: WriteValue _product_ProductID VT_EMPTY
__empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_QuantityAvailable
VT_EMPTY __empty__ VT_I4 5
: WriteValue _product_Display_Name VT_EM
PTY __empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_oid VT_EMPTY __emp
ty__ VT_I4 70
: WriteValue _product_cy_list_price VT_E
MPTY __empty__ VT_CY 69
: WriteValue _product_ProductBaseName VT
_EMPTY __empty__ VT_BSTR Bib Shorts
by Santini
: WriteValue _product_Size VT_EMPTY __em
pty__ VT_BSTR XS
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 4
0 VT_EMPTY __empty__
: WriteValue _product_categories VT_EMPT
Y __empty__ VT_VARIANT | VT_ARRAY
PIPELINE:-- component [0x0] returned hr: 0x0, IErrorLevel=1 in 0 milliseconds
PIPELINE:++ component[0x1] about to be called ProgID:
Commerce.RequiredProdInfo.1
RootObject: ReadValue items VT_DISPATCH
PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue delete VT_NULL __null__ VT_E
MPTY __empty__
PIPELINE:-- component [0x1] returned hr: 0x0, IErrorLevel=1 in 0 milliseconds
PIPELINE:++ component[0x2] about to be called ProgID:
Commerce.RequiredOrderInitCy.1
"Austin Skyles [MSFT]" wrote:
> I did some simple testing around this, and found that definition name
> should be placed in the dictionary, under _product_DefinitionName as your
> listing suggests. What is actually happening? Are you getting an error or
> just Nothing from the dictionary?
>
> Austin Skyles
> Microsoft Corporation
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security.
> Please reply to the newsgroups only. Thanks
>
>
> --------------------
> Thread-Topic: QueryCatalogInfo - Definition Name
> thread-index: AcTdPFNjGudwxES5SheNe/tuvV11iA==
> X-WBNR-Posting-Host: 64.151.137.200
> From: =?Utf-8?B?YWRhbTIz?= <adam23@discussions.microsoft.com>
> Subject: QueryCatalogInfo - Definition Name
> Date: Wed, 8 Dec 2004 07:41:03 -0800
> Lines: 12
> Message-ID: <C9A3CD7E-5697-47A1-BAFE-22025D334354@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.general
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15215
> X-Tomcat-NG: microsoft.public.commerceserver.general
>
> I am building a VB.NET custom pipeline component that manages inventory. I
> need to handle inventory differently based on the definition type for each
> product. I have my custom component inserted into my basket pipeline after
> the QueryCatalogInfo component. QueryCatalogInfo is writing the proper
> item._product_* values but I can't seem to read the definition name within
> my
> component.
>
> I have tried using the following methods to read the list (as well as a
> bunch of other keys)...any ideas?
>
> Dim definitionName As String = li("_product_DefinitionName")
> Dim definitionName As String = li("_product_DefinitionType")
>
| |
| Austin Skyles [MSFT] 2005-01-06, 8:47 pm |
| What version of Commerce Server are you using? It's possible that I'm
testing on a different version. (I am testing against CS2002 FP1)
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security.
Please reply to the newsgroups only. Thanks
--------------------
Thread-Topic: QueryCatalogInfo - Definition Name
thread-index: AcTxs9sq2c8hxBg8QM6TsuwYJbxJYg==
X-WBNR-Posting-Host: 64.151.137.200
From: =?Utf-8?B?YWRhbTIz?= <adam23@discussions.microsoft.com>
References: <C9A3CD7E-5697-47A1-BAFE-22025D334354@microsoft.com>
<VJOE5347EHA.3520@cpmsftngxa10.phx.gbl>
Subject: RE: QueryCatalogInfo - Definition Name
Date: Mon, 3 Jan 2005 08:47:05 -0800
Lines: 102
Message-ID: <22D0471E-011B-420F-BEA5-AA935423C175@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15358
X-Tomcat-NG: microsoft.public.commerceserver.general
Austin,
Thanks for your help. QueryCatalogInfo is not writing anything into the
_product_DefinitionName key. No error. What is strange is that it is
writing all the other keys in the dictionary.
This is what is going on in QueryCatalogInfo. Any ideas?
Sink started at 2005/01/03 10:59:45.0284
PIPELINE:++ 2005/01/03 10:59:45.0284 Pipeline Execution starts
(lMode==0x1,
lFlags==0x0)
13 components in the list
PIPELINE:++ component[0x0] about to be called ProgID:
Commerce.QueryCatalogInfo.1
RootObject: ReadValue items VT_DISPATCH
PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue product_catalog VT_BSTR Velo
Catalog VT_EMPTY __empty__
: ReadValue catalog_language VT_NULL __n
ull__ VT_EMPTY __empty__
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 4
0 VT_EMPTY __empty__
: WriteValue _product_Image_filename VT_
EMPTY __empty__ VT_BSTR
store_shorts02.jpg
: WriteValue _product_SKU VT_EMPTY __emp
ty__ VT_BSTR 40
: WriteValue _product_ProductID VT_EMPTY
__empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_QuantityAvailable
VT_EMPTY __empty__ VT_I4 5
: WriteValue _product_Display_Name VT_EM
PTY __empty__ VT_BSTR Bib Shorts by
Santini
: WriteValue _product_oid VT_EMPTY __emp
ty__ VT_I4 70
: WriteValue _product_cy_list_price VT_E
MPTY __empty__ VT_CY 69
: WriteValue _product_ProductBaseName VT
_EMPTY __empty__ VT_BSTR Bib Shorts
by Santini
: WriteValue _product_Size VT_EMPTY __em
pty__ VT_BSTR XS
: ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
: ReadValue product_variant_id VT_BSTR 4
0 VT_EMPTY __empty__
: WriteValue _product_categories VT_EMPT
Y __empty__ VT_VARIANT | VT_ARRAY
PIPELINE:-- component [0x0] returned hr: 0x0, IErrorLevel=1 in 0
milliseconds
PIPELINE:++ component[0x1] about to be called ProgID:
Commerce.RequiredProdInfo.1
RootObject: ReadValue items VT_DISPATCH
PV=[0xcb58eb8] VT_EMPTY __empty__
Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
: ReadValue delete VT_NULL __null__ VT_E
MPTY __empty__
PIPELINE:-- component [0x1] returned hr: 0x0, IErrorLevel=1 in 0
milliseconds
PIPELINE:++ component[0x2] about to be called ProgID:
Commerce.RequiredOrderInitCy.1
"Austin Skyles [MSFT]" wrote:
> I did some simple testing around this, and found that definition name
> should be placed in the dictionary, under _product_DefinitionName as your
> listing suggests. What is actually happening? Are you getting an error
or
> just Nothing from the dictionary?
>
> Austin Skyles
> Microsoft Corporation
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All
rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security.
> Please reply to the newsgroups only. Thanks
>
>
> --------------------
> Thread-Topic: QueryCatalogInfo - Definition Name
> thread-index: AcTdPFNjGudwxES5SheNe/tuvV11iA==
> X-WBNR-Posting-Host: 64.151.137.200
> From: =?Utf-8?B?YWRhbTIz?= <adam23@discussions.microsoft.com>
> Subject: QueryCatalogInfo - Definition Name
> Date: Wed, 8 Dec 2004 07:41:03 -0800
> Lines: 12
> Message-ID: <C9A3CD7E-5697-47A1-BAFE-22025D334354@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.general
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15215
> X-Tomcat-NG: microsoft.public.commerceserver.general
>
> I am building a VB.NET custom pipeline component that manages inventory.
I
> need to handle inventory differently based on the definition type for
each
> product. I have my custom component inserted into my basket pipeline
after
> the QueryCatalogInfo component. QueryCatalogInfo is writing the proper
> item._product_* values but I can't seem to read the definition name
within
> my
> component.
>
> I have tried using the following methods to read the list (as well as a
> bunch of other keys)...any ideas?
>
> Dim definitionName As String = li("_product_DefinitionName")
> Dim definitionName As String = li("_product_DefinitionType")
>
| |
| adam23 2005-01-07, 2:46 am |
| I'm working on SP3, but I don't think that is it. I checked the pipe log for
Retail2002 and QueryCatalogInfo is writing the _product_DefinitionName for
that site. If you are out of ideas. I have a messy work around that seems
to suffice. Thanks again.
Adam
"Austin Skyles [MSFT]" wrote:
> What version of Commerce Server are you using? It's possible that I'm
> testing on a different version. (I am testing against CS2002 FP1)
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security.
> Please reply to the newsgroups only. Thanks
>
>
> --------------------
> Thread-Topic: QueryCatalogInfo - Definition Name
> thread-index: AcTxs9sq2c8hxBg8QM6TsuwYJbxJYg==
> X-WBNR-Posting-Host: 64.151.137.200
> From: =?Utf-8?B?YWRhbTIz?= <adam23@discussions.microsoft.com>
> References: <C9A3CD7E-5697-47A1-BAFE-22025D334354@microsoft.com>
> <VJOE5347EHA.3520@cpmsftngxa10.phx.gbl>
> Subject: RE: QueryCatalogInfo - Definition Name
> Date: Mon, 3 Jan 2005 08:47:05 -0800
> Lines: 102
> Message-ID: <22D0471E-011B-420F-BEA5-AA935423C175@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 8bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.general
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15358
> X-Tomcat-NG: microsoft.public.commerceserver.general
>
> Austin,
>
> Thanks for your help. QueryCatalogInfo is not writing anything into the
> _product_DefinitionName key. No error. What is strange is that it is
> writing all the other keys in the dictionary.
>
> This is what is going on in QueryCatalogInfo. Any ideas?
>
> Sink started at 2005/01/03 10:59:45.0284
> PIPELINE:++ 2005/01/03 10:59:45.0284 Pipeline Execution starts
> (lMode==0x1,
> lFlags==0x0)
> 13 components in the list
> PIPELINE:++ component[0x0] about to be called ProgID:
> Commerce.QueryCatalogInfo.1
> RootObject: ReadValue items VT_DISPATCH
PV=[0xcb58eb8] VT_EMPTY __empty__
> Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
> : ReadValue product_catalog VT_BSTR Velo
Catalog VT_EMPTY __empty__
> : ReadValue catalog_language VT_NULL __n
ull__ VT_EMPTY __empty__
> : ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
> : ReadValue product_variant_id VT_BSTR 4
0 VT_EMPTY __empty__
> : WriteValue _product_Image_filename VT_
EMPTY __empty__ VT_BSTR
> store_shorts02.jpg
> : WriteValue _product_SKU VT_EMPTY __emp
ty__ VT_BSTR 40
> : WriteValue _product_ProductID VT_EMPTY
__empty__ VT_BSTR Bib Shorts by
> Santini
> : WriteValue _product_QuantityAvailable
VT_EMPTY __empty__ VT_I4 5
> : WriteValue _product_Display_Name VT_EM
PTY __empty__ VT_BSTR Bib Shorts by
> Santini
> : WriteValue _product_oid VT_EMPTY __emp
ty__ VT_I4 70
> : WriteValue _product_cy_list_price VT_E
MPTY __empty__ VT_CY 69
> : WriteValue _product_ProductBaseName VT
_EMPTY __empty__ VT_BSTR Bib Shorts
> by Santini
> : WriteValue _product_Size VT_EMPTY __em
pty__ VT_BSTR XS
> : ReadValue product_id VT_BSTR Bib Shorts by Santini VT_EMPTY __empty__
> : ReadValue product_variant_id VT_BSTR 4
0 VT_EMPTY __empty__
> : WriteValue _product_categories VT_EMPT
Y __empty__ VT_VARIANT | VT_ARRAY
> PIPELINE:-- component [0x0] returned hr: 0x0, IErrorLevel=1 in 0
> milliseconds
> PIPELINE:++ component[0x1] about to be called ProgID:
> Commerce.RequiredProdInfo.1
> RootObject: ReadValue items VT_DISPATCH
PV=[0xcb58eb8] VT_EMPTY __empty__
> Items: ReadItem 0 VT_DISPATCH PV=[0xcb58f80] VT_EMPTY __empty__
> : ReadValue delete VT_NULL __null__ VT_E
MPTY __empty__
> PIPELINE:-- component [0x1] returned hr: 0x0, IErrorLevel=1 in 0
> milliseconds
> PIPELINE:++ component[0x2] about to be called ProgID:
> Commerce.RequiredOrderInitCy.1
>
> "Austin Skyles [MSFT]" wrote:
>
> or
> rights.
> rights
> I
> each
> after
> within
>
|
|
|
|
|