cancel
Showing results for 
Search instead for 
Did you mean: 

Dump in BI DBIF_DSQL2_NATIVE_CR_ERROR

Former Member
0 Kudos

Hi All,

We are getting the below mentioned dump in our BI production server.

I tried to search in sdn and service market place but i couldn't find any solution for the same.

DBIF_DSQL2_NATIVE_CR_ERROR

Error with COMMIT/ROLLBACK on Native SQL database connection.

The error occurred in the current database connection "R/3*BWDIM".

The current ABAP/4 program terminated due to

an internal error in the database interface.

GET_DIMID_D7

database error code 18

formation on where terminated

Termination occurred in the ABAP program "GPD56DRB0U701AZLLGT8CTHVED6" - in

"GET_DIMID_D7".

The main program was "RSBATCH_EXECUTE_PROZESS ".

In the source code you have the termination point in line 4139

of the (Include) program "GPD56DRB0U701AZLLGT8CTHVED6".

The program "GPD56DRB0U701AZLLGT8CTHVED6" was started as a background job.

Job Name....... "BIDTPR_1553_1"

Job Initiator.. "ALEREMOTE"

Job Number..... 10040800

Regards,

Prashant

Edited by: Prashant Shukla on Apr 8, 2009 8:31 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

This dump indicates a error while executing sql to the database, this could have several reasons. Can you please check the job log and the workprocess trace (dev_wX, the work process number can be found in the dump). You should be able to find the sql statement and probably an ORA- code. If you cannot solve with this info, then post it here.

Regards, Michael

Former Member
0 Kudos

Thanks a lot,issue has been resolved.

one of the RFC MDX PARSER was not running because of missing LIBRFC32.dll file in windows\system32 folder. After deploying this issue got resolved.

Regards,

Prashant