Tableau Server 9.2.4: Microsoft SSAS connection issue - tableau-api

I have built a workbook on my laptop connecting MS SSAS to Tableau server. It worked fine by using MS SSAS connector.
After I published to Tableau server 9.2.4 and installed MS SSAS driver below, I got an error.
MS SQL SSAS 2014 driver on the Tableau servers. Microsoft Analysis Services 2012 SP1 64-bit (version 11.0.2100.60) from: https://www.tableau.com/support/drivers
An unexpected error occurred. If you continue to receive this error,
please contract your Tableau Server Administrator.
Thanks again for your help.

This issue is resolved. It is a permission issue after reading the Tableau server log:
2016-03-21 16:17:23.968 -0700 catalina-exec-40 Default abc.com\John Doe ERROR requestId=VvCBA6BFEMwAABvo4hUAAAFx: wgsessionId=fu5qnq7cUm3ZAtpeZx6qqhmiOlTKCLW4 com.tableausoftware.controller.vizql.ExceptionController - Exception details:
Analysis Services database error 0x80004005: Either the user, ABC\TestSvc, does not have access to the Analysis database, or the database does not exist.
Unable to connect to the server. Check that the server is running and that you have access privileges to the requested database.
Errors occurred while trying to load the workbook "/views/Dashboard". The load was not able to complete successfully.

Related

Error Connecting PowerBi Server to PostgresSQL hosted on AWS Relational Database Service via Gateway

After I publish the report to powerbi server, I get this error below when I try to authenticate my datasource with basic credentials.
Underlying error code: -2147467259 Underlying error message: Please install Npgsql version 4.0.10.0 or earlier. DM_ErrorDetailNameCode_UnderlyingHResult: -2147467259 Microsoft.Data.Mashup.ValueError.DataSourceKind: PostgreSQL
This works perfectly on desktop version but fails on server.
I could see several solutions online but only for desktop version. Can someone guide me please.

Unable to connect Microsoft SQL Server from Tableau

I tried to connect Microsoft SQL Server from Tableau but I got an error message.
I opened the Microsoft SQL Server app and everything works fine.
I'm not sure what is the error.
I tried googling it but I cannot find the solution.

Tableau - SQL Server Connection

I have installed Tableau Desktop 9.3 on my Machine. When I try connecting to Microsoft SQL Server as per this tutorial, I don't see any to a server or to a file option.
It just shows as below
How can I connect to server or file using tableau?
You will see a option called To a Server option below where you will find sql server connection.

SQL Server 2008 R2 ODBC Error: SQL state HTY00

My application server (say 192.168.100.1) and database server (say 192.168.100.2) both are on the same domain. I'm trying to create an ODBC connection from the application server to a SQL Server database on the database server, but at the time of login it generates this error:
Microsoft SQL Server Login
Connection failed:
SQL State: 'HYT00'
SQL Sever Error: 0
[Microsoft][ODBC SQL Server Driver]Login timeout expired
I've checked all configuration for SQL Server and tried possible solutions without resolving this issue.
Important:
A DSN can be successfully created from my own PC but when attempting this server to server as described above, ODBC is facing this problem.
OK, I have got the solution. Sometimes, if SQL Server can't be found on network by its name while creating DSN in windows, the logging in takes time more than usual which tells ODBC manager that Database Server we are looking for is not responding or responding too late.
Solution.
Instead of selecting server from the list while making dsn, use 'server-ip\SQLExpress'.
e.g 192.168.100.2\SQLExpress.
Thats All.

Issue connecting to SQL Server 2012 Express edition using Oracle SQL Developer

I am having an issue while connecting to SQL Server 2012 Express edition running on my PC using Oracle SQL Developer v4.1. I downloaded JDBC 3rd-party database driver. I have the TCP/IP enabled and am using port 1433. My SQL Server browser is also enabled. I am getting this error message:
Status : Failure -The syntax of the connection URL 'jdbc:jtds:sqlserver://my-pc\SQL2012:port:1433/dbname;instance=SQL2012' is invalid.