jasperserver

Running report on JasperServer from C#

怎甘沉沦 提交于 2019-12-03 10:13:07
Jasper Reports is a superb open source alternative to Crystal Reports. It's great for single page PDF pages such as letters & invoices to multi-page reports. However it's not very .NET friendly, and getting C#/Mono to play nice with JasperServer has not been fruitful. Has anyone got any code samples of how to run a report on JasperServer from C#, and attach an XML dataset with the SOAP request? It needs to work on Mono, so Microsoft.Web.Services2 is out of the question. I had a go at trying to roll my own soap request. Jasper Server seems to accept it, but I cant seem to get any response back

Passing in content when generating JasperServer report using the REST API

烂漫一生 提交于 2019-12-03 06:22:45
I'm working on a project that aims to replace our current PDF generator with JasperReports Server. The plan is to use the REST/HTTP API to reach a high level of abstraction between the systems. Optimally, we do not want to let JasperReports Server pull the data from the database, since this would bypass the existing logging and authorization in the calling application's architecture. Instead, we'd like to start with extracting the content in the calling application, and then pass that content to JasperReports Server. We've done quite a bit of investigating, and the lack of relevant results

Missing data (JasperReports Server reports)

喜你入骨 提交于 2019-12-02 20:51:17
问题 Ok so when I run my report in iReport I only get one row as output 100 100 - BA - 7294 - 1 - 3 But when I copy the query created by the report out of the server logs and run it I get 80 rows as output 100 100 - BA - 7294 - 1 - 3 100 101 - BA - 7294 - 1 - 3 100 102 - BA - 7294 - 1 - 3 100 103 - BA - 7294 - 1 - 3 100 104 - BA - 7294 - 1 - 3 100 106 - BA - 7294 - 1 - 3 100 107 - BA - 7294 - 1 - 3 100 108 - BA - 7294 - 1 - 3 100 109 - BA - 7294 - 1 - 3 100 110 - BA - 7294 - 1 - 3 etc... I have

Jasper Server import export error while installation

て烟熏妆下的殇ゞ 提交于 2019-12-02 18:48:30
问题 I have an error while installing Jasper Server. At the end of the installation sugarcrm database is created succesfully but when Jasper Server starts importing something is giving error as follows. Warning: Problem running post-install step. Installation may not complete correctly Error running /opt/jasperreports-server-cp-5.2/apache-ant/bin/ant import-ce -DimportFile=install_resources/export/js-catalog : BUILD FAILED /opt/jasperreports-server-cp-5.2/buildomatic/bin/import-export.xml:235: The

JasperServer - null values for input controls

心已入冬 提交于 2019-12-02 15:28:26
问题 Recently I got some help with grouping when a user enters a null value into an input control ("Rolling up" groups in Jaspersoft iReport). I am using iReport/JasperServer Professional 4.5.1. My three levels of grouping are pharmacy, facility, and packaging type. After deploying the report to JasperServer , I am having some trouble with nulls. I unchecked "always prompt" for my input controls, and when the report opens the first time it acts as though it has received null values for all input

JasperServer - null values for input controls

南笙酒味 提交于 2019-12-02 13:40:18
Recently I got some help with grouping when a user enters a null value into an input control ( "Rolling up" groups in Jaspersoft iReport ). I am using iReport/JasperServer Professional 4.5.1. My three levels of grouping are pharmacy, facility, and packaging type. After deploying the report to JasperServer , I am having some trouble with nulls. I unchecked "always prompt" for my input controls, and when the report opens the first time it acts as though it has received null values for all input controls and groups appropriately (which is what I want). The display mode for my input controls is

Jaspersoft Studio 6.2 Build Path Warning [closed]

久未见 提交于 2019-12-02 10:50:58
I've recently installed Jasperserver and Jaspersoft Studio to work with JasperReports. After creating a database connection to my PostgreSQL database and building a report from that database, I'm getting the following warning in Jaspersoft Studio, which I've been unable to resolve. Build path specifies execution environment JavaSE-1.6. There are no JREs installed in the workspace that are strictly compatible with this environment. I found the configuration didn't have an associated JRE System Library, so I tried using the JRE System Library [JavaSE-1.6] installed with Jaspersoft Studio, which

Missing data (JasperReports Server reports)

╄→尐↘猪︶ㄣ 提交于 2019-12-02 10:17:12
Ok so when I run my report in iReport I only get one row as output 100 100 - BA - 7294 - 1 - 3 But when I copy the query created by the report out of the server logs and run it I get 80 rows as output 100 100 - BA - 7294 - 1 - 3 100 101 - BA - 7294 - 1 - 3 100 102 - BA - 7294 - 1 - 3 100 103 - BA - 7294 - 1 - 3 100 104 - BA - 7294 - 1 - 3 100 106 - BA - 7294 - 1 - 3 100 107 - BA - 7294 - 1 - 3 100 108 - BA - 7294 - 1 - 3 100 109 - BA - 7294 - 1 - 3 100 110 - BA - 7294 - 1 - 3 etc... I have done these kinds of reports a hundred times and this has never happened and I can't seem to find a

Create a calendar to pick dates (and time) in Jasper server

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-02 10:01:17
enter image description here @jtsnr --This snapshot from jasper server.I clicked outside the text box Dateto and a calendar is displayed. But there is no calendar icon outside the boxes as seen in previous example. Also, the text box takes any text typed into it but throws error that type a valid date.If date is typed it accepts it.I want it should accept only dates picked from calendar or typed dates only. Is that possible? When you create the input control in JasperServer via the wizard you need to select a Type of Date at the Set the Datatype Kind and Properties stage. 来源: https:/

Hiding reports from specific user

我是研究僧i 提交于 2019-12-02 08:32:54
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. Drill down reports must have linking to the upper level reports and those reports may have different permissions then "Execute only" . The permissions set are inherited from the above