I'm attempting to run report builder from a remote computer. I'm able to complete the initial connection to the database but when attempting to create a new data set and connect to the data source I get this error;
The system cannot find the file specified
----------------------------
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
When I run it from the SQL server and check use current windows user, it works just fine. I don't want to give users direct access to the sqlserver though. Can anybody tell me what this could possibly be? I've googled and...