cancel
Showing results for 
Search instead for 
Did you mean: 

System export problem of Solman

Former Member
0 Kudos

HI All,

When i am taking system export of solution manger I am getting the below errors.

BR0801I BRCONNECT 7.00 (48)

BR0805I Start of BRCONNECT processing: ceewggkt.sta 2010-12-26 09.24.31

BR0484I BRCONNECT log file: E:\oracle\SLM\sapcheck\ceewggkt.sta

BR0280I BRCONNECT time stamp: 2010-12-26 09.24.38

BR0813I Schema owners found in database SLM: SAPSLM, SAPSLMSHD+, SAPSR3DB%*

BR0280I BRCONNECT time stamp: 2010-12-26 09.24.38

BR0301E SQL error -1031 at location BrRsnspaceRead-1, SQL statement:

'PREPARE stmt_13 STATEMENT FROM'

'SELECT NAMESPACE, NSPACEGEN FROM "SAPSLM".RSNSPACE WHERE ACTIVE = 'X' ORDER BY NAMESPACE'

ORA-01031: insufficient privileges

BR0806I End of BRCONNECT processing: ceewggkt.sta 2010-12-26 09.24.38

BR0280I BRCONNECT time stamp: 2010-12-26 09.24.38

BR0804I BRCONNECT terminated with errors

I have windows 2003 and oracle 10.2.

Please any help.

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Problem with Java version.

Former Member
0 Kudos

Hi,

i suggest either :

- you are running brtools under wrong user

- or your br files have wrong permission

please check on it :

https://service.sap.com/sap/support/notes/113747

about permission of dbatools

hope it help you.

rgds,

Alfonsus Guritno

Former Member
0 Kudos

Hi Alfonsus Guritno

Thanks for fast reply,

When I try to use "sqlplus / as sysdba" for connect to sql i get error

Microsoft Windows [Version 5.2.3790(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\slmadm>sqlplus / as sysdba'

SQLPlus: Release 10.2.0.2.0 - Production on Sun Dec 26 17:38:00 2010*

Copyright (c) 1982, 2005, Oracle. All Rights Reserved.

ERROR:

ORA-01031: insufficient privileges

Enter user-name:

But when I comment this line #SQLNET.AUTHENTICATION_SERVICES = (NTS) on sqlnet.ora I am not get this error.

Do I need some comfiguration on my oracle.

regards