cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cannot copy attribute bascketId since model layer does not support it

Former Member
1,706

Hello Everyone. from time to time, I'm getting theis info in my log: "cannot copy attribute bascketId since model layer does not support it" Today it turned out, that it might cause a bug that will spoil the message sent to external system, so customers cannot submit orders.

Do you know aht that info means, and how to solve that? It looks, like, I'm sending this basketId in the spring integration to external system, but it is null.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi! I've bumped into this same issue today and I've been able to solve it. Has that attribute 'bascketId' been recently deleted from your model?? In my case, I introduced it, did a Platform > Update and then deleted it, so it remained as an orphaned type. When Hybris queried the DB to recover the item, you are prompted that message because the field still exists in the DB (but without content). So you may have to delete the orphan types and make an update again. This should be it.