Viewing 15 posts - 1,141 through 1,155 (of 1,839 total)
re: the sample not having quotes - it's the same for the rowset sample, copy and paste it exactly and it doesn't work, quote it (ie dbl quotes) and it...
January 11, 2006 at 8:23 am
I think you definitely need the statement in quotes. Are you testing using Analysis Manager? If so, it looks like it may not support the dataset action return type. change...
January 11, 2006 at 8:19 am
Hi Matej,
What syntax are you using for the dataset query? I did a quick test and it looks like it won't accept an MDX statement unless its in a string(ie...
January 11, 2006 at 3:21 am
Hi Tiago,
It's not really a direct answer to your question, but you could try using the Excel Add In (Microsoft Excel Acellerator for OLAP or something similar). A new version...
January 10, 2006 at 5:16 pm
Paul,
You could do the following to check your MMC, see if any errors are thrown on trying to add the AS maangement console.
Go to Start|Run, type mmc, hit enter. MMC...
January 7, 2006 at 9:44 am
Unless you run Kerberos you will need to do this. The main issue encountered is the 'double-hop' where your credentials are OK'd by the IIS server but then (ssuming AS...
December 29, 2005 at 8:29 pm
You should turn processing logging on (i think it's in the server properties). This will then let you get the SQL that's being passed to your data source. Assuming the...
December 27, 2005 at 6:32 pm
Some other neat/cool features to consider:
December 27, 2005 at 6:29 pm
At a guess I would say it's the unprintable characters that are causing you issues (see the 'boxes' in the string). It's hard to tell from the error message plus the...
December 27, 2005 at 6:03 am
Hi Bruce,
If you look at the cube object in the repository (so Class = 9), right near the end of the XML will be some Command elements, within these will...
December 22, 2005 at 4:53 pm
You could write something to extract it from the repository (it's in xml, not too hard to do).
Alternatively, you could use the cube documenting Word template (olapscribe). This documents entire...
December 21, 2005 at 4:34 pm
Not saying this is the best way but it is 'a' way...
Make the two subsequent parameters queries that look like the following (BTW, can't remember whether dynamic queries use IIF...
December 16, 2005 at 12:39 am
I just followed their quick walk-through, works a treat.
The simplified steps are:
1. create a new datasource, set it to XML type
2. in the conxn string section, set to web service...
December 8, 2005 at 10:18 pm
Did you install the 2005 documentation with your local install? I did a search for (without the quotes) 'web service data source' filtering only to Reporting Services and it returned...
December 8, 2005 at 9:58 pm
Graham,
I would have thought that the time dimensions would be a very small part of your processing overhead? Even with 10 or 20 years in the dimension, holding data at...
December 1, 2005 at 4:15 pm
Viewing 15 posts - 1,141 through 1,155 (of 1,839 total)