dbTalk Databases Forums  

Help! Unicode data types in OLAP databases

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


Discuss Help! Unicode data types in OLAP databases in the microsoft.public.sqlserver.olap forum.



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

Default Help! Unicode data types in OLAP databases - 10-14-2004 , 07:56 PM






Hi
I have a fact table that is using unicode data types.
When I process my olap db, it isn't accepting my Unicode
characters (they're coming out as ? characters).
I found an article that states that the OLAP Data type
should be either:
BSTR
WChar
or
VarWChar
in order to hold Unicode data types.

How do I change the data types within the OLAP database so
that I can see my Unicode characters?
Thanks
H

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

Default Re: Help! Unicode data types in OLAP databases - 10-14-2004 , 08:21 PM






SSAS is natively Unicode there is nothing special you need to do to use it.
Either the problem is the source database supplying the data; or the
front-end tool you are using to view it (not all tools support Unicode).
--
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.

"H" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi
I have a fact table that is using unicode data types.
When I process my olap db, it isn't accepting my Unicode
characters (they're coming out as ? characters).
I found an article that states that the OLAP Data type
should be either:
BSTR
WChar
or
VarWChar
in order to hold Unicode data types.

How do I change the data types within the OLAP database so
that I can see my Unicode characters?
Thanks
H



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

Default Re: Help! Unicode data types in OLAP databases - 10-14-2004 , 08:48 PM



The database is correctly showing the characters but as
soon I browse say the dimension in the OLAP database, it
comes up with the ? characters. I found where to change
the OLAP datatype to WChar (as opposed to nChar in the
database) and Analysis Services was correctly using WChar
anyway.
Can you perhaps think of any other way I can get to see
the special unicode character in A/s?
Thanks
H




Quote:
-----Original Message-----
SSAS is natively Unicode there is nothing special you
need to do to use it.
Either the problem is the source database supplying the
data; or the
front-end tool you are using to view it (not all tools
support Unicode).
--
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.

"H" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message
news:07c401c4b251$be659540$a301280a (AT) phx (DOT) gbl...
Hi
I have a fact table that is using unicode data types.
When I process my olap db, it isn't accepting my Unicode
characters (they're coming out as ? characters).
I found an article that states that the OLAP Data type
should be either:
BSTR
WChar
or
VarWChar
in order to hold Unicode data types.

How do I change the data types within the OLAP database
so
that I can see my Unicode characters?
Thanks
H


.


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

Default Re: Help! Unicode data types in OLAP databases - 10-14-2004 , 08:49 PM



To clarify:
There is nothing wrong with the source data (I can see all
special unicode charaters correctly)
Also, the tool I am using to view the data is Analysis
Service's "browse data"
Thanks
H


Quote:
-----Original Message-----
SSAS is natively Unicode there is nothing special you
need to do to use it.
Either the problem is the source database supplying the
data; or the
front-end tool you are using to view it (not all tools
support Unicode).

Quote:
.


Reply With Quote
  #5  
Old   
Seetha Srini
 
Posts: n/a

Default RE: Help! Unicode data types in OLAP databases - 10-14-2004 , 11:11 PM



Hi,

You need to install the required multi-byte font in your system where you
are viewing the dimension. If it doesn't work, try opening the dimension
through MS EXCEL or anyother Reporting tool

Regards

Seetha

"H" wrote:

Quote:
Hi
I have a fact table that is using unicode data types.
When I process my olap db, it isn't accepting my Unicode
characters (they're coming out as ? characters).
I found an article that states that the OLAP Data type
should be either:
BSTR
WChar
or
VarWChar
in order to hold Unicode data types.

How do I change the data types within the OLAP database so
that I can see my Unicode characters?
Thanks
H


Reply With Quote
  #6  
Old   
H
 
Posts: n/a

Default RE: Help! Unicode data types in OLAP databases - 10-14-2004 , 11:57 PM



Hi Seetha
Thanks so much for your reply. You've given me new hope!
How do I get this "mutli-byte font" installed on my
system? Is it a product that I must buy?
Many thanks
H




Quote:
-----Original Message-----
Hi,

You need to install the required multi-byte font in your
system where you
are viewing the dimension. If it doesn't work, try
opening the dimension
through MS EXCEL or anyother Reporting tool

Regards

Seetha

"H" wrote:

Hi
I have a fact table that is using unicode data types.
When I process my olap db, it isn't accepting my
Unicode
characters (they're coming out as ? characters).
I found an article that states that the OLAP Data type
should be either:
BSTR
WChar
or
VarWChar
in order to hold Unicode data types.

How do I change the data types within the OLAP database
so
that I can see my Unicode characters?
Thanks
H

.


Reply With Quote
  #7  
Old   
Seetha Srini
 
Posts: n/a

Default RE: Help! Unicode data types in OLAP databases - 10-20-2004 , 04:47 AM



Which language you are working on (linguistic). Pick up the common font from
any of the sites or ask the user to send you the font they are using on their
pc. The easiest way is to Install the default Windows fonts available in the
Windows Cd

Regards
Seetha

"H" wrote:

Quote:
Hi Seetha
Thanks so much for your reply. You've given me new hope!
How do I get this "mutli-byte font" installed on my
system? Is it a product that I must buy?
Many thanks
H




-----Original Message-----
Hi,

You need to install the required multi-byte font in your
system where you
are viewing the dimension. If it doesn't work, try
opening the dimension
through MS EXCEL or anyother Reporting tool

Regards

Seetha

"H" wrote:

Hi
I have a fact table that is using unicode data types.
When I process my olap db, it isn't accepting my
Unicode
characters (they're coming out as ? characters).
I found an article that states that the OLAP Data type
should be either:
BSTR
WChar
or
VarWChar
in order to hold Unicode data types.

How do I change the data types within the OLAP database
so
that I can see my Unicode characters?
Thanks
H

.



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.