dbTalk Databases Forums  

problem to use 'Source Table Filter'?

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


Discuss problem to use 'Source Table Filter'? in the microsoft.public.sqlserver.olap forum.



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

Default problem to use 'Source Table Filter'? - 09-29-2005 , 01:07 PM






my dimesion works fine when browing data and the cube also works fine.

but when using 'Source Table Filter':

"Tbl_Dim_Stae"."state"<>"MA"

but doesn't work. got error:
unable to browse the dimesion 'Dim_dm_state'.
Table 'Tbl_Dim_Stae' is not found in the from cause.

the table is there. any clues? thanks.

Reply With Quote
  #2  
Old   
SQL McOLAP
 
Posts: n/a

Default RE: problem to use 'Source Table Filter'? - 09-29-2005 , 01:13 PM






Just a quick guess...is it because you mis-spelled "Tbl_Dim_State" as
"Tbl_Dim_Stae?"



"urgent" wrote:

Quote:
my dimesion works fine when browing data and the cube also works fine.

but when using 'Source Table Filter':

"Tbl_Dim_Stae"."state"<>"MA"

but doesn't work. got error:
unable to browse the dimesion 'Dim_dm_state'.
Table 'Tbl_Dim_Stae' is not found in the from cause.

the table is there. any clues? thanks.

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

Default RE: problem to use 'Source Table Filter'? - 09-29-2005 , 01:19 PM



no. i just mis-spelled it here. but i tried to copy my table name from my
database... so any more clues? thanks.

"SQL McOLAP" wrote:

Quote:
Just a quick guess...is it because you mis-spelled "Tbl_Dim_State" as
"Tbl_Dim_Stae?"



"urgent" wrote:

my dimesion works fine when browing data and the cube also works fine.

but when using 'Source Table Filter':

"Tbl_Dim_Stae"."state"<>"MA"

but doesn't work. got error:
unable to browse the dimesion 'Dim_dm_state'.
Table 'Tbl_Dim_Stae' is not found in the from cause.

the table is there. any clues? thanks.

Reply With Quote
  #4  
Old   
Darren Gosbell
 
Posts: n/a

Default RE: problem to use 'Source Table Filter'? - 09-29-2005 , 06:59 PM



Try running a SQL Profile session when you try to browse the data. It
could be that AS is already adding the table name to the where clause
and it is getting in there twice. SQL Profiler should let you see the
exact statement that is hitting the relational database.

--
Regards
Darren Gosbell [MCSD]
<dgosbell_at_yahoo_dot_com>
Blog: http://www.geekswithblogs.net/darrengosbell

Reply With Quote
  #5  
Old   
Paul
 
Posts: n/a

Default RE: problem to use 'Source Table Filter'? - 09-30-2005 , 07:39 AM



Hi,

I've had a smilar problem. Try prefixing the table name with dbo. like...
dbo.Tbl_Dim_State.state<>"MA"
and also drop the quotes around everything apart from the "MA" bit.
Ta
Paul


"urgent" wrote:

Quote:
my dimesion works fine when browing data and the cube also works fine.

but when using 'Source Table Filter':

"Tbl_Dim_Stae"."state"<>"MA"

but doesn't work. got error:
unable to browse the dimesion 'Dim_dm_state'.
Table 'Tbl_Dim_Stae' is not found in the from cause.

the table is there. any clues? thanks.

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

Default RE: problem to use 'Source Table Filter'? - 09-30-2005 , 12:11 PM



but how to get on SQL Profiler?

"Darren Gosbell" wrote:

Quote:
Try running a SQL Profile session when you try to browse the data. It
could be that AS is already adding the table name to the where clause
and it is getting in there twice. SQL Profiler should let you see the
exact statement that is hitting the relational database.

--
Regards
Darren Gosbell [MCSD]
dgosbell_at_yahoo_dot_com
Blog: http://www.geekswithblogs.net/darrengosbell


Reply With Quote
  #7  
Old   
urgent
 
Posts: n/a

Default RE: problem to use 'Source Table Filter'? - 09-30-2005 , 12:17 PM



adding dbo already, but doesn't work. also "MA" is mis-spelling should be 'MA'.

Still no lucky... any more?

"Paul" wrote:

Quote:
Hi,

I've had a smilar problem. Try prefixing the table name with dbo. like...
dbo.Tbl_Dim_State.state<>"MA"
and also drop the quotes around everything apart from the "MA" bit.
Ta
Paul


"urgent" wrote:

my dimesion works fine when browing data and the cube also works fine.

but when using 'Source Table Filter':

"Tbl_Dim_Stae"."state"<>"MA"

but doesn't work. got error:
unable to browse the dimesion 'Dim_dm_state'.
Table 'Tbl_Dim_Stae' is not found in the from cause.

the table is there. any clues? thanks.

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.