Power BI - Refreshing and DataSource.Error - date

I have some issue on refreshing data flow on Power BI, Normally the each table taken 2 mins to complete, but the issue that I am facing is data flow keep continue refreshing. and showing failed with the reason : "Error: Encountered user gateway exception: '[DM_ErrorDetailNameCode_UnderlyingErrorCode]=-2147467259 [DM_ErrorDetailNameCode_UnderlyingHResult]=-2147467259 [Microsoft.Data.Mashup.ValueError.Detail]:http://XXXX/XX"

We found that the report connection could not connect to the SQL Analysis service, so we tried the following option.
Restart the SQL Analysis service.
Refresh the SQL Analysis database
Connect on SQL Management studio success
Then refresh the report link in Power BI Side
Check if the error is resolved

Related

Connection failure Postgresql on AWS-RDS Instance in a private network from PowerBI Desktop & Service

I have an AWS RDS (PostgreSQL) that is inside a private network - only accessible via a VPN and Bastian Host.
I am able to establish connection from PBI Desktop to "PostgreSQL-RDS Instance." By creating SSH tunneling from my Laptop (localhost) to Bastian Host using ODBC Driver. With this approach all the data is imported onto PBI desktop(import mode).
But our requirement is to establish connection through a direct query to refresh data real time and generate the Reports Dynamically which I am not able to.
I entered the database credentials into the Power BI desktop tool, and it not working correctly in the power bi desktop, getting a Timeout Error.
I must use direct query, I can't use import.
Any help is appreciated.
An exact error that you are getting would help get to the root cause of the issue. However, a few basic troubleshooting steps that I'd suggest are:
Ensure that you have a compatible version of the software installed on your machine such as the Npgsql-4.0.9. AT times the latest version of the software usually causes issues.
Ensure that you remove the semicolon at the end of the query.
Once you get the query running successfully on the desktop version, when you publish it to the web version, the visuals will not be able to connect to the database unless an on-premises data gateway is setup. To do so, more details on setting up a data gateway to automatically refresh the dataset for the power bi web version are here:
Refresh AWS RDS database from Power BI Web you are successfully able to query directly

The remote certificate is invalid according to the validation procedure when trying to refresh data set in Power BI

I have connected Power BI with Postgres and published the report to Power BI App i.e. https://app.powerbi.com/ everything is working fine my report is getting generated.
But when I apply Shedule Refresh on my data set I am getting below error.
An error happened while reading data from the provider: The remote certificate is invalid according to the validation procedure. Table: public Machine.
Can anyone please help me with this. I am new to Power BI by looking at the error it seems something with SSL Certificate but I don't have much idea about it.
My Postgres DB is on Azure.

Trying to create a new table column in DashDB but getting a timeout error

My problem is pretty much the same as here
DB2 deadlock timeout Sqlstate: 40001, reason code 68 due to update statements called from servlet using SQL
The problem is that I am using dashDB which runs as a service in IBM Cloud (formerly known as bluemix), so I don't have access to the same administrative tools some DB2 DBA has access to (AFAIK).
So I have a simple table, but when I try to add a column, I get this error
SQL0911N: SQL0911N The current transaction has been rolled back
because of a deadlock or timeout. Reason code "68". SQLSTATE=40001
[IBM][CLI Driver][DB2/LINUXX8664] SQL0911N The current transaction has
been rolled back because of a deadlock or timeout. Reason code "68".
SQLSTATE=40001
I've stopped all other DB activity such as other select statements, and I've tried using eclipse JDBC-based DB IDE instead of the web-based administrative DashDB provided by IBM Cloud (just because its authentication session just ends too quickly) without success.
Try this and post if it works.
http://www-01.ibm.com/support/docview.wss?uid=swg21440972

Simba ODBC Driver - Tableau+MongoDB - Can't view published Tableau dashboards in Tableau Server

I'm using Simba's ODBC driver for connecting Tableau to MongoDB.
I connected my workbook to MongoDB, developed my dashboard and everything went pretty smooth.
However, after I publish my workbook to Tableau server and try to open it, I get an error message:
"An unexpected error occurred. If you continue to receive this error please contact your Tableau Server Administrator.
Tableau Server encountered an error. Contact your Tableau Server Administrator.
Would you like to reset the view?"
Why can't I view this dashboard in Tableau Server?
You probably need to install the Simba's ODBC driver on the machine that runs your Tableau Server.
There are many reasons which can bring this error.
Driver mismatch on server machine.
Data volume too much for server to handle (does it take too much time for the server to load and then show this err or does it show it quickly after hitting url?)
It could simply be that there was some error while publishing the dashboard try again.

SQL Server Log File Viewer Fails

We have about 100 Automatic Tasks in SQL Server, and for about the past 3 days a few of them have been failing. Is it possible with the log viewer to know which one has been failing? The log only shows
Message [298] SQL Server Error: 15404, Could not obtain information about Windows NT group/user [Removed User], error code 0x534 [SQL STATE 42000] (ConnIsLoginSysAdmin)
Click on SQL Server Agent -- then double click the Job Activity Monitor. From here you can view more information and see which actual process is failing.