cancel
Showing results for 
Search instead for 
Did you mean: 

BR*Tools file .user.pas unable to open.

Former Member
0 Kudos

Hi Experts,

I have restored the SAP Solution Manager 7.0 EHP1 successfully. But some how I am not able to restore the .user.pas file in /oracle/SID/sapbackup directory.

Now when I am trying to call brspace or brconnect from BR*Tools i am getting the below error.

BR0280I BRTOOLS time stamp: 2010-06-27 05.19.20

BR0257I Your reply: 'c'

BR0259I Program execution will be continued...

BR0252E Function fopen() failed for '/oracle/S11/sapbackup/.user.pas' at location BrToolCall-2

BR0253E errno 2: No such file or directory

My BR*Tools version is 7.0 Path 40. Please let me know how to create .user.pas to resolve this error.

Thanks & Regards,

Sachin

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Thanks for your quick help. I found the solution. It was very silly mistake of mine.

Thanks,

Sachin

Former Member
0 Kudos

Hi Sachin,

Glad to know your problem is resolved...

But what was the mistake, youi haven't mentioned it...

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi,

I came across this one myself today and the solution was ... (you guessed it...):

mkdir /oracle/<SID>/backup

Cheers

Thorsten

markus_doehr2
Active Contributor
0 Kudos

> I have restored the SAP Solution Manager 7.0 EHP1 successfully. But some how I am not able to restore the .user.pas file in /oracle/SID/sapbackup directory.

what are the permissions of that file and the parent directory?

Markus

markus_doehr2
Active Contributor
0 Kudos

Please post the output of

cdexe
ls -l br*

Markus

Former Member
0 Kudos

Hi Markus,

There is no permission issue.

  1. ls -l br*

-rwsrwxr-x 1 oras11 dba 5074068 Feb 25 2009 brarchive

-rwsrwxr-x 1 oras11 dba 5202913 Feb 25 2009 brbackup

-rwsrwxr-x 1 oras11 dba 6786275 Feb 25 2009 brconnect

-rwxr-xr-x 1 s11adm sapsys 5670503 Feb 25 2009 brrecover

-rwxr-xr-x 1 s11adm sapsys 2132759 Feb 21 2009 brrestore

-rwxr-xr-x 1 s11adm sapsys 6996331 Feb 25 2009 brspace

-rwxr-xr-x 1 s11adm sapsys 2785581 Feb 23 2009 brtools

Thanks & Regards,

Sachin

Former Member
0 Kudos

Hello,

set the permissions and ownership for brspace to the same values as for brarchive. Your error message indicates that the user orasid is needed to acces the file in directory /oracle/S11/sapbackup/ (which normally belongs to orasid). Since brspace is currently owned by sidadm instead this won't work.

Former Member
0 Kudos

Hi,

  1. ls -l br*

-rwsrwxr-x 1 oras11 dba 5074068 Feb 25 2009 brarchive

-rwsrwxr-x 1 oras11 dba 5202913 Feb 25 2009 brbackup

-rwsrwxr-x 1 oras11 dba 6786275 Feb 25 2009 brconnect

Change the ownership of above tools and set it as "oras11:sapsys"

Refer the below note carefully...

[Note 113747 - Permissions for DBA tools BR*Tools and SAPDBA|https://service.sap.com/sap/support/notes/113747]

Regards.

Rajesh Narkhede