cancel
Showing results for 
Search instead for 
Did you mean: 

Error wihile installing EH1 for Netweaver in phase MAIN_NEWBAS/JOB_RDDNEWP

former_member220077
Participant
0 Kudos

Severe error(s) occured in phase MAIN_NEWBAS/JOB_RDDNEWPP!

Last error code set: RFC_ERROR 2: DUMP_ERROR

1 ETQ201 Entering upgrade-phase "JOB_RDDNEWPP" ("20090820095805")

2 ETQ367 Connect variables are set for standard instance access

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

4 ETQ399 Environment variables:

4 ETQ399 dbs_mss_schema=bd1

4 ETQ399 auth_shadow_upgrade=0

4 ETQ380 computing toolpath for request "TP_DEFAULT"

4 ETQ382 translates to group "R3UP_TOOL_GROUP_SYS"

4 ETQ383 translates to path "S:\usr\sap\BD1\SYS\exe\run"

4 ETQ399 Set environment for standard connect:

4 ETQ399 ENV: dbs_mss_schema=bd1

4 ETQ399 ENV: auth_shadow_upgrade=0

4 ETQ399 Set RFC variables for standard connect:

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

4 ETQ399 Set tool parameters for standard connect:

4 ETQ399 default TPPARAM: DEFAULT.TPP

1 ETQ206 Executing pre-phase DB specific actions.

1 ETQ206 Executing pre-phase OS specific actions.

1 ETQ200 Executing actual phase 'MAIN_NEWBAS/JOB_RDDNEWPP'.

1 ETQ399 Phase arguments:

2 ETQ399 Arg[0] = 'RDDNEWPP'

2 ETQ399 Arg[1] = ''

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

2 ETQ399 Arg[3] = ''

2 ETQ399 Arg[4] = '5'

2 ETQ399 Arg[5] = 'RDDIMPDP SCHEDULING'

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

4 ETQ260 Starting batchjob "RDDNEWPP"

4 ETQ010 Date & Time: 20090820095805

4 ETQ260 Starting batchjob "RDDNEWPP"

4 ETQ230 Starting RFC Login to: System = "BD1", GwHost = "bibd1", GwService = "sapgw00"

4 ETQ233 Calling function module "SUBST_START_BATCHJOB" by RFC

4 ETQ399 JOBNAME='RDDNEWPP', REPNAME='RDDNEWPP', VARNAME='', BATCHHOST='bibd1', IV_SCHEDEVER=' '

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

4 ETQ399 Returned JOBCOUNT='09580500'

4 ETQ233 Calling function module "SUBST_CHECK_BATCHJOB" by RFC

4 ETQ010 Date & Time: 20090820095810

4 ETQ234 Call of function module "SUBST_CHECK_BATCHJOB" by RFC succeeded

4 ETQ239 Logging off from SAP system

2EETQ262 Batchjob "RDDNEWPP" aborted

4 ETQ359 RFC Login to: System="BD1", Nr="00", GwHost="bibd1", GwService="sapgw00"

4 ETQ232 RFC Login succeeded

2WETQ360 RFC of "subst_list_sys_logs" failed:

2WETQ361 code/exception : DUMP_ERROR

4 ETQ359 RFC Login to: System="BD1", Nr="00", GwHost="bibd1", GwService="sapgw00"

4 ETQ232 RFC Login succeeded

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member220077
Participant
0 Kudos

The issue is a bug in the EHP install, SAP is working on a fix, but to get around it, I applied the OSS note.Note 1317803 - Function module USER_EXISTS for it. I only added the entry see below, then I restarted the install and it worked, work was done in client 000 after i unlocked the system and made it modifiable

  • ---------------------------- note 1317803 ---------------------------

TYPES:

BEGIN OF type_range_client,

sign TYPE bapisign,

option TYPE bapioption,

low TYPE symandt,

high TYPE symandt,

END OF type_range_client,

type_t_range_client TYPE TABLE OF type_range_client.

o To program LSUSETOP

Former Member
0 Kudos

Hello David,

installing EHPI in phase MAIN_NEWBAS/JOB_RDDNEWPP I ran in the same bug.

How did you unlock and modify your system to fix Function module USER_EXISTS?

Could you provide a list of steps to add the code entry in this EHP installing phase, please? (I can't even connect to my system.)

Thanks a lot.

Bernd

Former Member
0 Kudos

had the same issue and this is what i did to resolve it (Thanks to David Quigley)

1. I run this at the command line

tp 'unlocksys D01 pf=/usr/sap/trans/bin/TP_DOMAIN_xxx.PFL' where xxx is your SID

2. log on to the gui with DDIC user and run tcode /$SYNC

(now you should be able to logon as a regular user)

3. Per David Quigley i inserted his code below in the program LSUSETOP and activated it.

TYPES:

BEGIN OF type_range_client,

sign TYPE bapisign,

option TYPE bapioption,

low TYPE symandt,

high TYPE symandt,

END OF type_range_client,

type_t_range_client TYPE TABLE OF type_range_client.

Now you should be able to proceed with the upgrade.

Former Member
0 Kudos

Thank you. It is working. I have same problem too (2009.09.08).

Imre

Former Member
0 Kudos

Thank you!

After implementing code entry above in LSUSETOP (USER_EXISTS does not exist in my system.) EHPI stepped over MAIN_NEWBAS/JOB_RDDNEWPP.

Bernd

markus_doehr2
Active Contributor
0 Kudos

> 2 ETQ399 Arg[6] = 'RDDNEWPP.ELG'

Read that logfile.

Markus