credentials
15 TopicsMonitoring by system center - deployed instances - how to relate the error to the item specified
Our infrastructure department uses system center to monitor our powerbi report server. One of the notification categories is "All deployment instances are discovered". This category checks whether the reports are runnable given the datasource credentials entered on the report server. Within the notificatons returned it is not easily traceable which report has the culprit so we have to start a search manually by investigating each report manually. We receive a guid like ID from system center which should relate to the affected item like 7EB2A3ED-9DC4-42C5-9AE8-0D754AE909C6:KLFC005399\PBIRS But the guid (7EB2A3ED-9DC4-42C5-9AE8-0D754AE909C6) itself does not lead to any item when we let a procedure check the total database with this guid The datasource table within report server is encrypted, this could have been a good source to investigate but as being descripted it is not usable. I was wondering how you solve these errors easily587Views0likes2CommentsGateway invalid Credentials
Hello to everyone, It has been 2 weeks now that i get the following error and i did not make any changes (the scheduled refresh was working 2 months in a row). Data source error: {"error":{"code":"DM_GWPipeline_Gateway_InvalidConnectionCredentials","pbi.error":{"code":"DM_GWPipeline_Gateway_InvalidConnectionCredentials","parameters":{},"details":[{"code":"DM_ErrorDetailNameCode_UnderlyingErrorCode","detail":{"type":1,"value":"-2147467259"}},{"code":"DM_ErrorDetailNameCode_UnderlyingErrorMessage","detail":{"type":1,"value":"The credentials provided for the File source are invalid. (Source at \\\\eu962114-ger\\ger_data$\\pbi-logistics newdev\\frr forecast\\fnrforecastaccuracy.xlsx.)"}},{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":1,"value":"-2147467259"}},{"code":"Microsoft.Data.Mashup.CredentialError.DataSourceKind","detail":{"type":1,"value":"File"}},{"code":"Microsoft.Data.Mashup.CredentialError.DataSourcePath","detail":{"type":1,"value":"\\\\eu962114-ger\\GER_Data$\\PBI-Logistics NewDev\\FrR Forecast\\FnRForecastAccuracy.xlsx"}},{"code":"Microsoft.Data.Mashup.CredentialError.Reason","detail":{"type":1,"value":"AccessUnauthorized"}},{"code":"Microsoft.Data.Mashup.MashupSecurityException.DataSources","detail":{"type":1,"value":"[{\"kind\":\"File\",\"path\":\"\\\\\\\\eu962114-ger\\\\GER_Data$\\\\PBI-Logistics NewDev\\\\FrR Forecast\\\\FnRForecastAccuracy.xlsx\"}]"}},{"code":"Microsoft.Data.Mashup.MashupSecurityException.Reason","detail":{"type":1,"value":"AccessUnauthorized"}}],"exceptionCulprit":1}}} Table: 99Results. Cluster URI: WABI-NORTH-EUROPE-K-PRIMARY-redirect.analysis.windows.net Activity ID: f71198f8-4cae-4ad6-aee8-b2fc06362623 Request ID: 259fd469-1cf3-afa6-ce77-b54aa5c67717 Time: 2023-03-22 12:35:40Z Could help me find a solution?3.6KViews0likes1CommentData source from one drive in on-prem report server
Hi All I have some data source that is connected to our organisational one drive (excel). In order to do a scheduled refresh, I'm required to input the credentials but organisation authenication is not available under the authentication type. Tried anonymous and windows authenication, the error shows: "The report server couldn't connect to the data source using the information you entered. Make sure you've entered the connection string and any credentials correctly."706Views0likes1CommentAdding a header to a web API request in the data sources section of a report in PBI Report Server
Hello everyone, I have created a report using power bi desktop (Vesrion January 2021). In order to get the data for this report, I connect to a web API using the provided API key in the header part of the request: This part works fine and I get the necessary data to work on the Power BI desktop. When I publish the created report to a Power BI Report Server, as you can see in the following image, there is no way to add the header data which in this case is mandatory to authenticate: The Authentication part in the Credential section in the above image does not support adding headers data and only accepts Anonymous, Basic, and Windows authentication which are not applicable here (The test fails). As the data in my report changes regularly and I need to schedule an automatic refresh, the Report Server has to connect to the Web API at the scheduled times in order to get the latest version of the data. I would appreciate it if you could help me to solve the encountered problem. RegardsSolved6.3KViews0likes4CommentsWhat are the minimum rights for the caller to access REST API on Power BI Report Server?
Hi, Our on-prem PBIRS is January 2022. We are aiming to automate some routine processes and the REST API environment seems to have everything we need. We have configured WindowsNegotiate and WindowsNTLM in the ReportServer.config file. I've tried finding a documentation or some page that explains what the minimum requirements the calling user must have inside the PBIRS environment to be able to use the AP, but so far unable to find anything telling me what I need. Therefore reaching out here. So my question: What are the minimum requirements for the calling Windows user to be able to use the REST API? It seems it is allowed when adding the calling user to the Local Administrator group on the server. But I really don't want to add this user to that group just for this purpose. Is there any other way to achieve the same with less rights? Br, SörenSolved3.3KViews0likes6CommentsRefresh Failure on Credentials even though credentials are correct
I am receiving the error: Credentials are required to connect to the SQL source. (Source at OnSiteSQLDB.). The exception was raised by the IDbCommand interface Obviously changed the name of the DB. But when I check data sources Test Connection - it tests successfully. When I open the report and refresh - it refreshes no problem. But the schedule fails. I have tried multiple times at different times a day and created a new schedule but to no avail. Any ideas???Solved1.1KViews0likes2CommentsPBI Report - Windows Authentication "As User Viewing the report" Import mode
Is it possible to configure PBI Reports with "Import Mode" Datasource to use windows authentication "as the user viewing the report"? I know it's possible with Direct Query Reports but with Import Mode Reports I can only use windows authentication when I explicitly set a windows username and password, which is not what I am trying to achieve. I tried changing the datasource with Rest API and add "Integrated" to "SupportedAuthTypes" and set "AuthType" to "Integrated" but it returns 400 Bad Request.Solved3.7KViews0likes5CommentsProblem with data source settings after changing the password
Hello! I have some problem with data source after changing my credentials. This problem is on screenshot below. I can't change anything here and I don't know what to do. Maybe someone have encountered such problem and can help with advice. Thank you in advance!Solved1.3KViews0likes3CommentsPBI Server change database: No such host is known
To create a sandbox environment I want to set up a PBI Server on my local machine. During the setup when I want to setup a database I get the following error message with the 'Credentials' part: No such host is known Stacktrace: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Net.Sockets.SocketException (0x80004005): No such host is known at System.Net.Dns.GetAddrInfo(String name) at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6) at System.Net.Dns.GetHostEntry(String hostNameOrAddress) at ReportServicesConfigUI.RSDatabase.IsLocalDbServer(String dbServer) at ReportServicesConfigUI.RSCredentialPanel.EnsureHaveValidData() at ReportServicesConfigUI.RSCredentialPanel.NotifyNextClicked() at ReportServicesConfigUI.DatabaseWizard.MovePage(MoveDirection direction) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll ---------------------------------------- RSConfigTool Assembly Version: 15.0.0.0 Win32 Version: 15.0.1103.234 CodeBase: file:///c:/program%20files/microsoft%20power%20bi%20report%20server/shared%20tools/rsconfigtool.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.8.4150.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Management Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll ---------------------------------------- Microsoft.ReportingServices.Editions Assembly Version: 2020.5.0.0 Win32 Version: 2020.5.6.15 CodeBase: file:///c:/program%20files/microsoft%20power%20bi%20report%20server/shared%20tools/Microsoft.ReportingServices.Editions.DLL ---------------------------------------- System.ServiceProcess Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceProcess/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Transactions Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- System.Numerics Assembly Version: 4.0.0.0 Win32 Version: 4.8.3761.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.Solved6.7KViews0likes6CommentsPower BI server Sharepoint Credentials don't recognize
Hello guys, I need your help, I made a Power BI report using data from a Sharepoint Folder (the report combine all the Excel files in the Folder). I set the credentials of my Organization and it works perfectly in Power BI desktop. The problem comes when I published the report in the server. I tried to set the scheduled refresh, unfortunately it shows me this message: I have been looking for help in the forums and in the page of support from Windows (https://docs.microsoft.com/en-us/power-bi/service-admin-troubleshooting-power-bi-personal-gateway). Since the Sharepoint is in cloud I do not need to set a Gateway connection. When I tried to updated the credentials this message appears me: Do you have any idea why the server is not recognizing my credentials and why when I tried to updated them an error occurs?939Views0likes1Comment