<?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: Cannot deploy rdl file to Power BI Report Server in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/507432#M7684</link>
    <description>&lt;P&gt;Thanks, Now I can re-install the report server, but still same old issue with not being able to upload .rdl (paginated) reporting services reports.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Sep 2018 21:19:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-04T21:19:39Z</dc:date>
    <item>
      <title>Cannot deploy rdl file to Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/498890#M7422</link>
      <description>&lt;P&gt;We're trying out Power BI Report Server (trial version 15.0.2.402) and are unable to deploy an .rdl (using VS 2014) or upload using Portal URL.&amp;nbsp; Attempting to deploy using VS 2014 we continue to get Login box with Username and Password, which keeps popping up each time we try with Admin credentials.&amp;nbsp; Using the web&amp;nbsp;portal we get &amp;nbsp;"An error has ocurred. Something went wrong. Please try again later."&amp;nbsp; We can upload a simple .txt file however (?).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's part of the RSPortal log file that shows the error:&amp;nbsp; "System.Net.WebException: The request failed with HTTP status 401: Unauthorized."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are able to upload .pbix type analytics reports (?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2018-08-24 13:11:18.6033|INFO|52|CFG : AccessControlAllowCredentials = [false] (env)&lt;BR /&gt;2018-08-24 13:11:18.6033|INFO|52|Received request GET /assets/fonts/powerbiglyphs-regular.woff| RequestID = s_cbfe053b-aedb-43a6-99ad-d47e7691f1b6&lt;BR /&gt;2018-08-24 13:11:18.7153|INFO|52|Received request GET /api/v2.0/catalogitems%284f81527a-db55-46b1-9bdd-6f442e1c3489%29/Model.Folder/catalogitems/| RequestID = s_bfe11654-f05e-4c56-897c-e52937f6ed46&lt;BR /&gt;2018-08-24 13:11:18.7153|INFO|53|Sending response. Response code xxxxx\xxxxxxxxxx 200, Elapsed time 0:00:00.0141077| RequestID = s_bfe11654-f05e-4c56-897c-e52937f6ed46&lt;BR /&gt;2018-08-24 13:11:25.2322|INFO|52|Received request POST /api/v2.0/catalogitems| RequestID = s_8f81945e-d7bb-4069-b47e-32ec5d2c5ef5&lt;BR /&gt;2018-08-24 13:11:27.2728|ERROR|52|OData exception occurred: System.Net.WebException: The request failed with HTTP status 401: Unauthorized.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SetConnectionProtocol()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.CreateCatalogItem(String itemType, String name, String parent, Boolean overwrite, Byte[] definition, Property[] properties, Warning[]&amp;amp; warnings)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapRS2010Proxy.&amp;lt;&amp;gt;c__DisplayClass1.&amp;lt;CreateCatalogItem&amp;gt;b__0()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.ReportingServices.Portal.Services.SoapProxy.SoapAuthenticationHelper.ExecuteWithWindowsAuth[TReturn](SoapHttpClientProtocol soapClient, IPrincipal userPrincipal, Func`1 func)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.ReportingServices.Portal.Repositories.CatalogItemRepository.CreateReport(RSService rsService, IPrincipal userPrincipal, String reportName, String parentFolder, Boolean overwrite, Byte[] definition, Property[] properties)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.ReportingServices.Portal.Repositories.CatalogItemRepository.CreateItem(IPrincipal userPrincipal, CatalogItem catalogItem, CatalogItem&amp;amp; createdItem)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.ReportingServices.Portal.ODataWebApi.V2.Controllers.CatalogItemsController.AddEntity(CatalogItem entity, CatalogItem&amp;amp; createdEntity)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Microsoft.ReportingServices.Portal.ODataWebApi.Controllers.Reflection.EntitySetReflectionODataController`1.Post(ODataPath oDataPath, T value)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at lambda_method(Closure , Object , Object[] )&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.&amp;lt;&amp;gt;c__DisplayClass10.&amp;lt;GetExecutor&amp;gt;b__9(Object instance, Object[] methodParameters)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Http.Controllers.ApiControllerActionInvoker.&amp;lt;InvokeActionAsyncCore&amp;gt;d__0.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Http.Controllers.ActionFilterResult.&amp;lt;ExecuteAsync&amp;gt;d__2.MoveNext()&lt;BR /&gt;--- End of stack trace from previous location where exception was thrown ---&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Web.Http.Controllers.ExceptionFilterResult.&amp;lt;ExecuteAsync&amp;gt;d__0.MoveNext().| RequestID = s_8f81945e-d7bb-4069-b47e-32ec5d2c5ef5&lt;BR /&gt;2018-08-24 13:11:27.2728|INFO|53|Sending response. Response code xxxx\xxxxxxxxxxx 500, Elapsed time 0:00:02.041152| RequestID = s_8f81945e-d7bb-4069-b47e-32ec5d2c5ef5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated, as we'd like to use the tool but cannot even fully evaluate it at this time.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 17:31:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/498890#M7422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-29T17:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot deploy rdl file to Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/499374#M7438</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;Same condition, dont know whats wrong with this one. Help&amp;nbsp; needed.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;A href="https://www.icloudcentral.com/" target="_self"&gt;Icloud&lt;/A&gt; &lt;A href="https://googleclassroom.onl/" target="_self"&gt;Google Classroom&lt;/A&gt; &lt;A href="https://gimp.software/" target="_self"&gt;GIMP&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 12:37:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/499374#M7438</guid>
      <dc:creator>BrianG</dc:creator>
      <dc:date>2018-08-27T12:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot deploy rdl file to Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/500367#M7471</link>
      <description>&lt;P&gt;Can you check the ReportingServicesServiceXXXX log in the LogFiles folder and let me know if you see any errors?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 15:56:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/500367#M7471</guid>
      <dc:creator>mgmeyer</dc:creator>
      <dc:date>2018-08-27T15:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot deploy rdl file to Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/500381#M7475</link>
      <description>&lt;P&gt;Yes, there are several errors in the that log...&amp;nbsp; here are the relevant parts of that log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rshost!rshost!1b6c!08/24/2018-15:19:14:: i INFO: Derived memory configuration based on physical memory as 4193844 KB&lt;BR /&gt;rshost!rshost!1b6c!08/24/2018-15:19:14:: w WARN: Failed to initialize performance counters: 2. Possible setup issue.&lt;BR /&gt;appdomainmanager!DefaultDomain!1b6c!08/24/2018-15:19:14:: i INFO: Entered managed ServiceMain in DefaultDomain.&lt;BR /&gt;configmanager!DefaultDomain!1700!08/24/2018-15:19:14:: e ERROR: Configuration file element UrlReservation has a invalid VirtualRoot. It will be ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;configmanager!DefaultDomain!1700!08/24/2018-15:19:14:: e ERROR: Failed to get url configuration section.&lt;BR /&gt;configmanager!DefaultDomain!1700!08/24/2018-15:19:14:: e ERROR: Failed to get url configuration section.&lt;BR /&gt;configmanager!DefaultDomain!1700!08/24/2018-15:19:14:: w WARN: IsApplicationUrlSubsetOfReportServer() -- Failed to get url configuration section.&lt;BR /&gt;configmanager!DefaultDomain!1700!08/24/2018-15:19:14:: i INFO: Using report server internal url .&lt;BR /&gt;configmanager!DefaultDomain!1700!08/24/2018-15:19:14:: i INFO: Using report server external url .&lt;BR /&gt;configmanager!DefaultDomain!1700!08/24/2018-15:19:14:: i INFO: Using url root .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;library!WindowsService_0!1198!08/24/2018-15:19:17:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. ;&lt;BR /&gt;rshost!rshost!1700!08/24/2018-15:19:17:: i INFO: Derived memory configuration based on physical memory as 4193844 KB&lt;BR /&gt;rpcserver!DefaultDomain!182c!08/24/2018-15:19:17:: i INFO: Process monitoring started.&lt;BR /&gt;servicecontroller!DefaultDomain!12a4!08/24/2018-15:19:17:: i INFO: Total Physical memory: 4294496256&lt;BR /&gt;library!WindowsService_0!1198!08/24/2018-15:19:17:: e ERROR: ServiceStartThread: Exception caught while starting service. Error: Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error.&lt;BR /&gt;library!WindowsService_0!1198!08/24/2018-15:19:17:: e ERROR: ServiceStartThread: Attempting to start service again...&lt;BR /&gt;rpcserver!DefaultDomain!1198!08/24/2018-15:19:17:: i INFO: RPC Server started.&lt;BR /&gt;servicecontroller!DefaultDomain!1198!08/24/2018-15:19:17:: i INFO: RPC Server started. Endpoint name ='ReportingServices$PBIRS'&lt;BR /&gt;library!DefaultDomain!1be8!08/24/2018-15:19:17:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. ;&lt;BR /&gt;library!DefaultDomain!1be8!08/24/2018-15:19:17:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. ;&lt;BR /&gt;library!DefaultDomain!1be8!08/24/2018-15:19:17:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. ;&lt;BR /&gt;library!DefaultDomain!1be8!08/24/2018-15:19:17:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: No DSN present in configuration file, Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: The report server has encountered a configuration error. ;&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, 27 Aug 2018 16:15:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/500381#M7475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-27T16:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot deploy rdl file to Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/502658#M7554</link>
      <description>&lt;P&gt;FYI: I had NO errors show up during the install or configuration of&amp;nbsp;the Power BI Report Server (?)&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 17:10:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/502658#M7554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-29T17:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot deploy rdl file to Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/502711#M7559</link>
      <description>&lt;P&gt;It sounds like your configuration might be messed up, did you configure both the Portal and Report Server URLs in the configuration tool? If you did I would suggest removing the reservations and trying again.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 19:29:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/502711#M7559</guid>
      <dc:creator>mgmeyer</dc:creator>
      <dc:date>2018-08-29T19:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot deploy rdl file to Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/507270#M7678</link>
      <description>&lt;P&gt;We are now trying the August 2018 evaluation version and cannot install it.&amp;nbsp; Here are parts of the install log...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MSI (s) (20:F0) [08:58:40:600]: Doing action: RemoveExistingProducts&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:600]: Note: 1: 2205 2:&amp;nbsp; 3: ActionText&lt;BR /&gt;Action ended 8:58:40: InstallValidate. Return value 1.&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:601]: Note: 1: 2205 2:&amp;nbsp; 3: Error&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:601]: Note: 1: 2228 2:&amp;nbsp; 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 22&lt;BR /&gt;Action start 8:58:40: RemoveExistingProducts.&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:601]: Note: 1: 2205 2:&amp;nbsp; 3: Error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MSI (s) (20:F0) [08:58:40:559]: Package name extracted from package path: 'PBIReportServerSetup.msi'&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:559]: Package to be registered: 'PBIReportServerSetup.msi'&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:559]: Note: 1: 2205 2:&amp;nbsp; 3: Error&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:560]: Note: 1: 2262 2: AdminProperties 3: -2147287038&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:560]: Machine policy value 'AlwaysInstallElevated' is 0&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:560]: User policy value 'AlwaysInstallElevated' is 0&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:560]: Product installation will be elevated because user is admin and product is being installed per-machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MSI (s) (20:F0) [08:58:40:601]: Note: 1: 2228 2:&amp;nbsp; 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 23&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:601]: Note: 1: 2205 2:&amp;nbsp; 3: Error&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:601]: Note: 1: 2228 2:&amp;nbsp; 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 16&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:601]: Note: 1: 2205 2:&amp;nbsp; 3: Error&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:601]: Note: 1: 2228 2:&amp;nbsp; 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 21&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:602]: Doing action: InstallInitialize&lt;BR /&gt;MSI (s) (20:F0) [08:58:40:602]: Note: 1: 2205 2:&amp;nbsp; 3: ActionText&lt;BR /&gt;Action ended 8:58:40: RemoveExistingProducts. Return value 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Action start 8:58:41: InstallFiles.&lt;BR /&gt;MSI (s) (20:F0) [08:58:41:987]: Note: 1: 2205 2:&amp;nbsp; 3: Patch&lt;BR /&gt;MSI (s) (20:F0) [08:58:41:987]: Note: 1: 2228 2:&amp;nbsp; 3: Patch 4: SELECT `Patch`.`File_`, `Patch`.`Header`, `Patch`.`Attributes`, `Patch`.`Sequence`, `Patch`.`StreamRef_` FROM `Patch` WHERE `Patch`.`File_` = ? AND `Patch`.`#_MsiActive`=? ORDER BY `Patch`.`Sequence`&lt;BR /&gt;MSI (s) (20:F0) [08:58:41:987]: Note: 1: 2205 2:&amp;nbsp; 3: Error&lt;BR /&gt;MSI (s) (20:F0) [08:58:41:987]: Note: 1: 2228 2:&amp;nbsp; 3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 1302&lt;BR /&gt;MSI (s) (20:F0) [08:58:41:987]: Note: 1: 2205 2:&amp;nbsp; 3: MsiSFCBypass&lt;BR /&gt;MSI (s) (20:F0) [08:58:41:987]: Note: 1: 2228 2:&amp;nbsp; 3: MsiSFCBypass 4: SELECT `File_` FROM `MsiSFCBypass` WHERE `File_` = ?&lt;BR /&gt;MSI (s) (20:F0) [08:58:41:987]: Note: 1: 2205 2:&amp;nbsp; 3: MsiPatchHeaders&lt;BR /&gt;MSI (s) (20:F0) [08:58:41:987]: Note: 1: 2228 2:&amp;nbsp; 3: MsiPatchHeaders 4: SELECT `Header` FROM `MsiPatchHeaders` WHERE `StreamRef` = ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1|Setup FailedSystem.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer\bin\ReportingServicesService.exe.config'.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 16:09:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/507270#M7678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-04T16:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot deploy rdl file to Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/507385#M7683</link>
      <description>&lt;P&gt;We found a last minute issue that impacts clean installs, if you download the latest setup this issue has been fixed.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 19:49:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/507385#M7683</guid>
      <dc:creator>mgmeyer</dc:creator>
      <dc:date>2018-09-04T19:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot deploy rdl file to Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/507432#M7684</link>
      <description>&lt;P&gt;Thanks, Now I can re-install the report server, but still same old issue with not being able to upload .rdl (paginated) reporting services reports.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 21:19:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/507432#M7684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-04T21:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot deploy rdl file to Power BI Report Server</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/509507#M7725</link>
      <description>&lt;P&gt;Do we also need to install Reporting Services on our Web Server?&amp;nbsp; Our environment is SQL Server 2012 on&amp;nbsp;a separate DB Server&amp;nbsp;and our Web Server (where we've installed Power BI Report Server) is running on Windows Server 2012 R2 Standard.&amp;nbsp; Any help is much appreciated, as our evaluation copy of Power BI Report Server is about to run out.&amp;nbsp; Thanks...&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 16:23:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Cannot-deploy-rdl-file-to-Power-BI-Report-Server/m-p/509507#M7725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-06T16:23:17Z</dc:date>
    </item>
  </channel>
</rss>

