Hello,
We have created 'alias' names for SSAS Tabular servers and trying to use this in SSRS connection string. Actual SSAS tabular server name works but 'alias' name is throwing the below error when deployed in SSRS server.
/**
- An error has occurred during report processing. (rsProcessingAborted)
- The execution failed for the shared data set 'DataSet1'. (rsDataSetExecutionError)
- Cannot create a connection to data source ' Data source for shared dataset'. (rsErrorOpeningConnection)
- The connection either timed out or was lost.
- Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
- An existing connection was forcibly closed by the remote host
- Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
- The connection either timed out or was lost.
- Cannot create a connection to data source ' Data source for shared dataset'. (rsErrorOpeningConnection)
- The execution failed for the shared data set 'DataSet1'. (rsDataSetExecutionError)
**/
Tried pinging actual / alias ssas server from ssrs server - Works fine pointing to the same IP address.
Please advise for any insight on this issue.