Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi,
We have installed SSRS Powershell module to upload our PIBX files to our PowerBI Report Server.
We have aprox. 150 pbix files. We upload 148 pbix files correctly(<100kb) , but we have experienced an issue uploading 2 PBIX files (8 MB aprox per file).
The error is:
We use the following script to upload:
$session = New-RsRestSession -ReportPortalUri $(ServerName_DEVLP)
Write-RsRestFolderContent -WebSession $session -Path "$(System.DefaultWorkingDirectory)\Despliegue\DEVLP" -Overwrite:$true -RsFolder "/MY FOLDER" -Recurse -Verbose -ReportPortalUri $(ServerName_DEVLP) -RestApiVersion v2.0
Any suggestions about how can we solve this error??
Thanks in advance
Best regards,
Luis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If it could cause by the file size, you can refer this thread which could upload big files:
https://gist.github.com/okpedro/1b185cafae60325d18b745ae9a07fefb
In addition, as far as I know, there is a 2GB limiation in Report Server that you can consider:
The data model loaded into the internal Analysis Services engine during a scheduled refresh has a maximum size of 2,000 MB (2GB).
Best Regards,
Community Support Team _ Yingjie Li