dbTalk Databases Forums  

DrillThrough error on Time Dimension

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


Discuss DrillThrough error on Time Dimension in the microsoft.public.sqlserver.olap forum.



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

Default DrillThrough error on Time Dimension - 07-28-2003 , 12:10 PM






Hi all,

I have two Time dimension (one for Calendar Time and one for Fiscal
Time). Each time dimension has three levels, (i.e. Year, Quarter, Month)

I have set the drill through options and I'm getting this error 'Unable
to drill through. Data source provider error. Incorrect syntac near the
keyword 'from',;42000'. The error only occurs for Fiscal Time. It works
well with Calendar Time but not Fiscal Time. Only, at the 'All' level
it works but does not work for year, quarter or month.

I have tried troubleshooting using SQL Profiler and SQL Query Analyzer
and realized that the query that MSAS is running to drill through is
missing a bracket at the end of the statement. Unfortunately, I don't
know where to add this bracket because this is an MSAS thing.

Any suggestions??

Audrey


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Reply With Quote
  #2  
Old   
Kenneth Nelson
 
Posts: n/a

Default Re: DrillThrough error on Time Dimension - 08-05-2003 , 01:19 PM






I am experiencing the same exact problem. I believe this to be a bug in the
code generator of MSAS.

Is there any way to raise this issue up to a bug report with Microsoft SQL
Server support through this newsgroup?

"Audrey Ng" <odd26uk (AT) yahoo (DOT) co.uk> wrote

Quote:
Hi all,

I have two Time dimension (one for Calendar Time and one for Fiscal
Time). Each time dimension has three levels, (i.e. Year, Quarter, Month)

I have set the drill through options and I'm getting this error 'Unable
to drill through. Data source provider error. Incorrect syntac near the
keyword 'from',;42000'. The error only occurs for Fiscal Time. It works
well with Calendar Time but not Fiscal Time. Only, at the 'All' level
it works but does not work for year, quarter or month.

I have tried troubleshooting using SQL Profiler and SQL Query Analyzer
and realized that the query that MSAS is running to drill through is
missing a bracket at the end of the statement. Unfortunately, I don't
know where to add this bracket because this is an MSAS thing.

Any suggestions??

Audrey


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



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

Default Re: DrillThrough error on Time Dimension - 08-05-2003 , 08:17 PM



Drill through is working fine with MSAS, how are you using Drill
Through ?
If you are using Drill Through in Excel or office web component then
there
are problem in that Code and its not working correctely. if you want
to make it
work you need to write code using ADOMD with genrate MDX query and
pass it to SQL DB. it is complicated method i spend lot of time on
that ..

Thanks
Kris





Audrey Ng <odd26uk (AT) yahoo (DOT) co.uk> wrote

Quote:
Hi all,

I have two Time dimension (one for Calendar Time and one for Fiscal
Time). Each time dimension has three levels, (i.e. Year, Quarter, Month)

I have set the drill through options and I'm getting this error 'Unable
to drill through. Data source provider error. Incorrect syntac near the
keyword 'from',;42000'. The error only occurs for Fiscal Time. It works
well with Calendar Time but not Fiscal Time. Only, at the 'All' level
it works but does not work for year, quarter or month.

I have tried troubleshooting using SQL Profiler and SQL Query Analyzer
and realized that the query that MSAS is running to drill through is
missing a bracket at the end of the statement. Unfortunately, I don't
know where to add this bracket because this is an MSAS thing.

Any suggestions??

Audrey


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Reply With Quote
  #4  
Old   
Reinfried Englmair
 
Posts: n/a

Default Re: DrillThrough error on Time Dimension - 08-06-2003 , 02:13 AM




Quote:
-----Original Message-----
I am experiencing the same exact problem. I believe
this to be a bug in the
code generator of MSAS.

Is there any way to raise this issue up to a bug report
with Microsoft SQL
Server support through this newsgroup?

"Audrey Ng" <odd26uk (AT) yahoo (DOT) co.uk> wrote in message
news:OqHlXsSVDHA.656 (AT) tk2msftngp13 (DOT) phx.gbl...
Hi all,

