Jump to content
We've recently updated our Privacy Statement, available here ×

OLAP Problem


Gennadiy.Skuha

Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Gennadiy.Skuha,

 

Could you post your mdx query code ?

 

 

Gennadiy.Skuha wrote:

Had anybody ever this problem?
Creating an Analysis view with a Mondrian Connection.
When Enter an MDX Query and click "next",
appear message "The following is not a valid MDX Query: Internal error: Error while creating SQL dialect".
Thanks a lot for every helps.
Link to comment
Share on other sites

This is the MDX query (a sample from "JasperServer-Pro-User-Guide.pdf"):

 

select {[Measures].[Total Sale Amount], [Measures].[Number of Sales], [Measures].[Avg Sale Amount], [Measures].[Avg Time To Close (Days)], [Measures].[Avg Close Probablility]} ON COLUMNS, NON EMPTY {([Account Categorization].[All Accounts], [Close Period].[All Periods])} ON ROWS from [salesAnalysis] where [sale State].[All Types].[Closed Won]

 

It is for SugarCRM DB.

Link to comment
Share on other sites

I glad to tell you that I decided my problem.

My MSSQL 2000 was required to install SP3(or higher)

My OS is WINXP and it had problem with MSSQL TCP connection on the default port 1433. I meen that command "telnet 127.0.0.1 1433" must perform successfully.

More info about this problem you could find here: http://support.microsoft.com/kb/313100

Thanks to all. ;)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...