HighCharts Graph Issues - highcharts

We are using highcharts as part of the report generation. We generate 10 PDF reports simultaneously and we notice that there are instances that it shows incorrect information or sometimes no graphs are being displayed on some of the reports, but when we regenerate it, the issue no longer exists. The average successful report generation is 7 out of 10.
We are using PHP as our backend and we use cron to automate the processing of reports. We tried using sleep function but still getting the graph problem. The highcharts version that we are using is 4.1.4.
We are expecting that the report that we submitted (10), all of those should display the correct graph in the report

Related

why observedLargestContentFullPaint is always GREATER thanLargestContentFullPaint when using LHCI?

I'm currently using LHCI integrated with Gitlab CICD pipeline and I need to do the following:-
Add Assertion for ObservedDomContent Load value generated from the LightHouse json report, is it possible?
I'm using type Simulated type "Simulated" I have noticed that the observedLargestContentFullPaint is always larger than the LargestContentFullPaint although I expected that it will be less, can anyone explain and which one should I rely on during my page assessment

Export Data from Avaya CMS

Bit of a long one...
I am trying to reliably export data from Avaya CMS, currently the set up I am using is a Win 2012 Server with Avaya CMS Superviser R18 installed. I have 5 report scripts which I run and they export data to a individual csv files every 3 - 5 seconds. This way was sufficient while we were using CMS Superviser R17 as it would only crash once a day, and when it did, the csv files would stop updating which triggered an email to me once the files had been 120 seconds without updating. This ensured that the reports had very little downtime as I could just quickly restart CMS superviser and the scripts (batch file) rather than having to wait for someone to report that it was no longer updating.
However with CMS SUperviser R18, the software doesn't seem to crash, instead the csv files keep getting updated, but with incorrect data. I am still trying to troubleshoot that issue to find out exactly what is causing it to go out of whack, but while that is ongoing I am also trying to look at alternative solutions.
The reports I am trying to export are custom reports that others in the company have created, and they appear under the designer category
I looked at CLINT but I cannot see the reports I am looking for in there so I ssh'd into the server and using xterm terminal I can view the CMS menus and go through them. In here I noticed that you cannot view any reports under the Integrated tab, nor any reports under the Designer Category of the Real-Time or Historical tabs. I also noticed that there is a "custom reports" section in the menu, although I see no reports under this menu item, just two empty categories (Real-time and Historical)(Pics attached)
So my questions are:
1 Do you know if "Custom Reports" is where reports from the designer category should show up? If not, do you know is it possible to access those reports through the ssh menu at all?
2 Has anyone any other ideas as to how to export the data from CMS to a csv file?
Thank you for your time.
The "Custom Reports" in the cms menu you show on the screenshots is different to "Reports" in the Supervisor.
You can read about Custom Reports here (a little old, but still relevant):
https://downloads.avaya.com/elmodocs2/multivantage/215822_3/215822_3_1_CMS_Reports.pdf
If you create reports in the "Custom Reports" subsystem then you can run them using /cms/toolsbin/clint. Note that you must recreate the "Reports" reports in the "Custom Reports" to be able to run them through clint.
You can create command files so you can script clint, then you just have to run it with a scheduler. You can read about scriping clint here:
http://www.tek-tips.com/viewthread.cfm?qid=397058
You can also establish a direct connection to the Informix database on CMS but you can not access real-time data there.

plugin to print reports right to printer in grails

I have no background printing reports others than when I use to use crystal report in small Visual Basic applications, now I am starting using grails and I need to print some reports in some pages with fixed constraints like receipt, I search in plug-ins but I do not know which one is the recommended one in this scenario
thanks for your time and help
The Rendering plugin can create PDF files from gsp code. The PDFs can then be saved or printed as a report.
http://grails.org/plugin/rendering
Also a Jasper Reports plugin exists but I have not used that but that might fit your needs better.
http://grails.org/plugin/jasper

Grails on AppFog: BIRT report displayed partially

Within my Grails 2.2 application I use BIRT reporting plugin to generate a pdf of (a bit) complex report (7 datasets binded to 8th one) and it works ok on my local machine but, on AppFog, I get only aprox 1/3 of report. The problem is that I get Header and footer of document but, content is broken at different places at different attempt so It looks like some kind of time-out problem, like report engine hadn't had enough time to generate itself.
Do I forget to set something or? Anybody have a idea what to try?

Using a created report with iReport 4.5.0 gives 'Invalid content..' how to fix?

i am trying to use the JasperReports plugin with my Grails app, but
unfortunately i am running into problems. I create a report with iReport, load that into my app and then when calling the report i get an error like:
'Invalid content was found starting with element 'paragraph'. No child
element is expected at this point'
I remove the paragraph elements and then it seems to work, but that
involves a manual modification outside of iReport.
I guess this is a non-Grails issue but also can imagine that people
are having the same problem.
Does anyone have a solution to this?

Resources