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

sinsand

Members
  • Posts

    47
  • Joined

  • Last visited

sinsand's Achievements

Enthusiast

Enthusiast (6/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Hi hozawa, we were not using the rest_v2 API due to which all the error and issues were coming. After using rest_v2 we are able to export the reports smoothly. Thanks alot for helping, Sandeep
  2. HI, when we try to get the reports from the Jasperserver through java it is giving Null URL but if I copy paste the same URL in the browser the report is getting generated. I checked the report unit path, it is same for both the url infact both the URL are same. Am i missing something or something else needs to be done. Thanks, Sandeep
  3. HI All, Found the error, as my java requests were not authnticated due to which I was getting the login page. I am going to add token based authntication in java code and then try to generate it. Thanks, Sandeep
  4. HI All, we have a report deployed in jasperserver, From the browser when we generate the report with output as csv the report is generated and downloaded. When we copy the url for that report and try it in another tab then also the report is getting downloaded. But when we try to get the same report from java code instead of getting a csv file of the report we are getting html code. We tried few different ways to download it but in each file we are getting some html code. the latest we tried was FileUtils.copyURLToFile(new URL(loginURL), new File("d:/test3.csv")); Is there something more to be done to get the generated report in csv from Java code or am I missing something?? Thanks, Sandeep
  5. HI All, In our Jasperserver when we run any report, we pass few parameters in the URL like enterprise ID and User ID. Depending upon those my other input controls are getting their values as those paramters decides access. When I run the report and pass parameters in the URL we can see the values in input controls but when I try to schedule the report and pass the parameters, other Input controls are not showing any values. My other input controls are Organization and program, both are cascading parameters which are manadatory and both are not showing any values we are using Jasperserver 6.2. Do we need to do something more or am I missing something?? Thanks, Sandeep
  6. HI, we have a requirement that from jasperserver we direclty need to export the csv or excel without running the report in jasperserver and then to export in csv and excel format. Currently the Jasperserver is embedded in iframe and from there we are generating the report. The client reqiurement is that without using the Iframe we need to connect to the Jasperserver and get the reports in csv or excel report. Is that possible using JasperServer and if it is Please suggest how it can be achived? Thanks, Sandeep
  7. HI, we have reports working on one linux environment but when we export and import the same to other linux environment the reports gets distorted. The environment from which we are exporting is community edition and the importing Environment is professional edition of Jasperserver. Does anyone know what might be the issue or how this can be resolved. Thanks, Sandeep
  8. HI, we have deployed Jasperserver-pro 6.2, installed on a linux machine, but when we open the login page, it does not comes properly. Images and colors are missing. we have other envvironment as well, in those the login page is coming properly. Can anyone suggest what might be the issue ?? Thanks, Sandeep
  9. HI, Found the root cause, it was picking up the wrong jrxml from another folder structure which we missed to check. so there is no issues in JasperStudio regarding Publishing which we mentioned Eariler. We will check more throughly from next time. Thanks for a Quick reply to the posts. Sandeep
  10. Hi, @hozawa-- in PDF I am not able to click on links only in web page, if the problem is web browser cache then without cleaning it if I am uploading then it is working fine, let me create a sample and I will post it for you to check out. Thanks, Sandeep
  11. HI All, We have few index pages consisting of hyperlink to other reports. we have kept some hyperlink and removed some hyperlink but the text is still viewable but not clickable as we have removed the hyperlink tags and attributes. When we publish this report from Jasper Studio 6.2, the removed hyperlink are still clickable but when we upload those jrxmls in Jasperserver 6.2, the removed hyperlink is viewable which was the desired behaviour. we have checked it in both linux and windows, and the issue is on both Env. of JasperServer when we publish from JasperStudio. Does anyone have any idea why this inconsistancy occurs when we publish from JasperStudio and upload the jrxmls directly to the JasperServer? or Am I missing something ?? Thanks, Sandeep
  12. HI, I have a background in my report. In PDF and RTF I am able to view the background but in excel and xlsx I am not able to see the output. Is there any property that can be set or unset to show the background in excel and xlsx format? I have tried <property name="net.sf.jasperreports.export.xlsx.white.page.background" value="true"/> but of no use. or Do I need to do something more. Thanks, Sandeep
  13. HI All, Is there a way to deploy jrxmls directly to the jasperserver with adding input controls to the jrxmls directly from GIT repo. are there any tools or plugins by which can do this ?? Currently we are deploying reports on jasperserver manually. We have only 3 env. now but it might increase to 10 or more. Thanks, Sandeep
  14. HI, I have tried <property name="net.sf.jasperreports.export.xlsx.exclude.origin.band.myGroup" value="Group2"/> as well as <property name="net.sf.jasperreports.export.xlsx.exclude.origin.keep.first.band.myGroup" value="Group2"/> but nothing seems to be working. Both statements have no effect in my main jrxml. the group is in main jrxml. My group name is Group2.<group name="Group2" isReprintHeaderOnEachPage="true"> I have tried it with columnHeaders and that works. Am I missing something or any solutions regarding this? Thanks, Sandeep
  15. HI All, I have a report, I have used<property name="net.sf.jasperreports.export.xlsx.exclude.origin.band.1" value="title"/> <property name="net.sf.jasperreports.export.xls.exclude.origin.band.2" value="title"/><property name="net.sf.jasperreports.export.csv.exclude.origin.band.3" value="title"/><property name="net.sf.jasperreports.export.xlsx.exclude.origin.band.4" value="columnHeader"/><property name="net.sf.jasperreports.export.xls.exclude.origin.band.5" value="columnHeader"/><property name="net.sf.jasperreports.export.csv.exclude.origin.band.6" value="columnHeader"/> to avoid column headers. When I run the report Individually, the excel or xlsx dosent show me title or column header, but this report is a subreport of a big report.When I run this big report, the excel and xlsx show me the title and column header. Can anyone suggest what more needs to be done or am I missing something?? Thanks,Sandeep
×
×
  • Create New...