Hi
I've developed a SSRS report using BIDS ( on SQL Server 2008), DataSource for this report is a SSAS OLAP Cube database. I made a simple Dataset as below:
SELECT NON EMPTY { [Measures].[Net Premium Daily] } ON COLUMNS, NON EMPTY { ([Date].[Month].[Month].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS FROM [Executive] CELL PROPERTIES VALUE, BACK_COLOR, FORE_COLOR, FORMATTED_VALUE, FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS
I put the Dataset fields into a Table and I can preview report using BIDS.
But when I Built and deployed the project on to report server, and when I click to open the report through a remote machine ( on the same network ) using Internet Exploer/FIreFox, I get below error message..
-
An error occurred during client rendering.
-
An error has occurred during report processing.
- Query execution failed for dataset 'DataSet1'.
- Incorrect syntax near '{'.
-
An error has occurred during report processing.
Appreciate all your comments.
Regards
Mira