Hello Experts,
Delta load for the datasource 0FI_GL_10 is failing with the following error.
Diagnosis
An error occurred in the source system.
System Response
Caller 09 contains an error message.
Further analysis:
The error occurred in Extractor .
Refer to the error message.
On checking the job in the source system , it has terminated due to the dump " ABAP Programming Error" . The short text from the dump says "Exception condition "INTERNAL_ERROR" triggered".
On further analysis of the program, i learnt that this exception is being raised as the database connection is not initial and open cursor withhold is not initial.
Though this issue has been discussed in many threads, nowhere is an appropriate solution provided.If anyone faced and solved the issue before, can you kindly share the solution ?
I followed the steps while extracting:
1. Appended a Z field to the datasource.
2. Replicate the datasource towards BI.
3. Ran an Init with data transfer ( Read in one of the forums that Init without data transfer is not supported for NGL datasources ). This went fine.
4. Ran a delta .( This is failing with the above mentioned error ).
Is there something that I miss here ? Please share your views.