I have executed below MDX query on multiple cubes(different Cubes) but same Sql Server database.
SELECT {
[Measures].[Distinct Count]
} on columns ,
NON EMPTY [Dim].[Attribute].MEMBERS on rows FROM (SELECT [Dim].[attribute].&[ABC] on 0 from <Cube>) WHERE [Last 10 Fiscal Week]
Error:
"SSAS [54000] ERROR: Cannot prepare statement - too many prepared statements"
Please suggest me what would be the reason for this error
Best Regards
Sree