![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In parent-child dimensions. I define unary operator column in the property of dimension attribute(usage = parent). And it runs normally. But, in a regular dimension. I define unary operator in the property of dimension attribute (usage = key). AS will be shut down automatically when processing cube. How to define unary operator in a regular dimension? PS: My question is focus on SQL Server 2005. thanks, |
#3
| |||
| |||
|
|
The dims will process, eventually, but when going to browse the dim data (not even included in a cube yet), the Analysis Services service shuts itself down. |
) It actually seems to run SQL queries
#4
| |||
| |||
|
#5
| |||
| |||
|
|
The dims will process, eventually, but when going to browse the dim data (not even included in a cube yet), the Analysis Services service shuts itself down. As far as I have been able to tell the "Browse dimension" functionality is a bit of a fake. (sorry MS ) It actually seems to run SQL queriesagainst the relational source (or maybe some hybrid approach). So I never really trust the what the dimension browser tells me outside of the context of a cube. Can you try running SQL Profiler while browsing to the dimension to see what (if any) SQL queries are being executed against SQL Server. This may give you a hint as to what data is coming back to AS to cause it to trip up. I had a 10,000 member account table a couple of years ago for a large client with 6-7 levels that used unary operators without any problems (I think on SP3) -- Regards Darren Gosbell [MCSD] dgosbell_at_yahoo_dot_com Blog: http://www.geekswithblogs.net/darrengosbell |
#6
| |||
| |||
|
|
Forgive me for omitting a major fact, I'm having this problem in Yukon only, like Ivan. He was better at communicating it than me. |

|
Subject: Re: Unary Operator From: Marius Dumitru <mariusd (AT) online (DOT) microsoft.com Newsgroups: microsoft.private.sqlserver2005.analysisservices.o lap As mentioned in the previous post, this is now supported in Yukon. However, this functionality was added later in the product cycle, so please make sure that you're using the CTP 16 build, or wait for the final RTM bits... -- Hope this helps Marius "iw" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:02ac01c5bf43$9cf6a110$a601280a (AT) phx (DOT) gbl... Yes. I have defined unary operator in parent-child dimensions. These dimensions run normally. I define unary operator in a regular dimension. AS will be shut down automatically when processing cube. And I used Upgrade Advisor to analyse my 2000 cube the other day. Upgrade Advisor indicates "Unary Operators on non parent-child hierarchies are not supported." I have no idea if unary operator support non parent-child dimension... |
#7
| |||
| |||
|
#8
| |||
| |||
|
| case when dbo.DimGeography.GeographyKey = 280 |
#9
| |||
| |||
|
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |