Pivot4J not showing int Pentaho Business Analytics - Community Edition - pentaho-cde

I am taking a course on Coursera and we have been asked to use the community version of Pentaho Business Analytics (PBA).
I have download the latest PBA server and plugin for Pivot4J, however, when I launch the web interface and click on new, I do not see the Create Pivot4J View as shown in most demos.
I have launched the interface on 2 systems with Windows 8.1 Pro and Windows 10 Pro OS running on them.
Can someone help me out please as the deadline for me to turn in my work is in 3 days?
Thank you.
Please see screenshot below of what I have tried to explain above.
http://localhost:8080 Home Page

Try with 0.9 version from pivot4j site and maybe Pentaho 6 version is note yet supported so try 5.4 ba server.

You should download and unzip Pivot4J plugin into: ./pentaho-solutions/system folder in the BIserver, follow:
this link
or if this still does not show the pivot4j option you can install it through the Marketplace, there you can install/unistall pluggins, including pivot4j.
After you install or update stop and start the server and it will work.

When you unzip the file pivot4j-pentaho-0.9-plugin.zip it will create a folder called pivot4j. Don't move the contents in the folder move the entire folder to:
C:\program files\pentaho\biserver-ce\pentaho-solutions\system\pivot4j\
This is will work if you are not seeing the plugin in the drop down in Pentaho.
Granted everything else was done correctly.

Related

CVIRTE.dll Missing error?

I want to install a software on my PC but when i clicked to install it I got
CVIRTE.dll Missing error
I search for this error but unable to download this dll file. Please provide any link to download this file
Any help would be highly appreciated
I guess this is the CVI Runtime Engine. It is needed to run Applications that were made with LabWindows/CVI or MeasurementStudio by National Instruments ( http://www.ni.com/lwcvi/ ). Usually, programmers of such applications also generate a Windows Installer Package for the application, which also does the installation of the CVI Runtime Engine. So , once you installed a CVI application like that, you usually can run other CVI application just by copying them (as long as they do not need additional packages from Ni). So, either run an installer of another application made with CVI, or just install the RTE.
Be aware that there are new versions of the RTE with every new version of CVI, and the library is getting larger and larger. So maybe you can go for an older version of the RTE, it could be more compact.
The 2015 version of the RTE can be downloaded here :
http://www.ni.com/download/labwindowscvi-run-time-engine-2015/5374/en/
Good luck !

How to install CouchDB on Windows

This might seem like a basic question, but let me explain.
I'm currently trying to get CouchDB running on Windows. Usually (from what I can tell watching several YT tutorials) you just go to couchdb.apache.org/download and download the windowsx64 version. Then open it and a install wizard should appear.
However when I download the file I get a file named "fd15d91c1e214c3451bef296564086f6a9266e848d57eaa8ac596e3765939578" which isn't openable and doesn't give me a wizard.
Is the current CouchDB installation corrupted? Am I doing something wrong?
I just tried http://couchdb.apache.org/, chose the Download link from the top navigation bar, then Windows(x64) for version 2.1.0. This kicked-off downloading the file apache-couchdb-2.1.0.msi.
Definitely try another browser or restart your machine.

Can't see the extension I've installed in GeneXus 15

I've installed the SmartDevicePlus (from DVelop) extension in my Genexus15 folder. The setup ends telling me it completed successfully. Yet, I can't find the SD+ menu in Tools.
I've also tried to install the WorkWithPlus (from DVelop) extension from the Add-in manager but here is the message I got:
1)File DVelopWorkWithPlus_9.1.15_Ev2_U4_higher_Setup.rar installed correctly.
2)Failed to install file DVelopWorkWithPlus_9.1.15_Ev2_U4_higher_Setup.rar.
You should install the proper setups for Gx 15 for both WorkWithPlus and SmartDevicesPlus, you can download them from www.dvelop.com.uy/downloads.
By using this setups you should use the products on Gx15. If you have other problems please write us to support#workwithplus.com or by Skype (supportwwp) so we can connect by Team Viewer and help you with the first steps.
We can also schedule an online demo of the products so you can take further advantage of your tests with them!
SofĂ­a

xPages Extension Library v9 and JDBC installation issue

I just installed Notes Client 9.0.1FP5 SHF190 and Extension Library is a part of the product. But it doesn't contain com.ibm.xsp.extlibx.library. Well, I took it in latest "ExtensionLibraryOpenNTF-901v00_16.20160128-1014.zip" release and installed it through File->Application->Install with no errors. But JDBS is still not available as a data source:
<xe:jdbcRowSet... or <xe:jdbcQuery...
In xPage properties I still says the library is not installed. Please, advise.
The RDBMS support is no longer part of extlibx, since release 7 of the 901 extlib. You need to install the full extlib v16 designer update site to domino designer. From your screenshot it looks like you've only got the default 901 extlib (effectively v0). And also install the extlib 16 update site to your server.
You could check out this video made around the time of the work to move the RDBMS support from extlibx into the main extlib.
http://youtu.be/zoiOVCfeEB0
You need to install the extension library in BOTH designer AND the server. I'm guessing that it's not on the server.

Red5 demos don't work

I just installed red5 on my server, and the install seems to work fine. As you can see here: http://onelifemedia.com:5080
I got this far by using this walkthrough: http://www.webhostingtalk.com/showthread.php?t=1046590
The /demos page gives me a 404 error. So I logged onto the server, and checked to see if the "demo" directory was already there. It was not.
The applications that I installed were a directory up from the root directory. I'm not sure if this is right or not.
Either way, my end goal is to actually get something working besides the main page. If I can get the demos to work, then hopefully I should be well on my way.
I guess my questions can be broken down like this:
Does anyone know how to get the demos working?
Should I forget about the demos, and try to start writing my own code?
If I should write my own code, how should I go about installing it? Since the installer is not properly installing the demos.
Thanks
The tutorial is good but you dont need the admin app. Use the installer link in the tutorial and install the demo you want to use. The content of the "demos" directory is only the swf files used to access the server demos which you use the installer app to install. For instance , select "oflaDemo" and then from the main page navigate to demos/oflaDemo et voila.
I know I'm biased being a core developer, but we've attempted to make the server as ez as possible to use.
I could install demos from the latest svn trunk, Checkout the source, use ant&ivy to build and run the server and you can install two sample apps(oflaDemo and SOSample).
You may need to use ivy commands resolve some of the common issues during installations.
E:\dev\red5\java\server\trunk>ant ivyclear dist
()Red5 user mailing list may help you, because this is not exactly problem with Red5 source.
()http://stackoverflow.com/questions/11156222/red5-demos-not-working/11935532#11935532
I could resolve the issue based on the information in Red5 users mailing list and comments by Mr.Mondain in one of the posts in Stackoverflow

Resources