Hello thanks for your reply.
we opened the port 5488, ,but we are unable to reach the jsreport report server. Is there any configuration needed.
We are launching jsreport with
node server.js
palphonse
@palphonse
Posts made by palphonse
-
RE: JSReport on windows server 2008 R2
-
RE: JSReport on windows server 2008 R2
Thanks alot.
Is there anyway to run jsreport to be visible over the internet?
not just localhost -
JSReport on windows server 2008 R2
Hello,
Can JSReport be installed on Windows Server 2008 R2?
Thanks -
RE: Generating same report for different parameters automatically
Hello we already enabled debug logs in the config file, please find the link to the reporter.log file (we were not able to attach it here)The error.log file is empty.
Thanks
-
RE: Generating same report for different parameters automatically
Hello again,
Please note that we are using a server with 16 CPUs.
We tested by doubling the numberOfWorkers in the jsReport config starting at 1 up to 16, with concurrency = numberOfWorkers x 4 ( from 4 till 64 respectively)
Using this setup, we didn't get any noticeable performance boost after numberOfWorkers = 2 and concurrency = 8.
However, executing the same setup without fetching data from DB resulted in better performance all the way till numberOfWorkers = 8 and concurrency = 32.
During the report generation, we monitored the SQL server and it was running under 20% of its maximum CPU usage since we used a very simple SELECT query.Below is a link to the requested log (I was not able to attach the file to the message).
The log was for numberOfWorkers =16 concuurency = 64Thanks
-
RE: Generating same report for different parameters automatically
thanks,
so from what i understand jsreport will not process multiple sql queries in parallel?
-
RE: Scheduling report with params
Thanks again, I encountered a small problem when the scheduled template is calling the second template. In the second template req.options.scheduling.schedule is also true, however it is not being called from the scheduler but from a scheduled template. How can we differentiate between them?
-
RE: Update Template Schedule with API
Hello Im currently using version 2.7.2, how can we update to the latest version without losing the work we have done. Please note that we are using mssql-store to store all the jsreport info in our db. Will the new version have the same DB structure when updated?
Thanks
-
RE: Update Template Schedule with API
Hello, Thanks this worked, however I noticed that the nextRun field isn't updated automatically unless i disable then re enable the schedule.
Is there any other way to do it automatically? Other that setting this field manually as well? -
RE: Scheduling report with params
Hello, Thanks for the reply it was very helpful. Can we use the tag field in schedules to store specific params to be used when this schedule is called. So we can have multiple schedules for a template, and each schedule has a set of params in the tag field. Is this possible?
Thanks