Problem with the Active Directory and Oracle endpoints
Both are showing incorrect encoding character (ñ) into the last name field.
The Global User names are Spanish, Latin American names.
Custom code reading the data from Oracle Table and sending the lastname value encode in ANSI to ADS and Oracle Endpoint which display unreadable character value.
Customer changed the custom code to use encode in UTF-8 instead ANSI.