I have the following setup configuration for SSRS:
- Sql Server 2014 running on VPS1. Protocol enabled: TCPIP
- SSRS 2014 installed on VPS2, and configured to access SQL Server ReportServer database from VPS1
- Reports from SSRS use a shared data source which use SQL Authentication, to connect to databases from VPS1 for data for reports. All reports are working ok, I can open and run them in browser when accessing on http://vps2/reportserver
- I need to edit the reports: to edit sql query to add fields, etc. So I'm opening them in Report Builder (either installed stand-alone, or from web interface at http://vps2/reports and select Edit in Report Builder
- When the report is opened in Report Builder, I can run it, and it runs just fine
- If I test datasource connection, it works fine also:
- However, when I try to edit the query behind a dataset, I'm asked for user / pass for connection, I enter sql server auth info, then I get the error:
Why is Report Designer trying to connect to database using named pipes, when SSRS and SQL server are on different machines, named pipes are not even enabled on SQL protocols, and testing datasource connection and running the report actually work just fine?
Please offer some ideas, I'm stuck with this issue, being impossible to update any reports.