| Author |
Catalog to Vendor Association
|
|
| Ravi Shankar 2004-05-01, 10:35 am |
| I need some help in understanding this w.r.t Commerce
Server 2002, BizTalk Server 2004, WIndows Server 2003
& .NET.
1. Is there an updated documentation on this (Nope, it
is not available as part of the CS2K2 EN Documentation
Upgrade on Site)
2. Where can I get information about the underlying
schemas that need to be created for
CatalogVendorAssociation (OR It only picks up information
from the BTS database ?)
We have a scenario where we need to implement a COmmerce
Server Front-end to accept orders against 2 primary
vendors and subseuently split and feed orders to 2
different ordering systems.
Regards.
| |
| Vinayak Tadas [MS] 2004-05-03, 7:35 pm |
| CS2002 has a CatalogToVendorAssociation object which allows you to associate
vendor information with the product catalogs.
This object is documented in the Product Documentation.
Also see the "Association a vendor with each Catalog" and "Setting Up Your
Catalogs for Biztalk Server" sections in the Product Documentation.
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt
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
"Ravi Shankar" <shankar.nospam@hp.com> wrote in message
news:6eb401c42f8a$17e5b960$a601280a@phx.gbl...
> I need some help in understanding this w.r.t Commerce
> Server 2002, BizTalk Server 2004, WIndows Server 2003
> & .NET.
>
> 1. Is there an updated documentation on this (Nope, it
> is not available as part of the CS2K2 EN Documentation
> Upgrade on Site)
>
> 2. Where can I get information about the underlying
> schemas that need to be created for
> CatalogVendorAssociation (OR It only picks up information
> from the BTS database ?)
>
> We have a scenario where we need to implement a COmmerce
> Server Front-end to accept orders against 2 primary
> vendors and subseuently split and feed orders to 2
> different ordering systems.
>
> Regards.
| |
| Ravi Shankar 2004-05-04, 9:37 am |
| The documentation talks only about BizTalk 2002. In=20
BizTalk 2004 there is a substantial difference in which=20
agreements and such are created and maintained. Is there=20
an updated reference for BizTalk 2004 ?
Methods such as CatalogToVendorAssociation.GetVendorList
() function against a BizTalk Database only.
But can I use calls such as=20
CatalogToVendorAssociation.SpecifyVendorForCatalog() with=20
whatever values I want ?
Regards.
>-----Original Message-----
>CS2002 has a CatalogToVendorAssociation object which=20
allows you to associate
>vendor information with the product catalogs.
>This object is documented in the Product Documentation.
>Also see the "Association a vendor with each Catalog"=20
and "Setting Up Your
>Catalogs for Biztalk Server" sections in the Product=20
Documentation.
>
>Thanks
>Vinayak Tadas
>Microsoft
>http://blogs.msdn.com/vinayakt
>
>This posting is provided "AS IS" with no warranties, and=20
confers no rights.
>You assume all risk for your use. =A9 2002 Microsoft=20
Corporation. All rights
>reserved.
>Use of included script samples are subject to the terms=20
specified at
>http://www.microsoft.com/info/cpyright.htm
>Get Secure! For more info visit=20
http://www.microsoft.com/security. Please
>reply to the newsgroups only. Thanks
>
>
>
>
>
>"Ravi Shankar" <shankar.nospam@hp.com> wrote in message
>news:6eb401c42f8a$17e5b960$a601280a@phx.gbl...
information[vbcol=seagreen]
COmmerce[vbcol=seagreen]
>
>
>.
>
| |
| Vinayak Tadas [MS] 2004-05-05, 4:37 pm |
| The CatalogToVendorAssociation is initialized with a connection string. It
will return the vendors for that catalog in the database specified in the
connection string.
Basically the CatalogToVendorAssociation component maintains a single table
in the catalog database named CatalogToVendorAssociation.
It associates the catalog name to a list of vendors.
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt
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
"Ravi Shankar" <shankar.nospam@hp.com> wrote in message
news:802a01c431da$78551550$a601280a@phx.gbl...
The documentation talks only about BizTalk 2002. In
BizTalk 2004 there is a substantial difference in which
agreements and such are created and maintained. Is there
an updated reference for BizTalk 2004 ?
Methods such as CatalogToVendorAssociation.GetVendorList
() function against a BizTalk Database only.
But can I use calls such as
CatalogToVendorAssociation.SpecifyVendorForCatalog() with
whatever values I want ?
Regards.
>-----Original Message-----
>CS2002 has a CatalogToVendorAssociation object which
allows you to associate
>vendor information with the product catalogs.
>This object is documented in the Product Documentation.
>Also see the "Association a vendor with each Catalog"
and "Setting Up Your
>Catalogs for Biztalk Server" sections in the Product
Documentation.
>
>Thanks
>Vinayak Tadas
>Microsoft
>http://blogs.msdn.com/vinayakt
>
>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
>
>
>
>
>
>"Ravi Shankar" <shankar.nospam@hp.com> wrote in message
>news:6eb401c42f8a$17e5b960$a601280a@phx.gbl...
information[vbcol=seagreen]
COmmerce[vbcol=seagreen]
>
>
>.
>
| |
| Ravi Shankar 2004-05-06, 1:36 am |
| So if I understand this correctly, what this implies is
1. The connection string required in the=20
CatalogToVendorAssociation.Initialize call is the=20
connection string associated with the "Catalog" resource.
2. If the CatalogToVendorAssociation table is properly=20
populated then all calls would work properly ?
Regards.
>-----Original Message-----
>The CatalogToVendorAssociation is initialized with a=20
connection string. It
>will return the vendors for that catalog in the database=20
specified in the
>connection string.
>Basically the CatalogToVendorAssociation component=20
maintains a single table
>in the catalog database named CatalogToVendorAssociation.
>It associates the catalog name to a list of vendors.
>
>Thanks
>Vinayak Tadas
>Microsoft
>http://blogs.msdn.com/vinayakt
>
>This posting is provided "AS IS" with no warranties, and=20
confers no rights.
>You assume all risk for your use. =A9 2002 Microsoft=20
Corporation. All rights
>reserved.
>Use of included script samples are subject to the terms=20
specified at
>http://www.microsoft.com/info/cpyright.htm
>Get Secure! For more info visit=20
http://www.microsoft.com/security. Please
>reply to the newsgroups only. Thanks
>
>
>
>"Ravi Shankar" <shankar.nospam@hp.com> wrote in message
>news:802a01c431da$78551550$a601280a@phx.gbl...
>The documentation talks only about BizTalk 2002. In
>BizTalk 2004 there is a substantial difference in which
>agreements and such are created and maintained. Is there
>an updated reference for BizTalk 2004 ?
>
>Methods such as CatalogToVendorAssociation.GetVendorList
>() function against a BizTalk Database only.
>
>But can I use calls such as
>CatalogToVendorAssociation.SpecifyVendorForCatalog() with
>whatever values I want ?
>
>Regards.
>
>allows you to associate
>and "Setting Up Your
>Documentation.
>confers no rights.
>Corporation. All rights
>specified at
>http://www.microsoft.com/security. Please
it[vbcol=seagreen]
>information
>COmmerce
>
>
>.
>
| |
| Vinayak Tadas [MS] 2004-05-07, 2:35 am |
| Yes you are correct.
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt
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
"Ravi Shankar" <shankar.nospam@hp.com> wrote in message
news:91b301c43326$4dcde710$a301280a@phx.gbl...
So if I understand this correctly, what this implies is
1. The connection string required in the
CatalogToVendorAssociation.Initialize call is the
connection string associated with the "Catalog" resource.
2. If the CatalogToVendorAssociation table is properly
populated then all calls would work properly ?
Regards.
>-----Original Message-----
>The CatalogToVendorAssociation is initialized with a
connection string. It
>will return the vendors for that catalog in the database
specified in the
>connection string.
>Basically the CatalogToVendorAssociation component
maintains a single table
>in the catalog database named CatalogToVendorAssociation.
>It associates the catalog name to a list of vendors.
>
>Thanks
>Vinayak Tadas
>Microsoft
>http://blogs.msdn.com/vinayakt
>
>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
>
>
>
>"Ravi Shankar" <shankar.nospam@hp.com> wrote in message
>news:802a01c431da$78551550$a601280a@phx.gbl...
>The documentation talks only about BizTalk 2002. In
>BizTalk 2004 there is a substantial difference in which
>agreements and such are created and maintained. Is there
>an updated reference for BizTalk 2004 ?
>
>Methods such as CatalogToVendorAssociation.GetVendorList
>() function against a BizTalk Database only.
>
>But can I use calls such as
>CatalogToVendorAssociation.SpecifyVendorForCatalog() with
>whatever values I want ?
>
>Regards.
>
>allows you to associate
>and "Setting Up Your
>Documentation.
>confers no rights.
>Corporation. All rights
>specified at
>http://www.microsoft.com/security. Please
it[vbcol=seagreen]
>information
>COmmerce
>
>
>.
>
|
|
|
|