data refresh issue power bi server
5 TopicsError Failing saving model to the catalog
Nos últimos dois meses, alguns problemas têm ocorrido em nosso PBIRS, que estava em sua versão de maio de 2024. O primeiro é que a atualização programada só funciona umas 12 horas depois do horário real (já verificamos o fuso do servidor e está ok -3 GMT) outro problema é que, por exemplo, ao executar a atualização programada manualmente, ela não funciona ou fica em “Data Refresh” sem parar. outro problema é que quando vamos no agente sql e executamos manualmente o job referente ao agendamento, ele mostra que foi executado, mas não executa de fato, mesmo sendo um relatório que mostra apenas a data de execução. E o maior problema: Ao executar relatórios mais pesados onde os dados são importados e não no modo analysis services (que também usamos) dá erro de timeout ao salvar no catálogo do servidor de relatórios nativo do powerbi que é criado ao instalar o PBIRS. aqui está um dos erros no RSPOWREBI: 2025-02-26 23:27:57.0745|ERRO|30|Erro ao processar atualização do modelo de dados: SessionId: a37515cd-c0ed-40e8-96ec-5e8597071ff4, Status: Erro ao salvar o modelo no catálogo, Exceção System.AggregateException: Ocorreram um ou mais erros. ---> Microsoft.Data.SqlClient.SqlException: Tempo limite de execução expirado. O período de tempo limite expirou antes da conclusão da operação ou o servidor não está respondendo. ---> System.ComponentModel.Win32Exception: A operação de espera atingiu o tempo limite --- Fim do rastreamento de pilha de exceção interna --- em Microsoft.Data.SqlClient.SqlCommand.EndExecuteNonQueryAsync(IAsyncResult asyncResult) em System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization) --- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada --- em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) em Dapper.SqlMapper.<ExecuteImplAsync>d__39.MoveNext() em C:\projects\dapper\Dapper\SqlMapper.Async.cs:line 678 --- Fim do rastreamento de pilha do local anterior onde a exceção foi lançada --- em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) em Microsoft.BIServer.HostingEnvironment.Storage.MeteredSqlConnection.<ExecuteAsync>d__10.MoveNext() --- Fim do rastreamento de pilha do local anterior onde a exceção foi lançada --- em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) em Microsoft.BIServer.HostingEnvironment.Storage.ScopedSqlTransaction.<ExecuteAsync>d__7.MoveNext() --- Fim do rastreamento de pilha de exceção interna --- em System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) em System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) em Microsoft.ReportingServices.CatalogAccess.Streams.ExtendedContentWritableStream.Write(Byte[] buffer, Int32 offset, Int32 count) em Microsoft.AnalysisServices.XmlaClient.ImageSave(String databaseId, Stream targetDbStream) em Microsoft.AnalysisServices.Core.Server.ImageSave(ImageSaveInfo imageSaveInfo) em Microsoft.PowerBI.ReportServer.AsServer.AnalysisServicesServer.SaveDatabaseToStream(String databaseName, Stream targetDbStream) em Microsoft.PowerBI.ReportServer.WebHost.EventHandler.AnalysisServicesDataRefresh.SaveDatabaseToCatalog(String databaseName, Guid catalogItemId) em Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.<>c__DisplayClass38_0`2.<ExecuteStepWithExecLog>b__0() em Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.<>c__DisplayClass34_0.<ExecuteActionWithLogging>b__0() em Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.<ExecuteFuncWithLogging>d__33`1.MoveNext() ---> (Exceção interna nº 0) Microsoft.Data.SqlClient.SqlException (0x80131904): Tempo limite de execução expirado. O período de tempo limite expirou antes da conclusão da operação ou o servidor não está respondendo. ---> System.ComponentModel.Win32Exception (0x80004005): A operação de espera atingiu o tempo limite em Microsoft.Data.SqlClient.SqlCommand.EndExecuteNonQueryAsync(IAsyncResult asyncResult) em System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization) --- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada --- em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) em Dapper.SqlMapper.<ExecuteImplAsync>d__39.MoveNext() em C:\projects\dapper\Dapper\SqlMapper.Async.cs:line 678 --- Fim do rastreamento de pilha do local anterior onde a exceção foi lançada --- em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) em Microsoft.BIServer.HostingEnvironment.Storage.MeteredSqlConnection.<ExecuteAsync>d__10.MoveNext() --- Fim do rastreamento de pilha do local anterior onde a exceção foi lançada --- em System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() em System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) em Microsoft.BIServer.HostingEnvironment.Storage.ScopedSqlTransaction.<ExecuteAsync>d__7.MoveNext() ClientConnectionId:7dbaac1b-4df1-433c-a7de-1b0abc7af318 Número do erro:-2,Estado:0,Classe:11<---759Views0likes3CommentsGetting Delay for Update Parameter & refresh API while embedding report in Webpage
Hi All, I had created a report & embed same in client's webpage successfully. I am using query parameter to dynanically update baseurl based on client's interaction. when client access particular report then update parameter & Refresh dataset API Call but it takes approx 1 min to complete refresh cycle & load into webpage. My issue is during this time client is able to see previous client's data due to baseurl taking time to dynamically change when API call. I reseached on internet & found that post purchasing PowerBI Embed Capacity( A SKU) above problem will be solve but I am not sure about this. Anybody have idea how to solve above issue...?Solved713Views0likes1CommentExternal Data Refresh Failed - Windows Authentication and user credentials could not be delegated.
The error message is : "The data connection uses Windows Authentication and user credentials could not be delegated. The following connections failed to refresh: " Users get this message whenever they try to connect to an SSAS tabular Model from an Excel workbook hosted on our Power BI Report Server. Has anyone seen this before? Help!Solved1.2KViews0likes1CommentUpdate impossible because "12 queries are blocked by the following error..."
Hi there, When I want to refresh my models, I always have a pop-up window saying "XX Queries are blocked by the following error : TABLE PLANNING The query"PLANNING" references other queries or steps and therefore cannot directly access a data source. Reconstruct this combination of data" I need to go in the Power Query editor to Refresh all then save&close, and finally I am able to refresh my models. How can I avoid all these1KViews0likes3CommentsScheduled Refesh with no errors but data are not updated
Hi there, I have created a report in pbi desktop based on sourches only from datamart (by importing data). I have uploaded this report and set a refresh at night 1 hour after te datamart have been scheduled to be updated. the refresh lunches with no errors but my data are not updated . If i go online and refresh manual it is getting updated. below all the steps587Views0likes1Comment