The 'Parse Variable' custom operation fails in Pattern Debugger mode with the error "Custom strategy, JSON File, failed due to incorrect text highlighting."Issue In Pattern Debugger mode, 'Parse Variable' custom operation fails with the error "Custom strategy, JSON File, failed due to incorrect text highlighting."CauseThe MID Server property "mid.parsing.max_field_size" might be missing on the "ecc_agent_property" table.This property sets the maximum character length of strings stored as temporary variables while patterns are run.The default value for this parameter is 1024 and strings longer than this parameter's value are truncated to equal the value.Hence, the below error can be seen during pattern debugging when the strings being parsed are longer than the default value of 1024 characters."Custom strategy, JSON File, failed due to incorrect text highlighting."ResolutionConfigure the MID Server property "mid.parsing.max_field_size" on "ecc_agent_property" table and set its value to a higher limit e.g. 5000 and leave the MID Server field empty to apply for all the MID Servers.