Jump to content
We've recently updated our Privacy Statement, available here ×
  • Disable TIBCO JasperReports® Server Scheduler "Output To The Repository" Option


    Tom C
    • Features: User Interface Version: v7.1 Product: JasperReports® Server

    In the wiki article,

    Change TIBCO JasperReports® Server Scheduler Default Option To Not Output To The Repository

    The author demonstrates how to change TIBCO JasperReports® Server scheduler default option to NOT output to the repository.

    wiki-3.png.cbff81a37fe3908a1d973a72c2b116d5.png

    With this approach however, user is still able to manually select the option in JasperReports® Server  scheduler web UI. To disable this option, user needs to edit "outputTabTemplate.htm" file under jasperserver-proscriptsbower_componentsjrs-uisrcschedulertemplateeditor directory and change the following line under "outputDestination section"."control checkBox" div from

    <input id="scheduler_outputToRepository" type="checkbox" name="outputToRepository">

    to

    <input id="scheduler_outputToRepository" type="checkbox" name="outputToRepository" disabled>

    wiki-11.png.935e3f2fd97d7bf5706119d121adcafd.png

    save the change, clear browser cache, and run a test.

    IMPORTANT: if your JasperReports Server instance is using optimized scripts (as it should by default), you also have to follow the optimization process to apply the changes:
    https://community.jaspersoft.com/documentation/tibco-jasperreports-server-ultimate-guide/v640/customizing-javascript-files

    Now you can see this option is greyed out.

    wiki-12.png.1a40290ec23c0de54414692de12712c6.png


     

    TTC-20180824

    wiki-3.png.13bf1d684501330b6bf8a84d1c4ce740.png

    wiki-11.png.be1e1b0c20602db36ead079fdbb100f2.png

    wiki-12.png.4df77910ef3904fba0ab914f0c1535c5.png


    User Feedback

    Recommended Comments



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...