jasperserver

Using Cascading inputs with API/Web Services for JasperReports JasperServer 4.0

為{幸葍}努か 提交于 2021-02-07 08:18:43
问题 Quick preface. My company is actually paying for Jasper support, but they have been unable to help me. At this point googling for the answer only leads me to my own unanswered forum threads on their site. I am going crazy. I am having a terrible time writing code to handle cascading inputs with Jasper's Web Services API. Their web services sample web app does not handle this (even though this feature is something they have been heavily pimping since 3.7). The only place where I have found an

Using Cascading inputs with API/Web Services for JasperReports JasperServer 4.0

爱⌒轻易说出口 提交于 2021-02-07 08:17:04
问题 Quick preface. My company is actually paying for Jasper support, but they have been unable to help me. At this point googling for the answer only leads me to my own unanswered forum threads on their site. I am going crazy. I am having a terrible time writing code to handle cascading inputs with Jasper's Web Services API. Their web services sample web app does not handle this (even though this feature is something they have been heavily pimping since 3.7). The only place where I have found an

Making one input control affect the choices of a second input control

血红的双手。 提交于 2021-02-04 19:40:32
问题 Using ireport I know how to make input controls but I have one issue that I wonder is do-able. I would like to have two input controls but I need one of them to be filled only by whatever the user picks for the first input control. For instance, my first input control has 3 categories, from those 3 categories certain choices will need to show up in the 2nd input control's drop-down box according to whatever was chosen from the first input control. Is it possible to have the choices be filled

Making one input control affect the choices of a second input control

孤街醉人 提交于 2021-02-04 19:40:26
问题 Using ireport I know how to make input controls but I have one issue that I wonder is do-able. I would like to have two input controls but I need one of them to be filled only by whatever the user picks for the first input control. For instance, my first input control has 3 categories, from those 3 categories certain choices will need to show up in the 2nd input control's drop-down box according to whatever was chosen from the first input control. Is it possible to have the choices be filled

JasperServer an error occurred while starting the sheduler

让人想犯罪 __ 提交于 2021-01-29 09:16:42
问题 **I have already tried everything that is possible, making changes to ehcache, deleted caches and so on. The problem is when running large reports where one is a large or multiple queries. Who could solve the problem, help jasper version 7.1.0** ERROR DiskStorageFactory,attribute%0043ache.data:495 - Disk Write of com.jaspersoft.jasperserver.api.metadata.user.service.impl.ProfileAttributeCacheKey@36fe1bdb failed: java.io.NotSerializableException: com.jaspersoft.jasperserver.api.metadata.user

JSON DataAdapter using API causing slow report generation

杀马特。学长 韩版系。学妹 提交于 2021-01-28 21:45:46
问题 I am having my API where I am sending a request from POSTMAN and it takes less than a second to respond. But, when I use the same API in JasperReport using JSON DataAdapter, it takes about 7 to 15 seconds to respond and generate the report. Here is a snapshot is taken after uploading the report to the server using Mozilla. Here is the same report on the POSTMAN It is not fetching anything from the API but just the login key. Here is a snapshot from the JasperStudio Here is my jrxml <?xml

How to make a Multi-Select List of Values (Check Box) a Cascading Inpu control in JasperReports Server?

筅森魡賤 提交于 2020-04-17 20:37:09
问题 I already have a Cascading Input Control with the Single Select Query type, based on a Multi-Select List of Values (Check Box), where the options are shown only when I select Brazil among the options United States, Italy, Brazil, Canada and Australia. What I want now is to make the second Input Control a Multi-Select List of Values (Check Box) Cascading Input. Which will keep showing its options only when I select Brazil in the Contry Input Control. Is that possible? How can I achieve this

Passing parameters through the url

懵懂的女人 提交于 2020-01-24 08:26:25
问题 I am able to access a report, that I created with ireport. I am using an url which let's me have a look at my report from the JasperServer interface. It looks like following: http://localhost:8080/jasperserver/flow.html?_flowId=viewReportFlow&standAlone=true&_flowId=viewReportFlow&ParentFolderUri=%2Freports%2Fsamples%2FTest&reportUnit=%2Freports%2Fsamples%2FTest%2FEinReport&j_acegi_security_check&j_username=jasperadmin&j_password=jasperadmin My question is: can one pass parameters through

Linking subreports in iReport so they also work in Jasper server

夙愿已清 提交于 2020-01-10 08:30:07
问题 Using iReport v4.0.1 with Jasperserver v4.1.0 I'm trying to find a syntax for linking subreports to the main report that lets me test it in iReport then deploy to the server through the repository browser. The default syntax for sub-reports in iReport for the subreport expression is something like $P{SUBREPORT_DIR} + "mySubReport.jasper" When you deploy this from iReport it's smart enough to pick this up and suggest changing it to "repo:mySubReport.jrxml" and to then deploy all subreports to

Jasper Report with RestAPI

狂风中的少年 提交于 2020-01-06 20:25:10
问题 I have a report on JasperServer(5.6) which accepts few parameters. I edit few settings on the Output Options tab and enter emails which i would like to sent to on Notifications tab. The report gets generated successfully and an email is sent out perfectly. I wish to use the Rest API of JasperServer to pass on my input options and to schedule and email the report. I went through there documentation http://community.jaspersoft.com/documentation/jasperreports-server-web-services-guide/v56/rest