daust/JasperReportsIntegration
Enable client to send report directly to it's printerHi, well, I guess not. The way it works is that the printing is done from the application server, in your case on the machine hosting the ORDS or Tomcat server. This server will have a printer attached (either physically or through the network). JRI ca... |
daust/JasperReportsIntegration
Error With Generating reportHi @aziddam, this is typically a server issue with missing installed fonts on the system. Does that help? |
daust/JasperReportsIntegration
Saving Jasper Report outputSure, simply use the function Best, |
daust/JasperReportsIntegration
Report the is blankhi @robertopz, hhhhmmm. Looks alright so far. Are you certain, that the blob which is returned, contains the correct PDF? Can you please try to display it in the browser to make sure the PDF is correct? Please use the following code instead of se... |
daust/JasperReportsIntegration
JRI Path Reports to S3 on AWSHi @oegidio, good question.
|
daust/JasperReportsIntegration
Oracle OCI database Transaction Processing, and WalletHi @wahidali01, sure, the regular installation instructions contain a section on configuring an Oracle cloud database access with a wallet: https://github.com/daust/JasperReportsIntegration/blob/main/src/doc/github/installation-full.md#23-configure-your... |
daust/JasperReportsIntegration
JDBC Connection is becomes Inactive and Occupied the processes & Exceeds 400 limitHi @lakshmis2022, do you still have this issue? Not exactly sure, how I can help here. I am using Oracle JDBC driver (ojdbc8.jar) and Universal Connection Pool (ucp.jar) for the connection pooling with this code: ![]() Thus, the connection pool is lim... |
daust/JasperReportsIntegration
Problem calling jasper report from Apex.Hi @Hcalderonq, it seems like you are running into the issue as described in the FAQ/Troubleshooting section: https://github.com/daust/JasperReportsIntegration#faq ![]() Does that help? |
daust/JasperReportsIntegration
Multiple file outputHi @yk652, please elaborate a bit on your use case, I don't fully understand it yet. In the browser, you can only display one PDF at the time.
|
daust/JasperReportsIntegration
Weblogic jndi data source setup ?Wonderful!!! Thank you for raising it and improving the project. I will update the documentation to clarify the usage on Weblogic. I typically use my built-in connection pool through the application.properties file only. Thanks again |
daust/JasperReportsIntegration
Weblogic jndi data source setup ?I could make it work on my system.
Give it a try, Dietmar. |
daust/JasperReportsIntegration
Weblogic jndi data source setup ?Which is your version of JasperReportsIntegration, 2.10.1? Thank you. |
daust/JasperReportsIntegration
Using Barcodes with fonts
|
daust/JasperReportsIntegration
Using Barcodes with fontsThe other issue I cannot reproduce either. ![]() This one worked right off the bat without me doing anything ... but copying the |
daust/JasperReportsIntegration
Using Barcodes with fontsI could make it work. I created a simple test case on my Macbook.
![]()
|
daust/JasperReportsIntegration
Using Barcodes with fontsWell, then this seems to be a font issue ... not related to the two different barcode components that you can use in JasperReports. |
daust/JasperReportsIntegration
Using Barcodes with fontsok, please provide a simplified test report, then I can have a look. |
daust/JasperReportsIntegration
Using Barcodes with fontsHi, version 2.4.0 is really old. You have to make sure to build reports using a version of jasperstudio that supports the old engine (JasperReports 6.4.1). When you create a simple test report I can give it a try ... but I will try with the latest relea... |
daust/JasperReportsIntegration
Thai Language not showingOk, you are taking a different approach and not using the backend with pl/sql but rather Javascript from the frontend. Please be aware of the security implications because every user can access your datasource now. Anyhow. First, you need to make sure tha... |
daust/JasperReportsIntegration
SSL giving errorThis is a basic ssl communication issue when dealing with Oracle. This is "below" the JasperReportsIntegration and even APEX. Here is a simple check to make sure the SSL wallet is referenced correctly: https://github.com/daust/JasperReportsIntegration#run... |
daust/JasperReportsIntegration
user_install.sql giving errorGreat! For the ACLs you have a sample script to allow them. Generally speaking, sin... |
daust/JasperReportsIntegration
user_install.sql giving errorHi, please use the latest release and make the following change in the file
=>
So, basically, when you... |
daust/JasperReportsIntegration
user_install.sql giving errorI will have a look later today. Still busy. First I need to set up an environment so that I can test it ... on an older release. Please bear with me. Thanks. Want to make sure, it works flawlessly this time. |
daust/JasperReportsIntegration
user_install.sql giving errorRelease 2.4 is very old. Did you run the script: sys_install_acl_12_and_above.sql ? You need to use the exact same configuration as what you want to call via the url. For example, when you want to access then you should configure the ACLs to allow ,... |