<?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: How to migrate SSRS reports to Power BI Report Server? in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2527148#M24239</link>
    <description>&lt;P&gt;Okay, I tested the script again.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Public Sub Main()
	DIM results as String

	TRY
		rs.Credentials = System.Net.CredentialCache.DefaultCredentials
    		results = rs.GetReportServerConfigInfo("FALSE")
		Console.WriteLine(results)
	Catch e As IOException
		Console.WriteLine(e.Message)
	End Try
End Sub&lt;/LI-CODE&gt;&lt;P&gt;And the result is successful.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;However, when I ran the actual migration script, I got this.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I don't think it the issue is low disk since it still shows 15GB free space on the hard drive and the reports are not that much. As for the connection failure, I'm not sure if it's referring to failing to connect to source server or target. Also, do I need to change the folder name on either source or target? It's now set to /&lt;STRONG&gt;ReportServer&lt;/STRONG&gt;/ instead of /&lt;STRONG&gt;Budget&lt;/STRONG&gt;/.&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2022 16:02:39 GMT</pubDate>
    <dc:creator>lorcz</dc:creator>
    <dc:date>2022-05-19T16:02:39Z</dc:date>
    <item>
      <title>How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2493997#M23985</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I found this Microsoft&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/tools/sample-reporting-services-rs-exe-script-to-copy-content-between-report-servers?view=sql-server-ver15" target="_self"&gt;documentation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;but I couldn't anywhere on the page what "-e" means. I looked at the ssrs_migration.rss file and there is no mention of what -e Mgtm2010 even means. Do I need to use -e in my environment? If so, instead of Mgmt2010, what should it be? Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 16:13:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2493997#M23985</guid>
      <dc:creator>lorcz</dc:creator>
      <dc:date>2022-05-04T16:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2494423#M23986</link>
      <description>&lt;P&gt;If you are looking for documentation of parameters for rs.exe, you can check this URL:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/sql/reporting-services/tools/rs-exe-utility-ssrs?view=sql-server-ver15" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/sql/reporting-services/tools/rs-exe-utility-ssrs?view=sql-server-ver15&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to know more about "-e", that exists for backward compatibility and Yes you have to use as "&lt;SPAN&gt;-e&amp;nbsp;Mgmt2010"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other links of interest in migrating reports&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://businesswintelligence.com/content/80/ssrs-simple-migration-script" target="_blank"&gt;https://businesswintelligence.com/content/80/ssrs-simple-migration-script&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.c-sharpcorner.com/article/migrate-existing-native-ssrs-reports-to-power-bi-report-server/" target="_blank"&gt;https://www.c-sharpcorner.com/article/migrate-existing-native-ssrs-reports-to-power-bi-report-server/&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 04 May 2022 22:25:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2494423#M23986</guid>
      <dc:creator>sevenhills</dc:creator>
      <dc:date>2022-05-04T22:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2496874#M24008</link>
      <description>&lt;P&gt;Thank you for the response. This is the error I'm getting now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde"&gt;Could not connect to server: &lt;A href="https://targetServer.myComp.org/ReportServer/ReportService2010.asmx" target="_blank"&gt;https://sourceServer.myComp.org/ReportServer/ReportService2010.asmx&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the command I ran.&lt;/P&gt;&lt;P&gt;RS.exe -i C:\Scripts\ssrs_migration.rss -e Mgmt2010 -s &lt;A href="https://sourcesServer.myComp.org/ReportServer/" target="_blank"&gt;https://sourcesServer.myComp.org/ReportServer/&lt;/A&gt; -u DOMAIN\userName -p "password" -v ts="&lt;A href="http://destinationServer.myComp.org/ReportServer/" target="_blank"&gt;http://destinationServer.myComp.org/ReportServer/&lt;/A&gt;" -v tu="DOMAIN\userName" -v tp="password"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 18:40:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2496874#M24008</guid>
      <dc:creator>lorcz</dc:creator>
      <dc:date>2022-05-05T18:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2496882#M24009</link>
      <description>&lt;P&gt;Can you try browsing in a chrome or edge browser directly?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sourceServer.myComp.org/ReportServer/ReportService2010.asmx" target="_blank" rel="noopener"&gt;https://sourceServer.myComp.org/ReportServer/ReportService2010.asmx&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: if you have an instance, you may need to use it.&lt;/P&gt;
