refresh schedule error
30 TopicsOData V4 scheduled refresh in Power BI Report server error
In Power BI Report Server I'm trying to add a scheduled refresh with Data from Business Central using the Odata V4 feed. Unfortunately, I am getting this message: OData: Request failed (404): The remote server returned an error: (404) Not Found. (Cannot process the request because the default company cannot be found. You can specify a default company in the service configuration file, or specify one for each tenant, or you can add a query string in the form of "company=[name]". You can see the available companies by accessing the default OData web service, Company. For more information, see "OData Web Services" in Help. CorrelationId: abf464e6-9697-433b-8469-79be61ed1476.) I've tried all types of verification options (Key, OAuth2 etc) Using the OData Feed in the Power BI desktop is no problem. All data is Refreshing and available. Also in the OData feed Url, the Company name is set. I don't understand why it is asking for the "company=[name]" in the report server while it is already set and works in Power BI Desktop. I look forward to your reply!3.9KViews0likes5CommentsHow to find all dynamic data sources in your file?
I get the following errors but I do not have dynamic datasources, I just refer to Sharepoint and file on the sharedrive. How can I find all datasources which are dynamic and solve this issue? Something went wrong This dataset includes a dynamic data source. Since dynamic data sources aren't refreshed in the Power BI service, this dataset won't be refreshed. Learn more: https://aka.ms/dynamic-data-sources. Please try again later or contact support. If you contact support, please provide these details.Solved7.3KViews1like2CommentsLookup error for session ID using report server DB or API
Hi, We are using SSRS APIs to create refresh plan schedule for PBIX report on PBI report server. And we get the last run status but it does not return details. Data Refresh failed, contact the administrator, SessionId: dd13d7bf-56ef-4eed-865a-de6f67d3a50e. We do have the session ID and if we search for it in report server logs then we find the details. Also we can see details if we go to refresh plan details on report server UI. Details in SSRS log: Data Refresh failed, contact the administrator, SessionId: dd13d7bf-56ef-4eed-865a-de6f67d3a50e. Details in refresh plan UI: But we want to show this info on our web application. We already tried searching report server DB (tables, executionlog views, etc) for these details but did not find any thing. Where can we find these information/details other than reporting services logs? Any API or DB table?1.4KViews0likes2CommentsAuthentication error when refreshing API dataset
I have a report which has been running for almost four years that uses multiple API calls to a cloud service to pull in several different data elements in both JSON and CSV formats. These data sources are on a nightly scheduled refresh and have been working just fine until recently. I noticed as I was asked to look into an upcoming modification that the refreshes are now failing with an error stating the credentials are not valid. Thinking the bearer token in the connection string may have expired, I opened my local copy of the report in Desktop and tested the connection, and it worked just fine. The only notes I can find refer to PBIRS not supporting Web.Page and Web.BrowserContents methods for scheduled refresh, but this connection uses Web.Contents, which is supported. The connection authentication is Anonymous as the bearer token is embedded in the connection string, and this has been working until I noticed this issue. Has something changed in how the Report Server manages these types of connections? It's imperative I find a solution as my client is somewhat anxious to have their reporting stay up to date, and will have an effect on the future development they are considering.1.4KViews0likes3CommentsScheduled refresh is disabled due to no credentials for at least one data source - SQL server
Hi, I got a report which have a source on SQL server. When updating data in Power Bi Desktop it works properly, when trying to refresh on published report, it doesn't work - system show information: "Data source error Scheduled refresh is disabled due to missing credentials for one or more data sources. To restart the refresh, go to the settings page for that dataset and enter credentials for all data sources. Then reactivate scheduled refresh. Cluster URI WABI-NORTH-EUROPE-G-PRIMARY-redirect.analysis.windows.net Action IDe819732a-d888-42ad-8439-db86caff9c73 Request ID5553c803-90c0-9f8d-1d62-bbc9461d4360" More over, when going into settings, "Data source credentials" is not active (light grey font). How can I solve it? Best, KrzysztofSolved8.8KViews0likes2CommentsRefresh error of [Model can not be refreshed for files not mapped to a network share]
Hi Microsoft Power BI Report Server Team: After updating RS to version 1.12.7936.39665(September 2021) . Strange refresh error happened as log show below 2021-11-15 01:30:14.6218|ERROR|257|Model can not be refreshed for files not mapped to a network shareMicrosoft.PowerBI.ReportServer.AsServer.InvalidDataSourceException: Model can not be refreshed for files not mapped to a network share 2021-11-15 01:30:14.6218|ERROR|257|Error Processing Data Model Refresh: SessionId: 057e4f92-1d50-4a3c-8da6-11943cc72aaa, Status: Error Model can not be refreshed because not all connection string is valid, Exception Microsoft.PowerBI.ReportServer.AsServer.InvalidDataSourceException: Model can not be refreshed for files not mapped to a network share at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.AnalysisServicesDataRefresh.ValidateConnectionString(IEnumerable`1 dataSources) at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.<>c__DisplayClass34_0.<ExecuteActionWithLogging>b__0() at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.<ExecuteFuncWithLogging>d__33`1.MoveNext() 2021-11-15 01:30:14.6218|ERROR|257|Error Processing Data Model Refresh: SessionId: 057e4f92-1d50-4a3c-8da6-11943cc72aaa, Status: Error Failed Data Refresh, Exception Microsoft.PowerBI.ReportServer.AsServer.InvalidDataSourceException: Model can not be refreshed for files not mapped to a network share at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.ExecuteActionWithLogging(Action methodToExecute, String description, String localizedDescription, String messageInFailure, RefreshInfo refreshInfo, DataAccessors dataAccessors, ReportEventType operation, Boolean isDataRetrieval, Boolean showInExecutionLog, Boolean sendToTelemetry) at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.ExecuteStep[T](Action`1 methodToExecute, T arguments, String description, String localizedDescription, String messageInFailure, RefreshInfo refreshInfo, DataAccessors dataAccessors, Boolean sendToTelemetry) at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.AnalysisServicesDataRefresh.RefreshData(RefreshInfo refreshInfo) at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.<>c__DisplayClass34_0.<ExecuteActionWithLogging>b__0() at Microsoft.PowerBI.ReportServer.WebHost.EventHandler.DataRefreshScope.<ExecuteFuncWithLogging>d__33`1.MoveNext() I don't know why "not all connection string is valid" because the data source tested OK and no any problem when refresh in desktop version. I have 3 report server deploy as scale-out. Can you help to check how to fix it? PetebroSolved7.7KViews0likes13CommentsDates value changes after schedule refresh
Hi I have a table with one column which is a date value only and the latest date value is 9/11/22. the date is linked to a number of other tables and runs as expected on my on prem version of Power BI as well as when I publish the report to our server. The issue I have is when I run a schedule refresh on the server the latest date value changes to an earlier date 19/04/20. I have attempted to change the date format in power query with no luck. Does anyone know what could be causing this?2.5KViews0likes3CommentsErrors occured during data refresh
We are using Power BI Report Server Version 1.11.7815.2641 The connection to PostgreSQL works fine (see connection sucessful below) However, system returns an error message when trying to refresh the data. Would you kindly help with this error ? Thanks. DataSource.Error: PostgreSQL: 08P01: No such user: ServiceGRCMPBIRSPROD. DataSourceKind = PostgreSQL. DataSourcePath = ddlgpmprd11.us.dell.com: 6420;gp_ns_ddl_prod. Message = 08P01: No such user: ServiceGRCMPBIRSPROD. ErrorCode = -2147467259. ;PostgreSQL: 08P01: No such user: ServiceGRCMPBIRSPROD. The exception was raised by the IDbCommand interface.1.2KViews0likes2Comments