From: cfelix on
Hello all,

I am working to create a report in RS2005 which dynamically chooses an
Analysis Services cube to use as a datasource.
My connection string is
="datasource=asql1;Initial Catalog=" & Parameters!Company.Value

I designed and previewed the report based on a static connection
string using the specific cube "Company 18" but even when I pass
"Company 18" as the Company parameter to the dynamic connection
string, I receive the following error:

An error has occurred during report processing. (rsProcessingAborted)
Error during processing of the ConnectString expression of datasource
'Dynamic'. (rsDataSourceConnectStringProcessingError)

Any thoughts would be very helpful