@eric.lee
This error indicates that JSFC got an incorrect enumeration data and it was unable to parse that data. For example, JSFC expects to receive a numeric enumeration data for the RDN_EXCHID field. However, if the publisher sends a string ("NYS") or blank ("") instead of a numeric value (2), JSFC 3.5.6 will report this error.
processRecordSync called: JPY=: RDN_EXCHID= <ConversionRoutines : Error : Aug 27, 2018 2:48:47 PM>Error parsing String to Numeric<Warning : Aug 27, 2018 2:48:47 PM>The enumerated value (“NYS”) of FID 4 cannot be expanded..<Warning : Aug 27, 2018 3:19:40 PM>The enumerated value (“”) of FID 4 cannot be expanded
The problem can be verified by enabling tracing with the following JSFC configuration.
*ipcTraceFlags : 11
Then, verifying the value sent in FID 825.
Moreover, it may relate to TREP's settings. However, you can disable this warning by setting traceSelector configuration in JSFC to Error.
*traceSelector : Error