<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Failed to transcode data from U_UTF8_CE to U_LATIN9_CE in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/77594#M3512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2013 11:26:04 GMT</pubDate>
    <dc:creator>ruben_ferreira</dc:creator>
    <dc:date>2013-10-09T11:26:04Z</dc:date>
    <item>
      <title>Failed to transcode data from U_UTF8_CE to U_LATIN9_CE</title>
      <link>https://communities.sas.com/t5/Developers/Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/77590#M3508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: IOM call failed because of a data conversion error.&lt;/P&gt;&lt;P&gt;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.&amp;nbsp; Please review your encoding= and &lt;/P&gt;&lt;P&gt;locale= SAS system options to ensure that they can accommodate the data that you want to process.&amp;nbsp; A portion of the source string, in hex representation is:&lt;/P&gt;&lt;P&gt;NOTE: 111e900e0: 3c 47 65 74 4d 65 74 61 64 61 74 61 4f 62 6a 65 |&amp;lt;GetMetadataObje|&lt;/P&gt;&lt;P&gt;NOTE: 111e900f0: 63 74 73 3e 3c 52 65 70 6f 73 69 64 3e 41 30 30 |cts&amp;gt;&amp;lt;Reposid&amp;gt;A00|&lt;/P&gt;&lt;P&gt;ERROR: Some code points did not transcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: the code that I am runnning is the mduextr.sas macro as is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 15:05:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/77590#M3508</guid>
      <dc:creator>ruben_ferreira</dc:creator>
      <dc:date>2013-09-10T15:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to transcode data from U_UTF8_CE to U_LATIN9_CE</title>
      <link>https://communities.sas.com/t5/Developers/Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/77591#M3509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;latin-9 that is spanish SBCS (your sas session)&amp;nbsp; and UTF-8 is DBCS is used wiht web (word and others)&amp;nbsp; is telling about some possible issue-s&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/nlsref/64811/HTML/default/viewer.htm#p0kcqbj7zsjq23n1lfyrcgtwiy5q.htm" title="http://support.sas.com/documentation/cdl/en/nlsref/64811/HTML/default/viewer.htm#p0kcqbj7zsjq23n1lfyrcgtwiy5q.htm"&gt;SAS(R) 9.4 National Language Support (NLS): Reference Guide&lt;/A&gt; (LOCALE= Values and Default Settings for ENCODING, PAPERSIZE,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DFLANG, and DATESTYLE Options)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could have hit xml issues by that like:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/36/830.html" title="http://support.sas.com/kb/36/830.html"&gt;36830 - The %MDUEXTR bulkload macro fails with an XML processing error when you use non-English encoding&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 19:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/77591#M3509</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-09-10T19:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to transcode data from U_UTF8_CE to U_LATIN9_CE</title>
      <link>https://communities.sas.com/t5/Developers/Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/77592#M3510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried changing the enconding in several places but it alqyas gives me the same error. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 12:10:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/77592#M3510</guid>
      <dc:creator>ruben_ferreira</dc:creator>
      <dc:date>2013-10-01T12:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to transcode data from U_UTF8_CE to U_LATIN9_CE</title>
      <link>https://communities.sas.com/t5/Developers/Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/77593#M3511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can it be your browser setting that is influencing your SP process?&lt;/P&gt;&lt;P&gt;As with: &lt;A _jive_internal="true" href="https://communities.sas.com/thread/49212"&gt;https://communities.sas.com/thread/49212&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 18:10:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/77593#M3511</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-10-01T18:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to transcode data from U_UTF8_CE to U_LATIN9_CE</title>
      <link>https://communities.sas.com/t5/Developers/Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/77594#M3512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 11:26:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Failed-to-transcode-data-from-U-UTF8-CE-to-U-LATIN9-CE/m-p/77594#M3512</guid>
      <dc:creator>ruben_ferreira</dc:creator>
      <dc:date>2013-10-09T11:26:04Z</dc:date>
    </item>
  </channel>
</rss>

