Hi, I need to show a PDF report, from page 4 to page 10, with the corresponding data.
It's possible?
Thanks!
Hi, I need to show a PDF report, from page 4 to page 10, with the corresponding data.
It's possible?
Thanks!
I create 1 template for try in my playground (localhost), but... i don't use the playground for generate reports, I only use this for examples, but.. i don't need this!
My license is expired? But.. I don't need a license 😂
Logs:
"Error occured during reporter init Error: Enterprise trial expired", but... i don't use the templates, I only use the web-server for posts and do the pdfs
Hello, I have already installed the JsReports windows Service in my local machine and works fine.
But, when I restart the service from the services.msc, the service is looping between the state "Running" and "Starting".
My jsreport.config.json file is:
"{
"extensions": {
"authentication": {
"cookieSession": {
"secret": "<your strong secret here>"
},
"admin": {
"userName": "admin",
"password": "password"
},
"enabled": false
},
"scripts": {
"timeout": 10
},
"sample-template": {
"createSamples": true
}
},
"httpPort": 17050,
"store": {
"provider": "fs"
},
"blobStorage": {
"provider": "fs"
},
"logger": {
"console": {
"transport": "console",
"level": "debug"
},
"file": {
"transport": "file",
"level": "info",
"fileName": "logs/reporter.log"
},
"error": {
"transport": "file",
"level": "error",
"fileName": "logs/error.log"
}
},
"allowLocalFilesAccess": true,
"templatingEngines": {
"timeout": 10
},
"chrome": {
"timeout": 10
}
}"
Only restarting the pc I can use the service again.
Thanks
I execute the installer from this folder:
"C:\Program Files (x86)\Common Files\dev"
And jsReports cut at the first space: ("C:\ Program")
"Failed to start service jsreport-server-exe. Program C:\Program couldn't be launched. CreateProcess() failed: The system cannot find the file specified."
What if my folder where it is has a space?
C: \ Program files (x86) \ ...
Hello!
I need that when I install the jsReports Windows service with the command "win-install", I can tell you somewhere or by parameter the folder where the service is installed.
In other words, nowadays the service always installs it in C: \ user_xx \ Tmp \ jsreport \ ...
Is it possible that it can be passed as a parameter?
From already thank you very much!
Hello, i create a demo with big data:
https://playground.jsreport.net/w/anon/u123mxdK
This gives timeout when you want to show the report to PDF.
Thanks!