Forum Replies Created

Viewing 15 posts - 781 through 795 (of 1,839 total)

  • RE: Same Product Multiple Categories

    Arggh, smileys gone wild... just imagien the wink is a closing bracket and it reads sorta ok...

    Steve.

  • RE: Same Product Multiple Categories

    Rick,

    Are they actually two different products, or the same product you want to see under two different parents in the hierarchy?

    If they truly are two different products then I'm not...

    Steve.

  • RE: Cross server MDX queries

    You can introduce/query data from different cues in a single statement but I think you'd have to use the LookUpCube function (which has performance implications?). Assuming you've got the SQL...

    Steve.

  • RE: Multiple Date Dimensions

    Hey Daniel,

    If you have the one dimension set up in your project, then go to the Cube Structure tab (when editing the cube) and in the Dimensions pane, right click...

    Steve.

  • RE: Multiple Date Dimensions

    hey Daniel,

    Are you using 2005 or 2000? In 2005 you can use a single time dimension (or any dim really) as a Role Playing dimension, so you create it...

    Steve.

  • RE: mdx calculation from sql window and from visual studio

    Do you get the same result when you filter the two dimensions down to individual dates (you had previously used 2007-08-01 and 2007-08-04)? I guess another pertinent question is...

    Steve.

  • RE: Quotes issue in MDX

    Have you tried replacing the pluses with ampersands? so ...WK NBR].[' & " & CStr(Parameters!prmStartWeek_INT.Value) &" & ']

    Steve.

  • RE: Proactive Caching Concept

    If you look at the AS2005 Performance Guide (google showed me a pdf copy here), skip down to page 82 (heading is Availability Settings) you'll see the answer to at...

    Steve.

  • RE: Fact Table Design Question

    I would tend to agree that your design is better, the other design would appear to make it much more difficult to generate meaningful results for an average end user.

    I...

    Steve.

  • RE: Quotes issue in MDX

    Looks like you're stringing together a dynamic mdx statement in RS (hence the additional quotes). The real issue (the one causing your error) looks to be that you have...

    Steve.

  • RE: ssis package invoked from asp.net application(II6), two applications invoking same package gives error

    Arati,

    If it started working after changing the AppPool i would definitely be thinking 'security', or more precisely, the account that was running AppPool2 didn't have the same permissions as the...

    Steve.

  • RE: Can anyone suggest if this is feasible?

    Sounds feasible. The should be no (well, few) issues in calling a web service from langauge A where the web service is written in Language B (this is one...

    Steve.

  • RE: "Logon failure: unknown user name or bad password" - analysis project

    sthanika,

    When you dbl-click to bring up the properties of the datasource,there's two tabs,the first 'General' contains the connection string etc, the second 'Account Impersonation' is used to specify how the...

    Steve.

  • RE: deploying report through script ends in error!!!!

    Could be a typo on your post but I'm guessing it could be case sensitivity on the param name that you pass using -v.

    you wrote

    -v parentfolder="Test"

    (note the lowercase...

    Steve.

  • RE: Wildcard on dimension member.

    may be taking your example too literally, but is there a reason why you can't add a new attribute to the dim, have this effectively be a flag as to...

    Steve.

Viewing 15 posts - 781 through 795 (of 1,839 total)