<?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: Getting error: Microsoft.Cloud.Platform.Utils.AcquireLockTimeoutException in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Getting-error-Microsoft-Cloud-Platform-Utils/m-p/4263800#M58080</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vinsari418_0-1730287525157.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1191754iC7A6660334DB4A4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vinsari418_0-1730287525157.png" alt="Vinsari418_0-1730287525157.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;i can confirm that there is no other sources trying to update the tables. But i randomly get this 500&amp;nbsp;&lt;SPAN&gt;AcquireLockTimeoutException. Even when i am trying to &lt;STRONG&gt;delete&lt;/STRONG&gt; the rows, which should be empty anyways because i had deleted them previously.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2024 11:27:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-10-30T11:27:15Z</dc:date>
    <item>
      <title>Getting error: Microsoft.Cloud.Platform.Utils.AcquireLockTimeoutException</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-error-Microsoft-Cloud-Platform-Utils/m-p/4256639#M58008</link>
      <description>&lt;P&gt;Hi, we are making REST http calls to PBI, but sometimes we are getting this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{"error":{"code":"GeneralException","message":"Failed to process dataset PostRows","target":"PostRows","details":[{"message":"Exception of type 'Microsoft.Cloud.Platform.Utils.AcquireLockTimeoutException' was thrown."}]}}
Request URI: /v1.0/myorg/groups/HIDDENGUID/datasets/HIDDENGUID/tables/WORKORDER/rows

{"error":{"code":"GeneralException","message":"Failed to process dataset DeleteRows","target":"DeleteRows","details":[{"message":"Exception of type 'Microsoft.Cloud.Platform.Utils.AcquireLockTimeoutException' was thrown."}]}}
Request URI: /v1.0/myorg/groups/HIDDENGUID/datasets/HIDDENGUID/tables/WORKORDER/rows&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any idea on what it might be? Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 16:28:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-error-Microsoft-Cloud-Platform-Utils/m-p/4256639#M58008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-24T16:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error: Microsoft.Cloud.Platform.Utils.AcquireLockTimeoutException</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-error-Microsoft-Cloud-Platform-Utils/m-p/4257065#M58015</link>
      <description>&lt;P&gt;Is someone else pushing rows into that dataset while you are trying to truncate the table?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 01:04:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-error-Microsoft-Cloud-Platform-Utils/m-p/4257065#M58015</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-10-25T01:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error: Microsoft.Cloud.Platform.Utils.AcquireLockTimeoutException</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-error-Microsoft-Cloud-Platform-Utils/m-p/4257475#M58017</link>
      <description>&lt;P&gt;Yes 100% no other sources deleting/pushing rows.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 06:15:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-error-Microsoft-Cloud-Platform-Utils/m-p/4257475#M58017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-25T06:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error: Microsoft.Cloud.Platform.Utils.AcquireLockTimeoutException</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-error-Microsoft-Cloud-Platform-Utils/m-p/4261742#M58054</link>
      <description>&lt;P&gt;Thanks for the reply from lbendlin&amp;nbsp;, please allow me to provide another insight:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp; @Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This error indicates that there was a timeout while trying to acquire a lock, which prevented the dataset from processing the PostRows request.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please kindly check if there's a chance for your HTTP post process to add some retry logic to avoid the one time failure, and if you are posting a large number of rows, consider breaking them into smaller batches. This can reduce the likelihood of lock contention and improve the overall performance of your data load operations.&lt;/P&gt;
&lt;P&gt;Another possible root cause is that you need to ensure that the dataset and table you are trying to post rows to are not being updated or processed by another operation simultaneously. This can cause lock contention and result in timeout errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 07:29:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-error-Microsoft-Cloud-Platform-Utils/m-p/4261742#M58054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-29T07:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error: Microsoft.Cloud.Platform.Utils.AcquireLockTimeoutException</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-error-Microsoft-Cloud-Platform-Utils/m-p/4263800#M58080</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vinsari418_0-1730287525157.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1191754iC7A6660334DB4A4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vinsari418_0-1730287525157.png" alt="Vinsari418_0-1730287525157.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;i can confirm that there is no other sources trying to update the tables. But i randomly get this 500&amp;nbsp;&lt;SPAN&gt;AcquireLockTimeoutException. Even when i am trying to &lt;STRONG&gt;delete&lt;/STRONG&gt; the rows, which should be empty anyways because i had deleted them previously.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 11:27:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-error-Microsoft-Cloud-Platform-Utils/m-p/4263800#M58080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-30T11:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error: Microsoft.Cloud.Platform.Utils.AcquireLockTimeoutException</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Getting-error-Microsoft-Cloud-Platform-Utils/m-p/4265156#M58090</link>
      <description>&lt;P&gt;Hi&amp;nbsp; @Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can understand that there is no other sources trying to update the tables, if possible, may you kindly try to configure some retry logic for the "Delete" API that randomly get 500&amp;nbsp;AcquireLockTimeoutException to further avoid this random error affecting the business in the future?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.postman.com/t/retry-a-failing-request/5934" target="_blank"&gt;Retry a failing request - 🙋 Help - Postman Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.postman.com/t/how-to-rerun-the-same-request-a-few-times/57589" target="_blank"&gt;How to rerun the same request a few times - 🙋 Help - Postman Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 07:56:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Getting-error-Microsoft-Cloud-Platform-Utils/m-p/4265156#M58090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-31T07:56:09Z</dc:date>
    </item>
  </channel>
</rss>

