Thanks for the confirmation
papegowda
@papegowda
Posts made by papegowda
-
Log4Shell, the Apache Log4j utility
Hi
please let us know is JS Report is using Apache Log4j utility.
A critical zero-day exploit, known as Log4Shell, affecting the Apache Log4j utility (CVE-2021-44228) was made public on December 9, 2021
Currently we are using 1.7.0 version in our report.
-
RE: JS Report Upgrade from v1.7.0 to 2.0
Thanks,
the authentication is working, but connection string is not working, as per the document connectionstring is renamed to store, but it is not working.extensions_store_provider : postgres
extensions_store_database
extensions_store_host
extensions_store_password
extensions_store_port
extensions_store_userplease help
-
JS Report Upgrade from v1.7.0 to 2.0
Hi,
I am running JS report(version 1.7.0) in AWS Elastic Beanstalk using Docker file.
Today i have created new Elastic Beanstalk application for JS Report 2.0 using Docker File. and i am trying to enable the authentication using following variable and it is not working in V2.0 but same tag is working in v 1.7.0
authentication_enabled
authentication_admin_username
authentication_admin_passwordsimilarly other configuration which are working in v1.7.0 is not working in v2.0
please help us in configuring it.
-
RE: Difficulty in setting AWS elastic beanstalk configuration.
Thanks for the clarification.
i am able to set the store configurations and it is working now.
but when i tried to set the admin login configuration, it is not successful and elastic beanstalk is not taking effect and it is revering
extensions_authentication_admin_username
extensions_authentication_admin_password
extensions_authentication_enabledAlso the electron is giving error as 'Error when processing render request Timeout when executing in electron Error: Timeout when executing in electron'
and i have set the followings for electron.
electron_numberOfWorkers = 12
electron_strategy = dedicated-process
electron_timeout = 60000i need to use electron since my existing JS 1.7 is having some electron Template and which i need to migrate to new version
-
Difficulty in setting AWS elastic beanstalk configuration.
Hi,
I have created the JS report 2.3 using docker in AWS elastic beanstalk and i have set the software configuration using my current running JS report 1.7, but look like these configuration is not taking any effect in JS 2.3,
Please let us know how do i configure new JS report 2.3 in aws.
for example. in JS 1.7 we have used following environmental properties to store in postgress.
-
connectionString_name - postgress
-
connectionString_database - database name
-
connectionString_host - connection string of the database
but above listed environmental properties are not taking any effect in JS report 2.3
Please help to upgrade my JS report from 1.7 to 2.3
-
-
Migrate from 1.7.0 to 2.1
hi,
we are running JS report v 1.7.0 in AWS, which was installed using Docker.
now i have created new AWS Elastic Beanstalk app and installed JSreport 2.1 version using docker file.When i configure existing posgress database connection in the JS report 2.1, it is not showing any of the exitsing reports in the playground, but in database all the old reports exist.
in the AWS elastic beanstalk configuration i have used following keys for database connection.
store_name = (postgres)
store_database
store_host
store_port
store_user
store_passwordis these tags are correct ? also please let us know can we use our existing Licence Key for this.
-
RE: XLSX file corrupted after download from JSreport using API
Hi,
Thanks for replay.
i have signup the JSreport online and created a simple XLSX template and same has been downloaded using API from ReactJS web application. it is working without any issues.
if i create the same XLSX template in our local JSreport which was hosted in AWS (installed using Docker) and if i download using API from ReactJS web application. it is corrupting the xlsx, but if i directly download the same from the Portal it is not corrupted.
Please let us how do we fix this.
-
RE: XLSX file corrupted after download from JSreport using API
Hi,
Please download the file from the below link
https://drive.google.com/file/d/1J03DGmU9hdaLlARjO2fg3u3uX-7Tnamg/view?usp=sharing
-
XLSX file corrupted after download from JSreport using API
Hi
I am working through an API in Node.js posting requests to a jsreport.Using jsrender engine and xlsx recipe i am creating xlsx files from data in json format.
The problem is that , I get an error from excel:"We found a problem with some content in <filename> . Do you want us to recover as much as we can? If you trust the source of this workbook, click Yes"
If I do click Yes, an empty worksheet appears with the following error message:
Excel completed file level validation and repair. Some parts of this workbook may have been repaired or discarded.
Removed Part: /xl/sharedStrings.xml part with XML error. (Strings) A document must contain exactly one root element. Line 1, column 0.
Removed Records: Cell information from /xl/worksheets/sheet1.xml partWhen the error occurs, I've tried taking the json file and using it as sample data in jsreport studio and the report comes out fine.
for reference i have uploaded the corrupted xlsx file.
[0_1532000403750_Report (6).xlsx](Uploading 100%)