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

huuquynh

Members
  • Posts

    17
  • 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 huuquynh

  1. Nope, but you should check the firewall on both server and client environment.

     

    And you should check more on PHP error output, dive into detail error... and google solution.

     

    Another way is check yourself by login to jasperserver from browser, run a simple report, if you pass, your code will be.

     

    Good luck!

  2. As previous answer, you should use rest v2, more easier than SOAP and Net_Dim. Anyway, rest service is better in performance too. I don't use SOAP and Net_Dim, maybe you will got some internal error with PHP 5.3.
  3. Personally, I love to use rest sample inside php-sample.

     

    If you tried the client in the php-sample folder, you must install SOAP and Net_Dime.

     

    Copy from readme.txt:

     

    php-sample

    ----------

     

    This sample shows how to use the JasperReports Server Web Services to run a report

    from a PHP application.

     

    Requirements

    ----------

    To use the sample, you need will need:

    * A web server that supports PHP 5.3

    * SOAP pear package (http://pear.php.net/package/SOAP/)

    * Net_Dime pear package (http://pear.php.net/package/Net_DIME/)

     

    If you are using Linux, you can run those commands in console:

     

    pear install -f SOAP

    pear install -f Net_Dime

     

    Good luck!

  4.  

    1) Can jasper be used to produce an e x ce l file using the values in plain java po jo objects.

    I don't know your POJO object, but I think it is not the problem. Lets try Jasper Server to understand and you will know how to generate your report first.

    2) Does jasper needs to be installed in each and every machine or just the jar file is sufficient?

    Nope. You just install on server, and client can access to server to get reports.

    3) The value for the each column in the e x cel report is in a java object. Can jasper show h t ml content inside the excel properly. For example, if the data is <b>This is bold Text</b>. And will the genrated e x cel output will show the data as is inside a cell or does it show the text in bold.?

    It is belonged to your skill/artwork to design Jasper Report XML.

  5. I think you should deploy Jasper Server on separated middleware. I tried to run Jasper Server and other applications in one middleware, and anytime server restarts or middleware restarts, everything are hang. When I restart manual, sometime ok but sometime error (ratio is 50:50). Even now, I'm running Jasper Server in separated middleware, when server is restarted, the Jasper Server's middleware can not start if set service automatic starting, I must start service manual.

    BTW, my server is Linux. :)

×
×
  • Create New...