<?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 Unable to render paginated report :A data source used by this report returned an error. in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-render-paginated-report-A-data-source-used-by-this/m-p/3416079#M30983</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have developed a report with &lt;EM&gt;stored procedure in oracle sql with some dynamic paramters&lt;/EM&gt;. The report is working fine in Power BI Report Builder but when we publish it to the power bi service after giving inputs to the parameters in the report. It throws the below error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Unable to render paginated report&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A data source used by this report returned an error. Received error payload from gateway service with ID 230823&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Microsoft.PowerBI.DataMovement.Pipeline.Diagnostics.GatewayPipelineWrapperException: Substituted: OracleException:Oracle.DataAccess.Client.OracleException (0x80004005): ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know is there any problem with the report building style as the reports works fine in the local but not in the service&lt;/P&gt;</description>
    <pubDate>Tue, 05 Sep 2023 15:53:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-09-05T15:53:32Z</dc:date>
    <item>
      <title>Unable to render paginated report :A data source used by this report returned an error.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-render-paginated-report-A-data-source-used-by-this/m-p/3416079#M30983</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have developed a report with &lt;EM&gt;stored procedure in oracle sql with some dynamic paramters&lt;/EM&gt;. The report is working fine in Power BI Report Builder but when we publish it to the power bi service after giving inputs to the parameters in the report. It throws the below error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Unable to render paginated report&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A data source used by this report returned an error. Received error payload from gateway service with ID 230823&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Microsoft.PowerBI.DataMovement.Pipeline.Diagnostics.GatewayPipelineWrapperException: Substituted: OracleException:Oracle.DataAccess.Client.OracleException (0x80004005): ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know is there any problem with the report building style as the reports works fine in the local but not in the service&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 15:53:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-render-paginated-report-A-data-source-used-by-this/m-p/3416079#M30983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-09-05T15:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to render paginated report :A data source used by this report returned an error.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-render-paginated-report-A-data-source-used-by-this/m-p/3510892#M31605</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Were you able to fix this? It looks like&amp;nbsp;&lt;STRONG&gt;column 7: PLS-00306: wrong number or types of arguments in call to&amp;nbsp;&lt;/STRONG&gt;isn't compatible with one of the parameter value(s) sent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let us know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 02:43:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-render-paginated-report-A-data-source-used-by-this/m-p/3510892#M31605</guid>
      <dc:creator>Medina</dc:creator>
      <dc:date>2023-11-02T02:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to render paginated report :A data source used by this report returned an error.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-render-paginated-report-A-data-source-used-by-this/m-p/3517902#M31671</link>
      <description>&lt;P&gt;Hi, im having the same problem. Unfortunately still no luck on my side. Works well on local. Gives error while calling on Service via Gateway.&lt;/P&gt;&lt;P&gt;So far only got woraround to work in some cases - use SQL instead of calling a procedure directly. And in this case it works for some reason. Although it has its flaws and is way more complex to:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;DECLARE&lt;/SPAN&gt; &lt;SPAN&gt;P_RC&lt;/SPAN&gt; &lt;SPAN&gt;SYS_REFCURSOR&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BEGIN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MSREPORT&lt;/SPAN&gt;.&lt;SPAN&gt;REPORT_462&lt;/SPAN&gt;.&lt;SPAN&gt;REPORT_462&lt;/SPAN&gt; (&lt;SPAN&gt;P_RC&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DBMS_SQL&lt;/SPAN&gt;.&lt;SPAN&gt;RETURN_RESULT&lt;/SPAN&gt;(&lt;SPAN&gt;P_RC&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;END&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Nov 2023 14:22:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-render-paginated-report-A-data-source-used-by-this/m-p/3517902#M31671</guid>
      <dc:creator>Dalimil</dc:creator>
      <dc:date>2023-11-06T14:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to render paginated report :A data source used by this report returned an error.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-render-paginated-report-A-data-source-used-by-this/m-p/3565969#M31952</link>
      <description>&lt;P&gt;unfortunally not, the workaround works, but only for single select parameters. For multiselect i need to use select directly rewrite some logic from procedure and use :p_parameter to input values directly to SQL select. The thing im not understanding is why when I use procedure directly it works in report build but it gives error when published to power bi service&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 11:25:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-render-paginated-report-A-data-source-used-by-this/m-p/3565969#M31952</guid>
      <dc:creator>DalimilFisar</dc:creator>
      <dc:date>2023-12-04T11:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to render paginated report :A data source used by this report returned an error.</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-render-paginated-report-A-data-source-used-by-this/m-p/3684085#M32748</link>
      <description>&lt;P&gt;I have the same issue has anyone found a solution for this yet?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 21:23:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-render-paginated-report-A-data-source-used-by-this/m-p/3684085#M32748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-06T21:23:24Z</dc:date>
    </item>
  </channel>
</rss>

