cancel
Showing results for 
Search instead for 
Did you mean: 

Database Instance Instalation error

Former Member
0 Kudos

Hi all,

I'am installing SAP R3E 4.7 in windows+Oracle and I'am getting the following error in step 20 of 22(Set DB user Password)

Error 2008-03-10 11:01:08

CJS-00289 Coul not set the password of a databse user.<br>DIAGNOSIS: Command brconnect -u System/***** -c -f chpass -o SAPR3 -p ******** returned 3.<br>SOLUTION: See brconnect.log for details.

I check the brconnect.log

BR0801I BRCONNECT 6.40(47)

BR0252E Function _popen() failed for '(E:\oracle\DOP\920\bin\SQLPLUS) /nolog) <\nul 2>&1' at location BrPipeOpen-4

BR0272E Execution of Program '(E:\oracle\DOP\920\bin\SQLPLUS) /nolog) <\nul 2>&1' through pipe failed

BR0303E Determination of Oracle version failed.

I ran manually the command :

brconnect -u System/Pass -c -f chpass -o SAPR3 -p Pass and everthing is fine.

Please help, is urgent.!!

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

antonio_voce
Contributor
0 Kudos

Hi , check this oss note

Note 917293 - BR*Tools fail with ORA-27046 at BrInitOraCreate-3

Antonio Voce

Reward if this help .

Former Member
0 Kudos

This note not help me,

Solution

This error occurs when you have manually changed the ORACLE Spfile (binary form of parameter file init<DBSID>.ora), for example, using an editor. To correct the error, proceed as follows:

I'am not changed the spfile manually(binary).

I'am changed the parameter file in init<BDSID.ora)

Former Member
0 Kudos

Hi All,

Did u get a solution for this??

I found no useful note

Former Member
0 Kudos

Yes,

I post a message to the sap global support.

The solution is:

If you can execute the command manually successfully(brconnect -u System/Pass -c -f chpass -

o SAPR3 -p Pass ) you can skip this

installation step. For this, stop the sapinst and run it again with the option SAPINST_SKIP_ERRORSTEP=true.

You need to run the sapinst at the command promtp with this option.