&lt;P&gt;Say,&amp;nbsp;&lt;A href="https://sourceServer.myComp.org/ReportServer_SSRSDev/ReportService2010.asmx" target="_blank" rel="noopener"&gt;https://sourceServer.myComp.org/ReportServer_SSRSDev/ReportService2010.asmx&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;You will be seeing&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;wsdl:definitions xmlns:s="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns:soap12="&lt;A href="http://schemas.xmlsoap.org/wsdl/soap12/" target="_blank"&gt;http://schemas.xmlsoap.org/wsdl/soap12/&lt;/A&gt;" xmlns:http="&lt;A href="http://schemas.xmlsoap.org/wsdl/http/" target="_blank"&gt;http://schemas.xmlsoap.org/wsdl/http/&lt;/A&gt;" xmlns:mime="&lt;A href="http://schemas.xmlsoap.org/wsdl/mime/" target="_blank"&gt;http://schemas.xmlsoap.org/wsdl/mime/&lt;/A&gt;" xmlns:tns="&lt;A href="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer" target="_blank"&gt;http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer&lt;/A&gt;" xmlns:soap="&lt;A href="http://schemas.xmlsoap.org/wsdl/soap/" target="_blank"&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/A&gt;" xmlns:tm="&lt;A href="http://microsoft.com/wsdl/mime/textMatching/" target="_blank"&gt;http://microsoft.com/wsdl/mime/textMatching/&lt;/A&gt;" xmlns:soapenc="&lt;A href="http://schemas.xmlsoap.org/soap/encoding/" target="_blank"&gt;http://schemas.xmlsoap.org/soap/encoding/&lt;/A&gt;" targetNamespace="&lt;A href="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer" target="_blank"&gt;http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer&lt;/A&gt;" xmlns:wsdl="&lt;A href="http://schemas.xmlsoap.org/wsdl/" target="_blank"&gt;http://schemas.xmlsoap.org/wsdl/&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;wsdl:documentation xmlns:wsdl="&lt;A href="http://schemas.xmlsoap.org/wsdl/" target="_blank"&gt;http://schemas.xmlsoap.org/wsdl/&lt;/A&gt;"&amp;gt;The Reporting Services Web Service enables you to manage a report server and its contents including server settings, security, reports, subscriptions, and data sources.&amp;lt;/wsdl:documentation&amp;gt;&lt;BR /&gt;&amp;lt;wsdl:types&amp;gt;&lt;BR /&gt;&amp;lt;s:schema elementFormDefault="qualified" targetNamespace="&lt;A href="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer" target="_blank"&gt;http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;s:element name="CreateCatalogItem"&amp;gt;&lt;BR /&gt;&amp;lt;s:complexType&amp;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;</description>
      <pubDate>Thu, 05 May 2022 18:51:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2496882#M24009</guid>
      <dc:creator>sevenhills</dc:creator>
      <dc:date>2022-05-05T18:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2498757#M24035</link>
      <description>&lt;P&gt;Yes, I can access the source report server through the browser.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 13:27:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2498757#M24035</guid>
      <dc:creator>lorcz</dc:creator>
      <dc:date>2022-05-06T13:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2499328#M24043</link>
      <description>&lt;P&gt;Now we are getting into troubleshooting mode. Can be iterative till we know the issue for connecting.&amp;nbsp;Since we dont have any info, I will ask you to do these.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. with "-t" to get more details,&amp;nbsp;-t is for tracing&amp;nbsp;i.e., run the same command above with -t&lt;/P&gt;
&lt;P&gt;"rs.exe ... ... ...&amp;nbsp;-e Mgmt2010 -t"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See if the info provided, gives any info.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Let us do simple connect to retrieve server info, and also test the connection&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.1. Create a file "rs_GetReportServerConfigInfo.rss", you can call the file name of your like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;Public Sub Main()
	DIM results as String

	TRY
		rs.Credentials = System.Net.CredentialCache.DefaultCredentials
    		results = rs.GetReportServerConfigInfo("FALSE")
		Console.WriteLine(results)
	Catch e As IOException
		Console.WriteLine(e.Message)
	End Try
