cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade error in "MAIN_NEWBAS/JOB_RSFILLGENSETC"

Former Member
0 Kudos

Hi Experts,

I am upgrading sap netwever 7.0 to EHP1 using SAPehi, during the downtime roadmap stage, I am getting the error in

MAIN_NEWBAS/JOB_RSFILLGENSETC

Error

Checks after phase MAIN_NEWBAS/JOB_RSFILLGENSETC were negative!

Last error code set: BATCHJOB RSFILLGENSETC FAILED: Errors found in logfile (accumulated in file PSFILLGENSETC.ELG)

-


Error in PSFILLGENSETC file says

"2EETG011 "Call of tx SGEN failed""

Can anyone advice me how I can go forward to this?

I found sap note for this issue, in the sap note says implement the support package. at this position I canot implement thorugh snote coz upgrade is going on. (main instance down and shadow instance is created)

Please advice

Regards

Jayakrishan Nair

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hello,

I am facing the same issue on an upgrade to SRM SR1 (based on Netweaver 7 EHP2) - I used the SAPup from 15th February 2012 and the issue is still present.

Has anyone got a solution from SAP? Since SGEN works fine outside of this phase is it possible to just skip onto the next phase?

Many thanks

Former Member
0 Kudos

Hi All,

There are few mistakes in the earlier replies to resolve this issue,

Please follow the step exactly in SAP Note 1694715.

Important Point: The note says to release the transport request which you have created . But it is not possible to release the transport request in the middle of the upgrade.

So, just release the task of the request..

  1. When it occurs in phase MAIN_NEWBAS/JOB_RSFILLGENSETC you could comment out following lines from
    report RSFILLGENSETC:

IF ld_cnt = 0.
   PERFORM write_log_line_s USING 'E' '011'
   'Call of tx SGEN failed' space space space.             "#EC NOTEXT
ELSE.
   PERFORM write_log_line_s USING space '011' ld_cnt
  ' number of entries written in table GENSETC' space space."#EC NOTEXT
ENDIF.

  1. To be able to do this, you will need to unlock the system:
  2. tp unlocksys SID pf=(DIR_PUT)/bin/DEFAULT.TPP
  3. tp unlock_EU SID pf=(DIR_PUT)/bin/DEFAULT.TPP
  4. Afterwards, the transport request can not be released, so just release the task and the system
    should be locked again.
  5. tp lock_EU SID pf=(DIR_PUT)/bin/DEFAULT.TPP
  6. tp locksys SID pf=(DIR_PUT)/bin/DEFAULT.TPP

Thanks,

Naga

Former Member
0 Kudos

Hi,

This issue is resolved by using the latest SAPUP tool from Service Market Place. dated 15 Feb 2012.

Arun

anzelinim
Explorer
0 Kudos

Hi Experts,

I also had the error:

2EETG011 "Call of tx SGEN failed"

while upgrading SAP, in phase MAIN_NEWBAS/JOB_RSFILLGENSETC.

The SAPup stops and to solve the problem is necessary unlock the system and check why it is not possible to launch the generation job using transaction SGEN.

To solve our problem I had to delete a previous schedule of RSPARAGENER8 job.

Kind regards.

Michele Anzelini

antonio_steinhuser
Participant
0 Kudos

Hello,

we have the same problem in phase MAIN_NEWBAS/JOB_RSFILLGENSETC .

When i look in the SAP System the job RSFILLGENSETC was run successfully.

But i also get the error in the logfiles

2EETG011 "Call of tx SGEN failed"

In the prepare phases we had select "not to run sgen" !!

Who can help?

anke

Toni

Former Member
0 Kudos

Hello!

I've got the same error.

Can anybody provide solution?

Thanks.

Former Member
0 Kudos

Hello,

Can you provide the error log?

Is it SGEN is failing?

Regards

J.Nair

Former Member
0 Kudos

I logged into the Shadow Instance as DDIC client 000, then run tcode SM01 and unlock transaction SGEN. The repeat the upgrade process. That worked for me.

Michael Huynh

Former Member
0 Kudos

Hy Guys

This issue may have been caused by a file not being copied to the work

directory from the bin directory during the list_load phase.

Please check if the file REGEN.LST exists in the work directory of B5R.

If not, then as a workaround you need to copy REGEN.LST from

DIR_PUT/bin/REGEN.LST'

to'/usr/sap/<sid>/DVEBMGS<sn>/work/REPLIST'

rename file REGEN.LST to REPLIST

Then try to continue the upgrade doing a REPEAT on upgrade phase

JOB_RSFILLGENSETC.

Thanks

Douglas Santos

Former Member
0 Kudos

Hi,

Dear, I am migrating to ECC 6.0 version EHP5 SP4 and phase MAIN_NEWBAS / JOB_RSFILLGENSETC I get the error that follows:

Checks after phase MAIN_NEWBAS/JOB_RSFILLGENSETC were negative!

Last error code set: BATCHJOB RSFILLGENSETC FAILED: Errors found in logfile (accumulated in file PSFILLGENSETC.ELG).

error File PSFILLGENSETC.ELG

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

Prepare Load generation Errors and RETURN CODE in RSFILLGENSETC.DEF

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

2EETG011 "Call of tx SGEN failed"

I saw this forum and mention the shadow instance, but in my case the shadow is already down, only I have access to my original instance. At the time of wanting to go with someone else tells me that is blocked by upgrade (such as unlock the shadow instance is not ???). This will need to do to enter the intancia with a user other than DDIC and modify the report RSFILLGENSETC.

Best regards,

Julian

Former Member
0 Kudos

You need to unlock your system

tp unlocksys SID pf=/usr/sap/SID/EHPI/abap/bin/DEFAULT.TPP

tp unlock_eu SID pf=/usr/sap/SID/EHPI/abap/bin/DEFAULT.TPP

Former Member
0 Kudos

SOLVED

Former Member
0 Kudos

I had the same issue. The way I by passed in our development system:

This is the report/program that you have to modify.

RSFILLGENSETC

Comment out this section from the report.


*{   DELETE         
*\    PERFORM write_log_line_s USING 'E' '011'
*\    'Call of tx SGEN failed' space space space.             "#EC NOTEXT
*\  ELSE.
*}   DELETE

In QA and Prod in the selection screen for SGEN, I selected the option " Do not start SGEN during the upgrade". I ran the SGEN manually so I do not have to manually change the code.

Hope this helps.

Thanks,

Naveed

Former Member
0 Kudos

Naveed,

The upgrade is going on, so i can only login to the system to shadow instance with DDIC or SAP* user accounts,

and with these users i canot make any changes in the programs,

Please advice

Jayakrishnan Nair

Former Member
0 Kudos

What you need to do is Unlock the system ( you can search SDN on how to unlock during upgrade). Create your id and then make the modifications.

Thanks,

Naveed

Former Member
0 Kudos

Naveed,

I am finding for unlock the sytem, not able to find any, can you tel me how can we do that ?

Jayakrishnan Nair

Former Member
0 Kudos

SAPehpi unlockshd

or

SAPehpi unlockshd <SID>

Also come to think of it you can simply apply the SAP note using SNOTE in Shadow instance after unlocking the system and then creating your own id.

Thanks,

Naveed

Former Member
0 Kudos

Naveed,

System is saying sapehpi is not a recommended command,

Jayakrishnan Nair

Former Member
0 Kudos

naveed,

i have resolved this issue with jumping to other phase

Thanks for your help, rewarding some points

JKN

Former Member
0 Kudos

Long time ago, do you remeber the note number? I can't find anything at sapnet, but your solution worked just fine.