cancel
Showing results for 
Search instead for 
Did you mean: 

SPAM looping in DDIC Activation

benoit-schmid
Contributor
0 Kudos

Hello,

After installing a SolMan 7.1 SR1, I have applied the SPS 8 with SPAM.

Spam was looping in error during DDIC Activation phase.

The error in /usr/sap/trans/tmp was:

...

1 EDO534 Object "LANG" "TABL" "SISES_DSA_GSS_ERRORS" was already activated

2WEDO644X"17:23:59" <- task "00018" receiving error ["beryl2_SSM_00"] "(3 Sek)"

2WEDO644 "17:24:00" <- task "00017" receiving error ["beryl2_SSM_00"] "(6 Sek)"

2WEDO644 "17:24:07" <- task "00018" receiving error ["beryl2_SSM_00"] "(2 Sek)"

2WEDO644 "17:24:11" <- task "00017" receiving error ["beryl2_SSM_00"] "(6 Sek)"

1 EDO534 Object "LANG" "DTEL" "ACE_D_RFC_ERROR" was already activated

...

The corresponding work process error was:

...

A  ** RABAX: level LEV_RX_ERROR_TPDA completed.

A  RFC rfc/signon_error_log = -1

A  RFC rfc/cp_convert/ignore_error = 1

B  dbrsql ERROR (read_handling): RS_READFUPD with too few key fields!

A  *** ERROR => RFC ======> Whole number overflow on addition

A  *** ERROR => RFC ======> Whole number overflow on addition

A  *** ERROR => RFC ======> Whole number overflow on addition

A  *** ERROR => RFC ======> Whole number overflow on addition

A  Error Code COMPUTE_INT_PLUS_OVERFLOW.

A  ** RABAX: level LEV_RX_RFC_ERROR entered.

A  ** RABAX: level LEV_RX_RFC_ERROR completed.

A  ** RABAX: level LEV_RX_IMC_ERROR entered.

A  ** RABAX: level LEV_RX_IMC_ERROR completed.

A  ** RABAX: level LEV_RX_ERROR_SAVE entered.

A  ** RABAX: level LEV_RX_ERROR_SAVE completed.

A  ** RABAX: level LEV_RX_ERROR_TPDA entered.

A  ** RABAX: level LEV_RX_ERROR_TPDA completed.

A  RFC rfc/signon_error_log = -1

A  RFC rfc/cp_convert/ignore_error = 1

B  dbrsql ERROR (read_handling): RS_READFUPD with too few key fields!

M  ThIErrHandle: entering ThSetStatError

...

What is the root cause of this problem?

Thanks in advance for your answers.

Accepted Solutions (1)

Accepted Solutions (1)

Reagan
Advisor
Advisor
0 Kudos

Hello

Check whether the system is throwing the dumps COMPUTE_INT_PLUS_OVERFLOW

If yes you are hitting the issue mentioned in this SAP Note:

Note 1678047 - COMPUTE_INT_PLUS_OVERFLOW during activation

Call Tx SE38 - SDB1FHDB

Select Source Code and Display

Switch to edit mode and replace:

limit-secindcnt = 2147483647.

with

limit-secindcnt = 1023.

You will need an object key to do this.

Good Luck

Cheers

RB

Former Member
0 Kudos

Hi,

I had the same issue while upgrading ABAP stack from SP04 to SP08 for solution manager 7.1 system.

I modified the program as suggested in the note and now we are stuck in the phase IMPORT_PROPER since it says that the object cannot be replaced for the same program.

R3TRPROGSDB1FHDB original object cannot be replaced

Did you also face the same issue?

Please suggest as what can I do from here?

Thanks and Regards,

Karan Shah

Former Member
0 Kudos

Hi,

We resolved this as the Source System was unfortunately maintained as <SID> instead of SAP when this was modified.

Thanks and Regards,

Karan Shah

benoit-schmid
Contributor
0 Kudos

Hello Karan,

Karan Shah wrote:

Hi,

We resolved this as the Source System was unfortunately maintained as <SID> instead of SAP when this was modified.

Thanks and Regards,

Karan Shah

I had to reinstall. Therefore I implemented the Note before applying the SPS.

I did not fully understand what you have explained.

Could you please provide more details on what you have performed?

Thanks in advance for your answers.

Former Member
0 Kudos

Hi,

Apologies for not being clear. We implemented the Note 1678047 - COMPUTE_INT_PLUS_OVERFLOW during activation

While doing this manually through SE38, the developer maintained the new version of the program with source system modified as <SID> instead of 'SAP'.

Since the program was standard and it is a SAP object we had to maintain source system as 'SAP'. This can be done through SE03.

After we moved ahead of the DDIC_ACTIVATION Phase, we received an error that Program cannot be replace in IMPORT_PROPER phase.

This was resolved by modifying the source system to 'SAP'. Patch was then able to overwrite the program and we could move ahead.

Thanks and Regards,

Karan Shah

0 Kudos

Thank you! I had the same problem - your solution worked for me. I even changed the report during runtime and the system stopped looping. THX!

For everyone else searching for this error I want to drop a few searchtags:

SAPK-200AGINCTSPLUG CTS_PLUG 200 "Whole number overflow on addition" DD_MASS_ACT_PARALLEL AGINCTSPLUG SAPA-200AGINCTSPLUG SPS8 "Solution Manager"

Former Member
0 Kudos

Hello,

can you please help me what i have to do in the se03.
I can´t find the solution for doing this.

Regards

former_member204746
Active Contributor
0 Kudos

