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

ramnik

Members
  • Posts

    231
  • 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 ramnik

  1. can u please check if there is any file named similar to "jasperserver ...xml" under \apache-tomcat-6.0.16\conf..

    Bcaz , in certain cases ..that file is used instead of /META-INF/context.xml for refering to jasperserver.

    thanks

    Ramnik Kaur

    Senior QA Engineer


  2. 1. This seems to me Bug.

    2. However , you can try this ..export the resoources from the organization and then try importing them using this command by specifying the organization Id in the import command

    js-import --input-zip 31export.zip --org-id MyOrg --org-label UpgradedOrg

     

    Hope this helps ..

     

    Ramnik Kaur

    Senior QA Engineer

  3. Cascading Input Controls feature in JS pro 3.7 works the same way . You can select the values in first filter and all cascaded filter refreshed with values as selected in first filter ..

    Ramnik Kaur

    Senior QA Engineer

  4. you can simply use the parameter -> LoggedInUserRoles [ in built parameter] in query

    select * from report_roles where  $X{IN, role_name, LoggedInUserRoles}

    there is no need to extarct it to string first ..i.e. no need of using LoggedInUserRoleString ..In Built Parameter = LoggedInUserRoles works perfect ..

    thanks

    Ramnik Kaur

    Senior QA Engineer


  5. It seems yoy are trying to use :"Read Only" permission to hide the resources . however You should use :- No Acess permission to hide the resources from the users

    - No acces + all Filters works fine in 3.7, if user have no access permisison and clicks "Al Types" , he still dont see the resources with No access permissions

     

     

    thanks

    Ramnik Kaur

    Senior QA Engineer


  6. You will be able to make your server work Ok by just setting the memory and permGen settings. These are the settings we normally use while testing Jasperserver internally.

     

     

    Ramnik Kaur

    Senior QA Engineer


  7. There is option to save the output ..you can specify the output folder and can select it from repository ..

    screen shot attached

     

    The option is :- *Folder ..and you can select the folder in repository. If you choose public folder , it can be shared among users.

    Ramnik Kaur

    Senior QA Engineer

  8. The issue is Out Of Memory

    1. You can increase the memory to high -> e.g. 1024m Or 2048m

    2. The jasperpint obejct not found error occurs when it is looking for some running report object and it cannot find it bcaz server is already got java.heap space error

    So, basic issue is :- low memory settings ..making it 2048m or even 1024 m will make your server work ok.

     

     

    Ramnik Kaur

    Senior QA Engineer

  9. As far as i know , we cannot run just the JRXML for domain report]  directlly from the iReport . Even , i tried myself and i got error . It is not supported way. However, abt embedding the JRXML in ur application ..i may not be right person to answer ..

    Ramnik Kaur

    Senior QA Engineer

  10. Since this is adhoc report , you should try to run it as report unit and not only the JRXML. Because there will be other resources refrenced by this report . and basically , since this is domain report , i think prefrered way is to run it  as repot unit and not just as JRXML

     

    - you can run this report unit by right clicking in Jasperserver Plugin and click run report unit

     

    Ramnik Kaur

    Senior QA Engineer

  11. 1st way :-

    Steps:-

    - Open iReport designer

    - Open the window Jasperserver Plugin

    - Eneter the properties of jasperserver [ ur jasperserver and login information ]

    - in the jasperserver repository browser , select the report you want to open

    - and right click and select -> open in editor

    - from here , click save , and you will be able to save the report as JRXML

    screen shot attached

    2nd way:-

    - export the jasperreport unit using the Buildomatic command -> js-ant export -DexportFile = "filename.zip" -DexportArgs="--uris /organizations/organization_1/reports/etcetc"

    in the exported report unit , open the resources folder and you can find out the JRXML file for the rpeort .under files folder

    Ramnik Kaur

    Senior QA Engineer


  12. It is not possible to directly download the JRXML file for a rpeort unit. However , if you export the resources , you can get the JRXML file too ..or

    You can open the report unit in iReport [ using Jasperserver Plugin ] and save the JRXML file ..

    Ramnik Kaur

    Senior QA Engineer


  13. iReport 3.7.3 is not supported with Jasperserver 3.7. Please try to use save the report in iReport with comaptibility options  and while saving -> save iwith comapatibility to Jasperreport 3.7.

    Steps:-

    In iReport , go to tools -> General -> Comapatibility options.

    - select the option -> Jasperreports 3.7.0

    - save the report

    - and choose -> keep this version while saving.

     

    Ramnik Kaur

    Senior QA Engineer

  14. Here are the steps which can help you :-

    1. you add query input control to the report

    2. You select locally defind query , select the query language and ad the query

    3. then you can define the value column and visible column for the query. this is haw u defind the resultset of query which will be used ..

     

    Ramnik Kaur

    Senior QA Engineer


  15. For jasperserver Professional , the information abt deployment to different databases is in install Guide. You can use the steps described in Install Guide to install on any supported platform and Database.

     

    Ramnik Kaur

    Senior QA Engineer

  16. You should be able to use MS SQL srerver as ur DB. Mysql syntax is not embedded in code. It may be , however , samples wont work ok bcaz by default , sample reports are designed to work on Mysql

    For Jasperserver-Pro, you can choose the MS SQL server Db while doing deployment itself.

    Ramnik Kaur

    Senior QA Engineer


  17. In the JRXML ,

    - using the report wizard , you can add the resource -> by clicking -> Add Resources and selecting the image. this will ad dthe image resource with proper prefix ..e.g. if the image is saved under -> /oragnization_1/Image , you need to have that prefix in teh JRXML

     

    - If you are using report wizard to do it, it will be done automatically , you may not need to edit the JRXML by hand .

    Ramnik Kaur

    Senior QA Engineer

×
×
  • Create New...