I am trying to install and configure Power Bi Enterprise Gateway on a Windows 2016 server. I get "Failed to sign in. please verify your credentials and check again" error and another error below it "Network connectivity limited"?
enter image description here
Related
For my PBI I tried to get data from a file shared with me through SharePoint.
I get below error message:
"the current user isn't signed in." when selecting "Microsoft Account."
"could not authenticate the credentials provided" when selecting "Windows"
May I know the proper way to connect with a source from SharePoint? Or should I connect?
Thanks
I do have a pro license
My business are using mfcgd.com account. Why do I see that connection error box?
There is a database in PHP which is not hosted on a local machine.
I want to connect the database to Power BI.
The error is:
MySQL: Unable to connect to any of the specified MySQL hosts.
The MySQL connector is already installed.
Here is the proof:
Image
So, if it is the first time you are connecting to it, then you can see an icon at the home page called MySQL. Then click on it and it will ask for details. It will ask for the server name. Enter the name and database if required. Then it verifies and asks for the username and password to login.
The server IP address in your image is IP address 54.90.3.4. This is your hosted server.
If your database is hosted on same server, you should set your same server value.
Add the default localhost in the last.
Follow here to connect your server to power BI
maybe a newbie question, but it's the first time I'm trying to connect to Snowflake from a BI tool.
I created a 30 trial account on Snowflake (not related to any organization) and trying to connect from both Power BI and Tableau (Desktop), but I receive a login error after inserting the credentials.
From Power BI:
Power BI error
Details: "ODBC: ERROR [HY000] [Microsoft][Snowflake] (4)
REST request for URL https://app.snowflake.com:443/session/v1/login-request?requestId=5fc2d087-7791-4094-85ae-a10f6712b1f2&request_guid=96ad6779-8c15-4e2d-8b19-7878d60e314d&warehouse=COMPUTE_WH failed: HTTP error (http error) - code=405.
From Tableau:
Tableau error
*An error occurred while communicating with Snowflake
Invalid username or password.
Error Code: 2438FAD7
[Snowflake][Snowflake] (4)
REST request for URL https://app.snowflake.com:443/session/v1/login-request?requestId=dec8ccd1-0d44-4f70-ba3c-a7da258b3cb1&request_guid=7da8e38a-926e-46af-9933-241556e11a05 failed: HTTP error (http error) - code=405.
*
I am using app.snowflake.com as the server, and my username and passwords as the credentials.
The user is has an ACCOUNTADMIN role.
I've tried to google the error but without luck.
Does someone has any clue what I am doing wrong?
When you are creating the ODBC or any connection, as the server include the whole URL as example below.
qf3XX52.europe-west4.gcp.snowflakecomputing.com
The url used is incorrect since app.snowflake.com is the URL for Snowsight application, it is not the entry point for any 3rd party application to Snowflake.
The correct URL for PowerBI would be in the following format:
"account-identifier".snowflakecomputing.com or if using the regionless format, then it would be : "org-name"-"acct-name".snowflakecomputing.com
Account identifier information is here: https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#account-identifier-formats-by-cloud-platform-and-region
I am trying to add 8000 users with role "Content Manager" in a folder in Power BI Report Server throw Web Service. But it is only able to add 1820 users. If I am trying to add more than 1820 user it is throwing below error.
"Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details."
I am getting the same error while trying to add through Report Server Web Portal.
Does anyone have any idea about this?
I am setting up a service tier for MS Dynamics NAV 2009, but am unable to connect due to a login failure.
Login failed for user 'DOMAIN\ANONYMOUS LOGON'. Reason: Token-based server access validation failed with an infrastructure error. Check for previous errors.
Error: 18456, Severity: 14, State: 11.
I have the following servers:
SQL Server: sql-dev
Dynamics service tier: dynamicsService
The SQL and Dynamics services are both running under the same domain account.
I have four spns setup:
MSSQLSvc/sql-dev.mycompany.com:1433
MSSQLSvc/sql-dev:1433
MicrosoftDynamicsNAVServer$Dev/dynamicsService.mycompany.com:7046
MicrosoftDynamicsNAVServer$Dev/dynamicsService:7046
Finally, I have Delegation setup for the domain account for both the Dynamics and SQL service. This looks to be the correct setup according to the MS documentation, but it is not working. Any thoughts to where I have gone wrong? Thanks.
Just setting SPNs is not enough. Service Account of SQL Server and Dynamics NAV Service Tier are important. Also their permissions, enabling the Object Change Listener and delegating Access to the SQL Server Service.
If you did all the setup described in this MSDN Article Walkthrough: Installing the Three Tiers on Three Computers, it should work. I did 60+ Setups of NAV 2009 Service Tier that way in the past.
Unfortunately, Delegation Setup in Dynamics NAV 2009 is complex. I suggest get help from Microsoft Support if you are Microsoft Partner or get help from your Dynamics NAV Partner if you are a customer.