The problem is probably character conversion. I've seen this before when data is transferred between databases running different character sets. Your multi-byte Ñ character is coming through as 2 bytes whereas your database only expects 1.
Have you tried the following change in the database...
I am currently porting some legacy code into a new scheduling system. It runs on a number of source servers and invokes the following on a number of target servers. All servers are running Solaris 10.
The command at issue is:
ssh -o "BatchMode=yes" ${TARGET_USER}@${TARGET_HOST} "${TEST_SCRIPT}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.