|
Home > Archive > MS SQL Server OLAP > January 2006 > AS 2005 - XMLA Language issues
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
AS 2005 - XMLA Language issues
|
|
| Martin Van Dalen 2006-01-27, 3:23 am |
| I have a problem with Analysis Server 2005, more the XMLA side on the
msmdpump.dll.
My analysis cube contains source columns for dimensions are set as
nvarchar, allowing me to store Russian Cyrillic and Chinese characters
.In AS 2K, these characters could not display in the Analysis Manager
due to it being written in VB6 (Received info from MS helpdesk). Now I
have moved to AS2005 and the data displays fine in the SSBI Dev Studio.
But when the front end tool receives the data from the msmdpump.dll the
Russian and Chinese are replaced by question marks. Is there some
settings that we can set in the msmdpump.ini to be able to allow the
XMLA to return the non-Latin Characters?
*** Sent via Developersdex http://www.droptable.com ***
| |
| Marius Dumitru 2006-01-28, 8:23 pm |
| I would think this is really a problem with the front end tool itself.
Msmdpump.dll has no problems in dealing with Unicode (and will return
Unicode results encoded as UTF-8 to the front end).
--
Hope this helps
Marius
"Martin Van Dalen" <martin@gloviz.co.za> wrote in message
news:ug8pS0xIGHA.1288@TK2MSFTNGP09.phx.gbl...
>I have a problem with Analysis Server 2005, more the XMLA side on the
> msmdpump.dll.
>
>
>
> My analysis cube contains source columns for dimensions are set as
> nvarchar, allowing me to store Russian Cyrillic and Chinese characters
> In AS 2K, these characters could not display in the Analysis Manager
> due to it being written in VB6 (Received info from MS helpdesk). Now I
> have moved to AS2005 and the data displays fine in the SSBI Dev Studio.
> But when the front end tool receives the data from the msmdpump.dll the
> Russian and Chinese are replaced by question marks. Is there some
> settings that we can set in the msmdpump.ini to be able to allow the
> XMLA to return the non-Latin Characters?
>
>
>
>
> *** Sent via Developersdex http://www.droptable.com ***
|
|
|
|
|