Viewing 3 posts - 1 through 3 (of 3 total)
I had this similar issue and in my case it was caused by a bad aggregation Design in one of the measure group, once the deleted that aggregation design, the...
April 20, 2016 at 4:09 pm
#1873480
Although it is hard to tell from the the details you have provided, but it seems like you have some data issue, in the error it says Attribute...
January 13, 2010 at 11:19 am
#1103213
Try using Exec [Sql Statement] At [Server name] it should work e.g.
Exec 'Select * from tablename' At [MyServer]
Regards
Jitender
January 13, 2010 at 10:29 am
#1103195