cancel
Showing results for 
Search instead for 
Did you mean: 

Internal error when accessing a table -

Former Member
0 Kudos

Hi,

The program which is running as background was running for last 1 year, last two days the RFC call in the program is dumping.

In DUMP its showing Internal error when accessing a table

Error : DBIF_RSQL_SQL_ERROR

I checed the size of the table its quite huge for the application.

So there is no issue with table.

Please advise what causes these sort of error.

System is ECC 6.0

With SQL server 8.0

Regards,

Thomas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Please just increase the size of your database by adding a data file to the database so your problem can be solved.

I am also encountered the same situation .

By increasing the size i am able to get out of the situation.

markus_doehr2
Active Contributor
0 Kudos

Check

- the SAP system log (SM21)

- the Windows event log

- the dump in ST22

Markus

Former Member
0 Kudos

These are the system log i got it from SM21. For this error logs are as below

Very High Priority error

Details Page 2 Line 9 System Log: Local Analysis of onsaprp1 1

-


Time

Type

Nr

Clt

TCode

Grp

N

Text

-


15:43:09

DIA

009

300

AB

0

Run-time error "DBIF_RSQL_INTERNAL_ERROR" occurred

-


Run-time error "DBIF_RSQL_INTERNAL_ERROR" occurred

Details

Recording at local and central time........................ 11.02.2011 15:43:09

-


Task......

Process

User......

Terminal

Session

TCode

Program

Cl

Problem cl

Package

-


03084

Dialog work process No. 009

TOM

1

SAPMSSY1

T

Transaction Problem

SABP

-


Further details for this message type

-


Module nam

Line

Error text

-


absapsql

0786

HandleRsqlErrors

-


-


Documentation for system log message AB 0 :

The specified runtime error has occurred in the system.

-


Parameter

-


abcdefghijklmnopqrstuvwxyz .. DBIF_RSQL_INTERNAL_ERROR

-


Technical details

-


File

Offset

RecFm

System log type

Grp

N

variable message data

-


119

618840

l

Error (Module, Row)

AB

0

HandleRsqlErrors absapsql0786

-


High Priority error

Details Page 2 Line 18 System Log: Local Analysis of onsaprp1 1

-


Time

Type

Nr

Clt

TCode

Grp

N

Text

-


15:44:07

DIA

009

300

SMEN

BZ

Y

Unexpected return value 8 when calling up

-


Unexpected return value 8 when calling up

Details

Recording at local and central time........................ 11.02.2011 15:44:07

-


Task......

Process

User......

Terminal

Session

TCode

Program

Cl

Problem cl

Package

-


03084

Dialog work process No. 009

TOM

om-blr-l

1

SMEN

SAPLSMTR_NAVIGATION

K

SAP Web AS Problem

SBAC

-


Further details for this message type

-


Module nam

Line

Table Name

Field Name

-


dbrepolo

172

8

-


-


Documentation for system log message BZ Y :

When calling a function within the database interface, a return

value which cannot be processed by the calling function was

provided.

-


Technical details

-


File

Offset

RecFm

System log type

Grp

N

variable message data

-


120

11160

h

Database Error (Non-SQL)

BZ

Y

8 dbrepolo172

-


Edited by: Thomas Paul jr on Feb 14, 2011 6:36 AM

Edited by: Thomas Paul jr on Feb 14, 2011 6:38 AM

Former Member
0 Kudos

Hi Thomas,

Looks like a dbsl-function returns this 'internal error'.

Have you exchanged your dbmssslib.dll in the last weeks?

What dbsl-patch are you using (700 lib_dbsl_? or 701 lib_dbsl?)?

Please check the developer trace for the work process. Attach the lines before the RABAX is written. There's hopefully information from the dbsl.

Best regards,

Guenther