cancel
Showing results for 
Search instead for 
Did you mean: 

NW 7.0 to 7.3 upgrade error PREP_INIT/JOB_RSUPDTEC phase

Former Member
0 Kudos

Hi gurus,

I'm running NW 7.0 to 7.0 upgrade on HP-UX 11.31 and Oracle 11.2.0.2.

SUM GUI started on Windows Server 2003 machine from browser.

I've got an error in PSUPDTEC.LOG during upgrade :

1 ETQ201 Entering upgrade-phase "JOB_RSUPDTEC" ("20120114125853")

4 ETQ399 Set environment for standard connect:

2 ETQ367 Connect variables are set for standard instance access

4 ETQ399 System-nr = '00', GwService = 'sapgw00' Client = '000'

4 ETQ399 Environment variables:

4 ETQ399 dbs_ora_schema=SAPSR3

4 ETQ399 auth_shadow_upgrade=0

1 ETQ200 Executing actual phase 'PREP_INIT/JOB_RSUPDTEC'.

1 ETQ399 Phase arguments:

2 ETQ399 Arg[0] = 'RSUPDTEC'

2 ETQ399 Arg[1] = ''

2 ETQ399 Arg[2] = 'NO-IGNORE'

2 ETQ399 Arg[3] = 'RSUPDTEC\.$(SAPSID)'

2 ETQ399 Arg[4] = '5'

2 ETQ399 Arg[5] = 'Resolve inconsistencies in TABART-TABSPACE mapping'

2 ETQ399 Arg[6] = 'PSUPDTEC.ELG'

1 ETQ399 Expanded phase arguments:

2 ETQ399 Arg[3] = 'RSUPDTEC\.N20'

4 ETQ260 Starting batchjob "RSUPDTEC"

1 ETQ359 RFC Login to: System="N20", AsHost="evbyminsd1307" Nr="00", GwHost="evbyminsd1307", GwService="sapgw00"

2 ETQ232 RFC Login succeeded

1WETQ399 RFC function 'SUBST_START_BATCHJOB' does not have parameter 'BATCHINSTANCE'!

4 ETQ010 Date & Time: 20120114125853

1 ETQ233 Calling function module "SUBST_START_BATCHJOB" by RFC

2 ETQ373 parameter "BATCHHOST" = "evbyminsd1307"

2 ETQ373 parameter "JOBNAME" = "RSUPDTEC"

2 ETQ373 parameter "REPNAME" = "RSUPDTEC"

2 ETQ373 parameter "VARNAME" = ""

2 ETQ373 parameter "IV_SCHEDEVER" = " "

2 ETQ373 parameter "BATCHINSTANCE" = ""

1 ETQ234 Call of function module "SUBST_START_BATCHJOB" by RFC succeeded

4 ETQ010 Date & Time: 20120114125853

2 ETQ373 parameter "JOBCOUNT" = "12585300"

2 ETQ374 parameter "RC_START" = "27"

1EETQ399 Last error code set is 'Unknown hostname "evbyminsd1307" which means the message server of your SAP system is not running or the hostnames known by the message server are wrong'

1EETQ204 Upgrade phase "JOB_RSUPDTEC" aborted with severe errors ("20120114125853")

I'm new in UNIX systems and think that it's UNIX related error. Plese help.

Thank you!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I've found the solution:

In /etc/hosts file I had

10.6.13.145 EVBYMINSD1307.mydomain.com EVBYMINSD1307

after changing to

10.6.13.145 evbyminsd1307 EVBYMINSD1307.mydomain.com EVBYMINSD1307

upgrade continued.