cancel
Showing results for 
Search instead for 
Did you mean: 

BRCONNECT terminated with errors

Former Member
0 Kudos

Hello,

We are getting this error in the last stage of Import Phase...OS-DB Migration

INFO 2008-07-03 11:52:35 BRCONNECT_IND_ORA ExecuteDo:0

BR801I BRCONNECT 6.20 (114)

BR280I Time stamp 2008-07-03 11.52.36

BR301E SQL error -1017 at location db_connect-2

ORA-01017: invalid username/password; logon denied

BR310E Connect to database instance P45 failed

BR280I Time stamp 2008-07-03 11.52.36

BR804I BRCONNECT terminated with errors

INFO 2008-07-03 11:52:36 BRCONNECT_IND_ORA ExecuteDo:0

RC code form SyCoprocessWait = 3 .

ERROR 2008-07-03 11:52:36 BRCONNECT_IND_ORA ExecuteCheck:0

Exit code from /sapmnt/P45/exe/brconnect: 3.

ERROR 2008-07-03 11:52:36 BRCONNECT_IND_ORA InternalInstallationDo:0

Phase failed.

ERROR 2008-07-03 11:52:36 BRCONNECT_IND_ORA InstallationDo:0

Phase failed.

ERROR 2008-07-03 11:52:36 InstController Action:0

Step BRCONNECT_IND_ORA could not be performed.

ERROR 2008-07-03 11:52:37 Main

Installation failed.

ERROR 2008-07-03 11:52:37 Main

Installation aborted.

Kindly Suggest...

Thanks,

RaHuL...

Accepted Solutions (1)

Accepted Solutions (1)

stefan_koehler
Active Contributor
0 Kudos

Hello Rahul,

this can have different reasons.

Please post the pfile/spfile and run the following query:

SQL> SELECT USERNAME FROM DBA_USERS;

Have you changed the password of the user SYSTEM?

Sapnote #562863 explains the error with a password change:

SYSTEM: By default, sapdba and the BR tools are connected to the database with the SYSTEM user and standard password. If you change this now, you can only start the tools by explicitly specifying the user name and password. To do this, use the option "-u <username>/<password>". Otherwise, calling sapdba, brbackup, brconnect, brarchive and brrestore fails with ORA-01017.A useful alternative to the SYSTEM user when using the BR*TOOLS is to use the OPS$ mechanism by specifying "-u/"

And please post the call of the brconnect.

Regards

Stefan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello. Read Note 400241 - Problems with ops$ or sapr3 connect to Oracle.

Also in upgrade manual you can read :

Oracle only:

Make sure that the password for the database user SAP<SCHEMAID> or SAPR3 is SAP

and that the password for the database user system is manager:

a. Log on as user ora<dbsid>.

b. If the password of user system is not manager, enter:

brconnect -u system/<passwd> -c u2013f chpass u2013o system u2013p

manager

c. Enter:

brconnect u2013c u2013f chpass -o SAP<SAPSCHEMAID> -p SAP

It's on Export stage, in import you need to use your password As Mr. Stefan Koehler say.

Regards.

Edited by: Sergo Beradze on Jul 3, 2008 11:54 AM