I have two Time dimension (one for Calendar Time and
one for Fiscal
Time). Each time dimension has three levels, (i.e.
Year, Quarter, Month)

I have set the drill through options and I'm getting
this error 'Unable
to drill through. Data source provider error.
Incorrect syntac near the
keyword 'from',;42000'. The error only occurs for
Fiscal Time. It works
well with Calendar Time but not Fiscal Time. Only, at
the 'All' level
it works but does not work for year, quarter or month.

I have tried troubleshooting using SQL Profiler and
SQL Query Analyzer
and realized that the query that MSAS is running to
drill through is
missing a bracket at the end of the statement.
Unfortunately, I don't
know where to add this bracket because this is an MSAS
thing.

Any suggestions??

Audrey


*** Sent via Developersdex
http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


.

The solution is:

I have changed the type of OLE DB Provider in the Data
Source
from
Microsoft OLE DB Provider for SQL Server
to
Microsoft OLE DB Provider for ODBC Drivers.

And now I can drillthrough in all levels.





Reply With Quote
  #5  
Old   
Reinfried Englmair
 
Posts: n/a

Default DrillThrough error on Time Dimension - 08-06-2003 , 02:17 AM




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

I have two Time dimension (one for Calendar Time and one
for Fiscal
Time). Each time dimension has three levels, (i.e. Year,
Quarter, Month)

I have set the drill through options and I'm getting
this error 'Unable
to drill through. Data source provider error. Incorrect
syntac near the
keyword 'from',;42000'. The error only occurs for Fiscal
Time. It works
well with Calendar Time but not Fiscal Time. Only, at
the 'All' level
it works but does not work for year, quarter or month.

I have tried troubleshooting using SQL Profiler and SQL
Query Analyzer
and realized that the query that MSAS is running to
drill through is
missing a bracket at the end of the statement.
Unfortunately, I don't
know where to add this bracket because this is an MSAS
thing.

Any suggestions??

Audrey


*** Sent via Developersdex http://www.developersdex.com
***
Don't just participate in USENET...get rewarded for it!
.

The solution is:

I have changed the type of OLE DB Provider in the Data
Source
from
Microsoft OLE DB Provider for SQL Server
to
Microsoft OLE DB Provider for ODBC Drivers.

And now I can drillthrough in all levels.





Reply With Quote
  #6  
Old   
Reinfried Englmair
 
Posts: n/a

Default Re: DrillThrough error on Time Dimension - 08-06-2003 , 02:18 AM




Quote:
-----Original Message-----
I am experiencing the same exact problem. I believe
this to be a bug in the
code generator of MSAS.

Is there any way to raise this issue up to a bug report
with Microsoft SQL
Server support through this newsgroup?

"Audrey Ng" <odd26uk (AT) yahoo (DOT) co.uk> wrote in message
news:OqHlXsSVDHA.656 (AT) tk2msftngp13 (DOT) phx.gbl...
Hi all,

I have two Time dimension (one for Calendar Time and
one for Fiscal
Time). Each time dimension has three levels, (i.e.
Year, Quarter, Month)

I have set the drill through options and I'm getting
this error 'Unable
to drill through. Data source provider error.
Incorrect syntac near the
keyword 'from',;42000'. The error only occurs for
Fiscal Time. It works
well with Calendar Time but not Fiscal Time. Only, at
the 'All' level
it works but does not work for year, quarter or month.

I have tried troubleshooting using SQL Profiler and
SQL Query Analyzer
and realized that the query that MSAS is running to
drill through is
missing a bracket at the end of the statement.
Unfortunately, I don't
know where to add this bracket because this is an MSAS
thing.

Any suggestions??

Audrey


*** Sent via Developersdex
http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


.

The solution is:

I have changed the type of OLE DB Provider in the Data
Source
from
Microsoft OLE DB Provider for SQL Server
to
Microsoft OLE DB Provider for ODBC Drivers.

And now I can drillthrough in all levels.




Reply With Quote
  #7  
Old   
Audrey Ng
 
Posts: n/a

Default Re: DrillThrough error on Time Dimension - 08-06-2003 , 09:25 AM



This error is occuring in MSAS. On previewing and drilling through, it
does not work.


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

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.