Skip to Content
0
Former Member
May 18, 2018 at 01:33 PM

Can not see mystore catalog on WCMS/catalog

86 Views

I created b2b store. I changed mystoreinitialdata/impex store names to my store name.

 # -----------------------------------------------------------------------
 # [y] hybris Platform
 #
 # Copyright (c) 2018 SAP SE or an SAP affiliate company.  All rights reserved.
 #
 # This software is the confidential and proprietary information of SAP
 # ("Confidential Information"). You shall not disclose such Confidential
 # Information and shall use it only in accordance with the terms of the
 # license agreement you entered into with SAP.
 # -----------------------------------------------------------------------
 # ImpEx for Points of Service
 
 # Macros / Replacement Parameter definitions
 $storeUid=mystore
 $productCatalog=sampaProductCatalog
 
 $catalogVersion=catalogversion(catalog(id[default=$productCatalog]),version[default='Staged'])[unique=true,default=$productCatalog:Staged]
 $storeImage=storeImage(qualifier, $catalogVersion)
 
 INSERT_UPDATE OpeningSchedule;code[unique=true];
 
 INSERT_UPDATE WeekdayOpeningDay;openingSchedule(code)[unique=true];dayOfWeek(code)[unique=true];openingTime[dateformat=hh:mm];closingTime[dateformat=hh:mm];
 
 INSERT_UPDATE SpecialOpeningDay;openingSchedule(code)[unique=true];date[unique=true,dateformat=dd.MM.yyyy];closed;openingTime[dateformat=hh:mm];closingTime[dateformat=hh:mm]
 
 INSERT_UPDATE Address;&addrID;streetname;streetnumber;postalcode[unique=true];town[unique=true];country(isocode);region(isocode);phone1;owner(PointOfService.name)[unique=true]
 
 INSERT_UPDATE StoreLocatorFeature;code[unique=true]
 
 INSERT_UPDATE PointOfService;name[unique=true];type(code);address(&addrID);latitude;longitude;geocodeTimestamp[dateformat=dd-MM-yyyy];$storeImage;openingSchedule(code);basestore(uid)[default=$storeUid];features(code)
 
 UPDATE PointOfService;name[unique=true];features(code);
 
 INSERT_UPDATE PoS2WarehouseRel;source(name)[unique=true];target(code)[unique=true]



impexes like that.

Then i made ant initialize and when i go to backoffice/catalog/catalogs

i dont see my store. (which is mystore)

i see default ones apparel, powertools etc just like before.

What should i do, java side things?