Hi,
we developed an application which is synchronizing data through an android systems -> SMP 2.3 SP 4 -> DOE and the backend. This works fine.
Now we have to manage much bigger datasets, around 90MB * 10 elements for the initial request load. During peak times we will have up to 20 users in parallel loading up to 10 items with max 90 MB per item. Those items are PDF's, stored in an content provider, connected via KPRO to R/3.
Worstcase scenario will be: 20 * 10 * 90 = 18 GB.
As the SMP can't handle such values, we are thinking of different ways to handle the big datasets. The question, could we use the authorisation module of SMP, to avoid double authorisations against e.g. a NW Gateway system? We would try to connect directly with the backend, via gateway service, icm handler and KPRO for example? Is there any way to handle this via SMP? Maybe to switch between ODP and HTTP requests?
Thanks in advance,
Christian