Just a quick message to thank you as my google search gave me this hit and solved my issue

Former Member
0 Kudos

Hi

What if I am unable to log-in to the SAP system?

Regards,

Andrei

0 Kudos

Why can't you login? What's the error message? System up?

Former Member
0 Kudos

Hi Peter,

Thank you for the fast reaction. We installed ERP 6.0 EHP7 on Linux with Sybase 15.7 DB. Yestarday we wanted to patch the newest components and now we are unable to log-in to the system. As we checked the log files dev_wx we found the bellow error messages. And when we try to log-in to the system with SAPGui we get rabax during sapgui logon. The system is up and running. R3trans -d is also 0000

A  ABAP Program SAPMHTTP                                .

A  Source SAPMHTTP                                 Line 12.

A  Error Code SYNTAX_ERROR.

A  Module  $Id: //bas/741_REL/src/krn/abap/runt/abgen.c#5 $ SAP.

A  Function ab_genprog Line 1858.

A  ** RABAX: level LEV_RX_STDERR completed.

A  ** RABAX: level LEV_RX_RFC_ERROR entered.

A  ** RABAX: level LEV_RX_RFC_ERROR completed.

A  ** RABAX: level LEV_RX_RFC_CLOSE entered.

A  ** RABAX: level LEV_RX_RFC_CLOSE completed.

A  ** RABAX: level LEV_RX_IMC_ERROR entered.

A  ** RABAX: level LEV_RX_IMC_ERROR completed.

A  ** RABAX: level LEV_RX_APC_ERROR entered.

A  ** RABAX: level LEV_RX_APC_ERROR completed.

A  ** RABAX: level LEV_RX_DATASET_CLOSE entered.

A  ** RABAX: level LEV_RX_DATASET_CLOSE completed.

A  ** RABAX: level LEV_RX_ERROR_SAVE entered.

A  ** RABAX: level LEV_RX_ERROR_SAVE completed.

A  ** RABAX: level LEV_RX_ERROR_TPDA entered.

A  ** RABAX: level LEV_RX_ERROR_TPDA completed.

A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.

A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.

A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.

A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.

A  ** RABAX: level LEV_RX_END entered.

A  ** RABAX: level LEV_RX_END completed.

Kind Regards

Andrei

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Andrei,

This error do come at this phase, I have surely seem sometime before. However, you can login with DDIC/Other Admin ID in 000.

Divyanshu

Former Member
0 Kudos

Hi Divyanshu,

the problem is I don't even get to the login screen. As soon as I want to start the gui I get the error

divyanshu_srivastava3
Active Contributor
0 Kudos

Can you share some latest logs from work directory ?

And Diag or Alert log for your DB ?

0 Kudos

Try to update your sapgui and / or start the sapgui in safe-mode.

I'm not sure, if I needed it in this case - but perhaps this helps:  396802 - Error in data stream, CNTL error at logon

--> In the SAPLOGON -> Options -> Additional command line arguments, enter "/SUPPORTBIT_ON=EMERGENCY_REPAIR"

Answers (5)

Answers (5)

Former Member
0 Kudos

HI RB

It worked. Thanks for your input in this thread.

Thanks

Khalid

Former Member
0 Kudos

Hi,

Maintain the control tables of the Transport Organizer (for example, configure the transport routes)

  • Schedule the transport dispatcher RDDIMPDP
  • Call certain administration tools (Transaction SE03)
  • Extended maintenance authorization when changing the object directory entries with the tool Change Object Directory Entries of Objects (Transaction SE03).

BR,

Prabhakar

Former Member
0 Kudos

Hi,

perfect, it helped me a lot.

Thank you for your fast Response.


BR,

Michael

Former Member
0 Kudos

Check if Note 1678047 - COMPUTE_INT_PLUS_OVERFLOW during activation is applicable to your issue.

regards,

Roman

benoit-schmid
Contributor
0 Kudos

Hello Roman,

Roman N wrote:

Check if Note 1678047 - COMPUTE_INT_PLUS_OVERFLOW during activation is applicable to your issue.

regards,

Roman

How should I have proceed with this Note.

While SPAM was looping, how should I have stooped it?

Could I have imported this Note has SPAM was interrupted?

Thanks in advance for your answers.

Former Member
0 Kudos

If applicable you need to implement it before starting update.

Regards,

Roman

benoit-schmid
Contributor
0 Kudos

Hello Roman,

Roman N wrote:

If applicable you need to implement it before starting update.

Regards,

Roman

As it is not possible to know this in advance, could you tell me how I should have proceed

when I had noticed the problem and the spam was running?

Thanks in advance for your answer.

former_member185239
Active Contributor
0 Kudos

Hi Schmid,

Can you please paste content the dump , which you are getting in ST22.

With Regards

Ashutosh Chaturvedi

benoit-schmid
Contributor
0 Kudos

Hello,

Ashutosh Chaturvedi wrote:

Hi Schmid,

Can you please paste content the dump , which you are getting in ST22.

With Regards

Ashutosh Chaturvedi

Unfortunately, I have re run the install.

Therefore I have no access to st22.

Sorry.

Former Member
0 Kudos

Hi,

Did you try to update the kernel to latest level before start of the upgrade?

If not, please try to update the kernel and try to restart the upgrade of SPAM and see whether it resolves .

Thanks and Regards,
Vimal

benoit-schmid
Contributor
0 Kudos

Hello,

Yes Kernel Patch was in accordance to SPS when SPAM was started.

Have you had similar issues with kernel version?

Regards,