The database value TRUE is not part of the Enumeration ‘FndBoolean’.
Hi,
For IFS10UPD6 version, whatever it’s new installation or upgrade environment, we have an error like this, Is there anyone know how to fix this issue?
1.Press new button in Inventory Part window(any other window with Boolean value). The system will trigger an error “The database value TRUE is not part of the Enumeration ‘FndBoolean’. ”
2. even we query it in PL/SQl developer, the script will not return the value.
Select Fnd_Boolean_Api.Decode(‘TRUE’) from dual;
Page 1 / 1
Looks like an issue with the Language File installation. Please check if you get a result when you run the following query.
select domain_sys.get_translated_values('FndBoolean', 'en') from dual;
If you do not get any results then you would probably need to import the language file fndbas_lu_logicalunit-core.lng and the corresponding translation files to the particular environment.
Hi Safras,
Thanks for your information! According to our investigation, it looks not a language issue.
sometimes the method Domain_SYS.Get_Translated_Values(lu_name_) doesn’t return any value.
The system will return the value from PROG even there is no any language.
Hi, I encountered the same issue on fresh install of IFS10. Where you able to solve it?
Thank you,
Does the source code of FND_BOOLEAN_API.GET_DB_VALUES___ look sane?
This handy little diagnostic was introduced in Apps 10. (I don’t know which update.)
Sorry about my late response! We were made a mistake last year to share one CDB with PDBs of two database instance. It’s not IFS supported. In this case, one of database instance has such a problem. After we installed database separately, the issue was gone.
Makes sense, made the same mistake. Thank you WilliamRun!
@eric.schaal In order to fix the above problem, did you install the delivery with reconfiguration or did you do only a reconfiguration without any other options ?