BR0301E SQL error -1017 at location db_connect-2 during DB13

While executing the check database through DB13 following error is showing by this t-code
08.12.2009     08:00:30     Job started
08.12.2009     08:00:30     Step 001 started (program RSDBAJOB, variant &0000000000178, user ID 11001481)
08.12.2009     08:00:31     Execute logical command BRCONNECT On host eccect
08.12.2009     08:00:31     Parameters: -u / -jid CHECK20091013080000 -c -f check
08.12.2009     08:00:31     SXPG_COMMAND_EXECUTE(LONG)
08.12.2009     08:00:31     COMMANDNAME = BRCONNECT
08.12.2009     08:00:31     OPERATINGSYSTEM = ANYOS
08.12.2009     08:00:31     TARGETSYSTEM = eccect
08.12.2009     08:00:31     DESTINATION =
08.12.2009     08:00:31     BR0801I BRCONNECT 7.00 (33)
08.12.2009     08:00:31     BR0805I Start of BRCONNECT processing: cecbuhnj.chk 2009-12-08 08.00.31
08.12.2009     08:00:31     BR0484I BRCONNECT log file: /oracle/ECT/sapcheck/cecbuhnj.chk
08.12.2009     08:00:31     BR0280I BRCONNECT time stamp: 2009-12-08 08.00.31
08.12.2009     08:00:31     BR0301E SQL error -1017 at location db_connect-2,SQL statement:
08.12.2009     08:00:31     'CONNECT /'
08.12.2009     08:00:31     ORA-01017: invalid username/password; logon denied
08.12.2009     08:00:31     BR0310E Connect to database instance ECT failed
08.12.2009     08:00:31     BR0280I BRCONNECT time stamp: 2009-12-08 08.00.31
08.12.2009     08:00:31     BR0301E SQL error -1017 at location db_connect-2,SQL statement:
08.12.2009     08:00:31     'CONNECT /'
08.12.2009     08:00:31     ORA-01017: invalid username/password; logon denied
08.12.2009     08:00:31     BR0310E Connect to database instance ECT failed
08.12.2009     08:00:31     
08.12.2009     08:00:31     BR0806I End of BRCONNECT processing: cecbuhnj.chk2009-12-08 08.00.31
08.12.2009     08:00:31     BR0280I BRCONNECT time stamp: 2009-12-08 08.00.31
08.12.2009     08:00:31     BR0804I BRCONNECT terminated with errors
08.12.2009     08:00:31     External program terminated with exit code 3
08.12.2009     08:00:31     BRCONNECT returned error status E
08.12.2009     08:00:32     Job finished
This ECT client i have made through system copy while restoring the backup of Production server on this client afterward make a new client 500 (production client ) to new client 590. every thing is working fine. but while executing DB13 commands as well as backup through BR tools this error comes.
Could somebody resolve this error , i will be very thankful
Ravi kant Arya

Friends
a smal corretion here
its not  OPS$ORA<SID>
but OPS$<SID>ADM User to be created.
I faced the same issue.
resolved by following the note '
SAP Note 400241 - Problems with ops$ or sapr3 connect to Oracle
o Check whether creating the OPS$ mechanism in accordance with to
Note 50088 (WINDOWS) or Note 361641 (UNIX) solves the problem.
o The table SAPUSER must occur in the system only once and it must be
assigned to the user OPS$<sid>ADM. Use the following query to check
this:
SELECT OWNER FROM DBA_TABLES WHERE TABLE_NAME = 'SAPUSER';
If the system returns an owner <owner> other than OPS$<sid>ADM, you
must delete the relevant SAPUSER tables:
DROP TABLE "<owner>".SAPUSER;
If the system does not return OPS$<sid>ADM, you must create the
table SAPUSER as <sid>adm and enter the password:
CREATE TABLE "OPS$<sid>ADM".SAPUSER
(USERID VARCHAR2(256), PASSWD VARCHAR2(256));
INSERT INTO "OPS$<sid>ADM".SAPUSER VALUES ('<sapowner>',
'<password>');

