Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

export fails with error in BRCONNECT when export is started

venu_katamneni
Participant
0 Kudos

We are attempting to do a Homogenious system copy of a NW7.0 sytem

including Enhancment Pack 1 ABAP only. This is to do a unicode

conversion. We have a distributed environment with a dbserver

(slsapdb1) and CI (slsapapp1).

If we run the sapinst as root on slsapapp1 we are stuck on the

following error in BRCONNECT trying to run the stats.

WARNING 2009-06-22 20:17:29.611

CJSlibModule::writeWarning_impl()

Execution of the command "/usr/sap/X02/SYS/exe/run/brconnect -u / -c -o

summary -f stats -o SAPR3 -t all -m +I -s P10 -f

allsel,collect,method,precision,space,keep -p 4" finished with return

code 3. Output:

BR0801I BRCONNECT 7.00 (25)

BR0252E Function fopen() failed

for '/oracle/X02/102_64/dbs/initX02.sap' at location BrInitSapRead-1

BR0253E errno 2: No such file or directory

BR0159E Error reading BR*Tools

profile /oracle/X02/102_64/dbs/initX02.sap

BR0280I BRCONNECT time stamp: 2009-06-22 20.17.29

BR0301E SQL error -12545 at location db_connect-2, SQL statement:

'CONNECT /'

ORA-12545: Connect failed because target host or object does not exist

BR0310E Connect to database instance X02 failed

That dir is on the dbhost not the CI host. This is how we operate normally.

We just wanted to give a try by running SAPINST on the DB server.

When we try to run this as root on the db host we get an error

populating the sapinst screens.

ERROR 2009-06-22 20:00:36.635 [sixxcstepexecute.cpp:950]

FCO-00011 The step fillContext with step key

|NW_Prepare_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|1|0|NW_getDBInfo|ind|ind|ind|ind|5|0|fillContext was executed with

status ERROR ( Last error reported by the step :Assertion failed: in

component: NW_getDBInfo

step:fillContext

at this point the dbtype has to be != ind).

Could somebody help (guide) us as to how we could resolve the issue? Thanks

5 REPLIES 5

markus_doehr2
Active Contributor
0 Kudos

> BR0252E Function fopen() failed

> for '/oracle/X02/102_64/dbs/initX02.sap' at location BrInitSapRead-1

> BR0253E errno 2: No such file or directory

That file is the central configuration file for the br*tools.

Can you start brtools manually on that host?

Markus

0 Kudos

Yes, We can start BRCONNECT on the database host without any problem.

0 Kudos

If you insist of doing the export on the CI I would do the update statistics manually (just enter the given command on the database server) and deselect it for the export in sapinst.

Markus

0 Kudos

Thanks Markus. We will try to do it that way and hope that we won't be forced to run stats via SAPINST later on in the process. Will keep you posted.

0 Kudos

Hello Venu,

Best of option to run export is from Database host. You have said you cannot get sapinst screens properly when you running from sapinst

can you chek this

1. Make sure you only have acitve profile in /usr/sap/SID/SYS/profile. Remove all other profile including backup profile.

If you still have issues

2. Skip update statistics from sapinst and run them manually using BR tools.

Thank You,

Praveen