<?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: update table in CAS in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/update-table-in-CAS/m-p/946137#M2619</link>
    <description>&lt;P&gt;am woorkin on viya 3.5&lt;/P&gt;
&lt;PRE&gt;proc cas;
table.update  /
table={caslib='Public',name="&amp;amp;reftable",where=%tslit(%str(
upcase(fileref)=upcase("&amp;amp;form_fileref") and upcase(mail)=upcase("&amp;amp;form_mail") &lt;BR /&gt;and upcase(destination)=upcase("&amp;amp;form_caslib") &lt;BR /&gt;and upcase(tableout)=upcase("&amp;amp;form_table")
))}
set={
	{var="actif", value="&amp;amp;value."}                         
	};
run;
quit;&lt;/PRE&gt;</description>
    <pubDate>Thu, 03 Oct 2024 15:02:56 GMT</pubDate>
    <dc:creator>ajulio4</dc:creator>
    <dc:date>2024-10-03T15:02:56Z</dc:date>
    <item>
      <title>update table in CAS</title>
      <link>https://communities.sas.com/t5/SAS-Viya/update-table-in-CAS/m-p/946083#M2617</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Please i have an erro when updating a tabl in CAS with proc cas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="sasLogError1_1727945158157" class="sasError"&gt;ERROR: A collective operation failed because a conflicting collective operation was started on another node&lt;/DIV&gt;
&lt;DIV id="sasLogError2_1727945158157" class="sasError"&gt;ERROR: Fatal error, action aborted: A previous operation failed due to mismatched operations across the grid. Further operations&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;can only be performed after the communicator is repaired.&lt;/DIV&gt;
&lt;DIV id="sasLogError3_1727945158157" class="sasError"&gt;ERROR: A previous operation failed due to mismatched operations across the grid. Further operations can only be performed after the&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;communicator is repaired.&lt;/DIV&gt;
&lt;DIV id="sasLogError4_1727945158157" class="sasError"&gt;ERROR: The action stopped due to errors.&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;DIV id="sasLogError1_1727945158157" class="sasError"&gt;ERROR: A collective operation failed because a conflicting collective operation was started on another node&lt;/DIV&gt;
&lt;DIV id="sasLogError2_1727945158157" class="sasError"&gt;ERROR: Fatal error, action aborted: A previous operation failed due to mismatched operations across the grid. Further operations&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;can only be performed after the communicator is repaired.&lt;/DIV&gt;
&lt;DIV id="sasLogError3_1727945158157" class="sasError"&gt;ERROR: A previous operation failed due to mismatched operations across the grid. Further operations can only be performed after the&lt;/DIV&gt;
&lt;DIV class="sasError"&gt;communicator is repaired.&lt;/DIV&gt;
&lt;DIV id="sasLogError4_1727945158157" class="sasError"&gt;ERROR: The action stopped due to errors.&lt;/DIV&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Someone can tell me what happening with my code and why my request not ok&lt;/P&gt;
&lt;P&gt;Thks&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 09:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/update-table-in-CAS/m-p/946083#M2617</guid>
      <dc:creator>ajulio4</dc:creator>
      <dc:date>2024-10-03T09:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: update table in CAS</title>
      <link>https://communities.sas.com/t5/SAS-Viya/update-table-in-CAS/m-p/946095#M2618</link>
      <description>&lt;P&gt;To improve the odds of getting help with this problem, you'll need to share enough information to allow folks to actually help.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;What is your SAS environment?&amp;nbsp; Viya 3.x?&amp;nbsp; Viya 4?&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;If code you wrote produced this error, share the code.&lt;/LI&gt;
&lt;LI&gt;If you were using a point-and-click interface, describe the process that produced the error.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Do you know anything about the caslib involved that might be helpful?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 12:28:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/update-table-in-CAS/m-p/946095#M2618</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2024-10-03T12:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: update table in CAS</title>
      <link>https://communities.sas.com/t5/SAS-Viya/update-table-in-CAS/m-p/946137#M2619</link>
      <description>&lt;P&gt;am woorkin on viya 3.5&lt;/P&gt;