Similar Messages

  • SQL error -1017 at location db_connect-2

    I scheduled Check and update optimizer statistics job in DB13 and I get this error msg.
    BR0301E SQL error -1017 at location db_connect-2
    ORA-01017: invalid username/password; logon denied
    Connect to database instance BQ1 failed.........
    BRCONNECT returned error status E
    However, when i run the stats through BRTOOLS from the O.S. level it runs fine.
    Any help would be appreciated.
    Thanks.
    Shawn
    Message was edited by:
            shahid kizilbash

    400241 This note talks about the error which u have.
    The following three SAP Notes already mentioned describe the cause
    and solution for ORA-01017 and setting up the OPS$ mechanism.
    400241    Problems with ops$ or sapr3 connect to Oracle
    134592    Importing the SAPDBA role ( sapdba_role.sql)
    50088    Creating OPS$ users on Windows NT/Oracle
    You run the sapdba_role.sql (as mentioned in the note 134592) once you
    have created the OPS$ user.
    Thanks
    Subbu

  • BR0301E SQL error -942 at location db_connect-4

    Hi All
    We are getting the next error when we try to execute the BRCONNECT tools:
    Job started                                                                             
    Step 001 started (program RSDBAJOB, variant &0000000000294, user ID IU3269)             
    Execute logical command BRCONNECT On host qassap                                        
    Parameters: -u / -c -f stats -t ALL                                                     
    BR0801I BRCONNECT 6.40 (32)                                                             
    BR0805I Start of BRCONNECT processing: cdwnmcsr.sta 2007-11-05 13.30.37                 
    BR0280I BRCONNECT time stamp: 2007-11-05 13.30.38                                       
    BR0301E SQL error -942 at location db_connect-4                                         
    ORA-00942: table or view does not exist                                                 
    BR0310E Connect to database instance QUA failed                                         
    BR0280I BRCONNECT time stamp: 2007-11-05 13.30.38                                       
    BR0301W SQL error -942 at location brc_dblog_open-1                                     
    ORA-00942: table or view does not exist                                                 
    BR0324W Insertion of database log header failed                                         
    BR0806I End of BRCONNECT processing: cdwnmcsr.sta2007-11-05 13.30.38                    
    BR0280I BRCONNECT time stamp: 2007-11-05 13.30.38                                       
    BR0804I BRCONNECT terminated with errors                                                
    External program terminated with exit code 3                                            
    BRCONNECT returned error status E                                                       
    Job finished                                                                               
    Best Regards
    Reynaldo Rebolledo.

    Hi Juan
    The actual error that we have is the next:
    Job started                                                                               
    Step 001 started (program RSDBAJOB, variant &0000000000297, user ID IU3269)                            
    Execute logical command BRCONNECT On host qassap                                                       
    Parameters: -u / -c -f stats -t ALL                                                                    
    BR0801I BRCONNECT 6.40 (32)                                                                            
    BR0252E Function fopen() failed for '/oracle/QUA/920_64/dbs/initQUA.sap' at location BrInitSapRead-1   
    BR0253E errno 2: No such file or directory                                                             
    BR0159E Error reading BR*Tools profile /oracle/QUA/920_64/dbs/initQUA.sap                              
    BR0280I BRCONNECT time stamp: 2007-11-06 18.14.36                                                      
    BR0301E SQL error -942 at location db_connect-4                                                        
    ORA-00942: table or view does not exist                                                                
    BR0310E Connect to database instance QUA failed                                                        
    BR0806I End of BRCONNECT processing: cdwnrzsy.log2007-11-06 18.14.32                                   
    BR0280I BRCONNECT time stamp: 2007-11-06 18.14.36                                                      
    BR0804I BRCONNECT terminated with errors                                                               
    External program terminated with exit code 3                                                           
    BRCONNECT returned error status E                                                                      
    Job finished                                                                               
    The last week we made a refresh of PROD to QUA, the error is when try to run the stadistics on QUA, then we get the error and we found the initPDC.sap and we rename inside of the file and the file from PDC to QUA and then we get the error that we send in the first message. Today we deleted the file initQUA.sap and get this error. Can you help us.
    Best Regards
    Reynaldo Rebolledo

  • BR0301E SQL error -1017 at location BrDbConnect-2

    Hi,
    When we run brbackup as user brtadm and orabrt we get the error:
    BR0051I BRBACKUP 7.00 (11)
    BR0055I Start of database backup: bdujhhla.qub 2007-01-12 17.28.02
    BR0280I BRBACKUP time stamp: 2007-01-12 17.28.02
    BR0301E SQL error -1017 at location BrDbConnect-2
    ORA-01017: invalid username/password; logon denied
    BR0310E Connect to database instance BRT failed
    BR0280I BRBACKUP time stamp: 2007-01-12 17.28.03
    BR0301E SQL error -1017 at location BrDbConnect-2
    ORA-01017: invalid username/password; logon denied
    BR0310E Connect to database instance BRT failed
    We try to create ops$orabrt user according to oss note 776505. But we get the error message:
    create user ops$orabrt identified externally temporary tablespace psaptemp;
    ERROR at line 1:
    ORA-01920: user name 'OPS$ORABRT' conflicts with another user or role name
    How can we solve this problem?
    Best Regards...

    Hi,
    You are getting the error: ORA-01920: user name 'OPS$ORABRT' conflicts with another user or role name
    because you already have that user, to check if the OPS$ user is present run this query:
    SELECT * from dba_users;
    you should be able to find the OPS$ user, its also possible that due to some configuration issue while installing oracle, the OPS$ user doesn't have the 'Externally' attribute to it.
    You can grant the required attributes using 'ALTER USER'
    Note 620540 - Authentication Troubleshooting Guide
    The above mentioned SAP Note clearly describes the issue you are facing.
    Regards,
    Siddhesh

  • BR0301E SQL error -27140 at location db_connect-2, SQL statement: DB13

    Hello All,
    We have ECC 6 with
    Database Oracle: 10.2.0.2.0
    OS: HP-UX
    We are facing problem while running Check and Update Optimizer Statistics in DB13. The Job Log says
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000003, user ID LARJHD01)
    Execute logical command BRCONNECT On host madsappr
    Parameters: -u / -jid STATS20090519130903 -c -f stats -t ALL
    SXPG_COMMAND_EXECUTE(LONG)
    COMMANDNAME = BRCONNECT
    OPERATINGSYSTEM = ANYOS
    TARGETSYSTEM = madsappr
    DESTINATION =
    BR0801I BRCONNECT 7.00 (24)
    BR0805I Start of BRCONNECT processing: ceapnjyf.sta 2009-05-19 13.09.05
    BR0484I BRCONNECT log file: /oracle/PRD/sapcheck/ceapnjyf.sta
    BR0280I BRCONNECT time stamp: 2009-05-19 13.09.07
    BR0301E SQL error -27140 at location db_connect-2, SQL statement:
    'CONNECT /'
    ORA-27140: attach to post/wait facility failed
    BR0310E Connect to database instance PRD failed
    BR0280I BRCONNECT time stamp: 2009-05-19 13.09.07
    BR0301E SQL error -27140 at location db_connect-2, SQL statement:
    'CONNECT /'
    ORA-27140: attach to post/wait facility failed
    BR0310E Connect to database instance PRD failed
    BR0806I End of BRCONNECT processing: ceapnjyf.sta2009-05-19 13.09.07
    BR0280I BRCONNECT time stamp: 2009-05-19 13.09.07
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    Please throw some light on this error.
    =Alex Daniel=

    Hi,
    Please check below links.
    DB13 Jobs are Failing and Brconnect does not work
    Re: Error in CHECKDB
    http://ora-exp.blogspot.com/2006/12/solution-of-ora-27140-attach-to.html
    Thanks,
    Sushil

  • BR0301E SQL error -12705 at location db_connect-2

    Im getting below error when trying to initiate backup with DB13.
    BR0801I BRCONNECT 6.40 (26)
    BR0805I Start of BRCONNECT processing: cduyqhtg.chk 2007-07-30 15.32.00
    BR0280I BRCONNECT time stamp: 2007-07-30 15.32.00
    BR0301E SQL error -12705 at location db_connect-2
    ORA-12705: invalid or unknown NLS parameter value specified
    BR0310E Connect to database instance BRP failed
    BR0280I BRCONNECT time stamp: 2007-07-30 15.32.00
    BR0301E SQL error -12705 at location db_connect-2
    ORA-12705: invalid or unknown NLS parameter value specified
    BR0310E Connect to database instance BRP failed
    The NLS_LANG variable is set as NLS_LANG=AMERICAN_AMERICA.UTF8 with HP-UX .
    I have verified the environment (nota 602843).  The version Oracle is 9.2.0.6 and brconnect is 6.40 (15).
    This problem occurs since we changed the hardware.  Before, this system SAP shared with other 2 systems SAP, now the system that has east problem this in a new hardware

    Is the new hardware IA64 or PA-RISC?
    I suggest upgrading to the latest BR*TOOLS (patchlevel 44).
    Markus

  • Brconnect error BR0301E SQL error -1017

    Hi All,
    I am having errors issuing the brconnect commands. For example, brconnect  -f check is returning the error: *BR0301E SQL error -1017 at location db_connect-2, SQL statement:'CONNECT system/*******  .*
    I appreciate the fact that this may be a case of logon denied with the default user 'system' that brconnect uses. Issuing the same command as brconnect -u / -c -f check works fine and returns no error.
    How do I fix this error? The platform is Oracle 10.2.0.2.0, Windows 2003 Server, ECC 6.0 Kernel 700-Patch Level 146.
    Thanks in anticipation.
    Akin.
    Edited by: Akintunde Olorunsola on Oct 4, 2008 7:35 PM

    Hi,
    I believe you havent used the right way to change the password of the database connect user SAPSR3 ,probably you have just changed it from the database level using an "alter user ..."
    To allow continued logon of the R/3 work processes using the OPS$ mechanism, you must also change the password in the SAPUSER table. The simplest way of making a consistent change in the Oracle dictionary and in the
    SAPSR3 table is to use the " -f chpass" option of brconnect, for example:
    brconnect -f chpass -o sapsr3 -p <new_password>
    Hope this will solve your issue. Also check the following notes for reference:
    https://service.sap.com/sap/support/notes/562863
    https://service.sap.com/sap/support/notes/400241
    - Regards, Dibya

  • BRconnect with error -1017 at location db_connect-2 when CE7.1Installtion

    Hi guys,
    I am experiencing some problems when I install the NW CE7.1 with SID CE1 on Windows server with oracle. Note,At this server , the PI7.1 have been installed with SID PI1, now I want to install the CE7.1 on that with MCOD,  the oracle db instance name is PID.When install the CE7.1,On the phase execute, it shows
    An error occurred while processing service SAP NetWeaver CE Productive Edition > Installation Options > Standard System > Standard System( Last error reported by the step :Process call 'E:\usr\sap\CE1\SYS\exe\uc\NTAMD64\brconnect.exe -u / -c -o summary -f stats -o SAPSR4DB -t all -p 2 -f nocasc' exits with error code 3. For details see log file(s) brconnect.log.). You may now
    u2022     choose Retry to repeat the current step.
    u2022     choose View Log to get more information about the error.
    u2022     stop the task and continue with it later.
    Log files are written to C:\Program Files/sapinst_instdir/CE71_PROD_ORA/INSTALL/ORA/STD/AS.
    The detailed log is below,
    BR0801I BRCONNECT 7.10 (3)
    BR0805I Start of BRCONNECT processing: cdyrdcop.sta 2008-08-26 00.03.23
    BR0252E Function fopen() failed for 'F:\oracle\PID\sapcheck\cdyrdcop.sta' at location main-11
    BR0253E errno 2: No such file or directory
    BR0121E Processing of log file F:\oracle\PID\sapcheck\cdyrdcop.sta failed
    BR0280I BRCONNECT time stamp: 2008-08-26 00.03.25
    BR0301E SQL error -1017 at location db_connect-2, SQL statement:
    'CONNECT /'
    ORA-01017: invalid username/password; logon denied
    BR0310E Connect to database instance PID failed
    BR0806I End of BRCONNECT processing: cdyrdcop.sta 2008-08-26 00.03.24
    BR0280I BRCONNECT time stamp: 2008-08-26 00.03.25
    BR0804I BRCONNECT terminated with errors
    How to resolve this issue? Thanks in advance
    Roger

    Ashok,
    the log is below,
    4 ETW000 r3trans version 6.18 (release 710 - 28.07.08 - 15:52:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 26.08.2008 - 03:00:17
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Tue Aug 26 03:00:19 2008                               0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                               0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                              0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...                 0  0.000000
    4 ETW000  [dev trc     ,00000]  load shared library (dboraslib.dll), hdl 0, addr 0000000187240000
    4 ETW000                                                                            8444  0.008444
    4 ETW000  [dev trc     ,00000]      using "E:\usr\sap\XID\SYS\exe\uc\NTAMD64\dboraslib.dll"
    4 ETW000                                                                              21  0.008465
    4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                        32  0.008497
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll
    4 ETW000                                                                              22  0.008519
    4 ETW000  [dev trc     ,00000]  Version of 'dboraslib.dll' is "710.16", patchlevel (0.106)
    4 ETW000                                                                             179  0.008698
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dboraslib.dll
    4 ETW000                                                                              20  0.008718
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dboraslib.dll
    4 ETW000                                                                              52  0.008770
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              61  0.008831
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                               2  0.008833
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                        123  0.008956
    4 ETW000  [dev trc     ,00000]  determine_block_commit: no con_hdl found as blocked for con_name = R/3
    4 ETW000                                                                              22  0.008978
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection:
    4 ETW000                                                                              18  0.008996
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, tx = NO , bc = NO , hc = NO , perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              24  0.009020
    4 ETW000  [dev trc     ,00000]  DIR_CLIENT_ORAHOME is not set as profile nor env. parameter.
    4 ETW000                        Assuming using instant client with unspecified location.
    4 ETW000                                                                            1917  0.010937
    4 ETW000  [dev trc     ,00000]  -->oci_init1                                          39  0.010976
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.2.0'                27524  0.038500
    4 ETW000  [dev trc     ,00000]    Default connection: tnsname ='PID'                 151  0.038651
    4 ETW000  [dev trc     ,00000]  -->oci_initialize(con_hdl=0, char='', nchar='')       36  0.038687
    4 ETW000  [dev trc     ,00000]  application info callback registered                  15  0.038702
    4 ETW000  [dev trc     ,00000]  OCIEnvCreate(mode=16384=OCI_UTF16)                  8552  0.047254
    4 ETW000  [dev trc     ,00000]     OCIHandleAlloc(OCI_HTYPE_ERROR, con_hdl=0, ErrHp=0000000005C7F3D0)
    4 ETW000                                                                             179  0.047433
    4 ETW000  [dev trc     ,00000]     OCIHandleAlloc(OCI_HTYPE_ERROR, con_hdl=0, ErrBt=0000000005C82B98)
    4 ETW000                                                                              43  0.047476
    4 ETW000  [dev trc     ,00000]  Client character set UTF16 -> UTF8                   235  0.047711
    4 ETW000  [dev trc     ,00000]  Client NLS setting (OCINlsGetInfo): 'AMERICAN_AMERICA.UTF8'
    4 ETW000                                                                              26  0.047737
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPR3's password            25  0.047762
    4 ETW000  [dev trc     ,00000]  Connecting as /@PID on connection 0 (nls_hdl 0) ... (dbsl 710 250408)
    4 ETW000                                                                              32  0.047794
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet                   EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              31  0.047825
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      0000000005C771A0 0000000005C7F3D0 0000000005C82B98
    4 ETW000                                                                              25  0.047850
    4 ETW000  [dev trc     ,00000]     OCIHandleAlloc(OCI_HTYPE_SVCCTX, con_hdl=0, svchp=0000000005C82A58)
    4 ETW000                                                                               6  0.047856
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                       5  0.047861
    4 ETW000  [dev trc     ,00000]  Attaching to database server PID (con_hdl=0, svchp=0000000005C82A58, srvhp=0000000005C832D8)
    4 ETW000                                                                             421  0.048282
    4 ETW000  [dev trc     ,00000]  Assigning server context 0000000005C832D8 to service context 0000000005C82A58
    4 ETW000                                                                           59509  0.107791
    4 ETW000  [dev trc     ,00000]     OCIHandleAlloc(OCI_HTYPE_SESSION, con_hdl=0, usrhp=0000000005C7FBE8)
    4 ETW000                                                                             165  0.107956
    4 ETW000  [dev trc     ,00000]  Starting user session: OCISessionBegin(con_hdl=0, usr='/',svchp=0000000005C82A58, srvhp=0000000005C832D8, usrhp=0000000005C7FBE8)
    4 ETW000                                                                              26  0.107982
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR
    4 ETW000                                                                           56858  0.164840
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:
    4 ETW000                                                                            1430  0.166270
    4 ETW000  [dev trc     ,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                              25  0.166295
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1017'
    4 ETW000                                                                            1075  0.167370
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 1017                 27  0.167397
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con_hdl=0, rc=1017)                15  0.167412
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 1017               859  0.168271
    4 ETW000  [dev trc     ,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                              55  0.168326
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  17  0.168343
    4 ETW000  [dev trc     ,00000]  Connecting as SAPR3/<pwd>@PID on connection 0 (nls_hdl 0) ... (dbsl 710 250408)
    4 ETW000                                                                             808  0.169151
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet                   EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              30  0.169181
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      0000000005C771A0 0000000005C7F3D0 0000000005C82B98
    4 ETW000                                                                              25  0.169206
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 0000000005C7FBE8
    4 ETW000                                                                              28  0.169234
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 0000000005C7FBE8
    4 ETW000                                                                              61  0.169295
    4 ETW000  [dev trc     ,00000]  Starting user session: OCISessionBegin(con_hdl=0, usr=SAPR3/<pwd>, svchp=0000000005C82A58, srvhp=0000000005C832D8, usrhp=0000000005C7FBE8)
    4 ETW000                                                                              28  0.169323
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR
    4 ETW000                                                                           15304  0.184627
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:
    4 ETW000                                                                             197  0.184824
    4 ETW000  [dev trc     ,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                              21  0.184845
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1017'
    4 ETW000                                                                              51  0.184896
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 1017                 16  0.184912
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con_hdl=0, rc=1017)                16  0.184928
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 1017                55  0.184983
    4 ETW000  [dev trc     ,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                              21  0.185004
    4 ETW000  [dev trc     ,00000]     DbSlConnect(con_hdl=-1) -> orc=0, 99=DBSL_ERR_DB
    4 ETW000                                                                              62  0.185066
    4 ETW000  [dblink      ,00000]  ***LOG BY2=>sql error 1017   performing CON          201  0.185267
    4 ETW000  [dblink      ,00000]  ***LOG BY0=>ORA-01017: invalid username/password; logon denied
    4 ETW000                                                                              23  0.185290
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'PID'"
    *which password should be changed? i find below accounts from talbe adm_users.*
    SYS
    SYSTEM
    OPS$FGRW20806\SAPSERVICESR3
    OPS$FGRW20806\XIDADM
    OPS$FGRW20806\SAPSERVICEXID
    SAPSR3
    SAPSR3DB
    SAPSR4DB
    OUTLN
    DBSNMP

  • BRCONNECT with error -1017 at location db_connect-2 when installationsap

    Hi guys,
    I am experiencing some problems when I install the NW CE7.1 with SID CE1 on Windows server with oracle. Note,At this server , the PI7.1 have been installed with SID PI1, now I want to install the CE7.1 on that with MCOD,  the oracle db instance name is PID.When install the CE7.1,On the phase execute, it shows
    An error occurred while processing service SAP NetWeaver CE Productive Edition > Installation Options > Standard System > Standard System( Last error reported by the step :Process call 'E:\usr\sap\CE1\SYS\exe\uc\NTAMD64\brconnect.exe -u / -c -o summary -f stats -o SAPSR4DB -t all -p 2 -f nocasc' exits with error code 3. For details see log file(s) brconnect.log.). You may now
    u2022     choose Retry to repeat the current step.
    u2022     choose View Log to get more information about the error.
    u2022     stop the task and continue with it later.
    Log files are written to C:\Program Files/sapinst_instdir/CE71_PROD_ORA/INSTALL/ORA/STD/AS.
    The detailed log is below,
    BR0801I BRCONNECT 7.10 (3)
    BR0805I Start of BRCONNECT processing: cdyrdcop.sta 2008-08-26 00.03.23
    BR0252E Function fopen() failed for 'F:\oracle\PID\sapcheck\cdyrdcop.sta' at location main-11
    BR0253E errno 2: No such file or directory
    BR0121E Processing of log file F:\oracle\PID\sapcheck\cdyrdcop.sta failed
    BR0280I BRCONNECT time stamp: 2008-08-26 00.03.25
    BR0301E SQL error -1017 at location db_connect-2, SQL statement:
    'CONNECT /'
    ORA-01017: invalid username/password; logon denied
    BR0310E Connect to database instance PID failed
    BR0806I End of BRCONNECT processing: cdyrdcop.sta 2008-08-26 00.03.24
    BR0280I BRCONNECT time stamp: 2008-08-26 00.03.25
    BR0804I BRCONNECT terminated with errors
    How to resolve this issue? Thanks in advance
    Roger

    Hi
    Can you please check the permission for the oracle file under /oracle/SID/102_64/bin . I think this is permission issue.
    Regards,
    Ershad Ahmed.

  • Update statistic error "BR0301E SQL error -904 at location ..."

    How do I fix this error in when running update statistics in DB13?
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    BR0886E Checking/collecting statistics failed for index SAPEWD./BIC/DZEW_C0055~01
    BR0280I BRCONNECT thread 2: time stamp: 2007-08-10 07.24.29
    BR0850I 6 of 87 objects processed - 0.051 of 0.745 units done
    BR0204I Percentage done: 6.90%, estimated end time: 7:24
    BR0001I ***_______________________________________________
    BR0280I BRCONNECT thread 2: time stamp: 2007-08-10 07.24.29
    BR0301E SQL error -904 at location stats_ind_collect-2
    ORA-00904: : invalid identifier
    ORA-06512: at "SYS.DBMS_STATS", line 8426
    ORA-06512: at "SYS.DBMS_STATS", line 8446
    ORA-06512: at line 1
    BR0886E Checking/collecting statistics failed for index SAPEWD./BIC/DZEW_C0056~0
    BR0280I BRCONNECT thread 2: time stamp: 2007-08-10 07.24.29
    BR0301E SQL error -904 at location stats_ind_collect-2
    ORA-00904: : invalid identifier
    ORA-06512: at "SYS.DBMS_STATS", line 8426
    ORA-06512: at "SYS.DBMS_STATS", line 8446
    ORA-06512: at line 1
    BR0886E Checking/collecting statistics failed for index SAPEWD./BIC/DZEW_C0056~01
    BR0280I BRCONNECT thread 2: time stamp: 2007-08-10 07.24.29
    BR0301E SQL error -904 at location stats_ind_collect-2
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    Hi,
    with 9.2.0.7 there is a bug with dbms_stats you should then apply the note
    Note 898244 - ORA-904 with the DBMS_STATS package
    you have to install the patch 4627335 or patchset 9.2.0.8 and run @?/rdbms/admin/prvtstat.plb afterwhile
    Thanks

  • BR0301E SQL error -1031 at location BrInitOraCreate-1

    when i am performing database backup through brtools 6.4 i am facing this error

    complete error list is
    BR0291I BRBACKUP will be started with options '-p initDCTEST.sap -d disk -t offline -m all -k no -e
    0 -l E'
    BR0280I BRTOOLS time stamp: 2005-10-18 16.23.43
    BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
    c
    BR0280I BRTOOLS time stamp: 2005-10-18 16.23.47
    BR0257I Your reply: 'c'
    BR0259I Program execution will be continued...
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    BR0051I BRBACKUP 6.40 (3)
    BR0169W Value 'ibs=' of parameter/option 'dd_in_flags' ignored for 'Windows NT' - 'bs=' assumed
    BR0055I Start of database backup: bdrbziml.afd 2005-10-18 16.23.47
    BR0280I BRBACKUP time stamp: 2005-10-18 16.23.48
    BR0301E SQL error -1031 at location BrInitOraCreate-1
    ORA-01031: insufficient privileges
    BR0303E Determination of RDBMS version failed
    BR0280I BRBACKUP time stamp: 2005-10-18 16.23.48
    BR0301W SQL error -942 at location BrbDbLogOpen-1
    ORA-00942: table or view does not exist
    BR0324W Insertion of database log header failed
    BR0056I End of database backup: bdrbziml.afd 2005-10-18 16.23.48
    BR0280I BRBACKUP time stamp: 2005-10-18 16.23.48
    BR0054I BRBACKUP terminated with errors
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    BR0292I Execution of BRBACKUP terminated with return code 3

  • BR0301E SQL error -1587 at location BrCtlCopy-1, SQL statement:

    Hello Guru's
    My backup is getting failed...... and the error description as follows,
    BR0051I BRBACKUP 7.00 (32)
    BR0189W Expiration period equal 0 - backup volumes could be immediately overwritten
    BR0055I Start of database backup: behpdcsz.ant 2012-01-05 11.09.09
    BR0484I BRBACKUP log file: /oracle/SID/sapbackup/behpdcsz.ant
    BR0477I Oracle pfile /oracle/SID/102_64/dbs/initSID.ora created from spfile /oracle/SID/102_64/dbs/spfileSID.ora
    BR0280I BRBACKUP time stamp: 2012-01-05 11.09.10
    BR0301E SQL error -1587 at location BrCtlCopy-1, SQL statement:
    '/* BRBACKUP */ ALTER DATABASE BACKUP CONTROLFILE TO '/oracle/SID/sapbackup/cntrlSID.dbf''
    ORA-01587: error during control file backup file copy
    ORA-27091: unable to queue I/O
    ORA-27072: File I/O error
    IBM AIX RISC System/6000 Error: 25: Not a typewriter
    Additional information: 7
    Additional information: 899
    Additional information: 819200
    BR0320E Copying of control file to /oracle/SID/sapbackup/cntrlSID.dbf failed
    BR0314E Collection of information on database files failed
    BR0056I End of database backup: behpdcsz.ant 2012-01-05 11.09.10
    BR0280I BRBACKUP time stamp: 2012-01-05 11.09.10
    BR0054I BRBACKUP terminated with errors
    Please helpme,
    Thanks in Advance.
    lakshmi P.

    Hello Friends,
    Solved.....
    Reason is there is no sufficient space for /oracle/SID/sapbackup
    Lakshmi P

  • BR0301E SQL error -12705 at location BrDbConnect-2

    Hi All,
       We are getting the below error while running the backup through cron. The backup runs fine when manually executed or through brtools.
       There are 2 databases on this server and we have upgraded one database(R3S) to 9.2.0.8 and the other database which is causing problem is on 9.2.0.7.
       The error log:
    BR0051I BRBACKUP 6.40 (44)
    BR0055I Start of database backup: bdycqvwn.anf 2008-06-10 11.05.01
    BR0484I BRBACKUP log file: /oracle/REH/sapbackup/bdycqvwn.anf
    BR0280I BRBACKUP time stamp: 2008-06-10 11.05.02
    BR0301E SQL error -12705 at location BrDbConnect-2
    ORA-12705: invalid or unknown NLS parameter value specified
    BR0310E Connect to database instance REH failed
    BR0280I BRBACKUP time stamp: 2008-06-10 11.05.02
    BR0301E SQL error -12705 at location BrDbConnect-2
    ORA-12705: invalid or unknown NLS parameter value specified
    BR0310E Connect to database instance REH failed
    BR0056I End of database backup: bdycqvwn.anf 2008-06-10 11.05.02
    BR0280I BRBACKUP time stamp: 2008-06-10 11.05.02
    BR0054I BRBACKUP terminated with errors
    Any help will be much appreciated.
    Regards
    Amit.

    The NLS values are
    NLS_LANGUAGE                   AMERICAN
    NLS_TERRITORY                  AMERICA
    NLS_CHARACTERSET               WE8DEC
    And env has been set to:
    HOME=/oracle/REH
    PATH=/oracle/REH/920_64/bin:.:/oracle/REH:/usr/sap/REH/SYS/exe/run:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/nettladm/bin:/opt/fc/bin:/opt/fcms/bin:/opt/upgrade/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/perf/bin://opt/perl/bin:/opt/resmon/bin:/usr/sbin/diag/contrib:/opt/pred/bin:/opt/hparray/bin:/opt/graphics/common/bin:/opt/ignite/bin:/opt/networker/bin:/opt/OV/bin/OpC:/opt/OV/bin:/opt/prm/bin:/opt/ssh/bin
    LOGNAME=orareh
    SHELL=/bin/csh
    TERM=xterm
    COLUMNS=126
    LINES=45
    MANPATH=/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:/opt/upgrade/share/man/%L:/opt/upgrade/share/man:/usr/dt/share/man:/opt/pd/share/man/%L:/opt/pd/share/man:/opt/ignite/share/man/%L:/opt/ignite/share/man:/opt/samba/man:/opt/perf/man/%L:/opt/perf/man://opt/perl/man:/opt/resmon/share/man:/opt/pred/share/man/%L:/opt/pred/share/man:/opt/hparray/share/man/%L:/opt/hparray/share/man:/opt/graphics/common/man:/opt/networker/man:/opt/prm/man/%L:/opt/prm/man:/opt/ssh/share/man
    TZ=EST5EDT
    SAPSYSTEMNAME=REH
    DIR_LIBRARY=/usr/sap/REH/SYS/exe/run
    SHLIB_PATH=/usr/sap/REH/SYS/exe/run:/oracle/REH/920_64/lib
    THREAD=NOPS
    dbms_type=ORA
    dbs_ora_tnsname=REH
    dbs_ora_schema=SAPREH
    ORACLE_PSRV=REH
    ORACLE_SID=REH
    DB_SID=REH
    ORACLE_HOME=/oracle/REH/920_64
    ORACLE_BASE=/oracle
    ORA_NLS33=/oracle/R3S/920_64/ocommon/nls/admin/data
    NLS_LANG=AMERICAN_AMERICA.WE8DEC
    SAPDATA_HOME=/oracle/REH
    Regards
    Amit.

  • BR0301E SQL error -1031 at location dblog_cleanup-5

    BR0301E SQL error -1031 at location dblog_cleanup-5
    ORA-01031: insufficient privileges
    BR0280I BRCONNECT time stamp: 2010-10-09 21.10.16
    BR0301E SQL error -1031 at location dblog_cleanup-6
    ORA-01031: insufficient privileges
    Kindly suggest me how to resolve this alert in DB13 clean up logs

    Hi,
    Have you made any changes  to you environmentals ?
    I had a similar problem for example when I had TNS_ADMIN set when I removed it it was fine
    Mark

  • SQL error -1017 at location BrDbConnect-2, SQL statement:

    Hi,
      I get follwoing error while trying brarchiev.
      How do i fix this ?
    brarchive
    BR0002I BRARCHIVE 7.00 (18)
    BR0252E Function fopen() failed for '/oracle/XID/saparch/adyveabv.sve' at location main-5
    BR0253E errno 13: Permission denied
    BR0121E Processing of log file /oracle/XID/saparch/adyveabv.sve failed
    BR0280I BRARCHIVE time stamp: 2008-09-16 20.13.19
    BR0301W SQL error -1017 at location BrDbConnect-2, SQL statement:
    'CONNECT system/*******'
    ORA-01017: invalid username/password; logon denied
    BR0310W Connect to database instance XID failed
    BR0007I End of offline redo log processing: adyveabv.sve 2008-09-16 20.13.19
    BR0280I BRARCHIVE time stamp: 2008-09-16 20.13.19
    BR0005I BRARCHIVE terminated with errors
    3
    Thansk,
    Suman

    Hi,
    I think you did not specify any user on the command line, then BRCONNECT will use the default "SYSTEM/MANAGER"
    As you change the default, BR* fails.
    1) It is totally NOT recommended to use BR* from the command line, it is prefered to be used from the DB13 scheduling tool.
    2) you have to indicate to the BR* tool the user that has to be "used" to connect to the database. This is done with the parameter:
    -u <user>/<password>
    3) I recommend you to create the ops$<sid>adm user ( see note 361641 and 50088 ) and, if you do not use DB13, call the tool with thecommand
            brarchive -u / -s -p initBWP.sap.ssl2020.dd -c
    Please make sure that you have configured the OPS$ user correctly as per following notes:-
    400241    Problems with ops$ or sapr3 connect to Oracle
    50088    Creating OPS$ users on Windows NT/Oracle
    134592    Importing the SAPDBA role ( sapdba_role.sql)
    If the config of the OPS$ user is done correctly and follow the notes above,the issue will be resolved.
    Thanks & Regards,
    Pradeep Srigiri

Maybe you are looking for

  • Use 9239 simultaneously in two application

    I am using only one channel 9239 ( 4 Channel Analog input) in my app, I want to use another channel of same module in another application simultaneously,is this  possible ? To initialize DAQ(NI cDAQ - 9172)  and 9239 same time in two application I am

  • Get number of dimension on selected level or generation

    dear all: the outline structure like bellow: time dimension: ----year 2011 ------month 201101 ---------day 20110101 20110102 20110131 i just want to get the number of time dimension when selected the level 1 member(201101),which function will help me

  • Install Leopard on Tiger MBP using Restore Disk from Leopard MBP

    As the title suggests, I just bought a new Leopard MBP which, of course, comes with the restore disks. I tried to install Leopard on my old MBP using those disks and it says "This software can not be installed on this machine." I thought as long as i

  • ICloud has not updated my apple id

    I updated my email address/apple id but iCloud on my PC is still showing my old email address/apple id.  How can I make that change?

  • A question about transparent gateway,somebody help me plz!!

    hi all: i met a problem while trying the transparent gateway for ibm drda 1.i have the listner.ora configured like this: ================================================================= LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTO