<?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 Error while publishing campaign in SAS MA in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Error-while-publishing-campaign-in-SAS-MA/m-p/407988#M659</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting an error,when I am publishing/executing a campaign with&amp;nbsp;traditional Chinese text in the description.&lt;/P&gt;
&lt;P&gt;When I remove the Chinese text from the description ,the campaigns executes successfully.&lt;/P&gt;
&lt;P&gt;I have a requirement where in SAS MA must support traditional Chinese text.&lt;/P&gt;
&lt;P&gt;Attached is the screenshot of the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your help is highly appreciated.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rupa&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2017 12:08:24 GMT</pubDate>
    <dc:creator>Rupasree</dc:creator>
    <dc:date>2017-10-27T12:08:24Z</dc:date>
    <item>
      <title>Error while publishing campaign in SAS MA</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Error-while-publishing-campaign-in-SAS-MA/m-p/407988#M659</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting an error,when I am publishing/executing a campaign with&amp;nbsp;traditional Chinese text in the description.&lt;/P&gt;
&lt;P&gt;When I remove the Chinese text from the description ,the campaigns executes successfully.&lt;/P&gt;
&lt;P&gt;I have a requirement where in SAS MA must support traditional Chinese text.&lt;/P&gt;
&lt;P&gt;Attached is the screenshot of the error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your help is highly appreciated.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Rupa&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 12:08:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Error-while-publishing-campaign-in-SAS-MA/m-p/407988#M659</guid>
      <dc:creator>Rupasree</dc:creator>
      <dc:date>2017-10-27T12:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error while publishing campaign in SAS MA</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Error-while-publishing-campaign-in-SAS-MA/m-p/408345#M660</link>
      <description>You would need to look at the MA Core Log from around that time and post more detail. Try to find the connection statement and the errors around it.&lt;BR /&gt;&lt;BR /&gt;Do you have a SAS Tech Support Ticket  created?&lt;BR /&gt;</description>
      <pubDate>Sun, 29 Oct 2017 13:21:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Error-while-publishing-campaign-in-SAS-MA/m-p/408345#M660</guid>
      <dc:creator>pcapazzi</dc:creator>
      <dc:date>2017-10-29T13:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error while publishing campaign in SAS MA</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Error-while-publishing-campaign-in-SAS-MA/m-p/409388#M661</link>
      <description>Hi,

Below is the error that i found in the Core log file:

ERROR [CIAsyncExec-8] [dc57890466b9aaa4:-3a141d8f:15f5bf92e28:-5a94]  com.sas.analytics.crm.util.SystemCheck   - executeCampaign(flowStateID)
com.sas.analytics.crm.error.client.ApplicationException: Macro[MAPUBWP]. PROC Copy failed - while attempting to create dataset out of XML stream. Check the log for details.: MA error code 722: Vendor code 1008 


Regards,
Rupasree</description>
      <pubDate>Wed, 01 Nov 2017 09:26:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Error-while-publishing-campaign-in-SAS-MA/m-p/409388#M661</guid>
      <dc:creator>Rupasree</dc:creator>
      <dc:date>2017-11-01T09:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error while publishing campaign in SAS MA</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Error-while-publishing-campaign-in-SAS-MA/m-p/409394#M662</link>
      <description>&lt;P&gt;You need to switch your SAS server environment to Unicode (UTF8) encoding.&amp;nbsp; &amp;nbsp;It may not be using it currently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try connecting with Enterprise Guide and running "proc options option=encoding; run;". If it says anything other than UTF8, you can use Chinese until you switch to UTF8.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is confirmed that you need to switch the encoding, this is quite a major change in the way SAS works, so do not attempt this switch on a live production environment if it is already operational and in use by the users&amp;nbsp;- unless you have first tested it extensively in&amp;nbsp;your non-prod environment (if you have one) &amp;nbsp;have plenty of downtime window and you have properly backed up everything, e.t.c.&amp;nbsp; It's easier if it is a brand new environment only being configured.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Normally the UTF8 encoding is selected at the time SAS is installed ("Use SAS as Unicode server" checkbox") but it can be switched after the fact: &lt;A href="http://support.sas.com/kb/51/586.html" target="_blank"&gt;http://support.sas.com/kb/51/586.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the switch, you will certainly need to recreate the MAMisc.Sequence dataset - SAS MA won't work until you do it. Use Enterprise Guide:&lt;BR /&gt;&lt;BR /&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp; create table MAMisc.Sequence_copy as select * from MAMisc.Sequence;&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop table MAMisc.Sequene;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;create table MAMisc.Sequence as select * from MAMisc.Sequence_copy;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Depending on your environment, if your or custom stored processes store and update datasets in Base SAS libraries, you may have other base SAS datasets that need to be migrated / recreated with the new encoding. MATables library should be fine though (you can leave it as is).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Your users will also need to use "&lt;A href="http://support.sas.com/documentation/cdl/en/nlsref/61893/HTML/default/viewer.htm#a003274281.htm" target="_self"&gt;K functions&lt;/A&gt;" in calculated variables instead of traditional text manipulation functions (length, cat, find, substr etc).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 10:05:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Error-while-publishing-campaign-in-SAS-MA/m-p/409394#M662</guid>
      <dc:creator>Dmitry_Alergant</dc:creator>
      <dc:date>2017-11-01T10:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error while publishing campaign in SAS MA</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Error-while-publishing-campaign-in-SAS-MA/m-p/409396#M663</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please raise a track with SAS Technical Support, so that we may help you with issue.&lt;/P&gt;
&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 10:08:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Error-while-publishing-campaign-in-SAS-MA/m-p/409396#M663</guid>
      <dc:creator>suksma</dc:creator>
      <dc:date>2017-11-01T10:08:46Z</dc:date>
    </item>
  </channel>
</rss>

