Recently I changed metadata field entries by setting "searchable" (and "browsable") to "true" as described at Lightroom SDK guide chapter "Defining metadata fields", "Metadata field entries", page 74. As a result I got this error message:
Could not upgrade your catalog for plug-in metadata.
An internal error has occurred: Searchable strings must be less than 512 bytes; this value is 513 bytes
So, the plugin can't update the catalog and as a result the plugin is disabled.
The error message fits to the SDK description, stating "Strings stored in this field must not exceed 511 bytes."
The error message states not, which image of my catalog (and which metadata field) causes the error. So I don't have an idea how to identify the image and its field which has exceeded the limit. Without identification of the image(s) I'm not able to shorten the field entry/entries.
Any idea how I could deal with this situation?