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

insolve

Members
  • Posts

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

Everything posted by insolve

  1. Hi, Development environments:-1) PHP 5.32) mySQL3) Jaspersoft studio (latest)4) Jasperserver (latest) and here we have facing some problems and which you could help as following:-1) Reporting with large number of records If the report unit called grn1_1dtparameter.jxml retrieve large number of reocrds from server, we will face the error saying that 'this pdf document might not be displayed correctly' at the broswer. What can we do to overcome this problem ? 2) if we change the query of same report grn1_1dtparameter.jxml to limit say 1000 records, everything is working well without the above mentioned error. What can we do to make it working in large number of records? The following is some coding of how we call the report via REST as following & attached herewith the jrxml file :- require_once APPPATH . "reports/vendor/autoload.dist.php"; header('Content-Type: application/pdf');$c = new JaspersoftClientClient("http://localhost:8080/jasperserver","jasperadmin","jasperadmin" );$controls = array( 'coid' => 'TSL', 'trncd' => 'GRN', 'frbthno' => ' ', 'tobthno' => 'ZZZZZ', 'frdt' => $frissdt, 'todt' => $toissdt ); $report = $c->reportService()->runReport('/reports/tsqz/grn1_1dtparameter', 'pdf', null, null, $controls); echo $report; The output to firefox browser said 'this pdf document might not be displayed correctly' Please advise. Thank you. Regards Gilbert
  2. Will you come out with some converter from old version 4.5 to new 4.6 ? We have plenty of reports awaiting to convert ya.
  3. i think to be fair to everyone, iReport should provide sort of converter to convert last version to new latest version converter. Example version 4.5 to version 4.6 but not for version 4.4 to latest version 4.6. If version 4.4 want to sync with version 4.6, the developer have to go thru the version 4.5 converter before it can be sync 4.6. Everyone do their part...because we still looking forward for new features added on yet simplify developer to update their version as well. Added new features surely is a must cause competitive market and user friendliness ya. Hope i m not asking too much from iReport Team. Anyway, iReport team have done the good job ya.
  4. totally unacceptable for this sort of update. Developer not going to maintain different version for new and old ya. Last time we complain Microsoft for their un-considering....now iReport.
  5. A PHP Error was encounteredSeverity: Warning Message: SoapClient::SoapClient(): SSL operation failed with code 1. OpenSSL Error messages: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol Filename: libraries/MY_GenerateReport.php Line Number: 40 A PHP Error was encounteredSeverity: Warning Message: SoapClient::SoapClient(): Failed to enable crypto Filename: libraries/MY_GenerateReport.php Line Number: 40 A PHP Error was encounteredSeverity: Warning Message: SoapClient::SoapClient(https://localhost:8080/jasperserver/services/repository): failed to open stream: operation failed Filename: libraries/MY_GenerateReport.php Line Number: 40 A PHP Error was encounteredSeverity: Warning Message: SoapClient::SoapClient(): I/O warning : failed to load external entity "https://localhost:8080/jasperserver/services/repository" Filename: libraries/MY_GenerateReport.php Line Number: 40 Code:$this->_soapClient = new SOAPClient($this->_wsdlURL, array('login' => $this->_username,'password' => $this->_password,'trace' => 1,));when i try to call this SOAPClient and i get above error message.Please help!!!
  6. would you mind to share your code in php5. Thanks.
×
×
  • Create New...