How to connect to Database?
How do I get connection to the databases that Team System are using?
I went to Report Server and copied settings from shared connection but still can't connect.
Any ideas?
Thanks
Shimon
How do I get connection to the databases that Team System are using?
I went to Report Server and copied settings from shared connection but still can't connect.
Any ideas?
Thanks
Shimon
I am assuming you want to connect to the databases for reporting purposes, in this case you can just use the datasources(TfsOlapReportDS, TfsReportDS) used by our OOB reports. You can see the details about the connections string of each one of them by clicking on them in your report server by browsing to: http://<Application-Tier>/reports
Checnk out the following post for more information about the differences between the 2: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=324713&SiteID=1
Thanks,
Othmane
That you. I did see those connection string and tried to copy them but couldn't connect to my server.
I assume that I must be able to connect in order to make a report.
Thank you