Pentaho : Cannot view sample fusion charts - plugins

I Installed and configured fusion charts as instructed in: http://code.google.com/p/pentaho-fc-plugin/wiki/Manual
What is the expected output? Samples should appear in pentaho-solutions/bi-developers in the navigation repository
What do you see instead? For version 0.03, the samples do not appear until you copy the fusion-charts folder into pentaho-solutions/bi-developers of which after you do, the sample dashboard has chart titles only and the rest is blank. The fusion charts free samples produce this error:
FailedError retrieving data: cdaQueryComponent failed to return data. Query ID:2 Server Version: Pentaho Platform Engine Core 3.10.0-stable.48193I tried installing version 0.03 and the operating system is a 32-bit turnkey linux vm running ubuntu 10.04

You can learn more about FusionCharts error messages from its documentation - http://docs.fusioncharts.com/charts/contents/?Debug/Basic.html

Related

How do I upgrade my InfluxDB shell version?

I have been searching the internet for a way to upgrade my InfluxDB shell version from version 1.6.4 to 1.8.6 on my Raspberry Pi Model B Rev 2 (Yes it is ancient). My InfluxDB installation version is 1.8.6 and I read that if the InfluxDB and InfluxDB Shell versions are not the same then I will get parsing errors when using the CLI and I am.
Here is my version numbers on screenshot 1: enter image description here
Here is my attempt to update the InfluxDB shell version using the command sudo apt install influxdb-client: enter image description here
As you can see in the image above that the InfluxDB Shell is already the latest version (1.6.4) but I saw that there is in fact a shell version 1.8.3 as seen in screenshot below(from a YouTube video).
Here is the how I want it: correct shell version
If there is anyone that could help me I would appreciate it! This is also my first stack overflow question and I hope it is good enough : )
The Debian/Ubuntu archives still have a very old version of InfluxDB in them. But you can get the latest from https://portal.influxdata.com/downloads/
If you need 1.8 specifically (not 2.0), scroll down to the bottom of that page to the Are you interested in InfluxDB 1.x Open Source? section. There you can find ARM builds as tarballs you can download and extract. Both 32bit (armhf) and 64bit (arm64) builds are available.

JasperReports Server (v6.2) Dashboard doesn't work with HTML5 chart report

Background:
Jaspersoft introduced a new generation of Jaspersoft Dashboard in 6.0. The old kind of Dashboard has been renamed as Legacy Dashboard.
I have some Legacy Dashboards in my JasperReports Server. They work fine. However, I am trying to re-generate them in the new Dashboard.
The Issue
I have a HTML5 chart report as shown below. It works well.
Moreover, in my Legacy Dashboard, the report also works well.
However, when I created a new kind of Dashboard with the same report, it doesn't work and show me the error as shown below.
I don't know if it is a JasperReports Server 6.2.0 bug, or I did something wrong.
More Info about the Issue
Other kinds of report, for example, the traditional plain reports, work well in both the Legacy Dashboard and the new kind of Dashboard.
My JasperReports Server
Linux Red Hat 4.8.2-16
CPU(s): 2 Intel(R) Xeon(R) CPU E5-2670 v2 # 2.50GHz
MemTotal: 7517 MB
Disk Space: Enough
Tomcat JVM setting: -Xms2048m -Xmx5500m
Jaspersoft Server version: Enterprise Version 6.2.0
Tomcat version: 7.0.65
PostgreSQL version: 9.3.5
Browser used: Chrome and Firefox
The root cause has been found. We miss a .js extension of the file
jasperserver-pro/optimized-scripts/bower_components/bi-report/src/adhoc/chart/palette/defaultPalette

Microstrategy Enterprise manager upgrade

I have been upgrading Microstrategy from version 9.2 to 10.3 and facing difficulties in upgrading the enterprise manager project. is there anyone who has done this and can help me with the approach.
INTRODUCTION
Enterprise Manager 10.x is not dependent on Operations Manager and Health Center and can be controlled through MicroStrategy Command Manager. The operations that can be performed from Operations Manager > Enterprise Manager such as creating environment, creating data load and running data load etc., can now be done through Command Manager.
The PDF Document attached at the end of this Technical Document covers all the different configurations and actions that can be performed in Enterprise Manager 10.x by using its respective Command Manager Scripts.
MicroStrategy EM 10.3 Whats New

Dreamfactory: IBM DB2 connection

I downloaded what I believe to be the latest copy of Dreamfactory for Windows from Bitnami bitnami-dreamfactory-1.8.2-0-windows-installer.exe. I would like to connect to an IBM DB2 remote database. In using the Admin Console I don't see an option in the SQL Vendor dropdown for IBM DB2. Did I miss a configuration step? If not, what do I need to do to configure IBM DB2 as a Remote SQL DB? I can't seem to find a reference in the documentation for how to do this.
Update
I just installed the Bitnami Ubuntu vmware appliance and it has a DB2 dropdown. Therefore, there is a flaw in the Windows 1.8.2 self installer.
With a quick test of the windows installer, we did confirm the DB2 value is in the dropdown menu. Please try to refresh the window frame or clear browser cache to see if that helps.
Also, the Bitnami package released for 1.8.2 currently doesn't have the db2 driver installed by default. We are working on getting another build that has better default setup. In the mean time, this link has the Windows instructions. I will try to get a more detailed instruction set for Windows.

OSM2PGSQL for CentOS 6

I am trying to load the data from planet osm files to postgres database installed on CentOS server. Is there any available binary for CentOS which i can be used. I am not well conversant with C and C++ hence cannot build it from source. Need binary which i can use directly for loading data into postgres on CentOS.
Please help.
There is a long and extensive osm2pgsql wiki page in the OSM wiki which also explains how to build it from source. You don't need any C or C++ knowledge to build packages from source, basic Linux knowledge should be enough.