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

mgeise

Members
  • Posts

    584
  • 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 mgeise

  1. Are you sure that the JAR is in the classpath correctly? This should only happen if the JAR is not in the classpath.
  2. I am guessing that you are talking about the sample reports. Can you tell if there is any data in the tables that it is trying to pull the data from? Maybe something went wrong with the load of the sample data. Is this specific to the library view? Do the reports work from other views, such as the repository view? I have not seen this before - empty database tables would be my best guess.
  3. Can you tell me where you saw that the server was GPL? On this page, http://community.jaspersoft.com/project/jasperreports-server it states AGPL on the left panel. We will see what we can do to make this more clear along with including the version. Thanks!
  4. JasperReports Library is offered under the LGPLv3 license JasperReports Server, iReport, and Jaspersoft Studio are offered under the AGPLv3 license Many of the licenses included in the source are included as part of the requirements of open source components within JasperReports Server, etc. It is not dual licensed other than Jaspersoft also offers a commercial license for paying customers.
  5. Big Data: we've all heard the term. See some real-life use cases for Big Data with Matt Dahlman (of Right Outer Join blog fame). You'll learn what technologies are appropriate for the types of problems you might have. He'll explain various Big Data technologies and demonstrate how Jaspersoft's iReport and BI server can connect to various NoSQL and Big Data stores. - Understand the big data landscape - Identify top big data use cases - Learn Jaspersoft's big data survey results - See live demonstration of Jaspersoft and Big Data with these technologies:MongoDB, Cassandra, BigQuery, Hadoop Hive http://www.jaspersoft.com/how-to-do-bi-on-big-data For more Jaspersoft Tech Talks, see: http://www.jaspersoft.com/tech-talks
  6. Big Data: we've all heard the term. See some real-life use cases for Big Data with Matt Dahlman (of Right Outer Join blog fame). You'll learn what technologies are appropriate for the types of problems you might have. He'll explain various Big Data technologies and demonstrate how Jaspersoft's iReport and BI server can connect to various NoSQL and Big Data stores. - Understand the big data landscape - Identify top big data use cases - Learn Jaspersoft's big data survey results - See live demonstration of Jaspersoft and Big Data with these technologies:MongoDB, Cassandra, BigQuery, Hadoop Hive http://www.jaspersoft.com/how-to-do-bi-on-big-data For more Jaspersoft Tech Talks, see: http://www.jaspersoft.com/tech-talks
  7. Multiple detail bands are typically used in a report where you want to display a different data layout based on some condition. The way I have seen them used is having two bands that appear in the same place within in report based on a print when expression. I think the only way to do what you are trying to acheive is through the use of subreports.
  8. What "properties" are not shown? I don't really understand the issue you are facing.
  9. you could probably pass a parameter into the report and use that parameter in the "printwhen" expression on the band
  10. You should be able to file the request under the "Tracker" tab
  11. http://community.jaspersoft.com/project/ireport-designer/resources
  12. http://community.jaspersoft.com/project/ireport-designer/resources
  13. There was not a 4.7.1 community release. The next available community release after 4.7.0 was 5.0.0.
  14. You need to make sure that you also have the required JDT compiler. I am guessing that you are using a JRE instead of a full JDK, as my understanding is that you would not need to put the compiler library in place if you are using the full JDK. Lastly, if you are using JR 0.6.8 with JDK 7, all bets are off - you should try to get to a more current version of JasperReports.
  15. For this show we have a very special guest, technical co-founder of Jaspersoft and JasperReports Architect, Teodor Danciu. In the first part of the show you'll learn how to make the most out of the JasperReports Library, particularly we'll look at access to previous record values (going back in time), pure data exporters, advanced Excel exports and data snapshots. This topic is recommended for users of Jaspersoft's tools that have a good grasp on the basic concepts, though you will surely learn something no matter what level of experience you have. Q & A to follow. http://www.jaspersoft.com/tech-talks-jasperreports-tips-tricks For more tech talks, see http://www.jaspersoft.com/tech-talks
  16. For this show we have a very special guest, technical co-founder of Jaspersoft and JasperReports Architect, Teodor Danciu. In the first part of the show you'll learn how to make the most out of the JasperReports Library, particularly we'll look at access to previous record values (going back in time), pure data exporters, advanced Excel exports and data snapshots. This topic is recommended for users of Jaspersoft's tools that have a good grasp on the basic concepts, though you will surely learn something no matter what level of experience you have. Q & A to follow. http://www.jaspersoft.com/tech-talks-jasperreports-tips-tricks For more tech talks, see http://www.jaspersoft.com/tech-talks
  17. It depends on the level of integration you want: The HTTP API in combination with iFrames will allow you to expose the full set of features from the server within your application, including ad hoc designer, interactive reports, etc. Using Single Sign-on in combination with customizing the UI of JasperReports Server using changes to the theme/CSS could allow you to create an experience where users can navigate between your app and JasperReports Server without really knowing they are changing server - this is good for situations where you want a tab in your application that exposes reporting/analytics. The REST API is good for integrating the controls/selection of input parameters within your app and calling reports with the parameters and rendering the reports, etc. back into your application.Using the Java API is really only good if you plan to actually extend the JasperReports Server app to include your own functionality, creating a single web app - I don't know that many people use this other than for customizations to the Server with the integration happening using the other methods. SOAP is used for pretty much the same purpose of the REST API - It is an older technology. REST is seen as being easier to implement and it is the newer of the technologies, so I would choose REST over SOAP, but this is more about what you are familiar with. For what it is worth, this is not a "choose one" solution - you can actually use all of the above to achieve the level of integration you want in various areas of your application. I hope this helps!
  18. This is a case where you would need to manage the security explicitly - the inheritance is not set to go upward.
  19. This show focused on Jaspersoft's metadata layer - Domains. Joined by BI specialist, Steve Park took the audience through the domain designer; diving into derived tables, calculated fields, localization, and security. Also an expert focus on Groovy Modules, extensibility and new virtual Domains in Jaspersoft 5. http://www.jaspersoft.com/ins-and-outs-of-jaspersoft-domains For more tech talks, see http://www.jaspersoft.com/tech-talks
  20. This show focused on Jaspersoft's metadata layer - Domains. Joined by BI specialist, Steve Park took the audience through the domain designer; diving into derived tables, calculated fields, localization, and security. Also an expert focus on Groovy Modules, extensibility and new virtual Domains in Jaspersoft 5. http://www.jaspersoft.com/ins-and-outs-of-jaspersoft-domains For more tech talks, see http://www.jaspersoft.com/tech-talks
  21. This functionality is no longer applicable to our latest version. MS SQL Server is one of the default Data Sources of JasperReports Server. Please look at the actual documentation: JasperReports® Server Administrator Guide 8.2.0 Follow the link here and look for chapter 4 - data sources - page 75 SummaryThis page describes how to connect JasperReports Server to your Microsoft SQL Server Database as a datasource for your reports. StepsAs described in Connection JasperReports Server to your Database, datasources that connect to a relational database can be set up as either: JDBC Datasources, orJNDI DatasourcesSetting up a JDBC DatasourceThe basic steps for establishing a JDBC Datasource are as follows: Confirm that you can reach your databaseDownload and install the JDBC Drivers for your Database into JasperReports ServerRestart JasperReports ServerLogin to JasperReports ServerGo to the Repository. Right click on the folder where you would like to create your Datasource object and select Create DatasourceSelect JDBC as the Datasource typeEnter your Driver Class, Connection URL, DB username and passordClick Test ConnectionSaveBegin deploying reports and connecting them to this datasource or use this datasource to create domains to support ad hoc views.The following video shows the details of establishing the MS SQL Server Datasource:
  22. A step by step video how-to on connect MS SQL Server with JasperServer via JDBC
  23. A step by step video how-to on connect MS SQL Server with JasperServer via JDBC
  24. JasperReports Server Build Guide - Community Edition
  25. What actually happens? Do you get any errors in the logs or in a browser when you put your URL in the browser? And just to confirm, the port is correct as well as the folder and report uri for your 4.7 installation?
×
×
  • Create New...