magento2-pimcore-bridge icon indicating copy to clipboard operation
magento2-pimcore-bridge copied to clipboard

Attributes are not creating in magento

Open baladpi opened this issue 4 years ago • 2 comments

I am using magento commerce 2.3.3, getting error StreamLogger.CRITICAL: An attribute code must not be less than 1 and more than 200 characters. I increased the size but the attribute name size is less than 20 only.

if the new checksum is coming from pimcore, it creating an attribute set but it's unable to create an attribute for an attribute-set so it set 500 in DB and throws "StreamLogger.CRITICAL: An attribute code must not be less than 1 and more than 200 characters". if the checksum is same, its saves the value in that attribute-set but in that also it's not checking the attribute.

Please help me in this...

baladpi avatar Feb 29 '20 02:02 baladpi

I have a similar issue. I would be interested in knowing how this is supposed to function

sdouma avatar Mar 17 '20 19:03 sdouma

@baladpi can you send me the result of this query on your pimcore instance:

[pimcore-isntance-url]/webservice/rest/product?apikey=[PicmoreApiKEY]&id=[productId]&instanceUrl=[MangetoIsntanceURL]&storeViewId=[StoreViewId]

(pimcore.localhost/webservice/rest/product?apikey=111111111450b16993efbe9008703ec60eea6beae036eb0f8cd1111111111111&id=10&instanceUtl=magento.localhost&storeViewId=0)

for the product that throws an error. It might be connected with your Pimcore product structure

mbolka avatar Mar 18 '20 10:03 mbolka