End Sub&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.2. Command prompt (run as administrator)&lt;/P&gt;
&lt;P&gt;(note: I used &lt;U&gt;&lt;STRONG&gt;http&lt;/STRONG&gt;&lt;/U&gt;, you can use &lt;STRONG&gt;&lt;U&gt;https&lt;/U&gt; &lt;/STRONG&gt;also if your SSL site is working fine)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt; rs.exe -i C:\Users\...\rs_GetReportServerConfigInfo.rss -s "http://.../Reportserver" -e Mgmt2010 -t&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Substitute the .rss file location and URL for the reportserver and run the command.&amp;nbsp;If it works well then you should be seeing info in the xml as below:&lt;/P&gt;
&lt;P&gt;&amp;lt;ServerConfigInfo&amp;gt;&amp;lt;Server&amp;gt;&amp;lt;MachineName&amp;gt;...&lt;BR /&gt;The command completed successfully&lt;/P&gt;
&lt;P&gt;If any errors, it will display here...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Optional, but worth checking the logs (both eventviewer and report logs)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reference:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/api/reportservice2010.reportingservice2010.getreportserverconfiginfo?view=sqlserver-2016" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/dotnet/api/reportservice2010.reportingservice2010.getreportserverconfiginfo?view=sqlserver-2016&lt;/A&gt;&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/report-server/reporting-services-log-files-and-sources?view=sql-server-ver15" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/sql/reporting-services/report-server/reporting-services-log-files-and-sources?view=sql-server-ver15&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 May 2022 00:06:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2499328#M24043</guid>
      <dc:creator>sevenhills</dc:creator>
      <dc:date>2022-05-07T00:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2502912#M24085</link>
      <description>&lt;P&gt;For troubleshooting 1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RS.exe -i C:\Scripts\ssrs_migration.rss -e Mgmt2010 -t https://sourcesServer.myComp.org/ReportServer/ -u DOMAIN\userName -p "password" -v ts="http://destinationServer.myComp.org/ReportServer/" -v tu="DOMAIN\userName" -v tp="password"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error that came back.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Unrecognized argument &lt;A href="https://sourcesServer.myComp.org/ReportServer/" target="_blank" rel="noopener"&gt;https://sourcesServer.myComp.org/ReportServer/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 19:18:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2502912#M24085</guid>
      <dc:creator>lorcz</dc:creator>
      <dc:date>2022-05-09T19:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2503073#M24086</link>
      <description>&lt;P&gt;Looks like you have a typo in your syntax -t does not have any argument, -s has the argument ... use the original command you had and Add -t to the end and try again&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you try the trouble shoot 2?&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 20:43:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2503073#M24086</guid>
      <dc:creator>sevenhills</dc:creator>
      <dc:date>2022-05-09T20:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2505118#M24099</link>
      <description>&lt;P&gt;I put the -s back and I got the same error as when I performed troubleshoot step 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the code I ran.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RS.exe -i C:\Scripts\rs_GetReportServerConfigInfo.rss -e Mgmt2010 -t -s https://sourcesServer.myComp.org/ReportServer/ -u DOMAIN\userName -p "password" -v ts="http://destinationServer.myComp.org/ReportServer/" -v tu="DOMAIN\userName" -v tp="password"&lt;/LI-CODE&gt;&lt;P&gt;And here's the error:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;System.Exception: Could not connect to server: &lt;A href="https://sourcesServer.myComp.org/ReportServer/ReportService2010.asmx" target="_blank"&gt;https://sourcesServer.myComp.org/ReportServer/ReportService2010.asmx&lt;/A&gt; ---&amp;gt; System.Net.WebException: Unable to connect to the remote server ---&amp;gt; System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions 192.168.1.148:443&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket&amp;amp; socket, IPAddress&amp;amp; address, ConnectSocketState state, IAsyncResult asyncResult, Exception&amp;amp; exception)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;--- End of inner exception stack trace ---&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at System.Net.HttpWebRequest.GetRequestStream(TransportContext&amp;amp; context)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at System.Net.HttpWebRequest.GetRequestStream()&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at Microsoft.SqlServer.ReportingServices2010.ReportingService2010.IsSSLRequired()&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at Microsoft.ReportingServices.ScriptHost.Management2010Endpoint.PingService(String url, String userName, String password, String domain, Int32 timeout)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at Microsoft.ReportingServices.ScriptHost.ScriptHost.DetermineServerUrlSecurity()&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;--- End of inner exception stack trace ---&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at Microsoft.ReportingServices.ScriptHost.ScriptHost.DetermineServerUrlSecurity()&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at Microsoft.ReportingServices.ScriptHost.ScriptHost.InstanceMain()&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;at Microsoft.ReportingServices.BaseCmdLine.CommandLineMain(String[] args, BaseCmdLine instance)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 14:03:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2505118#M24099</guid>
      <dc:creator>lorcz</dc:creator>
      <dc:date>2022-05-10T14:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2513665#M24134</link>
      <description>&lt;P&gt;Any suggestions? From within that server or outside, I'm able to access the remote server with my credentials.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 13:48:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2513665#M24134</guid>
      <dc:creator>lorcz</dc:creator>
      <dc:date>2022-05-13T13:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2514263#M24137</link>
      <description>&lt;P&gt;Let us check whether this is port issue or configuration issue.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Telnet for port 443, it should not give any error, but worth checking, as you are able to browse the url&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;An article, that talks about checking a port on a remote server ...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://kb.synology.com/en-me/DSM/tutorial/Whether_TCP_port_is_open_or_closed#:~:text=your%20Linux%20computer.-,Enter%20%22telnet%20%2B%20IP%20address%20or%20hostname%20%2B%20port%20number%22,will%20say%20Connected%20to%2010.17" target="_blank" rel="noopener"&gt;https://kb.synology.com/en-me/DSM/tutorial/Whether_TCP_port_is_open_or_closed#:~:text=your%20Linux%20computer.-,Enter%20%22telnet%20%2B%20IP%20address%20or%20hostname%20%2B%20port%20number%22,will%20say%20Connected%20to%2010.17&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Firewall access for port 443, any block.&amp;nbsp;it should not but worth checking, as you are able to browse the url&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Connect via Powershell and get reports list&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;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ReportServerUri = 'http://&amp;lt;your report server&amp;gt;/Reports/ReportService2010.asmx'
