I used the marketplace to install pivot4j plugin in pentaho biserver-ce-6.1.0.1-196.
It installed the pivot4j-pentaho-1.0-SNAPSHOT version of the plugin. It is not a stable version. I am using ubuntu 12.04 OS.
Now the problem is that when I try to create a new pivot4j view, it just opens a blank view and no option is displayed. It does not ask for the catalog and the cube name as it ideally should.
I tried to use the stable version pivot4j-pentaho-0.9-plugin but with this, the option to create a new pivot4j view is itself not available. Here is the a screenshot of the pivot4j view diplayed by using the SNAPSHOT version:
Is there a method to load this view with a cube or is it an installation problem?
I am not sure as to what information will be relevant regarding this problem as I am new to pentaho and pivot4j .So let me know, I will update my question with the appropriate info.
I had this error. I checked the error log biserver-ce/tomcat/logs/pentaho.log and I found there is problem in my Schema. After I corrected the schema, it works.
Related
I hope you are doing well. I am using the Pentaho BI server version 9.3.0.0 on my Windows 10 x64 bit. I want to use Pivot4j to browse my OLAP cube that I created with workbench. When I click in the UI menu bar on File->New, Pivot4j does not exist in the list as you see in screenshot1 above enter image description here. Then I proceeded to download it but I can't install it on my server. Here is the screenshot2 enter image description here of the error that is showing. Please help me to install it because I am newbie with this tool, and really I need it. Thank you in advance.
I'm trying to figure out how to change the layout of invoices and reports in OpenERP 7.0. I've read that I need to use a specific plugin with OpenOffice, and I believe that I've found it, but I can't get it to load properly. Loading the plugin brings up multiple errors, and it won't install correctly. I'm using it with OpenOffice 4.1.3. Am I using the wrong plugin or OpenOffice version, or is it just broken permanently?
Do you have installed addons base_report_designer on your openerp?
if you have installed, you can go to Reporting>Configuration>Report Designer
And then follow the instruction.
I use OpenOffice 4.1.3 and Report Designer working properly.
I installed Saiku Analytics 3.8.7 on pentaho 6 CE using marketplace with COMMUNITY license, but when i try to use it show me: "Error creating session: License for wrong version please update your free license".
I try create different types of licenses in meteorite.bi with no luck. Also if I want to uninstall it using the marketplace throw me an error.
What I can do?
I had the same issue.
Saiku Analytics was not working and failed to uninstall without any error in catalina.out and pentaho.log.
To uninstalled plugin I had to call biserver-ce/pentaho-solutions/system/marketplace/processes/uninstall_plugin.kjb kettle job.
It has 3 params:
samplesDir - set it to empty string.
uninstallBackup - (absolute path to folder where plugin backup will be stored) ex: /Users/taras/programs/biserver-ce/pentaho-solutions/system/plugin-cache/backups/saiku_backup.
uninstallLocation - (absolute path to folder where plugin is located) ex : /Users/taras/programs/biserver-ce/pentaho-solutions/system/plugins/saiku .
Job can be executed using Spoon.
After it I've restarted PUC and installed plugin one more time. I selected plugin version '3.8.8 (PENTAHO6)' version from dropdown. Then I followed instructions from popup and downloaded saiku-olap-util-3.7-SNAPSHOT.jar to tomcat/webapps/pentaho/WEB-INF/lib/ folder and generated licence on licensing.meteorite.bi (License Type: COMMUNITY_EDITION) and downloaded it into /Users/taras/programs/biserver-ce/pentaho-solutions/system/plugins/saiku folder. After PUC restart saiku started to work.
Actually I'm disappointed - PUC 6 is so unstable...not sure if its a good production ready solution :(
I had the exact same issue. Turns out in the pentaho marketplace, I had wrongly downloaded the Enterprise version of the plugin, and not the Community edition (they're both under Saiku Analytics plugin entry, but there's a dropdown once you select the plugin that lets you choose the right version).
You need to delete the appendix of the license data you got.
When your license looks like license_localhost.lic you need to rename it to license.lic.
And save to the right location like that: ..\pentaho-solutions\system\saiku
Copy the license file into following path: ./tomcat/webapps/pentaho/WEB-INF/lib/license.lic
to resolve this Issue
Just try to download Saiku 3.8.8(STABLE) from Marketplace & you can able to apply license for 20 users also..
I'm doing a course from Coursera of Data Warehouse and I'm facing some problems with Pivot4j plugin.
There is a word document explaining how to install Pentaho. I've followed all the instructions, some of them are:
Install Java Runtime Environment (JRE7)
Download Pentaho BI Plugin stable release 0.9 (pivot4j-pentaho-0.9-plugin.zip).
I've started the web interface for the Pentaho BI server in my browser and navigate to the address http://localhost:8080/ after that I logged as administrator and everything was working properly. I clicked on Create new > Pivot4j View and a new screen appeared to me select the catalog and the cube. However when I select any catalog option the system return an error as showed in the image below:
I really appreciate any help.
Pivot4j Error - Click here to see
Have you tried to install the version 1.0-snapshot instead of the v0.9?
I have found an issue with my worklight project. What i have done here is as follows:
I have a project which was built and deployed without any issues.
I wanted to edit most of the images and re-arrange the whole images folder structure.
So I deleted all the contents in the images folder completely from eclipse so that i can save each new image to the newly created folders
Now, i created new folders in images folder and saved one image to one of the newly created folders.
I tried to run the application on mobileFirst development server and started getting the error message:
"SRVE0190E: File not found: /css/images/wl_app_warning.png"
We did not even have a folder named images in css folder before.
This is what happened for me and does this give any clue for the issue??
Please help.
This is a defect in the admin service, and is tracked as APAR PI51055, which you can find more information about here:
http://www-01.ibm.com/support/docview.wss?uid=swg1PI51055
The issue has been corrected in iFix IF20151103-1015 and later builds.
If you have paid support, you will be able to download an iFix build from IBM Fix Central sometime soon that includes this fix - it is not out there for download right now, but I expect it will be within a couple of weeks. If you need the fix before it appears on IBM Fix Central, you can open a PMR and ask the support team to provide it. If you are using the free Developer Edition from the Eclipse Marketplace, I expect the fix will appear there soon also, and you can use the Eclipse software update function to get it, but I am not sure how frequently the Developer Edition repository is updated.
In my project I created an "images" folder with an image:
I then used it in the HTML:
<img src="css/images/wl_app_warning.png"/>
No errors and the image is displayed...