codbex / codbex-kronos

SAP HANA XS Classic and ABAP Compatibility Platform
https://codbex.com
Eclipse Public License 2.0
5 stars 3 forks source link

Trying to create existing resources like views, tables, synonyms, etc. on startup #586

Closed iliyan-velichkov closed 1 month ago

iliyan-velichkov commented 1 month ago

When Kronos instance is started with DB which has been already processed by Kronos (resources like views, tables, synonyms, etc. are already created), the services tries to recreate these artifacts and cannot succeeded because they already exists. A lot of exceptions are logged.

Refactor Kronos logic, so that it didn't try to recreate existing resources.

iliyan-velichkov commented 1 month ago

implementation: https://github.com/codbex/codbex-kronos/pull/585