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

Virtual file is not readable


joeri
Go to solution Solved by joeri,

Recommended Posts

Hi,

When I try to create a new Analysis View, I receive the following error:

2010-05-07 17:29:04,390  WARN OlapConnectionServiceImpl,http-8085-Processor22:285 - Validation Failed for Olap Unit: ComOptest
mondrian.olap.MondrianException: Mondrian Error:Internal error: Virtual file is not readable: repo:/analysis/views/DWH
    at mondrian.resource.MondrianResource$_Def0.ex(MondrianResource.java:808)
    at mondrian.olap.Util.newInternal(Util.java:1465)

My MDX query works perfect in JasperAnalysis Schema Workbench.

This is the query
SELECT {[measures].[nrProducts]} ON COLUMNS, {descendants([Coops])} ON ROWS
FROM [products]

Any advice?

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Solution

I got it working with this workaround:

First create the schema via the menu:
Add Resource -> other -> OLAP Schema

If you now create an analysis view, you can select the previously created OLAP schema from the repository (dropdown list)
Add Resource -> other -> Analysis View

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...