cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade error in Prepare Phase

Former Member
0 Kudos

Dear all

We are now Upgrading the PRD Server.In the Prepare the General Check Phase,We got the error.The Log file

**************************************************************************

#====================================================#

  1. Requests and information for module General checks #

#====================================================#

ERROR> Directory /usr/sap/D01/SYS/exe/run does not exist or is not read/writeable

ERROR: Change the permission of these executables

INFO> During the upgrade, the new SAP kernel

will be installed. All files and subdirectories

in directory /usr/sap/D01/SYS/exe/run which are not used

in Release 700 will be removed.

Files and subdirectories can be protected from deletion

if they appear in a file "protect.lst" in the same directory

(each protected name in a separate line).

For security reasons, directory /usr/sap/D01/SYS/exe/run

should be saved in a backup.

INFO> For kernel release 6.10 and higher, the tablespaces

need to have default storage (MAXEXTENTS UNLIMITED)!

No tablespaces have been found with MAXEXTENTS < '2147483645'.

nothing to do.

INFO> It is possible to upgrade the frontend software before

you start SAPup!

WARNING> Errors occurred during CHECK OF UPDATE TASK

(batch job RSVBCHCK)

The contents of the summery error log file is as follows.

Details can be seen in the log file of the batch job: RSVBCHCK.D01

The following messages can be ignored in certain circumstances.

Please see the extended error message(s) below.

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

CHECK OF UPDATE TASK Errors and RETURN CODE in RSVBCHCK.D01

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

2EETG050 Update records still exist - Please process

#===========================================================#

  1. PREPARE module General checks finished with status failed #

#===========================================================#

********************************************************

Regards

guna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Guna,

For Error 1: Directory /usr/sap/D01/SYS/exe/run does not exist or is not read/writeable

Solution: just go through usr/sap/D01/SYS/exe > chmod -R 755 run

or do for total exe like chmod -R 755 exe

For Error 2: Errors occurred during CHECK OF UPDATE TASK

Solution : use the transaction sp13,and select all in the status tab and in date tab give 6 months or 1 year before

Then choose execute and delete all the update requests.

This will definetely resolves your issue. Let me know if you need anything else.

Thanks

Kishore

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos

Looks pretty obvious to me...

ERROR> Directory /usr/sap/D01/SYS/exe/run does not exist or is not read/writeable

ERROR: Change the permission of these executables

Check permissions...

Regards

Juan