<?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 How to find changes done to a particular campaign by a user in CI Studio 6.5 in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-find-changes-done-to-a-particular-campaign-by-a-user-in/m-p/453972#M894</link>
    <description>&lt;P&gt;For a campaign I am able to view the "modified by" and "date modified" in the UI as attached in screen shot but can you please suggest if there is a log I can find where I can know who are the users that made changes in the past for a particular campaign and what are the changes that they did.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-04-13 at 2.33.42 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19789iC7DC31878EC509DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2018-04-13 at 2.33.42 PM.png" alt="Screen Shot 2018-04-13 at 2.33.42 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Apr 2018 18:33:54 GMT</pubDate>
    <dc:creator>vgp2</dc:creator>
    <dc:date>2018-04-13T18:33:54Z</dc:date>
    <item>
      <title>How to find changes done to a particular campaign by a user in CI Studio 6.5</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-find-changes-done-to-a-particular-campaign-by-a-user-in/m-p/453972#M894</link>
      <description>&lt;P&gt;For a campaign I am able to view the "modified by" and "date modified" in the UI as attached in screen shot but can you please suggest if there is a log I can find where I can know who are the users that made changes in the past for a particular campaign and what are the changes that they did.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-04-13 at 2.33.42 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19789iC7DC31878EC509DB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2018-04-13 at 2.33.42 PM.png" alt="Screen Shot 2018-04-13 at 2.33.42 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 18:33:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-find-changes-done-to-a-particular-campaign-by-a-user-in/m-p/453972#M894</guid>
      <dc:creator>vgp2</dc:creator>
      <dc:date>2018-04-13T18:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to find changes done to a particular campaign by a user in CI Studio 6.5</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-find-changes-done-to-a-particular-campaign-by-a-user-in/m-p/454036#M895</link>
      <description>&lt;P&gt;The closest I can come to this is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could turn on auto-generation of documents for a campaign diagram which would show you changes between executions at a high level (diagram, actual SQL executed). It would not provide you a list of changes and who made them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only other way is go through the MA Core Logs. Taking the date, time and user of the last modification you could find the last session and filter (grep in Linux) for rows matching that session ID (session ID being the 2nd item in []'s in the log after [CIExec-###]). It would probably be WAY more detailed that you could possibly want but that may be close to what you are looking for.&amp;nbsp;That would tell what happened during the last "Save" though... perhaps it was a change that occurred before that. That's a deeper challenge.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 19:22:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-find-changes-done-to-a-particular-campaign-by-a-user-in/m-p/454036#M895</guid>
      <dc:creator>pcapazzi</dc:creator>
      <dc:date>2018-04-13T19:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to find changes done to a particular campaign by a user in CI Studio 6.5</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-find-changes-done-to-a-particular-campaign-by-a-user-in/m-p/454079#M896</link>
      <description>&lt;P&gt;A while ago, our team had implemented a very sophisticated solution to solve this problem for one of our biggest SAS MA customers...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution was comprised of the following components:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A cron&amp;nbsp;job that monitored CI Core log looking for "campaign saved" events when a user saved a campaign, every 15 minutes&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;For every identified campaign save event, running sasmaextract&amp;nbsp;utility to extract a full campaign definition into an XML file&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Committing that campaign XML as a file into an SVN repository under the name of the user who made the original save of a campaign, with a timestamp of the original campaign save event.&amp;nbsp; &amp;nbsp;A folder structure in SVN repository was reflecting the folder structure in SAS MA metadata.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;A customized version of a &lt;A href="https://websvnphp.github.io/" target="_self"&gt;WebSVN&lt;/A&gt; UI to provide users a lightweight browser-based view on that versioned campaign repository. So one could see a complete change history for every campaign (who made changes and when).&lt;BR /&gt;&lt;BR /&gt;P.S&amp;gt; These days we'd probably utilized&amp;nbsp;GIT / Github, back then SVN was still somewhat relevant.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;A customized version of a "diff" page of WebSVN that allowed one to compare two revisions of the same campaign (or two campaigns one with another) in details - what exactly has changed.&amp;nbsp; The page invoked a complex SAS script that parsed both campaigns XML (a portion that described a diagram), compared them node-by-node, and presented a diff result as a summary table:&amp;nbsp; added nodes, deleted nodes, changed node properties, changed connections.&amp;nbsp; &amp;nbsp;This was the most complicated piece.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;A "restore" button in WebSVN that allowed restoring a selected campaign version back into SAS MA repository using "sasmaimport" utility&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Frankly&amp;nbsp;speaking, this was quite a complex solution, required a lot of efforts to develop and&amp;nbsp;to fix bugs... I would not recommend anyone developing the same thing from scratch, unless under a truly compelling need.&amp;nbsp; But it worked. Back then it was developed for v5.41, not sure if it was even updated to 6.5.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 23:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-find-changes-done-to-a-particular-campaign-by-a-user-in/m-p/454079#M896</guid>
      <dc:creator>Dmitry_Alergant</dc:creator>
      <dc:date>2018-04-13T23:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to find changes done to a particular campaign by a user in CI Studio 6.5</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-find-changes-done-to-a-particular-campaign-by-a-user-in/m-p/454109#M897</link>
      <description>&lt;P&gt;Thanks a lot for the details it is very informative. We would not require all the components was hoping to get a list of users for made changes to a campaign from a log. Can you please suggest how to proceed further on this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 03:39:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-find-changes-done-to-a-particular-campaign-by-a-user-in/m-p/454109#M897</guid>
      <dc:creator>vgp2</dc:creator>
      <dc:date>2018-04-14T03:39:15Z</dc:date>
    </item>
  </channel>
</rss>

