In version 6.5 when the Hybris distribution was extracted, the npmancillary had the folder structure
Notice, that there under npm/node_modules/ there is a .bin directory. 6.7 onwards, this directory structure is no longer present. https://help.s...
Using Hybris 6.5.
How do we configure SSO for SmartEdit? Could not find a documentation for it. I understand that smartedit is a Single Page Application and it requires a OAuth Token, for REST api call that is makes. SSO and SmartEdit have different ...
I am getting Unknown table 'abstractcontactinfo' in information_schema. The initialization was fine, doing update, started getting this error.
I can see the table name is present in TABLE table of information_schema schema of MySQL.
The complete sta...
We have Apache HTTP as loadbalancer for mutliple Hybris Servers. Also at SSL termination happens at Apache HTTP. Earlier till 6.0, we had our apache configured at`https://domain-name:[443]/hmc/hybris` rout to http://server-internal-dns-name:9001:/hmc...
What's confusing is the error - ERROR [hybrisHTTP27] [Initialization] java.sql.SQLSyntaxErrorException: Unknown table 'abstractcontactinfo' in information_schema
The information_schema isn't supposed to contain this table, there is a different schema...
Thanks Suhas.
I did it slightly differently - I put my Filter at the end of all filters and used the existing methods of XSSValueTranslator to get it done for me. Adding the data as request parameters would have required us to change at multiple plac...
So, when you say remove it and re-create it, do you mean drop the table and do update or remove it from itemtype - do update, clear orphans and then re-create it and then update?