I used the Initialization.isCurrentTenantInitializing() method from commerce to determine if an update or an initialization is taking place. As far as I know the HAC is also using this class/method to determine the status of an update.
Check my answer here --> https://answers.sap.com/questions/12770982/jdbc-errors-for-non-existing-models.html?childToView=13210071&answerPublished=true#answer-13210071
Since these steps didn't fix our issue I did some investigation in the JDBCValueMappings.class in line 1084.INFO | jvm 1 | main | 2020/12/09 02:58:13.267 | WARN [localhost-startStop-1] [JDBCValueMappings:1084] Error while resolving a class f...
Hello,I found a solution so that the sync works using a groovy script in HAC: https://answers.sap.com/questions/12765139/entity-not-found-catalogversionsyncworker-processi.html
Hey Guys,I found this post: https://answers.sap.com/questions/12760183/sync-a-product-from-groovy.html and regarding to the reply from 21 03 2019 um 11:23, the issue is caused by transactions, yes.Therefore I've added a try catch block around my groo...