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

Security Advisories

Downloads

Posts 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. 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

     

     

     

     

  3. 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

     

     

  4. 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

  5. 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.

     

     

  6. 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 Message

    Error 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

     

     

     

     

     

     

  7. 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 Message

    Error 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

     

     

     

     

     

     

  8. 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 .

     

  9.  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.

  10. 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

  11. 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

  12. 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 .

×
×
  • Create New...