Hi Ivy Team After migrating sys db and running the application we get the following error :
Any idea what is missing ? Best regards John asked 25.09.2019 at 07:31 John Moser |
This property was never meant to be public, and is just for internal use. You never saw it on a configuration UI. It is an identifier for the database and so it makes no sense in a yaml file, that is why we do not convert it. Please use another way to get a constant Number (e.g. In a File or own Database) answered 01.10.2019 at 02:57 Christian St... ♦ |
I already set autoconvert is true, why do I need add DatabaseId manual to ivy.yaml?. I think It should auto migrate all system property from database to ivy.yaml. In the meantime, I try to add it manually to ivy.yaml like this in the root level.
I still use the old method
But It does not work. Do you have any idea? Thanks answered 26.09.2019 at 00:46 nndiem |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 25.09.2019 at 07:31
Seen: 1,677 times
Last updated: 01.10.2019 at 02:57
Add on :
The key/value pair exist in iwa_systemproperty. But why is it unknown ?
It is because we now load all system properties values form the ivy.yaml (except some special values, but they are only used ivy internal and not any more available by Public API).