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

dmaheshwarareddy

Members
  • Posts

    4
  • Joined

  • Last visited

dmaheshwarareddy'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. Hi, I am able to find sorting, filtering and conditional formatting by default in Jasper server however if i use sampe report with visualize.js all these options are not coming. Please let me know if there is any way to simplay enable these options in Visualize,js' Thanks, Mahesh
  2. Hi , I am not able to integrate visualize.js with polymer. in polymer webcomponent it is not able to find the DOM container. Error Message: [bi/report/Report] [visualize.js:50] [ERROR] - container.not.found.error : Container was not found in DOM does visualize.js have any problems piercing the shadow in web components and write to a container inside the shadow dom? Please suggest if there is any alternative way to integrate polymer with visualize.js. Thanks, Mahesh
  3. Environment : Jasper Server 6.3 Data Base: PostgresSQL 9.6 Question: Enable SSL for JNDI Data source Currently I am facing issue when i add SSL enable parameter for my JNDI connection URL. /META-INF/Context.xml <Resource name="jdbc/XXXX" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" username="XXXXX" password="XXXXX" driverClassName="org.postgresql.Driver" accessToUnderlyingConnectionAllowed="true" validationQuery="SELECT 1" testOnBorrow="true" url="jdbc:postgresql://localhost:5432/databse1?ssl=true&amp;sslfactory=org.postgresql.ssl.NonValidatingFactory" factory="com.jaspersoft.jasperserver.tomcat.jndi.JSCommonsBasicDataSourceFactory"/> Please suggest the way to enable SSL in JNDI data source. Thanks, Mahesh
  4. Environment : Jasper Server 6.3 Data Base: PostgresSQL 9.6 Question: I am able to preview the report in Jasper studio with Postgres stored functions however , the same report is throwing exception in Jasper server. I have used JDBC data source in Jasper server. It seems JDBC data source in Jasper server is not supporting stored functions. Please suggest better way to use stored functions in Jasper server. Thanks for your support. Thanks, Mahesh
×
×
  • Create New...