<?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: Unable to load Oracle data to a paginated report - failed to create windows identity for user in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-load-Oracle-data-to-a-paginated-report-failed-to/m-p/2912843#M27600</link>
    <description>&lt;P&gt;I've been playing with the GAC registration commands, and have not moved passed the gateway error.&amp;nbsp; However, the report still fails, with the following :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Unable to render paginated report&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; Could not connect to the data source.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since Power BI is working with the sources, and I can use SQLPLUS on the gateway server, I presume it is some other sort of config issue.&amp;nbsp; Has anyone seen this, or fixed it please ?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2022 13:46:36 GMT</pubDate>
    <dc:creator>watts_jim</dc:creator>
    <dc:date>2022-11-17T13:46:36Z</dc:date>
    <item>
      <title>Unable to load Oracle data to a paginated report - failed to create windows identity for user</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-load-Oracle-data-to-a-paginated-report-failed-to/m-p/2895095#M27465</link>
      <description>&lt;P&gt;I have a paginated report that loads data from an Oracle DB.&amp;nbsp; It works fine on the Report Builder app on my desktop, but when run in the service it returns the following error.&amp;nbsp; The data source works fine for Power BI reports; paginated reports that use SQL Server data work perfectly, so it appears to be something on the gateway retrieving data for Report Server ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could not connect to the data source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A data source used by this report returned an error.&amp;nbsp; If you continue to experience this error contract the report author or data source owner quoting: DM_GWPipelineGatewayImpersonationError.&amp;nbsp; Failed to create windows identity for user ouruser.name@ourcompany.com&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 10:33:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-load-Oracle-data-to-a-paginated-report-failed-to/m-p/2895095#M27465</guid>
      <dc:creator>watts_jim</dc:creator>
      <dc:date>2022-11-09T10:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load Oracle data to a paginated report - failed to create windows identity for user</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-load-Oracle-data-to-a-paginated-report-failed-to/m-p/2896636#M27497</link>
      <description>&lt;P&gt;Perform the following checks:&lt;/P&gt;&lt;P&gt;If you are running the report synchronously through your Web browser, verify that the failure is not caused by a timeout on the HTTP server. Submit the same job asynchronously; if it finishes successfully, modify the HTTP server timeout in the application server configuration or consider executing your long running reports asynchronously (which is the suggested method). You can leverage the Reports Server notification feature to inform your users when their job has finished.&lt;/P&gt;&lt;P&gt;Verify that your overall response time of the server has not had any significant changes, by looking at the Reports Server statistics in reports servlet.&lt;/P&gt;&lt;P&gt;Verify that our database server is responding in a normal manner. Sometimes database load can have a significant impact on the performance, especially on long running reports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greeting,&lt;/P&gt;&lt;P&gt;Rachel Gomez&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 05:07:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-load-Oracle-data-to-a-paginated-report-failed-to/m-p/2896636#M27497</guid>
      <dc:creator>rachelgomez1234</dc:creator>
      <dc:date>2022-11-10T05:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load Oracle data to a paginated report - failed to create windows identity for user</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-load-Oracle-data-to-a-paginated-report-failed-to/m-p/2897031#M27506</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="446499" data-lia-user-login="watts_jim" class="lia-mention lia-mention-user"&gt;watts_jim&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;Pls refer the below steps:&lt;/P&gt;
&lt;P&gt;1. Open Power BI Report Builder. Create the Datasource and test the connection. Pls use //ipaddressofdatabaseservice:port/sid as ServerName while building the datasource.&lt;/P&gt;
&lt;P&gt;2. Write a sql query in sqlplus* or toad/sql developer&amp;nbsp; etc..&amp;nbsp; and test it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3.Once datasource created successfully in Power BI Report Builder, create the dataset. Now you have just paste the sql query created in step 2.&amp;nbsp; Lets say, we created below query&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; Select EmpName, EmpID, EmpJoiningDate where&amp;nbsp;&lt;SPAN&gt;EmpJoiningDate&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;= :&lt;SPAN&gt;EmpJoiningDate;&amp;nbsp; (Do not ignore : (colon) here, it is argument for Oracle sql query)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;PLEASE DO NOT create parameter seperately in power bi report builder.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Once you paste the query in query designer window, just Press Ok and your job is done. Report Bulder will create parameter automatically for you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4. Run the report locally on your pc through report builder and make sure it is working fine there.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;5. Go to&amp;nbsp; app.powerbi.com. Ensure workspace where you gone publish report is having Premium or Embedded capacity. Also , check the setting of&amp;nbsp;&amp;nbsp;Admin Portal --&amp;gt; Capacity Setting --&amp;gt; Workload --&amp;gt; Paginated Report preview. The&amp;nbsp;Paginated Report preview&amp;nbsp;should be enabled.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;6.&amp;nbsp;&amp;nbsp;If all these setting looks good then please publish rdl file to power bi service. Report should work fine there also.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;refer:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Service/Power-BI-report-publishing-error-DM-GWPipeline-Gateway/m-p/1007634" target="_blank"&gt;https://community.powerbi.com/t5/Service/Power-BI-report-publishing-error-DM-GWPipeline-Gateway/m-p/1007634&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Lucien&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 08:41:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-load-Oracle-data-to-a-paginated-report-failed-to/m-p/2897031#M27506</guid>
      <dc:creator>v-luwang-msft</dc:creator>
      <dc:date>2022-11-10T08:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load Oracle data to a paginated report - failed to create windows identity for user</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-load-Oracle-data-to-a-paginated-report-failed-to/m-p/2906985#M27560</link>
      <description>&lt;P&gt;The format of the connection host does not make a difference.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 15:28:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-load-Oracle-data-to-a-paginated-report-failed-to/m-p/2906985#M27560</guid>
      <dc:creator>watts_jim</dc:creator>
      <dc:date>2022-11-15T15:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load Oracle data to a paginated report - failed to create windows identity for user</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-load-Oracle-data-to-a-paginated-report-failed-to/m-p/2906987#M27561</link>
      <description>&lt;P&gt;These are small queries, so timeout is not an issue.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 15:29:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-load-Oracle-data-to-a-paginated-report-failed-to/m-p/2906987#M27561</guid>
      <dc:creator>watts_jim</dc:creator>
      <dc:date>2022-11-15T15:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to load Oracle data to a paginated report - failed to create windows identity for user</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-load-Oracle-data-to-a-paginated-report-failed-to/m-p/2912843#M27600</link>
      <description>&lt;P&gt;I've been playing with the GAC registration commands, and have not moved passed the gateway error.&amp;nbsp; However, the report still fails, with the following :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Unable to render paginated report&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; Could not connect to the data source.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since Power BI is working with the sources, and I can use SQLPLUS on the gateway server, I presume it is some other sort of config issue.&amp;nbsp; Has anyone seen this, or fixed it please ?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 13:46:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Unable-to-load-Oracle-data-to-a-paginated-report-failed-to/m-p/2912843#M27600</guid>
      <dc:creator>watts_jim</dc:creator>
      <dc:date>2022-11-17T13:46:36Z</dc:date>
    </item>
  </channel>
</rss>

