Jump to content
We've recently updated our Privacy Statement, available here ×

kavita.negi

Members
  • Posts

    29
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by kavita.negi

  1. Hi All, I am using custom jre source to generate datasource for jasper reports. Now I want to use dynamic jasper to generate whole report dynamically .and run it on the jasper server. After too much googling I didn't find any way to integrate dynamic jasper to jasper server. Will any body clarify me that whether it is possible to run dynamic jasper reports on jasper server or not ?
  2. Hi, I have created a custom bean source jar for generating reports on jasper server Now I want to compile this jar file using pom But I got no required dependency for this jar file jasperserver-api-metadata-5.2.0.jar Will any body speciy me what dependency I have to added for above jar file in pom.xml Kind regards, kavita
  3. I found a solution to my problem by modyfing the default parameter template file and setting the checked option true .It show all the values selected . But while getting these parameters inside custom jre source java code they are empty. Will you explain why nothing is transfer even after puttting check mark on all check boxes.
  4. I have a parameter type java.lang.string . I have used this parameter to show some static text as note. It works fine. But now I want to change the color of that static text to highlight that . But there is not such property for a parameter to apply style . Will any one specify me how to apply style to a input parameter . Kind regards, Kavita
  5. how to change the default organisation name in ireport Kind regards kavita
  6. while connecting to remote server from ireport http://ec2-54-216-123-216.eu-west-1.compute.amazonaw.com:3308/jasperserver-pro/services/repository Exception generated : Caused by: org.apache.commons.httpclient.ProtocolException: The server ec2-54-216-123-236.eu-west-1.compute.amazonaws.com failed to respond with a valid HTTP response at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1987) at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735) at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098) at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398) at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323) at com.jaspersoft.ireport.jasperserver.ws.CommonsHTTPSender.invoke(CommonsHTTPSender.java:240) ... 14 more also Organization name text box missing .How can I change the default organization name in ireport to connect with remote server urgent issue Kind regards, Kavita
  7. I want to add collapsing rows in my report for eg. if I click on the row next n number of rows appears. I am using jasper server and ireport tool to generate jasper reports. Kind regards, Kavita
  8. in ireport I use java.lang.Number with numeric input control
  9. I want a hidden parameter in jasper server of type java.lang.Integer. But as in Ireport this datatype is available .How to use that datatype in jasper server . I want to use switch on that parameter value. If I create a numeric input control for same type in gives me 5431 error. Please Help. Kind regards.
  10. Hi ajinkya_c Thanks for answer .I read article but I am confused .How the things happen.
  11. I have a input control that shows checkboxs to select any particular value .By default one value ( top most) is selected. I want to select all the values of a mutiselect check box by default on jasper server. Kind regards, Kavita
  12. start/stop jasper server on windows using command line.
  13. I have a sub report and I had a seprate data source for the subreport For specifying datasource I have added a paramete with following setting Parameter class -java.sql .Connection Default value -com.jaspersoft.ireport.designer.utils.Misc.getConnection("lev8") It works fine on ireport But when deployed on jasper server it shows following error message Error MessageError evaluating expression : Source text : com.jaspersoft.ireport.designer.utils.Misc.getConnection("lev8") Any one specity the steps to deploy a report on jasper server Kind regards Kavita
  14. I have a sub report and I had a seprate data source for the subreport For specifying datasource I have added a paramete with following setting Parameter class -java.sql .Connection Default value -com.jaspersoft.ireport.designer.utils.Misc.getConnection("lev8") It works fine on ireport But when deployed on jasper server it shows following error message Error MessageError evaluating expression : Source text : com.jaspersoft.ireport.designer.utils.Misc.getConnection("lev8") Any one specity the steps to deploy a report on jasper server Kind regards Kavita
  15. Thanks Issue is resolved and report is running fine on jasper server But Now want to pass input value to the bean source and extract custom bean as filtered using input values . Please specify how to pass input to custom bean source .
  16. I am new to jasper reports . I am using custom bean sources for complex reports. But in future these custom bean sources may increase in number .So to avoid this I want to deploy my java war file on jasper server . Please give the steps that are necessary to deploy java var file on jasper server.
  17. I ahve created jRSource andy deployed to server but when report always created with no data
  18. Yes I create custom jre source and test it on ireport as well as on server it works fine with message connection passed on jasper server. But when attached to the report on jasper server the report is empty where as in ireport it show data correctly .Is my bean class is correct
  19. OK one question regarding custom bean source while deploying to jasper server custom jre source do not show any data .Please Help.
  20. I have created a jre source and test it on ireport it work perfectly . But when I deploy it on jasper server .Connection successfully created but when report is executed it is always empty I have created a seprate xml file to give bean definiton as given below <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd"> <!-- define a custom data source --> <bean id="EmployeeDS" class="com.EmployeeDataSourceFactory"> </bean> </beans> Please tell me whether there are some thing missing . Kind regards, Kavita
  21. I have a query that returns the name of employees select emp_name from employee ,it returns 5 names and the type automatically of emp_name is string. While Showing in main report ,the whole report iterate for each record. I want to know that is there any way to pass these employee names as a collection to subreport .I am trying too much bu could not find any solution it. Tell me whether it is possible or not .Or we have to use some other datasource to create it .
  22. while using com.jaspersoft.ireport.designer.utils.Misc.getConnection("") connection expression the reports are empty
×
×
  • Create New...