I am having the following error:
ERROR: IOM call failed because of a data conversion error.
ERROR: Failed to transcode data from U_UTF8_CE to U_LATIN9_CE encoding because it contained characters which are not supported by your SAS session encoding. Please review your encoding= and
locale= SAS system options to ensure that they can accommodate the data that you want to process. A portion of the source string, in hex representation is:
NOTE: 111e900e0: 3c 47 65 74 4d 65 74 61 64 61 74 61 4f 62 6a 65 |<GetMetadataObje|
NOTE: 111e900f0: 63 74 73 3e 3c 52 65 70 6f 73 69 64 3e 41 30 30 |cts><Reposid>A00|
ERROR: Some code points did not transcode.
I am using a stored process and created a webservice to invoke the strored process using soap ui. The issue happens only when I use the stored process via webservices because the code works perfectly when executed called directly using SAS EG. I am guessing the proble is the SAS stored processo server that is not configured correctly.
Can anyone help me with this issue.
PS: the code that I am runnning is the mduextr.sas macro as is.
Since the Stored Process is running in the Stored process Served I had to add the LATIN1 enconding option to the sas9v_usermod config file and restart the service.
latin-9 that is spanish SBCS (your sas session) and UTF-8 is DBCS is used wiht web (word and others) is telling about some possible issue-s .
SAS(R) 9.4 National Language Support (NLS): Reference Guide (LOCALE= Values and Default Settings for ENCODING, PAPERSIZE, DFLANG, and DATESTYLE Options)
You could have hit xml issues by that like:
I tried changing the enconding in several places but it alqyas gives me the same error.
Can it be your browser setting that is influencing your SP process?
As with: https://communities.sas.com/thread/49212
Since the Stored Process is running in the Stored process Served I had to add the LATIN1 enconding option to the sas9v_usermod config file and restart the service.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.