dbTalk Databases Forums  

Question on analysis services FACT data type.

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


Discuss Question on analysis services FACT data type. in the microsoft.public.sqlserver.olap forum.



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

Default Question on analysis services FACT data type. - 12-10-2004 , 08:40 AM






I would like to store "custom" binary data as a measure in an analysis
server cube.
When I set up a fact table to store my data in this way and tried to process
the cube I got this error message ..

Analysis Server Error: Error in data [Column type not supported.] 'data
(128) '

Is there anyway around that? Or can it not be done (like this) with
Analysis Services?

TIA





Reply With Quote
  #2  
Old   
Joerg
 
Posts: n/a

Default RE: Question on analysis services FACT data type. - 12-10-2004 , 11:07 AM






Hello Andy,
AS only accepts numeric data in Fact-Table.
Text is not possible as well.

HTH
Jörg

"Andy" wrote:

Quote:
I would like to store "custom" binary data as a measure in an analysis
server cube.
When I set up a fact table to store my data in this way and tried to process
the cube I got this error message ..

Analysis Server Error: Error in data [Column type not supported.] 'data
(128) '

Is there anyway around that? Or can it not be done (like this) with
Analysis Services?

TIA






Reply With Quote
  #3  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Question on analysis services FACT data type. - 12-10-2004 , 11:09 AM



No, it cannot be done. Your best approach is probably to define an Action
and then write an application which retrieves the data and displays it, e.g.
an ASP.NET application. So the way this would work is that as end-users are
browsing the cube, Analysis Services is providing cell-level or
dimension-level Actions (typically I recommend a URL Action type for stuff
like this). Then when the end-user selects the action, the client tool
invokes IE passing it the URL that Analysis Services gives it. Then the
ASP.NET application can do whatever is needed -- including the rendering
your custom datatype.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Andy" <swarb70sok (AT) hotmail (DOT) com> wrote

Quote:
I would like to store "custom" binary data as a measure in an analysis
server cube.
When I set up a fact table to store my data in this way and tried to
process
the cube I got this error message ..

Analysis Server Error: Error in data [Column type not supported.] 'data
(128) '

Is there anyway around that? Or can it not be done (like this) with
Analysis Services?

TIA







Reply With Quote
  #4  
Old   
Andy
 
Posts: n/a

Default Re: Question on analysis services FACT data type. - 12-21-2004 , 06:59 AM



Sorry I have not be here (this newsgroup) for a while.
Thank you both for your responses Joerg and Dave.



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.