[#3891] - Jasper Server does not allow a space in the connection URL

Category:
Bug report
Priority:
Normal
Status:
New
Project: Severity:
Minor
Resolution:
Open
Component: Reproducibility:
Always
Assigned to:

Recently upgraded from Jasper Server 5.1 to 5.5.

The existing Data Sources migrated in a working state, but now I am unable to configure the needed connection string since Jasper Server will not allow a blank space in the URL.

I am using the jt400.jar JDBC driver to connect to an IBM i DB2 database, and one of the properties set in the connection string requires the blank space.

v5.5.0
jdiggs's picture
29
Joined: Sep 23 2014 - 2:44pm
Last seen: 7 years 6 months ago

5 Comments:

#1

I have the same problem. Is there a way to work around this issue by disabling field validation for the url?

#2

I have the same problem. I would be very helpfull to have somebody looking for this issue.

#3
  • Priority:Normal» Urgent
  • Severity:Minor» Major

I also have this problem, could any one resolve it? I really need a solution

#4
  • Priority:Urgent» Normal
  • Severity:Major» Minor

I eventually worked around this issue by using sql to directly update the connection string in the underlying DB. I don't have the table/field names now since this was a while ago, but it worked

#5

thanks for your answer @jdiggs, yes I tried yesterday and that was the solution, table with contains the data source parameters is jijdbcdatasource, so I change manually on database and it works

Feedback