Hi,
We are getting the below error.
"Maximum package size for data packages was exceded".
In our scenario we are loading the data product key wise (which is a semantic key as well) to the DSO thro’ a start routine.
The logic in the start routine is such a way that it calculates the unique product counts , product key wise. Hence we are trying to
group the product key thro’ semantic groups.
Ex: In this example the product counts should be A = 1,B=2 ,C = 1
Product Key | Products |
A | 1000100 |
B | 2000100 |
C | 3000100 |
B | 2000300 |
C | 3000100 |
For some product keys the data is so huge that we could not load the data & we are getting the error.
Please suggest any alternate way to handle this thro’ code or introducing any other flow.
Regards,
Barla