<?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: SAS Logging ERROR: Can't create transcoding pipeline for fileref appender in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Logging-ERROR-Can-t-create-transcoding-pipeline-for-fileref/m-p/198315#M37141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Than your error makes no sense. Did you try SAS TS already?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2015 17:45:11 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2015-04-20T17:45:11Z</dc:date>
    <item>
      <title>SAS Logging ERROR: Can't create transcoding pipeline for fileref appender</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Logging-ERROR-Can-t-create-transcoding-pipeline-for-fileref/m-p/198312#M37138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;When I test SAS Logging Facility in SAS Programs,I met this error.&lt;/P&gt;&lt;P&gt;sample1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename TestLog (".\test.log" ) encoding='UTF-8';&lt;BR /&gt;%LOG4SAS( )&lt;BR /&gt;%LOG4SAS_APPENDER(TestLog,"FileRefAppender",'FILEREF=TestLog&amp;nbsp; THRESHOLD=DEBUG') &lt;BR /&gt;%LOG4SAS_LOGGER("testLogger","ADDITIVITY=TRUE APPENDER-REF=(TestLog) LEVEL=DEBUG")&lt;/P&gt;&lt;P&gt;%macro test(x);&lt;BR /&gt;%LOG4SAS_DEBUG(testLogger, "&amp;amp;x") ;&lt;BR /&gt;%put &amp;amp;x.;&lt;BR /&gt;%mend;&lt;BR /&gt;%test(This is a test!);&lt;/P&gt;&lt;P&gt;filename TestLog clear;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It Works well .&lt;/P&gt;&lt;P&gt;I chang the "This is a test!" -&amp;gt;"This is 啊 test!" （just one double-byte char）.It works well too；&lt;/P&gt;&lt;P&gt;but when I change it to“This is 啊 test ！”（two double-byte chars）.An error occurred&lt;/P&gt;&lt;P&gt;'ERROR: Can't create transcoding pipeline for fileref appender&amp;nbsp; "TestLog ". '&lt;/P&gt;&lt;P&gt;What Happend? Why ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 05:05:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Logging-ERROR-Can-t-create-transcoding-pipeline-for-fileref/m-p/198312#M37138</guid>
      <dc:creator>NewmanChow</dc:creator>
      <dc:date>2015-04-17T05:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Logging ERROR: Can't create transcoding pipeline for fileref appender</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Logging-ERROR-Can-t-create-transcoding-pipeline-for-fileref/m-p/198313#M37139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the second dbcs char? HTML us utf8 and not seeing that one. Not every two bytes is a valid char in utf8 (1-4bytes).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 15:19:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Logging-ERROR-Can-t-create-transcoding-pipeline-for-fileref/m-p/198313#M37139</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-17T15:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Logging ERROR: Can't create transcoding pipeline for fileref appender</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Logging-ERROR-Can-t-create-transcoding-pipeline-for-fileref/m-p/198314#M37140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Japp Karman：&lt;/P&gt;&lt;P&gt;The second dbcs char is the last one "！" （exclamation mark）.&lt;/P&gt;&lt;P&gt;When I&amp;nbsp; change it to “This is 啊 test 哈” ，the error occurred，too .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 00:44:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Logging-ERROR-Can-t-create-transcoding-pipeline-for-fileref/m-p/198314#M37140</guid>
      <dc:creator>NewmanChow</dc:creator>
      <dc:date>2015-04-20T00:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Logging ERROR: Can't create transcoding pipeline for fileref appender</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Logging-ERROR-Can-t-create-transcoding-pipeline-for-fileref/m-p/198315#M37141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Than your error makes no sense. Did you try SAS TS already?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 17:45:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Logging-ERROR-Can-t-create-transcoding-pipeline-for-fileref/m-p/198315#M37141</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-20T17:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Logging ERROR: Can't create transcoding pipeline for fileref appender</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Logging-ERROR-Can-t-create-transcoding-pipeline-for-fileref/m-p/198316#M37142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO ,I am not contact them.&amp;nbsp; I was just curious about it .It's not&amp;nbsp; a job. Tks,Japp Karman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 00:51:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Logging-ERROR-Can-t-create-transcoding-pipeline-for-fileref/m-p/198316#M37142</guid>
      <dc:creator>NewmanChow</dc:creator>
      <dc:date>2015-04-21T00:51:00Z</dc:date>
    </item>
  </channel>
</rss>

