DX Unified Infrastructure Management

  • 1.  Add additional time zones in CA Business Intelligence

    Posted Aug 21, 2018 12:27 AM
      |   view attached

    Hi,

     

    When I tried to make a schedule for my day's report, I didn't see the time zone for my country (Asia / Jakarta). Can I add a new time zone? because the time to generate the report is not the same as the time I use. Please check the attachments.

     

    Best Regards,

    Andre



  • 2.  Re: Add additional time zones in CA Business Intelligence
    Best Answer

    Broadcom Employee
    Posted Aug 21, 2018 04:15 PM

    are you using the bundled UIM CABI or the stand alone?

     

    CABI is built on the jaspersoft engine....

    I found the following link that might help

    https://community.jaspersoft.com/questions/1096911/how-addenable-time-zone-jasper-reports-schedule

     

    for the UIM bundled I was able to find this information in the following location.

    <Nimsoft>\probes\service\wasp\webapps\cabijs\WEB-INF\applicationContext.xml

    <bean id="userTimeZonesList" class="com.jaspersoft.jasperserver.war.common.JdkTimeZonesList">
        <property name="timeZonesIds">
          <list>
            <value>America/Los_Angeles</value>
            <value>America/Denver</value>
            <value>America/Chicago</value>
            <value>America/New_York</value>
            <value>Europe/London</value>
            <value>Europe/Berlin</value>
            <value>Europe/Bucharest</value>
          </list>
        </property>
      </bean>



  • 3.  Re: Add additional time zones in CA Business Intelligence

    Posted Aug 23, 2018 01:12 AM

    Hi Gene,

     

    Thank you for the answers, It's work!

     

    Regards,

    Andre