cancel
Showing results for 
Search instead for 
Did you mean: 

Brtool table space extension error

former_member246694
Participant
0 Kudos

Dear ALL,

When Im trying to extend a tablespace using BRTOOLS, the following errors are coming.

BR0259I Program execution will be continued...

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

BR0253E errno 13: Permission denied

The following permissions are existing

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

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

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

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

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

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

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

could you please where could the problem exist?

Thanks & Regards,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

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

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

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

Change the group ownership from "dba" to "sapsys".

Refer the below note:

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

It will solve the problem.

Also, Always use latest BRTOOL version..

Regards.

Rajesh Narkhede

former_member246694
Participant
0 Kudos

Hi Rajesh,

I have modified the file permissions as said.

Still the same prob.

Currently we have all the permissions set as per the note you have mentioned.

Regards,

kiran

Former Member
0 Kudos

Hi,

Check the permission of "/oracle/SMN/sapbackup/".

It should be writable for ora<sid> user...

Also post the permission of brtools.

# ls -l /sapmnt/<SID>/exe/br*

You can also try the below command to set the proper permissions.

# cd /sapmnt/<SID>/exe
# saproot.sh <SID>

Regards.

Rajesh Narkhede

former_member246694
Participant
0 Kudos

Hi Rajesh,

I have changed the permissions of sapbackup folder to 775

and it worked out.

Tablespace extension is working fine.

Thanks & regards,

kiran

Answers (1)

Answers (1)

former_member182034
Active Contributor
0 Kudos

hi anees,

1st, you have to add OS user SIDadm in OS group 'dba'

2nd, you also have to look at the 'log_archive_dest' because that parameter is not defined in the intiSID.sap

Regards,

majamil

former_member246694
Participant
0 Kudos

Hi majamil,

1>SIDADM is already part of dba group

2> i dont think Log_archive_dest is causing problems for tablespace extension.

Regards,

kiran.