|
So I created a basic scorecard view in BSM and deployed it to SharePoint in order to test that it is working correctly. After I verified this, I then attempted to deploy this same scorecard to a Reporting Services Report Server on a different site than WSS/BSM. It deploys successfully, but when it tries to generate the report, I get the following error message in Reporting Services:
An error has occurred during report processing. Cannot create a connection to data source 'TesterCard'. Invalid URI: The Authority/Host could not be parsed.
Obviously, my scorecard is named 'TesterCard' - how brilliant.
I took a look at the datasource for my report in RS and it shows a connection type of ScorecardDPE with a connection string of http:/mymachine:46786//PmService.asmx,34cc0fda-1f4a-4bb7-a8c2-73e5448b5b0e.
The generated GUID matches the GUID of the scorecard (verified this by executing GetScorecards method on PMService.asmx).
What am I missing here? |