About Power BI desktop connect to a report server remotely - remote-access

I am facing a problem where I need to use Power BI desktop to connect to a power bi report server which in a remote server. I got an "unexpected error encountered". I test to connect the report server with a browser, it succeeded by entering the remote authentication. Any solution to workaround. The remote server firewall has been turned off.

Power BI desktop(Remote server) take current local user login credential as the remote login information. Need to assign the user at remote server to connect...

Related

how to open Azure SQL SERVER in office network, I am able to open AZure SQL Using my Home network in SSMS but cant open in Office network

I am not able to open Azure SQl Server in my Office network using SSMS
I can open Azure SQl SERVER using my home network from SSMS.
Please help me how can I configure Azure SQL SERVER in office network and work using SSMS.
Thanks
The error usually means the TCP port is not properly set or is being blocked by the firewall.
To access the Azure SQL database from your local, ensure that the firewall on your network and local computer allows outgoing communication on TCP port 1433.
There are some troubleshooting steps provided in detail in this MS document for the same error message.

IIS 8.5 connecting to remote report services

Here is the scenario:
A web server is running on IIS 8.5 using AppPoolIdendtity to pass through the credential to connect to Reporting Service which is remotely installed in a MSSQL Server.
The reporting service has added the machine account DOMAIN\MACHINENAME$ to the system role assignment from http://MSSSQLRS/ReportServer as System Administrator like this:
The permissions granted to user ' are insufficient for performing this operation. (rsAccessDenied)"}
Testing local MSSQL server is smooth with local access. However, whenever the connection is established from the IIS web server. The "rsAccessDenied" error came up as DOMAIN\MACHINENAME$ user.
Not sure what else is wrong either on the WEB IIS or MSSQL server....
Sounds like RS Windows NTLM is not configured correctly. See this article.

Power BI Desktop cannot connect to azure SQL

I am trying to establish a connection to an azure SQL database from Power BI Desktop. I enter the server and database names as per the following screenshot:
I keep getting the following error:
Additionally, I am able to connect form the same Power BI Desktop to another azure SQL database on the same azure SQL server.
I checked for typos, for the azure firewall settings including my client IP and for "Allow access to Azure services" set to ON. The fact that one of the databases in the same server is connecting correctly make me consider if there is a limitation on Power BI desktop to one only database per azure SQL server.
I was finally able to establish the connection with the azure SQL server by replacing Server field above with: tcp:myServerName.database.windows.net,1433 and leaving the Database field empty.
This allowed me to connect to both databases in the server and didn't request credentials.
Somehow power pi desktop was not letting me create a new connection to another database under the same server. This has not been made clear in Power BI desktop documentation and examples.

Azure remote desktop not working

I'm trying to connect to the remote desktop but i'm getting following errors. I went to the azure portal and my rdp port is open i.e. 3389 as it's showing up in the dashboard.
Remote Desktop can’t connect to the remote computer for one of these reasons:
1) Remote access to the server is not enabled 2) The remote computer is turned off 3) The remote computer is not available on the network
Make sure the remote computer is turned on and connected to the network, and that remote access is enabled.
I actually created twice but still no luck.
Same scenario was happen with me as well. For that i upload the certificate to the windows azure portal. After that i was able to connect to the windows azure cloud service successfully.

How to set the Identity that website runs under

I have a wordpress site that connects to Sql Server using the Sql Server PHP driver on IIS 7. I now want to set up Windows Authentication to connect with.
I know how to do this on the Sql Server side, but I don't know how to configure the account that the website will connect with.
Right now, when I try to connect to Sql Server, this is the message it gives: [SQL Server]Login failed for user 'NT AUTHORITY\IUSR' So it is obviously trying to connect using IUSR.
So how do I set the User Account that it will connect with?
Greg

Resources