Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DBIF_SETG_SQL_ERROR and ORA-01455

Former Member
0 Likes
764

Hi Gurus,

Good day.

We have a number of Batch jobs failing with Oracle error. DBIF_SETG_SQL_ERROR is the eror that we are getting and the primary reason for this is this error is ORA-01455 (converting column overflows integer data).

Do you think a certain OSS Note can fix this problem? Kindly advise.

Thanks!

Hi Gurus,

Good day.

We have a number of Batch jobs failing with Oracle error. DBIF_SETG_SQL_ERROR is the eror that we are getting and the primary reason for this is this error is ORA-01455 (converting column overflows integer data).

Do you think a certain OSS Note can fix this problem? Kindly advise.

Thanks!

4 REPLIES 4
Read only

Former Member
0 Likes
692

Hi gurus,

Adding additional information:

I would like to ask for your help with regard to the short dump that we experienced with Job SAP_COLLECTOR_FOR_PERFMONITOR (program RSCOLL00). The error is DBIF_SETG_SQL_ERROR.

Date Time Message text

24.11.2008 02:30:39 Job started

24.11.2008 02:30:39 Step 001 started (program RSCOLL00)

24.11.2008 02:30:44 ABAP/4 processor: DBIF_SETG_SQL_ERROR

24.11.2008 02:30:44 Job cancelled

ORA-01455 is said to be the reason why we encountered DBIF_SETG_SQL_ERROR.

Database error text........: "ORA-01455: converting column overflows integer datatype"

Can you advise an OSS Note or certain solution that can fix this issue? Thank you very much!

Read only

0 Likes
692

In the note 591600 it is stated that "ORA-01455: In the context of a SELECT, you try to transfer the content of a column to an integer variable where the content of the column disrupts the integer number area."

Our programs are being terminated in Function Module RS_COMPONENT_VIEW:

Information on where terminated

Termination occurred in the ABAP program "SAPLSEU_COMPONENT" - in

"RS_COMPONENT_VIEW".

The main program was "SAPMS07A ".

To be specific in this line:

IF refresh IS INITIAL.
*   get table "nodetab" of all object lists
*   of the desired type "object_type":
    IMPORT date nodetab FROM DATABASE dwtree(ap) ID apid
    ACCEPTING PADDING.
    subrc = sy-subrc.
  ENDIF.

We are using

SAP kernel....... 700

Patch level. 140

Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."

SAP database version. 700

Any inputs on this? Thanks!

Read only

0 Likes
692

This looks like an SAP Upgrade ECC 6 Problem, right?

Do you have any idea where I can check the date when the ECC 6 upgrade or patch has been made?

I'm an ABAPer and to be honest, currentlly, I don't have any idea if the client really did an ECC 6 upgrade --- when they did it. I will just check the table that you sent.

I just had the impression that it might be due to an ECC 6 Upgrade since I saw this case over the Internet:

"DBIF_SETG_SQL_ERROR" and "ORA-03106: fatal two-task communication protocol error" after ERP 6.0 Upgrade ( http://sap.ittoolbox.com/groups/technical-functional/sap-basis/dbif_setg_sql_error-and-ora-03106-fat... ).

Yes, we are also experiencing DBIF_SETG_SQL_ERROR (ORA-03106). But, I'm taking care of DBIF_SETG_SQL_ERROR (ORA-01455).

By the way, I saw that jobs EU_PUT and EU_REORG are being executed in background every morning at around 1 AM. And we are receiving the error DBIF_SETG_SQL_ERROR (ORA-01455) at around 2 AM - 3 AM, and a few at around 3 AM - 5 AM.

With these I have two questions:

(1) Do you think we still need to rerun EU_PUT and EU_REORG? Perhaps before 2 AM ?

(2) Do you think this is a Basis Issue and nothing to do with ABAP anymore?

Thank you very much!

Read only

0 Likes
692

Hi All,

As i have seen your problem,i think you are facing

ora-03106 which the oracle patches should be applied to higer level.

If it is solved please.provide the answer