I am trying to deploy and process my first cube to a local instance of SQL 2008. I can create the data source fine, the cubes etc. However, when I go to deploy I get the following error
OLE DB error: 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; SQL Server Network Interfaces: Error getting enabled protocols list from registry
What I did to resolve it was change the connection string
from
Native OLE DB\SQL Server Native Client 10.0 (which is the default in a new SSAS project)
to
Native OLE DB\Microsoft OLE DB Provider for SQL Server
I see an older thread kinda related to this here, but Im still not sure what I SHOULD be using.