cancel
Showing results for 
Search instead for 
Did you mean: 

backup location on remote desktop giving the problem

Former Member
0 Kudos

Hi All,

We are trying to do the backup of Netweaver server that is on top of Oracle Database.

we are providing the values in init<SID>.sap file as

backup_dev_type = stage

stage_root_dir=Z:/Orabackup (here Z: drive is mapping in local system)

remote_host = wsthc.<domain>.com

remote_user = "<domain>\Administrator password"

It is giving the error like

*BR0278E Command output of 'rsh 192.168.2.201 -l domain.com\Administrator mkdir

z:\bdzdrvcj':

rsh: can't establish connection

> 192.168.2.201:Connection refused

BR0280I BRBACKUP time stamp: 2008-10-31 20.38.37

BR0279E Return code from 'rsh 192.168.2.201 -l domain.com\Administrator mkdir z:\bdzdrvcj': 1

BR0056I End of database backup: bdzdrvcj.fns 2008-10-31 20.38.37

BR0280I BRBACKUP time stamp: 2008-10-31 20.38.38

BR0054I BRBACKUP terminated with errors

###############################################################################

BR0292I Execution of BRBACKUP finished with return code 5*

can I have solution.

Thanks & Regards,

Sridhar M.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member204746
Active Contributor
0 Kudos

never used mapped drive letters. use full UNC path instead such as
servername.domain.com\sapmnt

Former Member
0 Kudos

From my experience, map drive letters work just fine.

Rgds,

Konstantina

former_member204746
Active Contributor
0 Kudos

mapped drive letters DO NOT work,eespecially when using DB13 .

Mapped drive letters are user dependant, so, if you map it with user SIDADM, it will not work with user SAPserviceSID... DB13 uses SAPserviceSID.

Former Member
0 Kudos

Hi All,

Thanks for your quick response.

I tried in different ways even it is not helpful.

I tried with domain Administrator username and password , and tried with full UNC path even it is not helpful.

Hello Eric Brunelle...

I am not getting this answer, where can i find this \sapmnt

use full UNC path instead such as
servername.domain.com\sapmnt
.

Is there any other way to solve this.

Thanks & Regards,

Sridhar M.

Former Member
0 Kudos

backup_dev_type = stage

stage_root_dir=Z:/Orabackup (here Z: drive is mapping in local system)

remote_host = wsthc.<domain>.com

remote_user = "<domain>\Administrator password"

It is giving the error like

*BR0278E Command output of 'rsh 192.168.2.201 -l domain.com\Administrator mkdir

z:\bdzdrvcj':

rsh: can't establish connection

Hi,

It looks like the system tries to write the backup at Z:\ and not at Z:\Orabackup.

Please correct your stage_root_dir by using "\" and not "/".

You could also confirm that the remote_user has write access to this path.

Regards,

Konstantina

Former Member
0 Kudos

>'rsh 192.168.2.201

check whether you have opened the ports between the servers? thats the reason you are getting connection refused error.

cheers,

-Sunil