We converted a field of a BusinessData object from
How can we get a proper data store and make the index recreation running? asked 07.05.2019 at 04:23 SupportIvyTeam ♦♦ |
The error occurs as ElasticSearch determines the type of a field once the first non empty value is defined. So if a BusinessData object with To takle the problem I'd write a conversion in Java to:
Sample:
To avoid the problem at all: Do not change the type of already persistent data. But add a new replacement field. Optionally with fallback support to read legacy values. See: https://answers.axonivy.com/questions/2606/can-not-persist-business-data-to-repo-after-changing-data-type answered 07.05.2019 at 04:28 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 07.05.2019 at 04:23
Seen: 4,337 times
Last updated: 07.05.2019 at 04:30