&lt;PRE&gt;proc cas;
table.update  /
table={caslib='Public',name="&amp;amp;reftable",where=%tslit(%str(
upcase(fileref)=upcase("&amp;amp;form_fileref") and upcase(mail)=upcase("&amp;amp;form_mail") &lt;BR /&gt;and upcase(destination)=upcase("&amp;amp;form_caslib") &lt;BR /&gt;and upcase(tableout)=upcase("&amp;amp;form_table")
))}
set={
	{var="actif", value="&amp;amp;value."}                         
	};
run;
quit;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Oct 2024 15:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/update-table-in-CAS/m-p/946137#M2619</guid>
      <dc:creator>ajulio4</dc:creator>
      <dc:date>2024-10-03T15:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: update table in CAS</title>
      <link>https://communities.sas.com/t5/SAS-Viya/update-table-in-CAS/m-p/946308#M2623</link>
      <description>&lt;P&gt;I am unable to replicate this error. I'd recommend opening a tech support case (&lt;A href="https://service.sas.com/csm" target="_blank"&gt;Customer Service Portal - Customer Support (sas.com)&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;All the best,&lt;/P&gt;
&lt;P&gt;Mark&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 15:11:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/update-table-in-CAS/m-p/946308#M2623</guid>
      <dc:creator>SASJedi</dc:creator>
      <dc:date>2024-10-04T15:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: update table in CAS</title>
      <link>https://communities.sas.com/t5/SAS-Viya/update-table-in-CAS/m-p/946328#M2624</link>
      <description>&lt;P&gt;This error is related to collective operations in a distributed CAS (Cloud Analytic Services) grid environment in SAS, where synchronization between nodes was interrupted. This can happen for various reasons, such as conflicts in simultaneous operations or communication issues between grid nodes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are a few steps to diagnose and potentially resolve the issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Check for concurrency:&lt;/STRONG&gt; The error indicates that a collective operation conflicted with another on a different node. Check if the code is being executed in parallel or if other processes are accessing the same data sets or CAS tables at the same time. If possible, try running the operation in a less busy environment or when there are no other ongoing operations.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Restart the CAS grid:&lt;/STRONG&gt; It may be necessary to restart the nodes or repair the communication between nodes in the CAS grid. The CAS administrator can help check the grid status and restart the services if needed.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Check data consistency:&lt;/STRONG&gt; Ensure that the data being updated hasn't been corrupted or is being used by another process that could be causing a conflict. If possible, try isolating the table being updated to ensure that no other processes are trying to modify the same table simultaneously.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Run in a test environment:&lt;/STRONG&gt; Try running this operation in a controlled environment with less workload (fewer users, fewer simultaneous operations) to see if the problem persists.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Adjust the code:&lt;/STRONG&gt;
&lt;OL&gt;
&lt;LI&gt;Check the variables used in the &lt;STRONG&gt;WHERE&lt;/STRONG&gt; clause. There might be issues related to case sensitivity or string formatting, which could cause unexpected behavior.&lt;/LI&gt;
&lt;LI&gt;Make sure that the value of &lt;STRONG&gt;&amp;amp;value&lt;/STRONG&gt;. is being interpreted correctly and that the parameters &lt;STRONG&gt;&amp;amp;form_fileref&lt;/STRONG&gt;, &lt;STRONG&gt;&amp;amp;form_mail&lt;/STRONG&gt;, &lt;STRONG&gt;&amp;amp;form_caslib&lt;/STRONG&gt;, and &lt;STRONG&gt;&amp;amp;form_table&lt;/STRONG&gt; have valid values.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You might also want to test this code in a non-grid environment to determine whether the issue is with the code or the distributed CAS configuration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the problem persists, you may need to check detailed CAS logs and consult SAS technical support to investigate the issue in the infrastructure.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 17:54:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/update-table-in-CAS/m-p/946328#M2624</guid>
      <dc:creator>arthurdpereira</dc:creator>
      <dc:date>2024-10-04T17:54:48Z</dc:date>
    </item>
  </channel>
</rss>

