Timo Hendricks
Timo Hendricks
We have a similar problem on 2205 with a HANA DB: ``` 2024-04-12T14:25:28.193Z | configitems->configitems | 0 / 0 | Completed in 0 2024-04-12T14:25:28.210Z | metainformations->metainformations | 0 / 1...
Oh yes the schema was missing! The `db.url` of the source server had no schema parameter. But apparently in our case the schema is the same as the `db.username` of...
Great idea! This seemed to work, the data migration was successful and the updatesystem also went through without errors, so we can finally continue with the migration! But I still...
Yeah it indeed makes sense to have an empty table prefix for the final database so I guess I can definitely continue working on the cloud move. Setting db.tableprefix in...
Not sure why but for some reason the system is broken again when using the staged copy approach. When running ant updatesystem the log is spammed with exceptions when importing...
Here the full log message: ``` 18/04/2024 15:26:37 ERROR [hybrisHTTP12] [AbstractRuleEngineSystemSetup] Importing [/ruleengineservices/import/essentialdata-coredefinitions_de.impex]... FAILED de.hybris.platform.servicelayer.exceptions.ModelSavingException: null at de.hybris.platform.servicelayer.internal.converter.impl.ItemModelConverter.createNewItem(ItemModelConverter.java:2344) ~[coreserver.jar:?] at de.hybris.platform.servicelayer.internal.converter.impl.ItemModelConverter.lambda$save$1(ItemModelConverter.java:848) ~[coreserver.jar:?] at de.hybris.platform.servicelayer.internal.polyglot.UnitOfWorkInterceptor.execute(UnitOfWorkInterceptor.java:57) ~[coreserver.jar:?] at de.hybris.platform.servicelayer.internal.polyglot.UnitOfWorkInterceptor.createFromServiceLayer(UnitOfWorkInterceptor.java:34) ~[coreserver.jar:?] at de.hybris.platform.servicelayer.internal.converter.impl.ItemModelConverter.save(ItemModelConverter.java:848)...
> https://github.com/SAP/sap-commerce-db-sync/blob/main/commercedbsync/src/com/sap/cx/boosters/commercedbsync/dataset/impl/DefaultDataSet.java#L62-L77 But that code wouldn't really work for staged copying, since thar target column type is not CHAR but already set to INTEGER on schema migration, right? But this...
Yeah I understand why the types are different, in my opinion schema migration should also respect type mappings from the database-schema defined in the deployment.xml. Since source and target DB...
Thanks for the heads up! I don't really understand how it worked for more than a year without this issue. I definitely always used wayland since using WSL2, because the...
Hi @Daemoen ! So I went through the trouble of rebasing the [weston-mirror to weston 10.0.5](https://github.com/thendricks0/weston-mirror) and building a new system.vhd for my WSLg. It wasn't actually that bad, I...