ILMT/BFI Data Import failing with ERRORCODE=-4220; Where Is the Configuration Change Made to Resolve This Issue?

Hi all …

My customer is experiencing the issue indicated by this ILMT forum entry:

My question is - where is the change made that is recommended by the solution? The solution is given here (http://www-01.ibm.com/support/docview.wss?uid=swg21684365), where it says to add a configuration option of “-Ddb2.jcc.charsetDecoderEncoder=3” but it doesn’t say where to make this change in ILMT/BFI. I am guessing it is jvm.options in /opt/ibm/LMT/wlp/usr/servers/server1; is this right?

–Mark

Hi,

ILMT forum is located here: https://developer.ibm.com/answers/topics/ilmt/

This one is for BFI.

Hi Andrzej … I know that. I’m asking where to make this change in BFI?

–Mark

Hi Mark,

Apologies. Did not get it in the first place.

The file to change is the same for LMT and BFI:

/opt/IBM/R2/wlp/usr/servers/server1/jvm.options

you add there following line:

-Ddb2.jcc.charsetDecoderEncoder=3

and restart the server.

2 Likes

Perfect Andrzej … thank you! --Mark