cancel
Showing results for 
Search instead for 
Did you mean: 

Error encountered in phase SHDINST_DB_PREP - EHP1 upgrade using EHPI.

Former Member
0 Kudos

Hi Experts,

I am currently in the configuration phase of Enterprise Portal upgrade from 700 to EHP1 then i got this error in phase SHDNST_DB_PREP, I am using OS platform Windows Server 2003; here is the message:

On the EHPi GUI:

Decide how you want to continue

Checks after phase PREP_INSTALL/SHDINST_DB_PREP were negative!

Last error code set: Process 'brconnect' exited with 5, see 'D:\EHPI\abap\log\SHDUSRCRE.LOG' for detai

Trouble Ticket Generation

A trouble ticket and an archive with all relevant log files have been generated. Trouble ticket: "D:\EHPI\abap\log\SAPehpi_troubleticket.log" Log archive: "D:\EHPI\abap\log\SAPehpi_troubleticket_logs.sar"

Choose Action:

Repeat phase SHDNST_DB_PREP to continue at the point it stopped.

Restart the current module from the beginning

Exit this program

for SHDUSRCRE.LOG:

SAPehpi> Starting subprocess brconnect with id 13588 at 20100816143027

Environment: CLASSPATH=C:\oracle\CUSDEV01\102\jdbc\lib\ojdbc14.jar;

Environment: JAVA_HOME=C:\j2sdk1.4.2_13-x64

Environment: NLS_LANG=AMERICAN_AMERICA.UTF8

Environment: ORACLE_HOME=C:\oracle\EP1\102

Environment: ORACLE_SID=EP1

Environment: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH

Environment: Path=E:\oracle\CUSPRD01\102\bin;C:\oracle\CUSDEV01\102\bin;C:\oracle\EP1\102\BIN;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\SysMgt\oma\bin;C:\usr\sap\EP1\SYS\exe\uc\NTAMD64;C:\Program Files (x86)\Dell\SysMgt\oma\bin

Environment: auth_shadow_upgrade=0

Environment: dbms_type=ora

Environment: dbs_ora_schema=SAPEP1

Environment: dbs_ora_tnsname=EP1

BR0801I BRCONNECT 7.00 (42)

BR0280I BRCONNECT time stamp: 2010-08-16 14.30.28

BR0301E SQL error -28003 at location crown_main-1, SQL statement:

'/* BRCONNECT */ CREATE USER "SAPEP1SHD" IDENTIFIED BY "kXZvHmKI.42aB"'

ORA-28003: password verification for the specified password failed

ORA-20003: Password should contain at least one \

digit, one character and one punctuation

BR1336I Creating database owner SAPEP1SHD failed

BR0280I BRCONNECT time stamp: 2010-08-16 14.30.28

BR0804I BRCONNECT terminated with errors

Process with ID 15076 terminated with status 5

Did you encounter this error? How can i solve it?

Thanks a lot!

Regards,

Tony

Accepted Solutions (1)

Accepted Solutions (1)

nirmal_konchada
Active Contributor
0 Kudos

Hi,

Manually create the user in the database and proceed.

Nirmal

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Experts,

I already solved the issue, just creating the user manually at command promp,

the problem is that the password that SAP generated was not compatible or not acceptble to the system that is why i manually created the user:

SQL> CREATE USER SAPEP1SHD IDENTIFIED BY kXZvHmKI_42aB; - > correct one

SQL> CREATE USER SAPEP1SHD IDENTIFIED BY kXZvHmKI.42aB; - > incorrect; generated by the system

Thanks & Regards,

Tony

markus_doehr2
Active Contributor
0 Kudos

> Environment: JAVA_HOME=C:\j2sdk1.4.2_13-x64

I would really recommend that you use a current version of the Java SDK, the first version supported on x64 was 1.4.2_17, the one you use has serious issues.

Markus

sunny_pahuja2
Active Contributor
0 Kudos

Hi

I think you have enabled Password verify function in the database. Either disable it or create user manually and process further.

Thanks

Sunny