Migrating to 11g forms result in error 41068 Error in set_menu_item_property.
Hi,
Migrating to 11g forms result in error 41068 Error in set_menu_item_property. we know that this has been deemed to be BUG:12934323. we applied this solution as suggested.
----------------------------------------------------------------------------
Set the character set of NLS_LANG to UTF8.
e.g.
NLS_LANG=AMERICAN_AMERICA.UTF8
NOTE :
In Windows machine, the NLS_LANG should be defined in following area
1) In the registry for when generating the fmx (compilation environment).
2) In envFile (e.g default.env) for runtime environment.
----------------------------------------------------------------------------
But this solution did not resolve our issue. we are still getting the error. Any help on this would be greatly appreciated.