SSAS - getting error while importing data from SQL Server - ssas

I am trying to import data into SSAS Tabular and I get the below error every time I enter my current username and password. Can you please confirm what is this error related to as I am new to the SSAS.

Related

Bad Connection: Tableau could not connect to the data source. Error Code: A7AED4D2

I am getting this error when I try to drag one of the measure/dimension on to the visual pane. The tableau server is connected with the SSAS database. I have installed the latest ole db drivers for the server. But the Polybase seems not to start. TCP/IP is enabled still the Polybase is not starting and I understand that it's required for cross-platform data access, but not sure if it is the case being here.
An error occurred while communicating with data source 'Model
(TabularProject2)'
Bad Connection: Tableau could not connect to the data source.
Error Code: A7AED4D2
Unknown error communicating with data source (COM:0xC1010000)
SELECT
{[Measures].DefaultMember} DIMENSION PROPERTIES
[MEMBER_UNIQUE_NAME],[MEMBER_CAPTION] ON COLUMNS,
NON EMPTY ['Customer Details$'].[Customer Names].[Customer
Names].AllMembers DIMENSION PROPERTIES
[MEMBER_UNIQUE_NAME],[MEMBER_CAPTION] ON ROWS
FROM [Model]
What should I do now?

What can be the Cause of this Error "Communication link failure "?

Respected Experts,
I have just joined a new company.
We have created a replicated database to store the replicated data from MS power Bi. We made a stored procedure to select data from cloud database and insert that in our server. When we are executing our stored procedure to get last 12 months data we are getting this error:
Executed as user: abcserver\useradmin. Stored Procedure failed with error:TCP Provider: An existing connection was forcibly closed by the remote host. [SQLSTATE 42000] (Error 50000) OLE DB provider "SQLNCLI11" for linked server "BI-Server" returned message "Communication link failure". [SQLSTATE 01000](Error 7412). The step failed.
The main points of consideration are:
Last week It was working perfectly for 12 months data. Just stopped 3 days before.
Currently it is successfully working for 3 months data. But we are unable to get more then that.
There is not any dramatic change in the database records(means row count)
Can you please guide me what can be the cause for this error. Please help.
I have tried increasing the packet size and connection timeout but does not work.
Thanks

Got errors when trying to deploy cube

I tried to deploy my cubes but got these error on visual studio 2012. Please help me as i am new and i dont understand what to do. Errors are listed below.
Internal error: The operation terminated unsuccessfully.
OLE DB error: OLE DB or ODBC error: Cannot open database "datawarehouse" requested by the login. The login failed.; 42000.
Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of 'Datawarehouse', Name of 'Datawarehouse'.
Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Customer', Name of 'Customer' was being processed.
Errors in the OLAP storage engine: An error occurred while the 'Cust Id' attribute of the 'Customer' dimension from the 'dwCube' database was being processed.
Server: The current operation was cancelled because another operation in the transaction failed.
OLE DB error: OLE DB or ODBC error: Cannot open database "datawarehouse" requested by the login. The login failed.; 42000.
Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of 'Datawarehouse', Name of 'Datawarehouse'.
Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Route', Name of 'Route' was being processed.
Errors in the OLAP storage engine: An error occurred while the 'Route Id' attribute of the 'Route' dimension from the 'dwCube' database was being processed.
Please check if the connection for cube is available or not
Connect to your cube by SSMS
And find the cube datasource by expand CubeDataBase Folder->DataSouce Folder->DataSouce.
3.Double click the DataSouce and Open the Connectin String property window.
4.Type the valid cube server name, username and password.
5.Make sure succeed to test the connection.
6.Then try to process your cube manually.
MDXHelper : IDE to Write, Analyze, Tuning, Debug MDX efficiently

ssas deploy issue BI 2014 version and SQL 2012 version

enter image description here Errors and Warnings from Response Internal error: The operation terminated unsuccessfully. OLE DB error: OLE DB or ODBC error: Login failed for user myserver; 28000. Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of 'Star DWA', Name of 'Star DWA'. Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Dim Currency', Name of 'Dim Currency' was being processed. Errors in the OLAP storage engine: An error occurred while the 'Currency Key' attribute of the 'Dim Currency' dimension from the 'test cube' database was being processed. Server: The current operation was cancelled because another operation in the transaction failed.
hai to all im facing above error when im deploy the cube.
Your error is not related to cube deploy itself, it is on following processing. Seems you are doing a deploy with default VS settings when processing is combined with deploy.
Split cube deploy and processing by selecting Do not process in VS Project properties (Project -> Properties menu). Then deploy and on the next step - try processing. Your error will show up on processing phase. Reason is quite simple - specified datasource could not be accessed; after deployment check datasource and adjust if necessary.

Can't create branch TFS 2008 - Error 8152

I'm trying to create a new development branch from main (our first branch) but with no luck.
I've tried google but google doesn't seem to want to help me today...
The error i receive is this:
A database error occurred (SQL error 8152) ---> String or binary data would be truncated.
SRV-TFS.TfsVersionControl..prc_PendBranch: Database Update Failure - Error 8152 executing INSERT statement for tbl_PendingChange
please check the name of your branch. I think its too long that TFS database allows.