BusinessObjects Board

Internal internationalization error <0,U_ILLEGAL_ARGUMENT

Hi,

I am getting different error on execution of rapid mart job though it was working fine earlier.Please help

17680 15628 INZ-064011 1/7/2014 6:55:36 AM |Data flow DF_FSHierBalSheetAcctNewGL_SAP|Loader FirstorDeltaLoad_FirstLoad_GL_ACCOUNT_HIER
17680 15628 INZ-064011 1/7/2014 6:55:36 AM Internal internationalization error <0,U_ILLEGAL_ARGUMENT_ERROR>, function <147>, locale <eng_us.cp1252>, GlobalC locale
17680 15628 INZ-064011 1/7/2014 6:55:36 AM <en_US.windows-1252>.


its_ranjan (BOB member since 2011-02-16)

Sai, do you use SMTP_TO() in any of this job’s workflow?


ganeshxp :us: (BOB member since 2008-07-17)

No Ganesh


its_ranjan (BOB member since 2011-02-16)

Any inputs for this error.
Not sure, where it is coming from.


its_ranjan (BOB member since 2011-02-16)

Does your Source/Target has a double datatype? And the job is a one against SAP Datasource?


ganeshxp :us: (BOB member since 2008-07-17)

Which version of BODS?

BODS 4.1 SP1 Patch 4 fixes this error in the BODS 4.1 stack.

ADAPT01693724
Data Services job containing a SAP source/target with double data type may fail with an error message "Internal internationalization error <0,U_ILLEGAL_ARGUMENT_ERROR>, function <107>, locale <eng_us.utf-8>, GlobalC locale <en_US.UTF-8>". This issue has been fixed in this release.


Johannes Vink :netherlands: (BOB member since 2012-03-20)

Good information. Thanks :+1:


its_ranjan (BOB member since 2011-02-16)

Hi Johannes,

There is no SAP field with double data type.

Please advise if there is any workaround to get rid of this error.


its_ranjan (BOB member since 2011-02-16)

I’d suggest to raise a case with SAP and get their support. I have no clue why you still have the error.


Johannes Vink :netherlands: (BOB member since 2012-03-20)

Thanks Johannes. Will raise call with SAP


its_ranjan (BOB member since 2011-02-16)

Hi,
Did you get any response from SAP as to what was causing your problem? I am getting the same error when I ran a Job in DS 4.1 SP2. The weird thing is, I am getting this error only in QA. In production it works just fine.

Thanks,
Deepak N.


deepak_n01 (BOB member since 2008-07-22)

Maybe a SAP table does have a different data type in QA & Prod?

And the advise still is: contact SAP support if fix 4 of SP 2 does not work for you…


Johannes Vink :netherlands: (BOB member since 2012-03-20)

Thanks for your response Johannes!

I was trying production Table as the source, in QA and in Prod, while it works in Prod it was giving error in QA. I tried changing the code type from default to ‘cp1258’ for the SAP data store and the error went away.

Thanks,
Deepak N.


deepak_n01 (BOB member since 2008-07-22)

Hi,

Has anyone got a solution on this?
I dont have any SAP table/double datatype. But I am facing the internal internationalization error on two dataflows; both at map operation (Normal to Update).
Version of bods is 4.1 SP 2


rajnia1 (BOB member since 2011-11-17)


Johannes Vink :netherlands: (BOB member since 2012-03-20)

Hi, I have the same exact problem.

I’ using SMTP_TO() to notify users of completion /errors of job.

Please let me know how to fix this issue…

My datastore is DB2.

DS ver: 14.1.1.210


skred (BOB member since 2014-06-13)

Hi
I too Encounterd this error and finally
I found the sllution. this error is due to
if in target table(in DB) any collumn defined specified not null
and in job null value is being passed in that collumn
or
an identity collumn is maped in BODS job
eg ID (not null) in db.
Example:
in job COL1 (SRC contains null ) —Mapped with----- > ID (TRGET).

NOTE THAT: mapping value also can be null due to any join condition

OR
Auto Incremented collumn is mapped .


ADIL ALI (BOB member since 2016-12-26)