on 2018 Sep 27 5:39 PM
In my impex I have
$baseStoreUID=myshop
$warehouseCode=warehouseMy
$defaultPassword=7890
$passwordEncoding=md5
$setDefaultPassword=@password[translator=de.hybris.platform.impex.jalo.translators.ConvertPlaintextToEncodedUserPasswordTranslator][default='$passwordEncoding:$defaultPassword']
INSERT_UPDATE Address;&addrID;streetname;streetnumber;postalcode[unique=true];town[unique=true];country(isocode);region(isocode);phone1;owner(PointOfService.storeId)[unique=true];latitude;longitude;
;address30009;Cnr whatever street;;7800;This Town;PF;PF-WC;217634340;30009;-34.022;18.468;
INSERT_UPDATE PointOfService;name[unique=true];type(code);address(&addrID);latitude;longitude;geocodeTimestamp[dateformat=dd-MM-yyyy];basestore(uid);openingSchedule(code);warehouses(code);storeId[unique=true];
;My store;STORE;address30009;-34.022;18.468;;$baseStoreUID;;warehouse30009;30009;
But I get an error
INSERT_UPDATE PointOfService;name[unique=true];type(code);address(&addrID);latitude;longitude;geocodeTimestamp[dateformat=dd-MM-yyyy];basestore(uid);openingSchedule(code);warehouses(code);storeId[unique=true]
,8796191459320,,, column 3: could not resolve item for address30009, column 3: cannot resolve value 'address30009' for attribute 'address';My store;STORE;address30009;-34.022;18.468;;myshop;;warehouse30009;30009;
27.09.2018 16:36:46: ERROR: Can not resolve any more lines ... Aborting further passes (at pass 2). Finally could not import 1 lines!
Bring the address down and move the POS to top, run the impex in HAC and select "import_relaxed" . And the same impex might work in your colleague machine, we faced similar issue a while back . Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.