cancel
Showing results for 
Search instead for 
Did you mean: 

Not Able To Perform Table space Extension Through BRtools

Former Member
0 Kudos

Hello Guru's

In Our Production Server we are not able to extend table space through BRtools while performing table space extend i am facing this error, please give me the solution so that this error is going to rectified

i am attaching the log for your reference :

BR0280I BRTOOLS time stamp: 2007-06-19 11.18.57

BR0657I Input menu 81 - please check/enter input values

-


BRSPACE options for tablespace extension

1 - BRSPACE profile (profile) ...... [initPBW.sap]

2 - Database user/password (user) .. [/]

3 ~ Tablespace name (tablespace) ... [PSAPODSD]

4 - Confirmation mode (confirm) .... [yes]

5 - Scrolling line count (scroll) .. [20]

6 - Message language (language) .... [E]

7 - BRSPACE command line (command) . [-p initPBW.sap -s 20 -l E -f tsextend -t

PSAPODSD]

Standard keys: c - cont, b - back, s - stop, r - refr, h - help

-


BR0662I Enter your choice:

c

BR0280I BRTOOLS time stamp: 2007-06-19 11.19.02

BR0663I Your choice: 'c'

BR0259I Program execution will be continued...

BR0291I BRSPACE will be started with options '-p initPBW.sap -s 20 -l E -f tsext

end -t PSAPODSD'

BR0280I BRTOOLS time stamp: 2007-06-19 11.19.02

BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:

c

BR0280I BRTOOLS time stamp: 2007-06-19 11.19.05

BR0257I Your reply: 'c'

BR0259I Program execution will be continued...

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

BR1001I BRSPACE 7.00 (11)

BR0252E Function remove() failed for '/oracle/PBW/sapbackup/.user.pas' at locati

on global_set-5

BR0253E errno 13: Permission denied

BR0700E Fatal errors occurred - terminating processing...

BR1008I End of BRSPACE processing: sdvncsuh.log 2007-06-19 11.19.19

BR0280I BRSPACE time stamp: 2007-06-19 11.19.19

BR1007I BRSPACE terminated with errors

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

BR0292I Execution of BRSPACE finished with return code 3

BR0668I Warnings or errors occurred - you can continue to ignore them or go back

to repeat the last action

BR0280I BRTOOLS time stamp: 2007-06-19 11.19.19

BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi Shishir,

The first thing you would need to check would be the Permissions, as it clearly says that its unable to write a log and it throws an Error Permission denied.

Sapbackup Directory should be owned by orasid and Group should be dba, and the permission should be Read,write,execute for the Owner, and read and Execute for Group and others. Use this command , chmod 755 sapbackup.

Regards,

Ershad Ahmed.

Former Member
0 Kudos

What user are using to run brtools?

What owners/permissions do you see for all the brtools in exe directory?

Former Member
0 Kudos

Hello

Did you try to chmod 777 the rights on the file '/oracle/PBW/sapbackup/.user.pas' ?

Best regards

François