Viewing 15 posts - 286 through 300 (of 596 total)
Ok....but the fact remains that your problem is the 4gb string store limit. If you're on 2012+ then this can be disabled. It can be mitigated on lower versions but...
February 2, 2015 at 3:11 am
You are hitting the 4GB string store limit. A (possible) solution is found here, along with a link to a technical description of the issue.....http://stackoverflow.com/questions/420193/process-dimension-fails-with-message-a-filestore-error-from-writefile-occurred
February 2, 2015 at 2:19 am
Can you supply a little bit more information please? How are you implementing this dynamic security? Leaf-level role based security? Something else? Why not just use AD groups? Why the...
February 2, 2015 at 2:16 am
vineet_dubey1975 (1/30/2015)
I am looking for the solution in the MDX Construct.I don't want to restrict null at the time of cube processing.
thanks and regards
VD
Well if you could provide what...
January 30, 2015 at 8:42 am
Best of luck 🙂
January 27, 2015 at 7:35 am
You can have multiple partitions for one measure group. You have to be careful with data overlapping though - query-bound partitions are not aware of each other. So for example...
January 27, 2015 at 6:56 am
I think what you need to take a look at is measure group partitions and storage modes. There are many articles out there that cover this subject, this is a...
January 27, 2015 at 3:22 am
Have a look here for your answer: https://social.msdn.microsoft.com/Forums/en-US/a6962f8e-5a7e-4f55-b722-93a2203b87e5/mdx-last-non-empty
January 26, 2015 at 8:31 am
SmackMule (1/22/2015)
January 23, 2015 at 2:48 am
Ok,
I think to simplify things this is what you need to do....
1. Keep your existing Financial Month attribute as invisible - this will be the one used in the hierarchy
2....
January 22, 2015 at 6:55 am
Debbie Edwards (1/22/2015)
Do you mean you want to know what data items are in my date time table?
TimeID
Date
AC_YEAR
Academic_Year
AC_TERM
Trimester
Month
Week
Day_Of_Year
Day_Of_Month
Standard Year
Standard_Month_Number
Financial Year
Financial...
January 22, 2015 at 6:28 am
What is the DDL of your date table?
January 22, 2015 at 5:20 am
You can achieve what you ask but you'd be better off using your abstraction layer (DSV or Views) to change the values/datatypes in your dimensional unknowns, preserving the integrity of...
January 22, 2015 at 4:20 am
Without knowing your source data it's difficult to say. I'd honestly be tempted to build a new date dimension on ssas - build it up bit by bit, frequently processing...
January 21, 2015 at 9:38 am
As it's a fiscal month do you have a fiscal quarter as a level in the dimension data that is between month and year? If so, that needs to be...
January 21, 2015 at 9:25 am
Viewing 15 posts - 286 through 300 (of 596 total)