April 23, 2010 at 8:50 am
Hi,
When i tried to deploy a project SSAS, I am getting following problem
"Error1Unsupported data format : 00"
Please suggest me solution for this problem
Thanks
April 26, 2010 at 9:45 am
I would start by searching the text of your .cube files (right click -> view code) for the text "0 0". It shouldn't be common enough for it to be a false positive. If I had to guess I'd say it's probably in a calculated measure, but it might just be in your measures themselves.
If that doesn't work, post again and I'll try to help you figure it out,
Rick Todd
April 27, 2010 at 12:27 am
Thanks for reply.
Here i am attaching screen shots of error and deployment properties.Please look at them and suggest me
April 27, 2010 at 7:32 am
Ok, looks like a picture tells a thousand words.... The unsupported data format is likely being caused by the return/response of your REPORT server (ie SSRS). Looking at your configuration, it appears your attempting to publish the cube to Reporting Services rather than Analysis Services, in short, this won't work, ever. Ever.
The server (name) needs to be something like 'localhost' (without the quotes) if it's your local machine. Or 'myBigServeName' if it's a remote server, or even 'thisServer\hasAnInstance' if there is an instance of SSAS other than the 'base' instance you're trying to deploy it to.
Steve.
April 27, 2010 at 10:14 am
Thanks a lot.
Your suggestion helped me a lot
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply