How to share by url link a Saiku query - pentaho

could someone tell me how to share a query saiku by url? When I try it on another computer using "open in new window" url sends me to the initial screen of pentaho server. I tried using:
http://localhost:8080/pentaho/api/repos/path:mysaikuquery.saiku/run
but it disables the edit functions, and i need them.
Thank you very much in advance!!
Regards

I think it's a saiku issue, not pentaho's.
Why don't you ask to the author or the community. Unlike Pentaho they do not charge for an answer.

There's not a very active community around pentaho and their plugins like saiku. I have posted it in saiku community forums as well. But to tell that saiku have nothing to be related with pentaho...really I dont understand your comment, when the people who works with Saiku is used to use Pentaho suite too.
I found a temporal solution accidentally, so I'll share it: in Pentaho console, right mouse click on the tab with the saiku project opened (after have ejecuted it on browse file of course), and on the new menu choose the option "Create a deep link"...copy and paste it where you need it. It works with users and roles, so you will need such credentials to be able to view and modify the query to the cube. So it's perfect to share projects with clients or non admin users.
Regards

Can you try with edit instead of run?
I'm not sure it will work or not, I have worked long back ago

Related

Multiuser workspace Tricentis Tosca

Does anyone have solution steps, where I can see how to work on multi user workspace which was created by another user in Tricentis Tosca.
Note: The workspace is stored in MS sql DB by another user, I want to work on same workspace.
I search a lot but not getting details steps.
Before you can work on an object in a multi-user workspace it must be checked out. You might look into taking the Automation Specialist 1 training class as I believe it has a section that covers checkin/checkout.

Deploy a mondrian schema in pentaho 5.1 without schema workbench

I have a question, in pentaho 5.1, how can I deploy a cube without using the schema workbench? I'm kind of newbie in Pentaho.
Is there a cmd line? Java code? Or something like...
Thanks a lot!
You can do that in the User Console.
There is a menu Manage Data source... There you can upload your xml and refer to a database connection for it.
First, I suppose you have installed BA Server and have made at least fact table.
In case you don't know what the fact table is, or someone else is reading this answer, you can find brief explanation here.
Of course, it's better to have full Star Schema. You cannot create Snow Flake inside Pentaho User Console. You can create it with Pentaho Schema Workbench or by manually edit mondarian.xml.
Make sure that your JDBC driver is inside BA Server driver directory. Look! Open Pentaho User Console. It's by default at localhost:8080/pentaho or yourdomain.name:8080/pentaho and login as administrator
File -> New -> Data Source
Choose Data source
Type Choose fact table and define connections to dimensions (if exists)
Choose to modify cube on the end of data source wizard
.

Remove Sample Reports from pentaho community edition

Can anyone help me with how to remove the sample documents eg.Steelwheel etc. from pentaho community edition. I found a resource here but when I do it, it causes the bi server to crash. So am not sure if its the right thing to do. Has anyone achieved this successfully, help
Deleting the sample folders in the Solution Repository should be enough.
You should also delete the SampleData and SteelWheels data sources using the Data Source Manager.

Foodmart schema not showing on Pentaho

I'm studying pentaho using this guide, but I'm having a problem showing the foodmart schema on the Schema drop down menu, both inside the Pentaho analysis and inside the Saiku analysis.
What do I have to do to make it work?
Further details can be provided upon asking.
I managed to make it work. Turns out my version of Pentaho didn't come with foodmart.montrian.xml
I downloaded it here and put it inside pentaho/biserver-ce/pentaho-solutions/foodmart
check the logs when pentaho/saiku start. See if there's an error validating the schema.
Also check that system/olap/datasources.xml is setup correctly.
what is your build? it's included in the downloadable demo, so you must have something different?

Freeware for browsing Multivalue databases/Unidata

I'm looking for some free software to let me browse through the files/records in a Unidata server.
I found a program several months ago, but have no idea what it was called or where I found it.
Download the BDT (Basic Developer Toolkit).
Rocket's DataVu Query is free, but probably not what you're thinking of. It was released in October 2010.
You can always just log into the server, start up an interactive session and browse through the database that way.