January 2005 - Posts

Install Reporting Services SP2 Web Parts on SharePoint

I just installed the Reporting Services SP2 beta on my dev-test machine. I had to search into beta newsgroups how to install SharePoint Web Parts onto my SharePoint Services installation: to do that, you need to start a command like:

stsadm.exe -o addwppack -filename "C:\Program Files\Microsoft SQL Server\80\Tools\Reporting Services\SharePoint\RSWebParts.cab" -url http://sharepointservername

where STSADM.EXE is a SharePoint utility, by default located in C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN.

I think it's important to blog this because I haven't found this information in the readme file and (you guess!) I'm not an expert of SharePoint.

Besides the setup trouble, web parts seems to work fine until now.

BI Portal for SharePoint

A new version of BI Portal Sample is available from Microsoft. It looks good, but I still haven't tested it.

Integrated with SharePoint and Reporting Services. Support of different localizations. It's not the definitive solution, but may be useful.

Don't use quote inside comments with Analysis Services 2000

Yesterday I lost at least an hour (but only for a coincidence I haven't lose more hours) because I came across a bug of Analysis Services 2000.

If you put a single quote or a double quote inside a comment, the whole MDX expression is not considered. I had the problem in a custom rollup formula, but it's a problem of MDX in any context when the comment is in the middle of a MDX formula; unfortunately, the whole rollup formula is probably considered inside a larger MDX expression so the bug is more critical in this context.

I wrote about the bug in the newsgroup and Deepak Puri kindly answered that it's a known bug, already found by George Spofford almost three years ago (I tried to search about the bug but I haven't found this message before my post). This bug is already known by Microsoft and it's larger than I initially thought: in a later thread (of 2003) it was noted that the bug infect the overall parsing of MDX formula when a comment is inside (and as I said before, in the case of rollup formula the whole MDX formula is subject to this bug).

I hope SP4 will solve this oooold bug, so we don't waste our time next time we use comments in a MDX formula: in italian language the use of single quote is much more frequent than in english...