I was successful in creating Info Package and running it to copy data frin cube 1 to cube2. However, I get an error when
Running the package. My source cube has 1.9 million rows. However, Info Package only loaded 30,120 records. Looking in monitor logs, it shows me following error stack:
System error in program SAPLRS_EXECPTION and from RS_EXEPTION_TO_MESSAGE
SQL Error 0
Unknown error in SQL Interface
Errors in source system
When I click on long text button for Unknown error in SQL interface:
The SQL interface of the application server (DBSL) has reported an unknown error. This error can be caused by:
- Overflows when aggregated data is read from the database in ABAP. If this occurs, the definition for the corresponding key figure must be changed.
- Internal errors
It seems to be some kind of Overflow error. Is there any way to get more information on the cause
Of this erroru2026.
THANKS A LOT.