4

I use SQL Server 2012 and SSAS Tabular Mode (My Instance Name Is MSSQLSERVER2012T)

Then I download AdventureWorks Tabular Model SQL Server 2012 From This link

I open it with Visual Studio 2010 and configure my Instance Name like this picture :

enter image description here

enter image description here

When I deploy my project I have This picture :

enter image description here

But after one minute I get this error :

enter image description here

And when I click on Details Of Error I get this message :

enter image description here

OLE DB or ODBC error: Login timeout expired; HYT00; 
A network-related or instance-specific error has occurred while 
establishing a connection to SQL Server. Server is not found or not accessible. 
Check if instance name is correct and if SQL Server is configured to allow 
remote connections. For more information see SQL Server Books Online.; 08001; 
Named Pipes Provider: Could not open a connection to SQL Server [2]. ; 08001.

A connection could not be made to the data source with 
the DataSourceID of 'a16b8d9d-3811-4be1-91e7-a9d0a2df4d38', 
Name of 'SqlServer localhost'.

enter image description here

And

enter image description here

But it not work for me???

In my SSAS one Database was created like this picture :

enter image description here

Tom V
  • 15,752
  • 7
  • 66
  • 87
Ardalan Shahgholi
  • 457
  • 2
  • 8
  • 20

1 Answers1

2

Your named Pipes connections are disabled, try fixing thisIn he SQL Server Configuration Manager

Twinkles
  • 2,371
  • 1
  • 18
  • 25