$SourceFolderPath = '/' # Replace with the folder path you have access. without "/" at the end, Say /BI_Finance
$items = $null
$Proxy = $null

$Proxy = New-WebServiceProxy -Uri $ReportServerUri -Namespace SSRS.ReportingService2010 -UseDefaultCredential
$items = $Proxy.ListChildren($sourceFolderPath, $true) | Select-Object Type, Path, Name

if ($items -eq $null) { 
    Write-Host "No Items found!" 
}
else {
    $items
}

# ------------------------------------
Write-Host "----------------------------------"
Write-Host "ReportServerUri: " $ReportServerUri
Write-Host "SourceFolderPath: " $SourceFolderPath
Write-Host "----------------------------------"
Write-Host "Proxy: " $Proxy
Write-Host "----------------------------------"
Write-Host "Items:" 
$items
Write-Host "----------------------------------"


&lt;/LI-CODE&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Now replace with &lt;U&gt;&lt;STRONG&gt;https&lt;/STRONG&gt;&lt;/U&gt; Report Server Uri in the above powershell code.&lt;/P&gt;
&lt;P&gt;it will not work, indicates that Report Server need to be configured for web service access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5. Fix the&amp;nbsp;Report Server Configuration Manager&lt;/P&gt;
&lt;P&gt;On the report server, after connecting to Report Server Configuration Manager, click "Web Service URL" and see whether https port is configured or any urls already configured.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most likely http is only configured. You need to add https.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 19:04:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2514263#M24137</guid>
      <dc:creator>sevenhills</dc:creator>
      <dc:date>2022-05-13T19:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2523985#M24204</link>
      <description>&lt;P&gt;1. telnet to port 443 works fine&lt;/P&gt;&lt;P&gt;2. there is no firewall blocking port 443&lt;/P&gt;&lt;P&gt;3. I got the following error.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 16:55:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2523985#M24204</guid>
      <dc:creator>lorcz</dc:creator>
      <dc:date>2022-05-18T16:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524068#M24205</link>
      <description>&lt;P&gt;Did the powershell script work with http (and I see your image has https)?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If yes, then I posted the fix above&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 17:37:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524068#M24205</guid>
      <dc:creator>sevenhills</dc:creator>
      <dc:date>2022-05-18T17:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524116#M24207</link>
      <description>&lt;P&gt;I got similar error.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 18:11:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524116#M24207</guid>
      <dc:creator>lorcz</dc:creator>
      <dc:date>2022-05-18T18:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524130#M24208</link>
      <description>&lt;P&gt;Please do&lt;/P&gt;
&lt;P&gt;On the report server,&amp;nbsp;Open, Report Server Configuration Manager,&amp;nbsp;&amp;nbsp;after connecting to Report Server Configuration Manager, click "Web Service URL"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check if you see any details on the URLs for web service ...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is expected? atleast one server with the same name you used above. May be http, or https.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is not configured properly in the first time, you may see &lt;A href="http://localhost/" target="_blank"&gt;http://localhost/&lt;/A&gt;&amp;nbsp;or 127.0.0.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 18:21:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524130#M24208</guid>
      <dc:creator>sevenhills</dc:creator>
      <dc:date>2022-05-18T18:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524165#M24209</link>
      <description>&lt;P&gt;This is the source SSRS.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;And this the destination or target Power BI Report Server.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I'm running the powershell script from within the target PBRS.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 18:36:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524165#M24209</guid>
      <dc:creator>lorcz</dc:creator>
      <dc:date>2022-05-18T18:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524175#M24210</link>
      <description>&lt;P&gt;Using the source server url,&amp;nbsp;Please run the Powershell script on the source server and see it works. It should work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may sound repeatitive task, but want to check the source server, powershell works fine.&amp;nbsp;&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;$ReportServerUri = 'http://&amp;lt;your report server&amp;gt;/Reports/ReportService2010.asmx'
