Whenever I try to apply a filter to an attribute that has ValueSelection = Dropdown, the pop-up menu does not populate and the error message "The requested list could not be received because the request is invalid or the connection could not be completed for the data source."
If I set ValueSelection = List, I get another error message:
An attempt was made to use the semantic query extension associated with the SQL data extension that is not registered for this report server. (Microsoft.ReportingServices.SemanticQueryEngine)
This occurs in the BIDS environment and is observed in both SQL 2005 and SQL 2008.
I have already studied articles that discussed a similar problem, but none of them apply to my case. The user account in the data source has all the necessary rights, the data can be obtained without any problems (for example, if I try to "Explore the data" in the data source view). SQL Profiler indicates that the query is not sent to SQL Server when trying to populate a drop-down list. Therefore, the query fails, it simply never executes.
source share