<?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 PBIRS  This may be due to a  connection failure, timeout or low disk condition within the database in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-This-may-be-due-to-a-connection-failure-timeout-or-low/m-p/3431382#M31104</link>
    <description>&lt;P&gt;I am able to get all the reports from the power bi report server using the&amp;nbsp;&lt;A href="https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/Reports/GetReports" target="_self"&gt;https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/Reports/GetReports&lt;/A&gt;&amp;nbsp;endpoint, i am able to download the report i want via the&amp;nbsp;&lt;A href="https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/CatalogItems/GetCatalogItem" target="_self"&gt;https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/CatalogItems/GetCatalogItem&lt;/A&gt;&amp;nbsp;endpoint. But when i try to put the report back via&amp;nbsp;&lt;A href="https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/CatalogItems/UpdateCatalogItem" target="_self"&gt;https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/CatalogItems/UpdateCatalogItem&lt;/A&gt;&amp;nbsp;endpoint i am getting the following error "An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database."&amp;nbsp;&lt;BR /&gt;the powershell script i am using with the update endpoint looks like so:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$bytes = [System.IO.File]::ReadAllBytes($uploadItemPath);
$payload = @{
            "@odata.type" = "#Model.Report";
            "Content" = [System.Convert]::ToBase64String($bytes);
            "ContentType"="";
            "Name" = 'report name';
            "Description" = "";
            "Hidden"="False";
            "Path" = '/path/on/the/server/report name';
            } | ConvertTo-Json;

$response=Invoke-WebRequest -Uri $catalogItemsUri -Method Put -Body $payload -ContentType "application/json" -UseDefaultCredentials -UseBasicParsing | Out-Null;
         
$response=$response.Content | ConvertFrom-Json;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where&amp;nbsp;$uploadItemPath is the path on my local machine where the rdl file is located&lt;BR /&gt;how should i go about resolving this issue&lt;/P&gt;</description>
    <pubDate>Thu, 14 Sep 2023 16:01:25 GMT</pubDate>
    <dc:creator>chaitanyasharma</dc:creator>
    <dc:date>2023-09-14T16:01:25Z</dc:date>
    <item>
      <title>PBIRS  This may be due to a  connection failure, timeout or low disk condition within the database</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-This-may-be-due-to-a-connection-failure-timeout-or-low/m-p/3431382#M31104</link>
      <description>&lt;P&gt;I am able to get all the reports from the power bi report server using the&amp;nbsp;&lt;A href="https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/Reports/GetReports" target="_self"&gt;https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/Reports/GetReports&lt;/A&gt;&amp;nbsp;endpoint, i am able to download the report i want via the&amp;nbsp;&lt;A href="https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/CatalogItems/GetCatalogItem" target="_self"&gt;https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/CatalogItems/GetCatalogItem&lt;/A&gt;&amp;nbsp;endpoint. But when i try to put the report back via&amp;nbsp;&lt;A href="https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/CatalogItems/UpdateCatalogItem" target="_self"&gt;https://app.swaggerhub.com/apis/microsoft-rs/PBIRS/2.0#/CatalogItems/UpdateCatalogItem&lt;/A&gt;&amp;nbsp;endpoint i am getting the following error "An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database."&amp;nbsp;&lt;BR /&gt;the powershell script i am using with the update endpoint looks like so:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$bytes = [System.IO.File]::ReadAllBytes($uploadItemPath);
$payload = @{
            "@odata.type" = "#Model.Report";
            "Content" = [System.Convert]::ToBase64String($bytes);
            "ContentType"="";
            "Name" = 'report name';
            "Description" = "";
            "Hidden"="False";
            "Path" = '/path/on/the/server/report name';
            } | ConvertTo-Json;

$response=Invoke-WebRequest -Uri $catalogItemsUri -Method Put -Body $payload -ContentType "application/json" -UseDefaultCredentials -UseBasicParsing | Out-Null;
         
$response=$response.Content | ConvertFrom-Json;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where&amp;nbsp;$uploadItemPath is the path on my local machine where the rdl file is located&lt;BR /&gt;how should i go about resolving this issue&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 16:01:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-This-may-be-due-to-a-connection-failure-timeout-or-low/m-p/3431382#M31104</guid>
      <dc:creator>chaitanyasharma</dc:creator>
      <dc:date>2023-09-14T16:01:25Z</dc:date>
    </item>
  </channel>
</rss>

