dbTalk Databases Forums  

DSO Dimension Data Source Errors

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


Discuss DSO Dimension Data Source Errors in the microsoft.public.sqlserver.olap forum.



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

Default DSO Dimension Data Source Errors - 11-05-2003 , 04:06 PM






I am getting two types of errors using DSO to access the
meta-data information of Dimensions with a cube. Sample
code looks like the following:


foreach(CubeDimension di in currentCube.Dimensions)
{
String DataSourceName = di.DataSource.Name;


1) Using the FoodMart 2000 database and the HR cube, I
receive a DataSourceName of "FoodMart" and not "FoodMart
2000".

2) Using the FoodMart 2000 database and the Trained cube,
I get a System.NotSupportedException for the
di.DataSource.

Is this correct behavior or am I doing something wrong?

Reply With Quote
  #2  
Old   
Michael Shao [MSFT]
 
Posts: n/a

Default RE: DSO Dimension Data Source Errors - 11-06-2003 , 05:10 AM






Hi Doug,

Thanks for your post. After researching the piece of code that I have I am
still unsure about the current problem. It seems that the value was not
returned correctly. Please provide me with a small sample code that induces
this problem so that I can try to reproduce this problem on my side. Also,
please provide me with the system information, and detailed steps on how to
reproduce this problem. This information will help us move more quickly
towards a resolution.

Thanks for using MSDN newsgroup.

Regards,

Michael Shao
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.


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.