<?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 IRM Job Flow Execution Problem in SAS Risk Management</title>
    <link>https://communities.sas.com/t5/SAS-Risk-Management/SAS-IRM-Job-Flow-Execution-Problem/m-p/787844#M429</link>
    <description>&lt;P&gt;Dear sbxtog,&lt;/P&gt;&lt;P&gt;yes, that's a good hint. You say "&lt;SPAN&gt;SAS Solutions usually clean up the work library + remove all macro variables upon existing a node".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This we painfully also learned that it should be a good or best practice to do so. We re-invented the wheel as we were not aware of it. Only later we have seen it in another IRM Solution that they also use a "cleanup" Macro. Unfortunately the solution we heavily use from the beginning (SAS RCM - Regulatory Capital Management) is not following this best practice which is sometimes a pain &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp; Already requested/suggested to the RCM guys but unfortunately not implemented yet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Just my 2 cents on an old discussion entry....;)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Dec 2021 19:52:51 GMT</pubDate>
    <dc:creator>ArnoldP</dc:creator>
    <dc:date>2021-12-30T19:52:51Z</dc:date>
    <item>
      <title>SAS IRM Job Flow Execution Problem</title>
      <link>https://communities.sas.com/t5/SAS-Risk-Management/SAS-IRM-Job-Flow-Execution-Problem/m-p/680061#M379</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a problem in SAS IRM when executing a job flow in my personal federated area.&lt;/P&gt;
&lt;P&gt;In one point of time of the execution of the job flow all nodes currently executed terminate with the following error message:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE id="contents" class="contents"&gt;ERROR: The text expression length (65539) exceeds maximum length (65534). The text expression has been truncated to 65534 characters.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Nodes that finished already before end without any errors. And suddenly all nodes exit with the above error.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Does anybody know this behavior and/or what causes it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note, that the job flow in general already worked perfectly fine.&lt;BR /&gt;We do constantly try to improve the job flow and maybe something went wrong there.&lt;BR /&gt;But we are not aware what that could be to cause the behavior described above.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Helmut&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 17:38:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Risk-Management/SAS-IRM-Job-Flow-Execution-Problem/m-p/680061#M379</guid>
      <dc:creator>H-elmu-t</dc:creator>
      <dc:date>2020-08-28T17:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IRM Job Flow Execution Problem</title>
      <link>https://communities.sas.com/t5/SAS-Risk-Management/SAS-IRM-Job-Flow-Execution-Problem/m-p/680066#M380</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible you're creating the macro variable in that node by suffixing text to a string?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If so, when the macro variable is not deleted upon node execution, continued executions of that node may cause that macro variable to become too big. SAS Solutions usually clean up the work library + remove all macro variables upon exiting a node.&lt;/LI&gt;
&lt;LI&gt;If not, can you attach your logfile?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 28 Aug 2020 17:43:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Risk-Management/SAS-IRM-Job-Flow-Execution-Problem/m-p/680066#M380</guid>
      <dc:creator>sbxtog</dc:creator>
      <dc:date>2020-08-28T17:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IRM Job Flow Execution Problem</title>
      <link>https://communities.sas.com/t5/SAS-Risk-Management/SAS-IRM-Job-Flow-Execution-Problem/m-p/680393#M381</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/81726"&gt;@sbxtog&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your feedback.&lt;BR /&gt;I am not creating a macro variable in the end of a node by suffixing text to a string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nevertheless that was a very helpful hint, because I checked the nodes again and I found out that there was a missing bracket in one of the macro calls in one of the nodes.&lt;/P&gt;
&lt;P&gt;After fixing this problem the error does not occur anymore.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; best regards,&lt;BR /&gt;Helmut&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 08:45:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Risk-Management/SAS-IRM-Job-Flow-Execution-Problem/m-p/680393#M381</guid>
      <dc:creator>H-elmu-t</dc:creator>
      <dc:date>2020-08-31T08:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IRM Job Flow Execution Problem</title>
      <link>https://communities.sas.com/t5/SAS-Risk-Management/SAS-IRM-Job-Flow-Execution-Problem/m-p/787844#M429</link>
      <description>&lt;P&gt;Dear sbxtog,&lt;/P&gt;&lt;P&gt;yes, that's a good hint. You say "&lt;SPAN&gt;SAS Solutions usually clean up the work library + remove all macro variables upon existing a node".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This we painfully also learned that it should be a good or best practice to do so. We re-invented the wheel as we were not aware of it. Only later we have seen it in another IRM Solution that they also use a "cleanup" Macro. Unfortunately the solution we heavily use from the beginning (SAS RCM - Regulatory Capital Management) is not following this best practice which is sometimes a pain &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp; Already requested/suggested to the RCM guys but unfortunately not implemented yet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Just my 2 cents on an old discussion entry....;)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 19:52:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Risk-Management/SAS-IRM-Job-Flow-Execution-Problem/m-p/787844#M429</guid>
      <dc:creator>ArnoldP</dc:creator>
      <dc:date>2021-12-30T19:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS IRM Job Flow Execution Problem</title>
      <link>https://communities.sas.com/t5/SAS-Risk-Management/SAS-IRM-Job-Flow-Execution-Problem/m-p/806551#M441</link>
      <description>&lt;P&gt;Update on that.&lt;/P&gt;&lt;P&gt;With RCM v2022.03 the guys finally implemented the "good/best practice" to include a cleanup macro call at the end of each node in the RCM solution.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 15:50:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Risk-Management/SAS-IRM-Job-Flow-Execution-Problem/m-p/806551#M441</guid>
      <dc:creator>ArnoldP</dc:creator>
      <dc:date>2022-04-07T15:50:37Z</dc:date>
    </item>
  </channel>
</rss>

