I have purchased v1.9.1 enterprise edition as one time license, I would to like to upgrade my jsReport server to latest because i am facing issue while generating pdf using phantom js with graph.
Thanks in advance
I have purchased v1.9.1 enterprise edition as one time license, I would to like to upgrade my jsReport server to latest because i am facing issue while generating pdf using phantom js with graph.
Thanks in advance
"httpPort": 5488,
"extensions.express.inputRequestLimit":"50Mb",
"httpsPort": null,
Is this correct
I have another error also.
{"message":"request entity too large","stack":"Error: request entity too large\n at readStream (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/raw-body/index.js:196:17)\n at getRawBody (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/raw-body/index.js:106:12)\n at read (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/body-parser/lib/read.js:76:3)\n at jsonParser (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/body-parser/lib/types/json.js:127:5)\n at Layer.handle [as handle_request] (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/layer.js:95:5)\n at trim_prefix (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:317:13)\n at /home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:284:7\n at Function.process_params (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:335:12)\n at next (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:275:10)\n at urlencodedParser (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/body-parser/lib/types/urlencoded.js:100:7)\n at Layer.handle [as handle_request] (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/layer.js:95:5)\n at trim_prefix (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:317:13)\n at /home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:284:7\n at Function.process_params (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:335:12)\n at next (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:275:10)\n at cookieParser (/home/ubuntu/report_server/node_modules/cookie-parser/index.js:56:14)\n at Layer.handle [as handle_request] (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/layer.js:95:5)\n at trim_prefix (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:317:13)\n at /home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:284:7\n at Function.process_params (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:335:12)\n at next (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:275:10)\n at expressInit (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/middleware/init.js:40:5)\n at Layer.handle [as handle_request] (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/layer.js:95:5)\n at trim_prefix (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:317:13)\n at /home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:284:7\n at Function.process_params (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:335:12)\n at next (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:275:10)\n at query (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/middleware/query.js:44:5)\n at Layer.handle [as handle_request] (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/layer.js:95:5)\n at trim_prefix (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:317:13)\n at /home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:284:7\n at Function.process_params (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:335:12)\n at next (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:275:10)\n at Function.handle (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/router/index.js:174:3)\n at Function.handle (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/application.js:174:10)\n at Server.app (/home/ubuntu/report_server/node_modules/jsreport-express/node_modules/express/lib/express.js:38:9)\n at Server.<anonymous> (/home/ubuntu/report_server/node_modules/engine.io/lib/server.js:435:22)\n at Server.<anonymous> (/home/ubuntu/report_server/node_modules/socket.io/lib/index.js:275:16)\n at Server.emit (events.js:180:13)\n at Server.emit (domain.js:421:20)\n at parserOnIncoming (_http_server.js:642:12)\n at HTTPParser.parserOnHeadersComplete (_http_common.js:117:17)"}
in my node script i am sending data to jsreport api.after sending to api this is happening.
@Ntinos-Kefis and @wlesnia1 your data may contain date parameter . I think u assigned date as a number but it must be in string.
While i try to rendering the xlsx report i am getting this error.
{"message":"Error during rendering report: Timeout error during executing script","stack":"Error: Timeout error during executing script\n at Timeout._onTimeout (/home/ubuntu/report_server/node_modules/script-manager/lib/manager-processes.js:24:8)\n at ontimeout (timers.js:466:11)\n at Timer.unrefdHandle (timers.js:578:5)"}
@jan_blaha pls solve my issue
I am trying to send date to xlsx file but i it goes as a string so i cannot use in pivot table function . This is how i had used
<c t="inlineStr" s="{{@root.$removedItem.d.[2].$.s}}"><is><t>{{date}}</t></is></c>
it goes like a string.
I need it like a date It self.
Please solve this issue
Thanks @jan_blaha i had a mistake in my script i fixed it is working now.
I am trying to download the pdf one by one with a script by delaying 5seconds for every call first 3 or 4 pdf is downloading after that it shows socket hangup .
Please Suggest me how to fix this issue.
@MI53RE19 your guess was correct. I am using nodejs and i have a doubt how you are generating all invoice separately in a single click.
I had created a templare and download it and it is working fine in office 2010,2013,2016. But When i try to open it in office 2007 it shows unreadable content.
Note : I am using Pivot Table in Template .
Please give a quick solution @administrators . I know you will give a quick replay in my condition it is urgent pls give a soln As Soon as Possible.
@Vikram-Kamalapur Thanks , I think u didn't understand my problem. I am creating invoice with one template. For single invoice its fine and good but in case i need to download or generate consolidated invoice (more than one invoice at a time). Please Suggest some example @administrators @Vikram-Kamalapur
I need to generate multiple page PDF with same template i have in jsreport using phantom-pdf engine.
I saw your multiple page example that can't help me.
please give some example for this.
@bjrmatos yes this helps me but i need something more..like output of pivot table (NOT USING PIVOT TABLE)
https://playground.jsreport.net/studio/workspace/rkWcRiHog/27 in this example i need to group the data of same date for example i am having 2 data at 1st march and having 3 data at 1st march once again as per ur above example it comes in a next row . i need to display in same row of having 5 data in 1st march..in simple word i need to show like a pivot table
I need to add excel sheet with macro enabled feature how to do it