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!
Hi, I install and use the Windows single executable.
But, I need to use the configuration (FOR TIMEOUTS).
My steps are:
1- Install the Windows single executable: jsreport.exe win-install httpPort 17050
2- I use by on-prem to localhost:17050
But, the pdf-utils throws timeout.
How can I configure templatingEngine timeout in the installation?
Or, I already have a jsreport.config.json, when I install the Single executable, where's the installation destination folder?
I found it on a temp folder, can I pass the config file there?
Nice, I found the https://jsreport.net/learn/windows-single-executable and works!
Now... when I copy the exe file, and run win-install, how can I configure the timeOuts? for the http server and for templatingEngine?
I have a software where in the installation I need to distribute a jsReports full server installation included.
In my installation, the user machine it's possible is without internet, and I want to run the jsReports windows installation:
I want to replace this commands:
jsreport init
jsreport configure
jsreport start
But I need the jsReports Windows Services.
It's possible?
Thanks
I'm using this class:
https://github.com/jsreport/jsreport-dotnet-client/blob/master/jsreport.Client/ReportingService.cs
But, there isn't any templatingEngines.timeOut property
The exception says:
"Unable to render template. Timeout during evaluation of pdf-utils operations"
Hi, I use ReportingService and configure the HttpClientTimeout property with = TimeSpan.FromMinutes(10).
But, in 5 seconds, jsReports throws a timeout exception.
(I use pdf-utils in my example)
How can I configure the timeout?
Thanks
The error says:
"Timeout during evaluation of pdf-utils operations"
Hi, I make an example and not work in playground, throws a timeout:
https://playground.jsreport.net/w/anon/l1G4pKnA
Any solution for this?
Thanks!