| Author |
error migrating catalogs
|
|
| Sandra Castellanos 2004-05-21, 5:55 pm |
| I am getting the following error migrating display and variant id
Failed to migrate the product display name and variant ID properties from
the XML file. The following error was encountered: The variant id property
was not updated because the existing productid and variantid properties for
the catalog are different. You should only use this option to update the
variant properties for catalogs that have the same productid and variantid
properties.
I don't really understand what that means. All I know is that the product
variants are not working right now.
| |
| Sandra Castellanos 2004-05-21, 5:55 pm |
| I think that because I couldn't migrate the productDisplayNameProperty on
the catalog, the catalogManager is showing me an empty display name for the
products. The field that contains the product name is "name" it is looking
at "DisplayName"
What can I do?
| |
| Vinayak Tadas[MSFT] 2004-05-25, 4:37 pm |
|
Create an xml file say displayNamesfile.xml, something like
_ <?xml version="1.0" ?>
<UpgradeInfo>
_ <Catalog name="Adventure Works Catalog"
productDisplayNameProperty="Name" />
_ </UpgradeInfo>
Use the catalogmigration tool to migrate the dsplay names from the Name
property to the displayname property.
CatalogMigrationTool.exe -S "sitename" -N "displaynamesfile.xml"
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
--------------------
Reply-To: "Sandra Castellanos" <sandrac@washuway.com>
From: "Sandra Castellanos" <sandrac@washuway.com>
References: <OJgTHl2PEHA.3016@TK2MSFTNGP10.phx.gbl>
Subject: Re: error migrating catalogs
Date: Fri, 21 May 2004 16:55:18 -0400
Lines: 8
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
Message-ID: <OexF9W3PEHA.2452@TK2MSFTNGP11.phx.gbl>
Newsgroups: microsoft.public.commerceserver.catalog
NNTP-Posting-Host: mail.4brainstorm.com 65.93.232.171
Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11
.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.catalog:4622
X-Tomcat-NG: microsoft.public.commerceserver.catalog
I think that because I couldn't migrate the productDisplayNameProperty on
the catalog, the catalogManager is showing me an empty display name for the
products. The field that contains the product name is "name" it is looking
at "DisplayName"
What can I do?
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
| |
| Sandra Castellanos 2004-05-25, 11:37 pm |
| That is what I did
| |
| Vinayak Tadas[MSFT] 2004-05-30, 10:45 am |
| The Catalog element takes a productDisplayNameProperty and
productVariantProperty as attributes. I am guessing you also added the
productVariantProperty as an attribute and nence the migration is failing.
You should only have the productDisplayNameProperty for the Catalog element.
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
--------------------
Reply-To: "Sandra Castellanos" <sandrac@washuway.com>
From: "Sandra Castellanos" <sandrac@washuway.com>
References: <OJgTHl2PEHA.3016@TK2MSFTNGP10.phx.gbl>
<OexF9W3PEHA.2452@TK2MSFTNGP11.phx.gbl>
<lU#DLTpQEHA.2988@cpmsftngxa10.phx.gbl>
Subject: Re: error migrating catalogs
Date: Tue, 25 May 2004 17:18:27 -0400
Lines: 3
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
Message-ID: <uF52W2pQEHA.3596@tk2msftngp13.phx.gbl>
Newsgroups: microsoft.public.commerceserver.catalog
NNTP-Posting-Host: mail.4brainstorm.com 65.93.232.171
Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13
.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.catalog:4629
X-Tomcat-NG: microsoft.public.commerceserver.catalog
That is what I did
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
|
|
|
|