$SourceFolderPath = '/' # Replace with the folder path you have access. without "/" at the end, Say /BI_Finance
$items = $null
$Proxy = $null

$Proxy = New-WebServiceProxy -Uri $ReportServerUri -Namespace SSRS.ReportingService2010 -UseDefaultCredential
$items = $Proxy.ListChildren($sourceFolderPath, $true) | Select-Object Type, Path, Name

if ($items -eq $null) { 
    Write-Host "No Items found!" 
}
else {
    $items
}

# ------------------------------------
Write-Host "----------------------------------"
Write-Host "ReportServerUri: " $ReportServerUri
Write-Host "SourceFolderPath: " $SourceFolderPath
Write-Host "----------------------------------"
Write-Host "Proxy: " $Proxy
Write-Host "----------------------------------"
Write-Host "Items:" 
$items
Write-Host "----------------------------------"

&lt;/LI-CODE&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;When you repeat the same from target server, and using the source server URL, it will fail, based on your previous posts. If this is true, please let me know. This indicates that target server cannot access the source server.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 18:40:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524175#M24210</guid>
      <dc:creator>sevenhills</dc:creator>
      <dc:date>2022-05-18T18:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524183#M24211</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;$ReportServerUri&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; '&lt;A href="http://db22/ReportServer/ReportService2010.asmx" target="_blank" rel="noopener"&gt;http://db22/ReportServer/ReportService2010.asmx&lt;/A&gt;'&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;$SourceFolderPath&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; '&lt;A href="http://db21/ReportServer/" target="_blank" rel="noopener"&gt;http://db21/ReportServer/&lt;/A&gt;'&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;And:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;$ReportServerUri&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; '&lt;A href="http://db22/ReportServer/ReportService2010.asmx" target="_blank" rel="noopener"&gt;http://db22/ReportServer/ReportService2010.asmx&lt;/A&gt;'&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;$SourceFolderPath&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; '&lt;A href="http://db22/ReportServer/" target="_blank" rel="noopener"&gt;http://db22/ReportServer/&lt;/A&gt;'&lt;/P&gt;&lt;P class=""&gt;And:&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;$ReportServerUri&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; '&lt;A href="http://db21/ReportServer/ReportService2010.asmx" target="_blank" rel="noopener"&gt;http://db21/ReportServer/ReportService2010.asmx&lt;/A&gt;'&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;$SourceFolderPath&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; '&lt;A href="http://db21/ReportServer/" target="_blank" rel="noopener"&gt;http://db21/ReportServer/&lt;/A&gt;'&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Are all resulting in similar error the following.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 18:51:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524183#M24211</guid>
      <dc:creator>lorcz</dc:creator>
      <dc:date>2022-05-18T18:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524198#M24213</link>
      <description>&lt;P&gt;Correct the variable ... Say,&amp;nbsp;&lt;SPAN class=""&gt;$SourceFolderPath&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;"/Budget"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It is the folder path from the root, and not the full url.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 18:58:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524198#M24213</guid>
      <dc:creator>sevenhills</dc:creator>
      <dc:date>2022-05-18T18:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to migrate SSRS reports to Power BI Report Server?</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524234#M24215</link>
      <description>&lt;P&gt;Just confirm, the variable should say:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$SourceFolderPath="&lt;A href="http://db21/ReportServer/" target="_blank" rel="noopener nofollow noreferrer"&gt;http://db21/Budget/&lt;/A&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And the target leave as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;$ReportServerUri&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&amp;nbsp;'&lt;A href="http://db22/ReportServer/ReportService2010.asmx" target="_blank" rel="noopener nofollow noreferrer"&gt;http://db22/ReportServer/ReportService2010.asmx&lt;/A&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is this correct?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 19:19:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/How-to-migrate-SSRS-reports-to-Power-BI-Report-Server/m-p/2524234#M24215</guid>
      <dc:creator>lorcz</dc:creator>
      <dc:date>2022-05-18T19:19:21Z</dc:date>
    </item>
  </channel>
</rss>

