Jump to content
We've recently updated our Privacy Statement, available here ×
  • Unable To Use Space In JDBC Connection URL In The Latest Version Of JasperReports Server Web UI


    Tom C
    • Features: Data Sources Version: v6.4.3 Product: JasperReports® Server

    Our user has a requirement to connect to a LDAP DB using Oracle JDBC connection

    therefore the access URL is:

    jdbc:oracle:thin:@ldap://{domain}:{port}/{daname},CN=OracleContext,dc={dc1},dc={dc2} ldap://{domain}:{port}/{daname},CN=OracleContext,dc={dc1},dc={dc2}[/code]

    Notice the connection URL has a space in it. While this was working in TIBCO JasperReports® Server 5.x, now user is getting an error when editing it in latest version of JasperReports® Server (6.4.3 or 7.1.0) data source web UI.

    2_3.png.8294ecbe5e66708df21adce9675a9dc2.png

    We have already filed a report to address this feature regression issue (internal reference number is JS-34023). For the mean time (until the fix is made), users will need to work around this limitation by modifying the connection URL information that is stored in jijdbcsource table column connectionurl. Users can:

    • use a SQL update query to make the change;

    • use js-export to get this data connection resource, modify exported resource content, then use js-import (with --update option) to load the modified connection content back to the profile database;

    Alternately, users can use JNDI or profile attribute approach where connection URL is not edited in JasperReports Server web UI to circumvent this limitation.


    TTC-20180531

    2_3.png.20ae1288e17ce806c6b2acb5ffc272f0.png


    User Feedback

    Recommended Comments

    There are no comments to display.



    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...