<?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: PBIRS extracts to Sharepoint or FTP in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-extracts-to-Sharepoint-or-FTP/m-p/1385578#M16064</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="28997" data-lia-user-login="Omega" class="lia-mention lia-mention-user"&gt;Omega&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I can't create UNC for my sharepoint and I need a way to connect to SFTP as well. Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Subscriptions only support email and windows file shares. So if you cannot create a unc for sharepoint and you also need to support SFTP the only choice I can think of is to write a script using something like powershell that will run the report to generate your files locally and then push out to Sharepoint and/or SFTP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use &lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/export-a-report-using-url-access?view=sql-server-ver15" target="_self"&gt;url access&lt;/A&gt;&amp;nbsp; to export a copy of your report and you should be able to use a method like one of the examples here&amp;nbsp;&lt;A href="https://blog.jourdant.me/post/3-ways-to-download-files-with-powershell" target="_blank"&gt;https://blog.jourdant.me/post/3-ways-to-download-files-with-powershell&lt;/A&gt;&amp;nbsp;to download the file from that url. And you should be able to google and find examples of how to upload files to Sharepoint and SFTP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then&amp;nbsp; it would just be a matter of using something like a SQL Agent job to schedule a script like this.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2020 22:39:42 GMT</pubDate>
    <dc:creator>d_gosbell</dc:creator>
    <dc:date>2020-09-21T22:39:42Z</dc:date>
    <item>
      <title>PBIRS extracts to Sharepoint or FTP</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-extracts-to-Sharepoint-or-FTP/m-p/1382165#M16054</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have SSRS reports that are scheduled as .csv and excel to my email on daily basis. &lt;STRONG&gt;I want to schedule these reports to be available on Sharepoint or FTP.&lt;/STRONG&gt;&amp;nbsp;I managed to do so using Microsoft Flow by creating a flow that picks the attachments from my email and push to the FTP and Sharepoint.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for alternative to push the extract from PBIRS (Power BI Report Server) directly to Sharepoint or FTP as the extracts are becoming larger and it takes more time to receive the email.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 13:17:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-extracts-to-Sharepoint-or-FTP/m-p/1382165#M16054</guid>
      <dc:creator>Omega</dc:creator>
      <dc:date>2020-09-20T13:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: PBIRS extracts to Sharepoint or FTP</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-extracts-to-Sharepoint-or-FTP/m-p/1383787#M16058</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="28997" data-lia-user-login="Omega" class="lia-mention lia-mention-user"&gt;Omega&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly check the below article and see if this resolve your issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/subscriptions/create-and-manage-subscriptions-for-sharepoint-mode-report-servers?view=sql-server-ver15" target="_blank"&gt;https://docs.microsoft.com/en-us/sql/reporting-services/subscriptions/create-and-manage-subscriptions-for-sharepoint-mode-report-servers?view=sql-server-ver15&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 09:19:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-extracts-to-Sharepoint-or-FTP/m-p/1383787#M16058</guid>
      <dc:creator>FarhanAhmed</dc:creator>
      <dc:date>2020-09-21T09:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: PBIRS extracts to Sharepoint or FTP</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-extracts-to-Sharepoint-or-FTP/m-p/1384514#M16060</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't create UNC for my sharepoint and I need a way to connect to SFTP as well. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 12:40:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-extracts-to-Sharepoint-or-FTP/m-p/1384514#M16060</guid>
      <dc:creator>Omega</dc:creator>
      <dc:date>2020-09-21T12:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: PBIRS extracts to Sharepoint or FTP</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-extracts-to-Sharepoint-or-FTP/m-p/1385578#M16064</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="28997" data-lia-user-login="Omega" class="lia-mention lia-mention-user"&gt;Omega&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I can't create UNC for my sharepoint and I need a way to connect to SFTP as well. Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Subscriptions only support email and windows file shares. So if you cannot create a unc for sharepoint and you also need to support SFTP the only choice I can think of is to write a script using something like powershell that will run the report to generate your files locally and then push out to Sharepoint and/or SFTP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use &lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/export-a-report-using-url-access?view=sql-server-ver15" target="_self"&gt;url access&lt;/A&gt;&amp;nbsp; to export a copy of your report and you should be able to use a method like one of the examples here&amp;nbsp;&lt;A href="https://blog.jourdant.me/post/3-ways-to-download-files-with-powershell" target="_blank"&gt;https://blog.jourdant.me/post/3-ways-to-download-files-with-powershell&lt;/A&gt;&amp;nbsp;to download the file from that url. And you should be able to google and find examples of how to upload files to Sharepoint and SFTP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then&amp;nbsp; it would just be a matter of using something like a SQL Agent job to schedule a script like this.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 22:39:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBIRS-extracts-to-Sharepoint-or-FTP/m-p/1385578#M16064</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2020-09-21T22:39:42Z</dc:date>
    </item>
  </channel>
</rss>

