How to see Crash Overview on Analytics console - ibm-mobilefirst

I am able to see crash overview in Analytics console on MFP development server but coming to MFP enterprise server I couldn't see that.
should I enable it some where?

Crash overview is part of a feature in release, meaning that we put that feature into an ifix. If you want to see crash data on your analytics production server then you will need to upgrade the analytics.ear/analytics war files in your production server.
It was a feature in 7.1 in December 2015, so any 2016 build you will have crash charts.

Related

Can't find the download center at the mobilefirst operation console

When I run the MobileFirst Operation by right clicking the MF project on Eclipse and then selecting the , like so:
I get a Operation Console site but different from the ones I find on the internet. In this site I can't find the download center.
Does anybody know what I did wrong?
The Download Center in the MobileFirst Operations Console that you are talking about is part of MobileFirst Foundation 8.0, whereas what you are using is MobileFirst Platform Foundation 7.x.
What you are using in the screen shot is MobileFirst Studio for MobileFirst Platform Foundation 7.1. In MobileFirst Foundation 8.0 there is no longer a studio component as you may be accustomed to.
Instead, in v8.0 what you need to do is to either download the Developer Kit which will extract a pre-configured Liberty server with MobileFirst Server deployed to it, in which case after starting it and visiting the console, you will then see the downloads center you are looking for.
Or, instead of downloading the DevKit, you can start a server instance on IBM Bluemix.
To download the DevKit, visit here: https://mobilefirstplatform.ibmcloud.com/downloads/
Then follow the instructions on how to start the server, etc. You are more then encouraged to read the docs, here: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/all-tutorials/
To start a server instance on Bluemix, first create an account on Bluemix.net and then read this doc on how to start a server instance: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/bluemix/using-mobile-foundation/

Using Mobilefirst Server V8.0 instead using Bluemix Service Cloud - production

Good Day!
I have a confusing with the IBM MobileFirst v8.0, does Mobilefirst App are only using Bluemix service / Server, or can MobileFirst App run on MobileFirst Server v8.0 alone and also does the MobileFirst Server same with MobileFirst Developer Kit.
You can run MobileFirst Server either on-prem, meaning you install it locally in production-ready server that you maintain yourself,
Or you can use IBM Bluemix. In Bluemix you are "given" a space where you can either use the Mobile Foundation service, which takes care of setting up a server for you with MobileFirst Server, or you can go through some steps to create it yourself.
To install on-prem: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/installation-configuration/
To install on Bluemix: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/bluemix/
In case of on-prem be sure to first contact IBM to purchase a license so you could gain access to download the required files.
The developer kit is like on-prem, and provides a ready environment for development purposes locally in your computer. It is like the Developer plan when using the Mobile Foundation service plan in Bluemix.
Developer kit: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/installation-configuration/development/mobilefirst/
Developer plan: https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/8.0/bluemix/using-mobile-foundation/

Mobilefirst platform analytics v7.1 Analytics Server does not receive Server logs (WASND)

I installed MobileFirst Platform Operational Analytics v7.1 on WASND v8.5.4 and successfully configure it to receive data captures from MobileFirst Server. Although I can receive Data like network response time, device information etc...I can't not receive any Server Logs and client Logs. I have been trying to search on internet from last week but I don't see any solution for this.
Could you please advice me any clue so solve this problem ?
Dear Idan and Chevy Hungerfold,
I actually install MFP server and Analytic Server in different WAS environment. In fact, MFP server is in WASND when Analytics server is in WAS standard on another separated machine.
I doubt that Server log and Client Log is not forwarded through network from MFP server to Analytcis server. It requires MFP and Analytics be installed in the same WAS environment in order to get Server log and client log from Analytic console.
Is my hypothesis correct ?

Does the analytics works on the studio Liberty Profile?

WL 6.0.0.1
I was testing analytics and I configured everything in the worklight studio liberty profile. Everything seems to be correct as I saw the analytics traces in the device console and also the analytics tab but there was no data at all in the widgets.
I configured a new Liberty profile using the WL Server Enterprise Edition binaries and in this other profile I could see all the information in the analytics widgets.
Does analytics works in the studio liberty profile server or I was doing something wrong?
Thank you.
I have seen just this post, but I'm not sure if saying that I'm using the studio is the same that say I'm using developer edition.
Worklight v6 iwap
To answer your question: Is studio the same as as saying you're using the developer edition? Not necessarily; Worklight Studio is a component in both the paid editions (Enterprise Edition and Consumer Edition) and the free edition (Developer Edition - available for evaluation purposes). Studio includes a built-in Liberty Profile for development.
To answer your question: Does analytics work in the studio liberty profile server? Analytics was only intended to work with one of the paid editions for test/production mode, so it was not enabled for running on Liberty within Studio. However, you can get it to work within the Worklight 6.0 Studio Liberty server by setting wl.analytics.debug=true flag in the worklight properties to try it out.

Can we implement IWAP reports with IBM Worklight developer edition

Can we implement IWAP reports with developer edition of IBM Worklight 6.0 ? If yes please guide me with technical document or any link. Is this feature only available with Enterprise or Consumer version ?
If yes then how can we implement/test this on development environment. And can anyone please provide me with list of features which are not available with developer version(one which comes into my mind is Application Center).
The Operational Analytics feature introduced in Worklight 6.0 is only available for paid versions of IBM Worklight 6.0. There's a file (analytics.zip) in the resulting IBM Installation Manager output folder that contains everything you need to setup the IBM Websphere Analytics Platform (IWAP). Once you have IWAP installed, you will need to modify a couple of properties inside worklight.properties which, among other things, tell the Worklight Server where to send the analytics data.
Regarding features found only in paid versions, beside Application Center and Operational Analytics, ability to use other DBMS (MySQL, DB2, etc.) and Application Servers (WAS, Tomcat, etc.). There are also Ant scripts that aim to help with common tasks like deployments.
More
InfoCenter
Getting Started Module