question

Upvotes
Accepted
3 0 1 2

JSFC got the error "The enumerated value of FID 825 cannot be expandedcannot be expanded"

treprfarfa-apienum
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
83.1k 281 53 77

@yiu.hing.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
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.