cancel
Showing results for 
Search instead for 
Did you mean: 

ST22 DUMP DBIF_RSQL_INVALID_REQUEST

manoj_nayak2
Participant
0 Kudos

Hi All,

today i got arround 40 to 50 dump. can anybody tell me reason or where i will trace the error

Runtime Errors DBIF_RSQL_INVALID_REQUEST

Date and Time 23.04.2010 11:48:59

-


-


Short text

Invalid request.

-


-


What happened?

The current ABAP/4 program terminated due to

an internal error in the database interface.

-


-


What can you do?

Note which actions and input led to the error.

For further help in handling the problem, contact your SAP administrator

.

You can use the ABAP dump analysis transaction ST22 to view and manage

termination messages, in particular for long term reference.

-


-


Error analysis

An invalid request was made to the SAP database interface in a statement

in which the table "DOKTL " was accessed.

-


-


How to correct the error

Start the work process involved and repeat the action that lead to the

error.

If the error position is in a program that you can change, you can try

to create preliminary solution: Reformulate the database command by

varying the properties such as individual record access instead of

input/output via internal tables, the structure of the selection

conditions (WHERE clause), nested SELECT loops instead of FOR ALL

ENTRIES and other such variations.

Please check the entries in the system log (Transaction SM21).

Check the entries in the developer trace of the work process involved

(transaction ST11).

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"DBIF_RSQL_INVALID_REQUEST" " "

"SAPLSDOC" or "LSDOCU09"

"DOCU_GET"

-


-


System environment

SAP-Release 700

Application server... "IBGHRP"

Network address...... "172.16.0.20"

Operating system..... "Windows NT"

Release.............. "5.2"

Hardware type........ "8x AMD64 Level"

Character length.... 16 Bits

Pointer length....... 64 Bits

Work process number.. 0

Shortdump setting.... "full"

Database server... "IBGHRP"

Database type..... "MSSQL"

Database name..... "HRP"

Database user ID.. "hrp"

Char.set.... "C"

SAP kernel....... 700

created (date)... "Sep 1 2006 00:19:17"

create on........ "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"

Database version. "SQL_Server_8.00 "

Patch level. 75

Patch text.. " "

Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"

SAP database version. 700

Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"

Memory consumption

Roll.... 16192

EM...... 4189840

Heap.... 0

Page.... 0

MM Used. 1194144

MM Free. 2993072

-


Information on where terminated |

Termination occurred in the ABAP program "SAPLSDOC" - in "DOCU_GET".

The main program was "SAPMSYST ".

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

| of the (Include) program "LSDOCU09".

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

i think the dump has told you how to correct your error in the segment of u201CHow to correct the error".

do what the dump described.

manoj_nayak2
Participant
0 Kudos

Hi

This time i restarted the system and now i am not getting dumps.

But why i got i am not able to understand.

Regards

Edited by: manoj nayak on Apr 30, 2010 12:49 PM