cancel
Showing results for 
Search instead for 
Did you mean: 

SP stack implementation via SUM stopped due do error in phase RUN_RSGEN

Former Member
0 Kudos

Dear experts,

three times I have tried to repeat the following phase but it always stops due to a non meaningful error message.

Phase:

MAIN_SHDIMP/SUBMOD_SHD2_RUN/RUN_RSGEN



Error messages:

Checks after phase MAIN_SHDIMP/SUBMOD_SHD2_RUN/RUN_RSGEN were negative!

Last error code set: Single errors (code <= 😎 found in logfile 'RSGEN.ELG'

ERROR:
Batchjob RSGEN_GENER8_SHADOW on shadow system failed.
Detected the following errors:

# /usr/sap/TE9/SUM/abap/log/RSGEN.TE9:
A4 ETSGEN 901 "Started Task 1 at 105941 processing 70 objects"
A4 ETSGEN 902 "Received Task: 2 at 110026 with SY-SUBRC = 0 on""return"
A4 ETSGEN 901 "Started Task 2 at 110026 processing 70 objects"
A4 ETSGEN 902 "Received Task: 3 at 111640 with SY-SUBRC = 0 on""return"
A4 ETSGEN 312 Job "RSPARAGENER8M"("10444400") for machine type "329" still has "59634" object(s) to process
A2EETSGEN 228 Generation stopped due to "608" generation errors (see long text)

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Generate Program Loads ERRORS and RETURN CODE in RSGEN.TE9

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A4 ETSGEN 901 "Started Task 1 at 105941 processing 70 objects"

A4 ETSGEN 902 "Received Task: 2 at 110026 with SY-SUBRC = 0 on""return"

A4 ETSGEN 901 "Started Task 2 at 110026 processing 70 objects"

A4 ETSGEN 902 "Received Task: 3 at 111640 with SY-SUBRC = 0 on""return"

A4 ETSGEN 312 Job "RSPARAGENER8M"("10444400") for machine type "329" still has "59634" object(s) to process

A2EETSGEN 228 Generation stopped due to "608" generation errors (see long text)

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Thanks a lot for your help in advance!
best regards,
Christian

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member185239
Active Contributor
0 Kudos

Dear Christian,

Follow the below steps

- Logon to the database.

- select count(*) from <shadow_db_schema>.GENSETM;

- If it returns the value then truncate the table GENSETM from db level

- truncate table <shadow_db_schema>.GENSETM;

Repeat the phase and hopefully , it will resolve your issue. It will have not affect the system at all.

With Regards

Ashutosh Chaturvedi

Former Member
0 Kudos

Hello,

sorry, your suggestion arrived too late.

In the meantime I have already resetted the upgrade. This time I will proceed without the step "SGEN". After the upgrade I will start SGEN manually.

Hopefully the upgrade will finish successfully.

best regards,

Christian

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Check the SAP KBA 2061577 - SGEN errors out with 500+ errors in recent SAP_BASIS versions and follow the recommendation given there.

Cheers

RB

Former Member
0 Kudos

Hello,

thanks for that sapnote, I have just read it.

The problem is that I cannot find any meaningful error message in the logs under path "usr/sap/TE9/SUM/abap/log"

Do you know where I can find the error cause that I have to fix? In sapnote 2061577 I can find only global information.

At the moment I cannot login the shadow system via SAPGui, maybe that is the next problem, shouldn't it be possible to login within that upgrade phase?

Thanks very much for your help!

best regards,

Christian Pöttschacher

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

A background job called RSPARAGENER8M will be executed in the system during the SGEN phase. Based on the logs I can see there were generation errors.

A4 ETSGEN 901 "615 objects show generation errors."

A4 ETSGEN 901 "3 objects show syntax errors."

If I were you I would modify the table GENSETM as suggested in the KBA and continue with the upgrade.