dbTalk Databases Forums  

Prblem with Analysis Server 2005

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Prblem with Analysis Server 2005 in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chinni
 
Posts: n/a

Default Prblem with Analysis Server 2005 - 08-09-2006 , 12:18 AM






Dear All,

Created Cube in analysis server2005. we have private dimension as time
with year and period levels.Here problem is, if we upload the data more
than one month, appearing only one month data in the cube.

I.e, if we upload data for May and June month, it is showing only May
month data. But the data is showing in fact table. If we declare period
as one more dimension, then we are able to see all the data.

Here If we miss any thing(setting or way of creation), pls help on
this. Advance thanks to all.........

Cheers,
Chinni


Reply With Quote
  #2  
Old   
Jéjé
 
Posts: n/a

Default Re: Prblem with Analysis Server 2005 - 08-09-2006 , 06:08 AM






verify that the key columns used for the months (and other levels) provides
a unique key combination.
for example, if the key column contain only "June" and "may", then the June
2004 contains data while June 2005 will be empty. (because the key is June
only)
in this case using 2 key columns or a keycolumn with year and month
information will solve the problem (like June 2004 which is different from
June 2005, so you'll have 2 keys and data for the 2 keys)

does this help you?

"Chinni" <ramesh.pathipati (AT) gmail (DOT) com> wrote

Quote:
Dear All,

Created Cube in analysis server2005. we have private dimension as time
with year and period levels.Here problem is, if we upload the data more
than one month, appearing only one month data in the cube.

I.e, if we upload data for May and June month, it is showing only May
month data. But the data is showing in fact table. If we declare period
as one more dimension, then we are able to see all the data.

Here If we miss any thing(setting or way of creation), pls help on
this. Advance thanks to all.........

Cheers,
Chinni




Reply With Quote
  #3  
Old   
Chinni
 
Posts: n/a

Default Re: Prblem with Analysis Server 2005 - 08-10-2006 , 06:47 AM



Dear Jeje,

Thanks for your reply. Can you explain to me how to check 2key column
with year and month information. Here we are getting data for month as
numbers in flat file.I.e, 1 means Jan like that.

Cheers,
Chinni
Jéjé wrote:

Quote:
verify that the key columns used for the months (and other levels) provides
a unique key combination.
for example, if the key column contain only "June" and "may", then the June
2004 contains data while June 2005 will be empty. (because the key is June
only)
in this case using 2 key columns or a keycolumn with year and month
information will solve the problem (like June 2004 which is different from
June 2005, so you'll have 2 keys and data for the 2 keys)

does this help you?

"Chinni" <ramesh.pathipati (AT) gmail (DOT) com> wrote in message
news:1155100696.514748.277050 (AT) p79g2000cwp (DOT) googlegroups.com...
Dear All,

Created Cube in analysis server2005. we have private dimension as time
with year and period levels.Here problem is, if we upload the data more
than one month, appearing only one month data in the cube.

I.e, if we upload data for May and June month, it is showing only May
month data. But the data is showing in fact table. If we declare period
as one more dimension, then we are able to see all the data.

Here If we miss any thing(setting or way of creation), pls help on
this. Advance thanks to all.........

Cheers,
Chinni



Reply With Quote
  #4  
Old   
Jéjé
 
Posts: n/a

Default Re: Prblem with Analysis Server 2005 - 08-10-2006 , 11:47 AM



when you create an attribute in a dimension, you have to define the key
column(s) (1 or more columns) and the name column (1column only)
so, if your key column contain only the month number its not enough.
because AS will not see any difference between month 1 andmonth 1 while
these 2 months are into 2 separate years.
so, if your flat file contain a year column, you have to add this column
into the key columns of the month attribute
now the january month will have a composite key like 2004 + 1 which is
different from 2005 + 1.



"Chinni" <ramesh.pathipati (AT) gmail (DOT) com> wrote

Dear Jeje,

Thanks for your reply. Can you explain to me how to check 2key column
with year and month information. Here we are getting data for month as
numbers in flat file.I.e, 1 means Jan like that.

Cheers,
Chinni
Jéjé wrote:

Quote:
verify that the key columns used for the months (and other levels)
provides
a unique key combination.
for example, if the key column contain only "June" and "may", then the
June
2004 contains data while June 2005 will be empty. (because the key is June
only)
in this case using 2 key columns or a keycolumn with year and month
information will solve the problem (like June 2004 which is different from
June 2005, so you'll have 2 keys and data for the 2 keys)

does this help you?

"Chinni" <ramesh.pathipati (AT) gmail (DOT) com> wrote in message
news:1155100696.514748.277050 (AT) p79g2000cwp (DOT) googlegroups.com...
Dear All,

Created Cube in analysis server2005. we have private dimension as time
with year and period levels.Here problem is, if we upload the data more
than one month, appearing only one month data in the cube.

I.e, if we upload data for May and June month, it is showing only May
month data. But the data is showing in fact table. If we declare period
as one more dimension, then we are able to see all the data.

Here If we miss any thing(setting or way of creation), pls help on
this. Advance thanks to all.........

Cheers,
Chinni




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.