cancel
Showing results for 
Search instead for 
Did you mean: 

Dump CONVERT_NO_NUMBER on DB14

Former Member
0 Kudos

After a Oracle upgrade 10.2.0.2.0, i have always this dump

CONVT_NO_NUMBER

Unable to interpret "util" as a number

The program attempted to interpret the value "util" as a number, but

since the value contravenes the rules for correct number formats,

this was not possible.

Maybe can be depend by this?

On System->Status tag, i read this value about the sap release

R/3 Release 4.6C

But on the st22 dump i have otherone

SAP Release.............. "46C"

SAP kernel............... "46D"

Created on............... "Aug 26 2005 22:40:31"

Created in............... "AIX 1 5 0056AA8A4C00"

Database version......... "OCI_920__OCI_7_API "

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

have you followed the oracle upgrade guide from your source version to target version. you have to also do some post upgrade activities.

cheers,

-Sunil

Former Member
0 Kudos

the program is RSDBASHO

The termination occurred in line 551

of the source code of program "BASHOF01 " (when calling the editor 5510).

005210 ELSE.

005220 MESSAGE S503.

005230 ENDIF.

005240

005250 ENDFORM. " READ_ALL

005260

005270 *& *

005280 *& Form SELEC_SDBAH

005290 *& *

005300 * text *

005310 * *

005320 * > p1 text

005330 * < p2 text

005340 * *

005350 FORM SELEC_SDBAH USING FID_FUNCT RC.

005360 SELECT * FROM SDBAH WHERE FUNCT = FID_FUNCT.

005370

005380 MYSDBAH-BEG = SDBAH-BEG.

005390 MYSDBAH-ENDE = SDBAH-ENDE.

005400 MYSDBAH-FUNCT = SDBAH-FUNCT.

005410 MYSDBAH-OBJ = SDBAH-OBJ.

005420 MYSDBAH-RC = SDBAH-RC.

005430 MYSDBAH-ACTID = SDBAH-ACTID.

005440

005450 IF MERKE_LAST_BEG < MYSDBAH-BEG. "#EC PORTABLE

005460 MERKE_LAST_BEG = MYSDBAH-BEG.

005470 ENDIF.

005480 IF MERKE_LAST_END < MYSDBAH-ENDE. "#EC PORTABLE

005490 MERKE_LAST_END = MYSDBAH-ENDE.

005500 ENDIF.

> IF MYSDBAH-RC > 0 AND MERKE_LAST_RC < MYSDBAH-BEG. "#EC PORTABLE

005520 MERKE_LAST_RC = MYSDBAH-BEG.

005530 ENDIF.

005540 mysdbah-explain = fid-explain.

Former Member
0 Kudos

about the stack:

Basis Support Package 42 for 4.6C

thanks a lot guys

Former Member
0 Kudos

Hi Sleep,

Can you please tell the program for which you are getting this error. You can find it out in the dump itself.

Also please give your support pack level.

Regards.

Ruchit.