When deploying my SSAS solution I am getting error message: "The connection either timed out or was lost"


This document describes that one of the workarounds is to add ";SSPI=NTLM" or ";Integrated Security=SSPI" to the connection string. I found that doing that really helped.

Here are steps how to add additional parameter to the connection string for the BIDS environment:

·         In the BIDS environment select menu item "Project" and then "Properties"

·         Select "Deployment" tab

·         Change Target/Server property value from "YourServerName" to "YourServerName;SSPI=NTLM"

Comments

Popular posts from this blog

Announcing backup and restore improvements for large datasets near the size limit

Enhanced refresh with the Power BI REST API is now generally available

What’s New in SQL Server 2014 since SQL Server 2008 R2