jasperserver

How to get the ReportDesign class of some subreport on the server for scriptlet-based modifications?

给你一囗甜甜゛ 提交于 2019-12-23 00:30:14
问题 Locally I have a master.jrxml report and some subreport.jrxml and can load and manipulate the subreport via ReportDesign design = JRXmlLoader.load( "/local-file-dir/path/to/subreport.jrxml" ) in the Scriptlet code. On the server, the above load method (trigged by my master.jrxml ) obviously cannot deal with repo paths, no matter what I tried (basically net.sf.jasperreports.engine.JRException: java.io.FileNotFoundException: ... ) ( subreport.jrxml uploaded as a JRXML File Resource - not as

Hiding reports from specific user

本秂侑毒 提交于 2019-12-20 05:58:30
问题 I have made a drill down report which contains 5 subreports , all of them are connected using Hyperlink section. I want users only to view the main drill down report, I mean first label of drill down . If I set Execute Only permission for the ROLE_USER , that particular report is not working, throwing errors like Access Denied . Can anybody tell me how can I hide reports as well input controls attached to that. 回答1: Drill down reports must have linking to the upper level reports and those

trying to connecting jaserper server using jersy api throw exception?

微笑、不失礼 提交于 2019-12-19 04:53:12
问题 When i am trying to connecting jaserper server using jersy api throw exception java.lang.NoSuchMethodError: org.glassfish.hk2.utilities.AbstractActiveDescriptor code bellow here RestClientConfiguration configuration = new RestClientConfiguration("//localhost:80/jasperserver"); JasperserverRestClient client = new JasperserverRestClient(configuration); //Session session = client.authenticate("jasperadmin", "jasperadmin"); OperationResult<InputStream> result = client .authenticate("jasperadmin",

Get report from jasperserver using REST webservice and asp.net C#

*爱你&永不变心* 提交于 2019-12-18 11:55:18
问题 You can use the jasperservers webservices (SOAP and REST is available) to get mange and run reports on from a web application. The SOAP wsdl is not compatible with asp.net c# (at least, I cannot get it to work), so I decided to use the REST webservice. I am ALMOST there, but I can't retrieve the report itself. does anyone know what goes wrong? I am using jasperserver CE 4.5 on Linux. // Setup WebClient WebClient httpclient = new WebClient(); //Basic Auth httpclient.Credentials = new

How to use csv as datasource in Jaspersoft Server?

别等时光非礼了梦想. 提交于 2019-12-18 08:57:55
问题 I've been asked to develop a report using Jaspersoft studio to generate the report template and then use jaspersoft server to have users that generate the report on demand, using data from a CSV file, instead of a DB. I've been able to generate a report locally using studio, upload the report to the server, but I'm not able to generate the report from there. I've been looking around and every solution that is proposed is to inject the data into a DB and then generate the report using that.

JasperServer: Unable to locate the subreport exception

南楼画角 提交于 2019-12-17 19:52:32
问题 I searched for a couple of days to fix this bug with nothing new. I had a report which include multi-level subreports everything works fine on iReport 3.7.5 . I used subreport.jasper as subreport expression in the first level & also subreportA.jasper , subreportB.jasper in the second level & place all (the main report & subreports) in the same path. The problem raised when I try to deploy it on my JasperServer . When I try to upload the first main report the iReport wizard offerd me to attach

Unable to Goto the Second Step of Scheduling on Jasper Server

泄露秘密 提交于 2019-12-13 05:54:51
问题 I am using Jasper Server 4.5.0 32-bit version. When I click on Next after filling the report name as requested in the first step of scheduling a report in server, it gives me the following error: The server has encountered an error. Please excuse the inconvenience. An error has occurred. Please contact your system administrator. (5321) Error Log Following: 2012-04-09 17:37:38,940 WARN IntrusionDetector,http-8080-2:449 - [SECURITY FAILURE Anonymous:null@unknown -> /ExampleApplication

Get report from JasperServer using SOAP

你离开我真会死。 提交于 2019-12-12 05:40:12
问题 Can someone provide me a working example which gets reports from jasperserver using it's SOAP API. Actually I know how to run it to a file.... but I need to get report data directly. Thanks in advance! 回答1: I've tried a lot of ways of doing the above thing, and what I've came up with is to get report from JasperServer in JasperPrint format and then export it in whatever you need. Another way of solving that problem is to get report via HTTP API. 回答2: You can check out http://www.codeproject

JasperReport Server email by Sendgrid

耗尽温柔 提交于 2019-12-12 03:46:23
问题 When trying to send email from JasperReport Server using Sendgrid it throws error 2016-05-22 05:27:20,212 ERROR ReportExecutionJob,quartzScheduler_Worker-1:349 - The job error notification was not completed. An error occurred while sending it. org.springframework.mail.MailSendException: Failed messages: com.sun.mail.smtp.SMTPSendFailedException: 550 Unauthenticated senders not allowed ; message exception details (1) are: Failed message 1: com.sun.mail.smtp.SMTPSendFailedException: 550

Jaspersoft Server V5.5 Catalogue Import Creates Directories in Repository But No Reports, Import Controls, Or Queries Are Imported

家住魔仙堡 提交于 2019-12-11 10:20:07
问题 I have a zip file created using the Export function in Jaspersoft Server V5.5. This zip file contains a catalogue of all reports, input controls, and queries from a development server. When I try to import the catalogue to V5.5 on my production server by logging in as superuser and going to "Manage > Server Settings > Import", selecting the zip file, and clicking Submit, I receive an "Import Succeeded" message. When I check the repository however, most of the directories have been created