The hybris Commerce Suite Initialization :
2.Go to the Platform tab and select Initialization option
4.Click the Initialize.If you Click on the Lock button disables the functionality of the Initialization and Update pages.
Click the Initialize button then following steps are performed:
Based on items.xml file new tables with initial dataset are created.
(OR)
Open the command prompt in platform location like D:\hybris\bin\platform. Run as setantenv.bat i.e press enter Run as “ant initialize”.or “ant initialize –Dtentant=$tenantname”
Click the Initialize button then following steps are performed:
Initialization drops existing type definitions from the database,The entire type system is created from scratch.
Suspend all running cron jobs and Clear chache information.
By using DROP TABLE statement removes all tables from the database schema.So that
this removes all data stored in the database schema and also hybris Commerce Suite data,
After click on initialize existing data model definition will be lost.
During an initialization, type system definitions are created to match the type system definition in the items.xml
·
Hi,I am facing issues in the Deploying Hybris in production instance.After starting the server and moving to ipaddr:9001 ,it asks for database Initialization.Is there any way i can disable that initialization option in produciton or am i doing wrong somewhere?
ReplyDeleteIn local.properties mention system.unlocking.disabled=true to lock the system initialization
ReplyDelete