cancel
Showing results for 
Search instead for 
Did you mean: 

Database error 1455 with FET access to table ADMI_STATS in the system log in our PI system

0 Kudos

The error is for user from SOLMAN system , .

The WP trace file shows the statement to be:

SELECT SUM("DB_SPACE_W") FROM "ADMI_STATS";

I have run this in sqlplus and didn't get the error.

Further info from the system log:

Database error 1455 with FET access to table ADMI_STATS

After the attempt to access a database table the database system has returned an error code which indicates that the operation concerned could not be performed successfully.

> ORA-01455: converting column overflows integer datatype

Access to the database system has returned an SQL code indicating that the operation could not be performed correctly by the database system. This system log entry shows the database text for the SQL error that has occurred. It supplements the preceding system log entry, which shows the SQL code, the table name and the SQL function where the error has occurred.

Accepted Solutions (1)

Accepted Solutions (1)

DavidLY
Advisor
Advisor
0 Kudos

Hello,

Check and implement SAP note 2304735 and see if it helps.

Regards,

David

Answers (1)

Answers (1)

0 Kudos

Thanks David for your help. I will keep u posted once i test it. Thanks.