Hi All, My current project based on hybris 4.7 version. I have requirement to add few custom attribute in custom item type.
I have follow the below steps. 1)I have added attribute in *items.xml 2)Build the application(ant clean all) 3)Start the hybris serevr. 4)Run the system update with uncheck(Create Esential data).
After complition of hybris update, i have validated the attribute through flexy search query. Its working fine at preprod environment.
1)Copy *items.xml 2)run antproductioncommand. 3)run ant clean all 4)run hybris server 5)run hybris system update.
After complition of hybris update, i have validated the attribute through flexy search query. Its working fine at preprod environment.
1)Copy *items.xml 2)copy servicelayer folder from preprod environment which is generated during antproduction. 3)copy platformwebservice folder from preprod environment which is generated during antproduction. 4)run ant clean all 5) validated model class and found added attribute available. 6)run hybris server 7)run hybris system update.
After complition of hybris update, i have validated the attribute through flexy search query. added attribute not available in respective item type.
Please suggest here. not understand why this things happen on production.Except production its working fine on Dev server, SIT server and UAT server.