SYMPTOMS
In Information Management Platform 6.2 and 6.3 installations, "Error: 4102: Close brace expected" appears when searching for a field value containing the string " of " (without double quotes).
CAUSE
This is a known issue. Information Management Platform 6.2 and 6.3 installations cannot search on the string " of " when used as (part) of a field value.
RESOLUTION
Assuming that XML Wrapper fields are used, you can change the XML files in the '\ZyLAB Data\Index Data\INDEX_NAME\XmlFields' folder that stores the fields values. You can do this in many ways, for the one suggested below you will need a text editor able to search using Regular Expressions; for instance Notepad++, TextEditor, or the findstr command in Windows Command Prompt.
- Use a text editor to search for a regular expression like this "<field id=".*">.* of " (without double quotes).
- Replace it with another string, for instance changing spaces to underscores.
- Rebuild the index with "Update" or "Add" options enabled
APPLIES TO
6.2; 6.2 Service Pack 1; 6.2 Service Pack 2; 6.3
Comments
0 comments
Article is closed for comments.