We have a Lotus Notes web service that generates an XML response. In our development environment on Visual Studio we can access the data source and run the report without issue. When we run the report from SQL Server we get the following error:
An error has occurred during report processing. Query execution failed for data set 'DataSet1'. Failed to execute web request for the specified URL.
Current our SQL Server Reporting services box runs with the local system account. Should we change this to a named account, or are we experiencing the barrier of double hop between servers?