hi all,
I'm facing problem while searching with a string which contains some spanish character.
In our pre production server, when we are searching in a schema with field1 ='LII TestingRecord - manándar', resulting rcord is having field1= 'LII TestingRecord - manandar'.
Internally its converting the string 'LII TestingRecord - manándar' to ''LII TestingRecord - manandar' and retrieving the result.
But in our production server its not able to convert the string from 'LII TestingRecord - manándar' to ''LII TestingRecord - manandar'
I tried setting the same locale in both the server. Both the server have same version, patch number , DBVERSION in control table , Database Version.
Can anyone please point out why it is behaving differently?
Is there configuration change i need to do?
Thakns and Regards,
KSP