Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 datasource connection error

Author  Topic 

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2007-09-26 : 09:04:12
have developed a report on a test server which I can access from i./e. http://localhost/reports

DataSourcce is accessed using a sql login

My colleague on his machine can not access. His error is:

An error has occurred during report processing. (rsProcessingAborted)
Cannot create a connection to data source 'MarketAnalytics'. (rsErrorOpeningConnection)
For more information about this error navigate to the report server on the local server machine, or enable remote errors

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-09-26 : 22:58:34
Need replace localhost to real server name.
Go to Top of Page

jdGONEMAD
Starting Member

2 Posts

Posted - 2007-09-27 : 20:14:45
try to access it usin the ipaddress of the server.

ex: http://192.192.192.2:8080/reports
or http://192.192.192.2/reports
Go to Top of Page
   

- Advertisement -