<?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: Best way to copy SAS RTDM Campaign or Decision Jobs in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Best-way-to-copy-SAS-RTDM-Campaign-or-Decision-Jobs/m-p/387752#M563</link>
    <description>&lt;P&gt;Since RTDM is a request/reply model, the output from the Reply node is simply returned to the caller. Perhaps you could clarify what you mean by "output"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only thing that gets written to a database is the contact history and associated dynamic treatment data.&amp;nbsp;The database it writes to is determined by the environment and business context, so all&amp;nbsp;Decision Campaigns that are deployed from that busines context and executed in that environment will write to the same database.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2017 12:55:57 GMT</pubDate>
    <dc:creator>shill</dc:creator>
    <dc:date>2017-08-14T12:55:57Z</dc:date>
    <item>
      <title>Best way to copy SAS RTDM Campaign or Decision Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Best-way-to-copy-SAS-RTDM-Campaign-or-Decision-Jobs/m-p/375977#M525</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would lke to copy existing SAS RTDM campaign or decision jobs with its components, basically duplicating and than editing (such as renaming, changing the Start Node and Reply Node). &amp;nbsp;What would be the best approach? It seems copy and paste does not work. &amp;nbsp;Could it be the Export package and Import package from Management Console. &amp;nbsp;Thank you in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 11:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Best-way-to-copy-SAS-RTDM-Campaign-or-Decision-Jobs/m-p/375977#M525</guid>
      <dc:creator>SONALP34</dc:creator>
      <dc:date>2017-07-14T11:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to copy SAS RTDM Campaign or Decision Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Best-way-to-copy-SAS-RTDM-Campaign-or-Decision-Jobs/m-p/376524#M526</link>
      <description>&lt;P&gt;"Save As" is the simplest approach. You can export/import, but it would have to be imported into a new folder since it would have the same name as the one you exported in the first place.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 13:05:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Best-way-to-copy-SAS-RTDM-Campaign-or-Decision-Jobs/m-p/376524#M526</guid>
      <dc:creator>shill</dc:creator>
      <dc:date>2017-07-17T13:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to copy SAS RTDM Campaign or Decision Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Best-way-to-copy-SAS-RTDM-Campaign-or-Decision-Jobs/m-p/376885#M527</link>
      <description>Thank you very much.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:34:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Best-way-to-copy-SAS-RTDM-Campaign-or-Decision-Jobs/m-p/376885#M527</guid>
      <dc:creator>SONALP34</dc:creator>
      <dc:date>2017-07-18T07:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to copy SAS RTDM Campaign or Decision Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Best-way-to-copy-SAS-RTDM-Campaign-or-Decision-Jobs/m-p/387350#M562</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RTDM save as.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14443iBD332104DB6B5934/image-size/large?v=v2&amp;amp;px=999" role="button" title="RTDM save as.png" alt="RTDM save as.png" /&gt;&lt;/span&gt;S&lt;/P&gt;&lt;P&gt;Assuming I have saved the SAS RTDM Decision &lt;STRONG&gt;&lt;EM&gt;"Job1"&lt;/EM&gt;&lt;/STRONG&gt; (in RTDM App/Test Environment) as &lt;STRONG&gt;&lt;EM&gt;"Job1_v2"&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;within the same environment (keeping within the same Business Context).&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I would like to send the output (decision) to different database (&lt;U&gt;RTDM Database 2&lt;/U&gt;)?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Since the Job1_v2 is same as Job1, which uses the same Event/trigger/web service with in same Business Context, how can I differentiate;&lt;UL&gt;&lt;LI&gt;where user(or web server/wdsl) uses Job1 output must go to "&lt;U&gt;RTDM Database&lt;/U&gt;", &amp;nbsp;&lt;/LI&gt;&lt;LI&gt;and when user(or web service/wsdl) uses Job1_v2 the ouput must go to "&lt;U&gt;RTDM Database 2&lt;/U&gt;".&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;What is the best practice in such senerios? Can I simply change the Reply Node to point output data in to different output server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Keeping the decision process/algorithm same, how can I change the event/trigger( with same input data) and the target location of the results (same outputs).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 14:32:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Best-way-to-copy-SAS-RTDM-Campaign-or-Decision-Jobs/m-p/387350#M562</guid>
      <dc:creator>SONALP34</dc:creator>
      <dc:date>2017-08-11T14:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to copy SAS RTDM Campaign or Decision Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Best-way-to-copy-SAS-RTDM-Campaign-or-Decision-Jobs/m-p/387752#M563</link>
      <description>&lt;P&gt;Since RTDM is a request/reply model, the output from the Reply node is simply returned to the caller. Perhaps you could clarify what you mean by "output"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only thing that gets written to a database is the contact history and associated dynamic treatment data.&amp;nbsp;The database it writes to is determined by the environment and business context, so all&amp;nbsp;Decision Campaigns that are deployed from that busines context and executed in that environment will write to the same database.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 12:55:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Best-way-to-copy-SAS-RTDM-Campaign-or-Decision-Jobs/m-p/387752#M563</guid>
      <dc:creator>shill</dc:creator>
      <dc:date>2017-08-14T12:55:57Z</dc:date>
    </item>
  </channel>
</rss>

