dhis2-users team mailing list archive
-
dhis2-users team
-
Mailing list archive
-
Message #04721
Re: reading large bulks of data on dhis 2.13
Hi Lavi,
the dataValueSets resource uses streaming XML serialization so you should
be able to load a large payload.
- What format do you read (XML/JSON/CSV)?
- Did you set JAVA_OPTS on your server to give more memory to Java?
- What does the stack trace look like / which java error do you get?
regards,
Lars
On Thu, Jun 26, 2014 at 10:52 AM, Lavi Shpigelman <shpigi@xxxxxxxxx> wrote:
> Hi
> can api/dataValueSets be used to read large bulks of data in version 2.13?
> following the 2.15 documentation example (with startDate and endDate)
> returns a java error.
>
> Is there a workaround? calling the APImultiple time for each org unit,
> and period would take a long time..
>
> Thanks
>
> Lavi
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help : https://help.launchpad.net/ListHelp
>
>
References