Clarity

  • 1.  Jaspersoft content load on Oracle RAC

    Posted Apr 11, 2017 04:04 AM

    When running the jaspersoft content on a Oracle RAC installation, make sure that the clarity database setting is set correctly.

    When updating the database setting in csa, it can be that the jdbc connection string is saved as :

    jdbc:clarity:oracle://<server name>:<portnumber>;serviceName=''

    Clarity will run correctly, but the Jaspersoft content load will only partially load.

    To solve this, change the connection string to :

    jdbc:clarity:oracle://<server name>:<portnumber>;ServiceName=''

    To rerun the Jaspersoft content load, first delete the organization, delete the entry from the cmn_install_history table (where install_id like '%jaspersoft')



  • 2.  Re: Jaspersoft content load on Oracle RAC

    Posted Apr 11, 2017 06:59 AM

    Thanks !



  • 3.  Re: Jaspersoft content load on Oracle RAC

     
    Posted Apr 11, 2017 10:37 PM

    Thanks for sharing this tip Frank!

    Jaspersoft content load on Oracle RAC 



  • 4.  Re: Jaspersoft content load on Oracle RAC