dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #01085
Re: Providing another source table for reports
>
>
> And we realized that when you upload a report through dhis2, the
> data-sources section of the report is changed to something like this:
> <property
> name="odaURL">jdbc:mysql://localhost/dhis2_exp?useUnicode=true&characterEncoding=UTF-8</property>
>
> When we delete the "?useUnicode=true&characterEncoding=UTF-8" those errors
> dispair.
>
> So we are uploding the reports then we delete that portion. And everything
> becames fine.
>
> What is wrong with us to happen this?
>
The database url is read from hibernate.properties. Apparently we need to
make the routine that extracts the URL more intelligent. Thanks for
providing feedback on this.
regards,
Lars
References