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

jasperrocks

Members
  • Posts

    19
  • 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

Posts posted by jasperrocks

  1. Hi All,

    To prevent logging of user password in tomcat logs we would like to enable static encryption in jasper by setting the dynamic encryption to false (security-config.properties file in /jasper-home/apache-tomcat/webapps/jasperserver/WEB-INF/classes/esapi) .we don't want to change the configurations in  server.xml file configs as it removes complete log information and doesn't make sense of log definition. we used the below url to generate the encrypted key for user passwords

    https://domain.com/jasperserver/encrypt.html

    Any Idea on how to get the encryption key for a string entered?

  2. I'm facing the issue in jasperreports when exported to excel it is creating extra space in a cell.It is working as expected for PDF as shown in picture.But when exported to excel it is creating extra space due to property stretch with overflow=true (I need to use this one as it helps for PDF exporting).I used the property net.sf.jasperreports.export.xls.column.width =1000 for the last element to increase the width while exported to excel .it helped to get the result but the extra space is created as show in picutre.Please let me the properties I need to use for this kind of situation.

    The properties I used to entire report are

        <property name="net.sf.jasperreports.export.xls.remove.empty.space.between.rows" value="true"/>
        <property name="net.sf.jasperreports.export.xls.remove.empty.space.between.columns" value="true"/>
        <property name="net.sf.jasperreports.export.xls.white.page.background" value="false"/>
        <property name="net.sf.jasperreports.export.xls.detect.cell.type" value="true"/>
        <property name="net.sf.jasperreports.export.xls.ignore.graphics" value="false"/>
        <property name="net.sf.jasperreports.page.break.no.pagination" value="apply"/>
        <property name="net.sf.jasperreports.export.xls.one.page.per.sheet" value="false"/>
        <property name="net.sf.jasperreports.print.keep.full.text" value="true"/>
        <property name="net.sf.jasperreports.exports.xls.font.size.fix.enabled" value="false"/>

     

    The properties for particular last element

    <property name="net.sf.jasperreports.export.xls.auto.fit.row" value="false"/>
                        <property name="net.sf.jasperreports.export.xls.column.width" value="1000"/>
                        <property name="net.sf.jasperreports.export.xls.wrap.text" value="true"/>

    For the detail band elemets I used position Type=float

    strecth type = elementgroup heigh

    Looking for possible solution to remove extra space in cell

    PDF export

    converted-file.png.3c70602e6eea6ed614eddbc6d35f1cb2.png

    Excel Export

    converted-file.png.1eae17bfcd8de2d87855bfcd46d397bc.png

     

    Thanks

  3. Hi,

    I'm trying to import some files from Jasperserver CE 5.0 to Jasperserver EE 6.3.0 through buildtomatic/js-export.sh feature where I'm controlling which files to export through JS-EXPORT --uris /foldername and trying to import the exported zip file using js-import --input-zip output,zip.Here the issue it is deleting all the reports in 6.3.0 and replaced by 5.0 reports.How can control import where it should not delete the  existing reports.

     

    Thanks

     

×
×
  • Create New...