Hi All,
I am loading data using 0FI_GL_4. This is a periodic load which was working fine till March. There are lot of postings that happened in April and period was open till 20th. Now when I am trying to load that for 12th period April. I am getting the following error "ABAP/4 processor: DBIF_RSQL_SQL_ERROR" in short dump.
This is the error analysis:
An exception occurred. This exception is dealt with in more detail below
. The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was
neither
caught nor passed along using a RAISING clause, in the procedure
"BWFIR_READ_BSEG_CPUDT_DATA" "(FUNCTION)"
I am tried to load data 5 times till now and every time I am getting the same error. I checked with Basis people for the DB space and it is fine.
Why I am suddenly getting this error???
Hi,
it looks like an internal table overflow in your source system.
Try reducing the data_package size of your load or ask your basis guys to have a look on short dump and perhaps increase this memory.
Try RSA3 in the source system and see if it works with your data_package size values from BW and see if it works. If not reduce the number of records...
On which plugin release is your system running?
hope this helps,
Oliviier.
Add a comment