Forum Discussion
Error uploading your .pbix file on Report Server September 2021
I found this error in RSPortal_xxxx.log
2021-11-06 11:14:36.8810|INFO|41|Received request POST /api/v2.0/catalogitems| RequestID = s_8f6581bd-83d2-4d01-86dc-c8a3b75081c9
2021-11-06 11:14:36.8967|ERROR|41|The remote server returned an error: (503) Server Unavailable.| RequestID = s_8f6581bd-83d2-4d01-86dc-c8a3b75081c9
2021-11-06 11:14:36.8967|INFO|43|Sending response. Response code xxx\xxxxx 422, Elapsed time 0:00:00.0210445| RequestID = s_8f6581bd-83d2-4d01-86dc-c8a3b75081c9
2021-11-06 11:14:38.3706|INFO|41|Received request GET /api/v2.0/CatalogItems(Path='/xxxx')| RequestID = s_af2e820b-d80d-400e-b5fd-b2afe321d84c
2021-11-06 11:14:38.3862|INFO|43|Sending response. Response code xxx\xxxxx 200, Elapsed time 0:00:00.0052205| RequestID = s_af2e820b-d80d-400e-b5fd-b2afe321d84c
2021-11-06 11:14:38.4019|INFO|41|Received request GET /api/v2.0/catalogitems(aea46ab0-4b68-4f90-9d24-bc531dd2db43)/Model.Folder/catalogitems/| RequestID = s_bf737e25-0e9c-4c9e-bccf-a1b802ed36cf
2021-11-06 11:14:38.4175|INFO|43|Sending response. Response code xxx\xxxxx 200, Elapsed time 0:00:00.0063876| RequestID = s_bf737e25-0e9c-4c9e-bccf-a1b802ed36cf
How can i fix it. Please help.
- mrtechid4 years agoFrequent Visitor
Sorry for annoying to community, After check configuration and add Listen for https://+:443/Reports and https://+:443/ReportServer i got a problem same as this issue
2021-11-06 16:50:06.3507|INFO|9|Received request POST /api/reportproperties| RequestID = s_16c4cb39-64a2-4acf-b38b-20c6fa1d25b2
2021-11-06 16:50:06.3507|ERROR|9|HttpRequestContext returned false for IsLocal.| RequestID = s_16c4cb39-64a2-4acf-b38b-20c6fa1d25b2
2021-11-06 16:50:06.3507|INFO|9|Sending response. Response code xxx\xxxx 400, Elapsed time 0:00:00.0024075| RequestID = s_16c4cb39-64a2-4acf-b38b-20c6fa1d25b2- josef784 years agoMemorable Member
I can not reproduce, but on all my environments (all scaled-out) this version of PBIRS works well (for save as/upload scenarios).
But related to error message, please double check your URL configuration, both Web Service URL and Web Portal URL and on all servers (and also NLB configuration if present). Be sure that request (using portal service and pbi service) remain on same server)