Hello Erman,
Today, we were trying to detect and correct our NLS conversion errors by following your article "
http://ermanarslan.blogspot.com.tr/2013/05/investigating-ebs-nls-data-load-problems.html"
But we weren't able to solve one of our problems which was uploading the correct translation for a value set. The picture below summarizes our problem.
Then we found the name of the module with the forms name.
We then found the ldt.
[applmgr@T1VSTEBSAPP01 US]$ find ./ -name "*.*" -exec grep -Hsi 'Civil War Invalid' {} \;
./loc_ro/perzzlookup00000.ldt: MEANING = "Civil War Invalid"
./loc_ro/perzzlookup00000.ldt: DESCRIPTION = "Civil War Invalid"
./loc_kr/perzzlookup00000.ldt: MEANING = "Civil War Invalid"
./loc_kr/perzzlookup00000.ldt: DESCRIPTION = "Civil War Invalid"
I found the lct by reading the ldt file.
Then I tried the following command but failed.
What could be the problem?
Thanks