Forum Discussion

po's avatar
po
Post Prodigy
6 years ago

intermittent task canceled on powershell when scope organization rather than Individual

Hi,

 

Have a powershell script which works showing us reports in each workspace.

 

However, when Scope -Organizaton rather than Individual is often shoiwng task canceled and when does work shows reports which not in those workspaces anymore.

 

It looks like Scope Individual works as expected but Scope -Organization shows errors often and includes reports which long deleted.

 

At <script.ps1>:20 char:38
+ ... $report in (Get-PowerBIReport -Scope Organization -WorkspaceId $works ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.Power...etPowerBIReport:GetPowerBIReport) [Get-PowerBIReport], Ta
skCanceledException
+ FullyQualifiedErrorId : A task was canceled.,Microsoft.PowerBI.Commands.Reports.GetPowerBIReport

 

What causes this and how can we best resolve?

 

 

Thanks

No RepliesBe the first to reply