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

mardeea

Members
  • Posts

    4
  • Joined

  • Last visited

mardeea's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. At the moment we are trying to run the report on the weblogic server (we imported the jasper libraries into forms), but we ran into a "Could not initialize class net.sf.jasperreports.engine.util.JRStyledTextParser" error when we try to run it from the application (from cmd line it works) and at the moment we are stuck, even though we tried many solutions we found online. As far as we could understand Jasper reports server is using data adaptors which means that the users and passwords need to be already on the server, the ideal way would be to have only one user to connect to the db (correct me if i'm wrong). We have a 1:1 report between the application users and the database users, so we need to be able to connect with many users, including newly created ones. That doesn't seem very feasable with data adaptors, at least from what we read up until now. Could we run the report on the jasper server without using the data adaptors and instead sending the password from Oracle Forms somehow? TIA
  2. Hello, It is possible to set a dynamic connection to an Oracle database for Jasper reports when we call them from Oracle Forms? In other words, we need Jasper reports to connect to the database with the user and the password of the current user that runs the report (the user and the password with which the user connects to the application). This is needed in context of the existing implemented application. Thank you
  3. Hello, I'm looking at ways of migrating Oracle Reports libraries to Jasper and until now the only option seems to be moving the code inside the db and calling it from java jars. However as in Oracle 12c you can now enable restful procedures i was wondering if i can access these from jasper reports (that will be more comfortable for me as a plsql programmer). From my research it looks that datasources can be accessed from Jasper through Rest, but i can't find anything clear if i can actually execute any procedure through rest. Thank you
  4. Hello, I'm looking at migrating from Oracle Reports to Jasper Reports. Our reports have shared libraries and i was wondering if it is possible to replicate the concept in Jasper as well. However i didn't find any clear info about this (i'm a beginner when it comes both to Jasper and Java so my understanding is not the best either). Is it possible (and if it is then how?) to 'migrate' Oracle reports libraries to Jasper? Thanks in advance
×
×
  • Create New...