on 2019 Sep 18 12:05 PM
Hi Experts,
I create a new typesystem from "DEFAULT" typesystem by ant createtypesystem -DtypeSystemName=new_ts1 cmd. the build success with message "TypeSystemHelper - Copying 'DEFAULT' typesystem to 'new_ts1' typesystem...". But this cmd did not coping the ydeployments table entry and at the time of system update the update fail as the new ydeployments is not available with typesystemname as "new_ts1".
Thanks in Advance.
Regards,
Sachi
Request clarification before answering.
Hi Arvind,
Thanks for your support. It is working fine now as expected, I faced the issue due to HSQL DB, now moved to MySql 5.7V and new type system is copied successfully.
Regards,
Sachi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sachidananda Manadhata - Please check hybris/data/hsqldb/mydb.log and let me know if you do not see new_ts1 in the INSERT statements. Also, before you perform the system update, you need to add the following in the local.properties:
db.type.system.name=new_ts1Please check https://help.sap.com/viewer/d0224eca81e249cb821f2cdf45a82ace/1905/en-US/06f15aada9b148279f5c50fc70aa... for more details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Arvind for your response.
I Follow the same procedure as per the wiki, Below are the mydb.log and mydb.script contents.
mydb.log: /*C3*/SET SCHEMA PUBLIC DISCONNECT (only this much content)
mydb.script: INSERT INTO TYPESYSTEMPROPS9 VALUES(NULL,8796871098455,8796093120594,'hmcindexfield',0,'hmcIndexField',1,'thefield',NULL).
There is no INSERT statement for "ydeployments" table and also no "new_ts1" typesystemname data.
Thanks,
Sachi
I just checked it in v1811 and I didn't face any issue. I am attaching my hybris/data/hsqldb/mydb.log file. Which version are you using?
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.