Using the UPA Java API we're getting the following error on a dictionary response message in one of our TREP environments (i.e. works fine in one but not the other):
Event: Acronym mismatch "RDN_EXCHID" and "CURRENCY" between Field Dictionary and Enum Type Dictionary
The assumption is that we have a mismatch in one of these files but not sure where the discrepancy lies as the output from both files in both environments is the same:
grep CURRENCY *
enumtype.def:
CURRENCY 15
RDMFieldDictionary:
! Additional currency fields with identical enumerations to the original CURRENCY
RDMFieldDictionary:BID_CURRCY "BID CURRENCY" 2379 NULL ENUMERATED 5 ( 3 ) ENUM 2
...
grep RDN_EXCHID *
enumtype.def:
RDN_EXCHID 4
RDMFieldDictionary:
RDN_EXCHID "IDN EXCHANGE ID" 4 NULL ENUMERATED 3 ( 3 ) ENUM 1
We are able to ignore the status code error returned from the dictionary response but are still trying to understand the source of the error