cancel
Showing results for 
Search instead for 
Did you mean: 

BRSPACE : SQL error -12008 at location tab_onl_reorg-23

Former Member
0 Kudos

Hi,

I am still within this problem, any feedback is welcome.

I tried to reorganise a tablespace in a test system using export/import method.

I ran the brspace command as sidadm and as orasid : brspace -f tbexport -s PSAPEL701D -t "*" 

But the command aborts with this error :

Username:

BR0278E Command output of '/usr/sap/SID/SYS/exe/run/brtools -f printcmd -U /oracle/CH7/sapbackup/.user.pas | /oracle/SID/112_64/bin/expdp parfile=/oracle/SID/sapreorg/seiwgedf/parfile.exp':

UDE-01017: operation generated ORACLE error 1017

ORA-01017: invalid username/password; logon denied

Username: UDE-00005: unexpected End-Of-File encountered while reading input

BR0279E Return code from '/usr/sap/SID/SYS/exe/run/brtools -f printcmd -U /oracle/SID/sapbackup/.user.pas | /oracle/SID/112_64/bin/expdp parfile=/oracle/SID/sapreorg/seiwgedf/parfile.exp': 1

BR1161E Table export failed

sidadm and orasid have the correct permissions to run brtools

SAPR3 can connect to the database.

Can someone help please,

Many thanks in advance

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Abdellatif,

Could you execute the statement with "-u /"  parameter, as below;

brspace -u / -f tbexport -s PSAPEL701D -t "*"

Best regards,

Orkun Gedik