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.

Case 06867982

@yiu.hing.eric.lee

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' next to the appropriate reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
78.9k 250 52 74

@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.