Rman active cloning is getting failed

Hi Team,
when i am doing rman active cloning it is getting failed
channel ORA_DISK_1: starting datafile copy
input datafile file number=00406 name=/u01/oradata/ebstest/a_txn_ind05.dbf
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/24/2013 19:38:35
ORA-17627: ORA-12577: Message 12577 not found; product=RDBMS; facility=ORA
continuing other job steps, job failed will not be re-run
channel ORA_DISK_1: starting datafile copy
Please help

user10721329 wrote:
Hi Hussien,
Thanks for the valuable reply,
I have gone through that doc but i am trying to do cloning on the same machine not on the different machine
My Linux version and database both are 32 bit i am trying to create a duplicate instance on the same 32 machine(side by side)Please see the solution in this link -- http://dbadailytelegraph.blogspot.ca/2009/06/duplicate-target-database-from-active.html
Thanks,
Hussein

Similar Messages

  • Active cloning is getting failed

    Hi
    I am trying to do active cloning.I have copied oracle binarires after that issued adcfgclone.pl dbTechStack,listener is up and running,create password file and added log_file_name_convert,db_file_name_convert in the target machine pfile.
    I could able to connect to the rman by using the following command
    rman target / sys/welcome@EBSDEV
    after that i have fired
    rman>duplicate target database to EBSDEV from active database nofilenamecheck;
    It is getting failed
    ora-17627 ora-01017 invalid username/password logon denied rman
    ORA-17629: Cannot connect to the remote database server
    ORA-17628: Oracle error 17629 returned by remote Oracle server
    DID i miss any of the steps

    user10721329 wrote:
    I am getting this error
    I have cross verified the log_file_name_convert and db_file_name_convert
    db_file_name_convert='/u01/oradata/ebstest/data','/u01/oradata/oradev/data/'
    log_file_name_convert='/u01/oradata/ebstest/data','/u01/oradata/oradev/data/'
    # END OF CBO PARAMETERS SECTION
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00401 name=/u01/oradata/ebstest/a_txn_data02.dbf
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/18/2013 15:16:17
    ORA-17628: Oracle error 19505 returned by remote Oracle server
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00406 name=/u01/oradata/ebstest/a_txn_ind05.dbf
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/18/2013 15:16:18
    ORA-17628: Oracle error 19505 returned by remote Oracle server
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting datafile copyDid you check if you are using spfile ?
    also see
    How to Perform 11G Rman Duplicate From Active database on Same Server [ID 1359333.1]
    Duplicate from Active Database Failing with: RMAN-03009, ORA-17628, and ORA-19505 [ID 1439632.1]
    Known issues on ORA-17628: Oracle error 19505 returned by remote Oracle server Reported in Rman Active Duplicate [ID 1401333.1]
    ORA-17628, ORA-19505 during RMAN DUPLICATE FROM ACTIVE [ID 1331986.1]
    Thanks

  • RMAN Active Cloning fails with RMAN-06054: missing log file

    Version Details:
    O.S Version     HP-UX B.11.31 U ia64
    Oracle DB Version     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Scenario :
    Using RMAN Active cloning to duplicate a RAC database from Production to Development environment.
    Problem:
    At the end of the cloning the below errors are reported;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/14/2013 07:03:43
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 24751 and starting SCN of 89285945274
    RMAN Script used for Active cloning:
    #!/bin/ksh
    . setdb entDBu
    start_dt=`date +%Y%m%d_%H%M`
    job=`basename $0 ".sh"`
    rman  >> ${job}_${start_dt}.log  2>&1 <<eof
    set echo on;
    connect target sys/@DCC&(_O@entDBp1
    connect auxiliary sys/@DCC&(_O@entDBuu
    run {
    allocate channel prmy1 type disk;
    allocate auxiliary channel stby1 type disk;
    duplicate target database
    to entDBu
    from active database pfile=/app/oracle/product/11.2.0.3/db/dbs/initentDBu.ora;
    show all;
    exit
    eof
    end_dt=`date +%Y%m%d_%H%M`
    mailx -s "DR RMAN Job: $job done" "[email protected]" <<eof2
    started: ${start_dt}
    finish: ${end_dt}
    eof2How to prevent the error of RMAN-06054: media recovery requesting unknown archived log for thread  with sequence   and starting SCN of  while performing the RMAN Active Cloning? I do NOT want to use UNTIL clause.

    Sivaprasad S wrote:
    Version Details:
    O.S Version     HP-UX B.11.31 U ia64
    Oracle DB Version     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Scenario :
    Using RMAN Active cloning to duplicate a RAC database from Production to Development environment.
    Problem:
    At the end of the cloning the below errors are reported;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/14/2013 07:03:43
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 24751 and starting SCN of 89285945274RMAN Script used for Active cloning:
    #!/bin/ksh
    . setdb entDBu
    start_dt=`date +%Y%m%d_%H%M`
    job=`basename $0 ".sh"`
    rman  >> ${job}_${start_dt}.log  2>&1 <<eof
    set echo on;
    connect target sys/@DCC&(_O@entDBp1
    connect auxiliary sys/@DCC&(_O@entDBuu
    run {
    allocate channel prmy1 type disk;
    allocate auxiliary channel stby1 type disk;
    duplicate target database
    to entDBu
    from active database pfile=/app/oracle/product/11.2.0.3/db/dbs/initentDBu.ora;
    show all;
    exit
    eof
    end_dt=`date +%Y%m%d_%H%M`
    mailx -s "DR RMAN Job: $job done" "[email protected]" <<eof2
    started: ${start_dt}
    finish: ${end_dt}
    eof2How to prevent the error of RMAN-06054: media recovery requesting unknown archived log for thread  with sequence   and starting SCN of  while performing the RMAN Active Cloning? I do NOT want to use UNTIL clause.Where UNTIL clause in your script I didn't saw.
    Please try following RMAN script
    DUPLICATE TARGET DATABASE FOR STANDBY
      FROM ACTIVE DATABASE
    SPFILE
       SET "control_files"="/u01/app/oracle/oradata/stbdbcontrol01.ctl"
       SET "db_name"="prmdb"
       SET "db_unique_name"="stbdb"
       SET "db_file_name_convert"="/u01/app/oracle/oradata/prmdb","/u01/app/oracle/oradata/stbdb"
       SET "log_file_name_convert"="/u01/app/oracle/oradata/prmdb","/u01/app/oracle/oradata/stbdb"
       SET "db_recovery_file_dest"="/u01/app/oracle/fra"
       SET "diagnostic_dest"=/u01/app/oracle"
       SET "audit_file_dest"="/u01/app/oracle/admin/stbdb/adump"
    PASSWORD FILE
    NOFILENAMECHECK;
    {code}
    Please change parameters for your environment.
    Regards
    Mahir M. Quluzade                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • RMAN Active Cloning: how to include SPFILE on ASM

    O.S Version     HP-UX B.11.31 U ia64
    Oracle DB Version     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Storage : ASM Diskgroups
    On RMAN active cloning of databases, how to include the SPFILE to be cloned on the ASM Storage?

    Hello;
    Check out the example here :
    http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmdupad.htm
    Under "Example 25-4 Duplicating from a File System to ASM (Active)"
    or
    Example 25-5 Duplicating from ASM to ASM (Active)
    Best Regards
    mseberg
    Edited by: mseberg on May 15, 2013 10:34 AM

  • RMAN Active cloning successful, but spfile found to be missing

    Environment:
    O.S Version :     HP-UX B.11.31 U ia64
    Oracle DB Version :     11.2.0.3.0
         Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Database files on : +ASM managed Diskgroups
    RMAN Active cloning command below is used to clone the database from one host "A" to another host "B".
    duplicate target database to testDB from active database nofilenamecheck ; Cloning completed successfully. But when i checked on the spfile existance the spfile found missing.
    SQL> show parameter spfile
    NAME                                 TYPE        VALUE
    spfile                               string      /app/oracle/product/11.2.0.3/db/dbs/spfiletestDB.oraWhat could be the cause for the spfile missing?
    I have been advised below as workaround;
    1. Create spfile or pfile from memory and bounce the db to fix this issue.
    2. RMAN Active clone script specified with the the pfile clause.
    For example.
    duplicate target database to testDB  from active database file=/app/oracle/product/11.2.0.3/db/dbs/inittestDB.ora;  Would appreciate the advise on this.
    Edited by: Sivaprasad S on Jan 31, 2013 5:13 PM

    Hello;
    What could be the cause for the spfile missing?
    This :
    duplicate target database to testDB from active database nofilenamecheckInstead of this :
    duplicate target database to testDB from active database spfile nofilenamecheckSee :
    http://docs.oracle.com/cd/B28359_01/backup.111/b28270/rcmdupdb.htm
    Example 23-3
    Please consider closing some of your old questions
    Best Regards
    mseberg

  • Creation of Logical Standby Database Using RMAN ACTIVE DATABASE COMMAND

    Hi All,
    I am in confusion how to create logical standby database from primary database using rman active database command.
    What i did:-
    Create primary database on machine 1 on RHEL 5 with Oracle 11gR2
    Create standby database on machine 2 on RHEL 5 With Oracle 11gR2 from primary using RMAN active database command
    Trying to create logical standby database on machine 3 on RHEL 5 with Oracle 11gR2 using RMAN active database command from primary.
    The point which confuse me is to start the logical standby in nomount mode on machine 3 with which pfile like i create the pfile for standby database do i need to create the pfile for logical standby db.
    I done the creation of logical standby database by converting physical standby to logical standby database
    I am following the below mentioned doc for the same:
    Creating a physical and a logical standby database in a DR environment | Chen Guang&amp;#039;s Blog
    Kindly guide me how to work over the same or please provide me the steps of the same.
    Thanks in advance.

    Thanks for your reply
    I already started the logical standby database with pfile in nomount mode. And successfully completed the duplication of database. by mentioning the DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT parameter.
    But i am not able to receive the logs on the above mentioned blog i run the sql command to check the logs but getting "no rows selected"
    My primary database pfile is:
    pc01prmy.__db_cache_size=83886080
    pc01prmy.__java_pool_size=12582912
    pc01prmy.__large_pool_size=4194304
    pc01prmy.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    pc01prmy.__pga_aggregate_target=79691776
    pc01prmy.__sga_target=239075328
    pc01prmy.__shared_io_pool_size=0
    pc01prmy.__shared_pool_size=134217728
    pc01prmy.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/pc01prmy/adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_files='/u01/app/oracle/oradata/PC01PRMY/controlfile/o1_mf_91g3mdtr_.ctl','/u01/app/oracle/flash_recovery_area/PC01PRMY/controlfile/o1_mf_91g3mf6v_.ctl'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/app/oracle/oradata'
    *.db_domain=''
    *.db_file_name_convert='/u01/app/oracle/oradata/PC01SBY/datafile','/u01/app/oracle/oradata/PC01PRMY/datafile'
    *.db_name='pc01prmy'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=pc01prmyXDB)'
    *.fal_client='PC01PRMY'
    *.fal_server='PC01SBY'
    *.log_archive_config='DG_CONFIG=(pc01prmy,pc01sby,pc01ls)'
    *.log_archive_dest_1='LOCATION=/u01/app/oracle/flash_recovery_area/PC01PRMY/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=pc01prmy'
    *.log_archive_dest_2='SERVICE=pc01sby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=pc01sby'
    *.log_archive_dest_3='SERVICE=pc01ls LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='DEFER'
    *.log_archive_dest_state_3='DEFER'
    *.log_archive_max_processes=30
    *.log_file_name_convert='/u01/app/oracle/oradata/PC01SBY/onlinelog','/u01/app/oracle/oradata/PC01PRMY/onlinelog'
    *.open_cursors=300
    *.pga_aggregate_target=78643200
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=236978176
    *.undo_tablespace='UNDOTBS1'
    My logical standby pfile is:-
    pc01ls.__db_cache_size=92274688
    pc01ls.__java_pool_size=12582912
    pc01ls.__large_pool_size=4194304
    pc01ls.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    pc01ls.__pga_aggregate_target=79691776
    pc01ls.__sga_target=239075328
    pc01ls.__shared_io_pool_size=0
    pc01ls.__shared_pool_size=125829120
    pc01ls.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/pc01ls/adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_files='/u01/app/oracle/oradata/PC01LS/controlfile/o1_mf_91g3mdtr_.ctl','/u01/app/oracle/flash_recovery_area/PC01LS/controlfile/o1_mf_91g3mf6v_.ctl'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/app/oracle/oradata'
    *.db_domain=''
    *.db_file_name_convert='/u01/app/oracle/oradata/PC01SBY/datafile','/u01/app/oracle/oradata/PC01PRMY/datafile'
    *.db_name='pc01prmy'
    *.db_unique_name='pc01ls'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=pc01prmyXDB)'
    *.log_archive_config='DG_CONFIG=(pc01prmy,pc01sby,pc01ls)'
    *.log_archive_dest_1='LOCATION=/u01/app/oracle/flash_recovery_area/PC01PRMY/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=pc01prmy'
    *.log_archive_dest_2='LOCATION=/u01/app/oracle/flash_recovery_area/PC01LS/ VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_3='SERVICE=pc01ls LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_max_processes=30
    *.log_file_name_convert='/u01/app/oracle/oradata/PC01SBY/onlinelog','/u01/app/oracle/oradata/PC01PRMY/onlinelog'
    *.open_cursors=300
    *.pga_aggregate_target=78643200
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=236978176
    *.undo_tablespace='UNDOTBS1'
    Kindly advice over the same

  • "Save Hierarchies" step in Process chain getting failed

    Hello all,
    After searching thoroughly through various links / forums, i failed to get a solution. So, I am posting here.
    Recently we had a system copy. After that, in Quality system - "Save all Hierarchies" step in PC is getting failed.
    I ran the process chain for 3 times till now:
    1) Sometimes, it fails at batch monitor itself with UNCAUGHT_EXCEPTION runtime error.
    2) Sometimes, it fails saying "Error 0 when reading PSA 1" & "No hierarchy found for the selection criteria entered".
    When it fails with "Error 0 when reading PSA 1", then the above Hierarchy info package which is green automatically turns RED again with Process monitor saying "No PSA tables for the selection criteria".
    I also went through the below sdn links.
    http://scn.sap.com/thread/278794
    http://scn.sap.com/thread/1753212
    Things I did:
    1) Tried replicating & activating the Transfer rules and Data source.
    2) Repeated the step, as suggested in one post.
    3) Refreshed the OLTP hierarchies in Infopack. selections.
    I have attached a screenshot of a sample Data source which says Modified, though the transfer rules are active. Also, the process chain sample.
    Please let me know, if someone has faced this issue. Whatelse did I miss? Any clue.
    Thanks,
    Vikranth.

    Hi Raman,
    I couldn't retransport, but i removed it from schedule and re-activated it. But, i think the issue lies with one of the Info objects 0PROFIT_CTR.
    Because, when i tried to check the hierarchy structure; there are duplicate entries for one code. Can we delete one of them? Is it preferable.
    I tried using OSS and used a program RSR_REPAIR_INFOAREAHIER but this showed no errors.
    Any clue?
    Thanks,
    VIkranth

  • Upgrade Exchange 2010 SP2 to SP3 getting fail

    Hi,
    I am trying to upgrade from exchange 2010 SP2 to SP3, but it getting failed.
    I have already run the prepare schema, prepare and domain prep in all domains and it got replicated in DR Domain controllers.
    But, still i am not able to upgrade the server. The error says,
    Preparing Exchange Setup
        Copying Setup Files                           COMPLETED
    The following server roles will be upgraded
    Languages
    Hub Transport Role
    Client Access Role
    Management Tools
    Performing Microsoft Exchange Server Prerequisite Check
        Configuring Prerequisites                                 COMPLETED
        Organization Checks                                      
    FAILED
         Setup needs to contact the Active Directory schema master but this computer
     is not in the same Active Directory site as the schema master (Default-First-Si
    te-Name).
         Setup encountered a problem while validating the state of Active Directory:
     Exchange organization-level objects have been created but have not yet replicat
    ed to the local domain.  Wait for replication to complete and then run setup aga
    in.
        Language Pack Checks                                     
    COMPLETED
        Hub Transport Role Checks                                 FAILED
         Setup encountered a problem while validating the state of Active Directory:
     Exchange organization-level objects have been created but have not yet replicat
    ed to the local domain.  Wait for replication to complete and then run setup aga
    in.
        Client Access Role Checks                                 FAILED
         Setup encountered a problem while validating the state of Active Directory:
     Exchange organization-level objects have been created but have not yet replicat
    ed to the local domain.  Wait for replication to complete and then run setup aga
    in.
    The Exchange Server setup operation didn't complete. More details can be found
    in ExchangeSetup.log located in the <SystemDrive>:\ExchangeSetupLogs folder.
    Exchange Server setup encountered an error.
    Thanks,
    San

    Hi,
    Schema updates should be done on a schema master or on a DC in the same AD site as the schema master. Once extended, the updates will replicated via AD replication. To narrow down the issue, I recommend you check if there is any event related to replication
    on domain controller holding schema master role.
    Is the schema master role in the same site as the Exchange server which you want to upgrade? If not, you can try to transfer FSMO role to a domain controller which is in the site where you want to install Exchange 2010 SP3 and then upgrade to check the result.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Interface getting failed after changing the Business system to that service

    Hello All,
    Our Env... is XI 3.0 and this is related to produciton env.
    Based on our client requirment to change the business system from client 871 to 100 for  one of the R3 system which is reciever type(rfc).
    After doing all the necessary changes , that particular service is getting failed and in the CC monitoring for that service I can see the log as "RFC_ERROR_LOGIN_FAILURE" mandate 871 (earlier client) does not exist in  the system.
    The steps which I have followed to change the Business system.
    1>I loged into the SLD of PRD system and clicked on businsess landscape .then i have clicked on the specified system to be changed (RY1 ) and then clicked on change mode and selected the required client (100) and saved the settings.
    2>I have logged into ID(Integration Directory) and selected the service (RY1) which need to be changed .Under service -->Adaper specific -->compare sld configurations and then clicked on apply changes.
    3>Now selected that communication channel of service (RY1) RFCRecieverR3 and changed the client 871 to 100 and the password of user XIRFCUSER ...
    Then i saved the changes and after that i have activated that interface.
    After that when i logged into CC monitoring and viewed that service channels and see the following errors:
    Receiver channel 'RFCReceiverR3' for party '', service 'RY1'
    Error can not instantiate RfcPool caused by:
    com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Mandante 871 não existente no sistema (selecionar mandante existente)
    Can any one help me out of this situation , and i need to fix this ASAP as this is production system.
    Awaiting for your reply.
    Best Regards
    Rakesh Reddy

    Hello Nisar
    Thanks for the update,
    Let me say few points  about this particular problem:
    1>The interface "XX" from XI sends data to two systems( R3 -->RP1 & RY1), some thing like branched (same data is passed to both the reciever systems).
    And the second RY1 is copy of First system RP1 (Production sys) which is used for data loading purpose and every week there will be a refresh from First sys (RP1) to Second(RY1).
    2>Now the first sys(RP1) is recieving the data successfully from XI , and the second one (RY1) is getting failed .And this started after changing the Business system 871 to 100 .
    3>As mentioned by you , I have checked all the points mentioned
        i)In SM59 for XI (ABAP part) two rfc's are maintained (LCRSAPRFC & SAPSLDAPI) and the test connection is also fine...But I did not find these two connections in reciever systems(RP1 & RY1 too).
       ii)In reciever system RY1 ,when i went to RZ70 , i did not noticed any special settings and SLD Bridge :Gateway Information is not maitained over there .and the same thing in other reciever system(RP1) , with this can we confirm that there is nothing wrong in RZ70 settings.
       iii)In SLDAPICUST at recievers end for both systems nothing is mantained , where as in XI system all the details are maintained(Host name,port, user & password).
    I have translated the error log into english from the CC monitoring for this interface which is in portuguese language .
    It says that:
    RFC_ERROR_LOGON_FAILURE: 871 Mandante not in the system (select principal existing)
    Kindly advise me what to do ..for fixing this problem(this is pretty urgent and it is production env...)..
    If any information required , I can provide that.
    Best Regards
    Rakesh Reddy

  • Online backup getting failed with error BR0278E - Invalid Argument

    Hi All,
    Online backup in Production system is getting failed when taken using DB13.  Last week the SAP Production Server was migrated to SAN and it was up & running fine.
    SAP System - ECC 6
    OS                - AIX 5.3
    Database      - Oracle 10g
    Even the Archive log backup has been successful, but Online backup is failing.  Following is the error log:
    BR0280I BRBACKUP time stamp: 2009-09-10 12.00.46
    BR0057I Backup of database: RTP
    BR0058I BRBACKUP action ID: bebkzprw
    BR0059I BRBACKUP function ID: ant
    BR0110I Backup mode: ALL
    BR0077I Database file for backup: /oracle/RTP/sapbackup/cntrlRTP.dbf
    BR0061I 41 files found for backup, total size 97416.297 MB
    BR0143I Backup type: online
    BR0112I Files will not be compressed
    BR0130I Backup device type: tape
    BR0102I Following backup device will be used: /dev/rmt3.1
    BR0103I Following backup volume will be used: RTPB01
    BR0289I BRARCHIVE will be started at the end of processing
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0208I Volume with name RTPB01 required in device /dev/rmt3.1
    BR0280I BRBACKUP time stamp: 2009-09-10 12.00.46
    BR0226I Rewinding tape volume in device /dev/rmt3 ...
    BR0351I Restoring /oracle/RTP/sapbackup/.tape.hdr0
    BR0355I from /dev/rmt3.1 ...
    BR0241I Checking label on volume in device /dev/rmt3.1
    BR0242I Scratch volume in device /dev/rmt3.1 will be renamed to RTPB01
    BR0280I BRBACKUP time stamp: 2009-09-10 12.00.46
    BR0226I Rewinding tape volume in device /dev/rmt3 ...
    BR0202I Saving /oracle/RTP/sapbackup/.tape.hdr0
    BR0203I to /dev/rmt3.1 ...
    We have checked using different tapes, restarted SAP, etc but could not resolve it.
    Please suggest further.
    Thanks
    Vamsi

    Hi Vamsi
    Please go through below link
    Re: onLine backup fails with error BR0278E
    There is similar problem with the exact error you are facing for online backup and its solution is given in above link.
    Let us know if this information was useful to you.
    with regards,
    Parin Hariyani

  • DB 13 Calender-DB check is getting Failed

    Hi Team,
    Configured DB check job is getting failed in DB13 Calender with the following error.
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000015, user name BATCHJOBS, language E)
    Execute log. command SAPDBA on host ukcbx001
    __Parameters: -check -u /
    SAPDBA: SELECT TYPE,PARAM,ACTIVE,SEVERITY,CHKOP,CH KVAL,UNIT,CHKDESC FROM
            "SAPR3".DBCHECKORA
    ORA-00942: table or view does not exist
    SAPDBA: Could not read check criteria.
            Taking defaults.
    Job finished.
    Please help me if any body have idea on it.
    Best Reagrds,
    Vinod

    Hi vinod,
    ORA-00942 error occurs when execute Brtools or sapdba. This problem occur due to old version of SAPDBA.please update your Brtools & try again .
    This may resolve your problem.
    karan

  • Activation of BEx History failed during SPRO setting

    Hi,
    I was getting error message saying that "Activation of BEx History failed".While configuration setting in SPRO
    After upgrade system from BW 3.x to BI 7.0
    I was getting the error message during setting in SPRO
    Please some one would provide me answer.

    The error is due to authorization.
    You must ask your BASIS guy to open up the server to allow changes.
    Once the BASIS did that, just rerun the TCode and it will works correctly.
    Hope it helps.

  • Thinkpad L430 Error Msg: 2000 thinkvantage active protection sensor diagnostics failed

    One morning after I shutdown my laptop to leave for work and start it up again on the train. It gave me the: 2000 thinkvantage active protection sensor diagnostics failed. Everything is working fine. Is there a fix for this?
    Edit: I realised this is in the wrong section. Can someone help me move this please? Thank you. 

    No, it happened for the rest of the day, even when I turned on the computer at work on my desk.
    I restarted the laptop numerous times and it still gave me that message with the couple of loud beeps.
    I believe it is fixed now, though I believe there is 75% chance I have found the reason. I just tried restarting it twice and I wasn't getting the message anymore.
    I recall that the previous night, my laptop attempted to update my MS Office 365 but for some reason that update failed. I turned my laptop off and it wasn't when I was on the train the next day that I got the 2000 error message. I used my laptop as usual, nothing but MS office programs. Later that night I did a system restore, but that didn't fix the program, however my office update succeeded. As I cannot think of any other factors, I believe this could have been the reason.

  • RMAN active duplication connection issue

    Hi ,
    We are facing a strange issue when trying to execute a script , for RMAN active duplication .
    oracle@cu-db01-1(mmapuat1) $ rman target sys/lnf123dev@mmapuat<source> auxiliary sys/lnf123dev@mast_dup<dest>
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Aug 8 10:09:27 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    Also when connecting afrom sqlplus to the source database:
    The sqlplus connection to
    oracle@cu-db01-1(mmapuat1) $ sqlplus sys/lnf123dev@mmapuat <source> as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Aug 8 10:09:50 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    RMAN connection to auxiliary is working fine.
    oracle@cu-db01-1(mmapuat1) $ rman auxiliary sys/lnf123dev@mast_dup
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Aug 8 10:10:11 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to auxiliary database: MMAPUAT (DBID=3828046951, not open)
    Below is whet we are trying to do:
    DUPLICATE TARGET DATABASE TO MASTMAP FROM ACTIVE DATABASE SPFILE NOFILENAMECHECK;
    Thanks ,
    Sachin K

    Hello Sachin K;
    In my notes step 1 is : ( You seem to have a password issue )
    Create an Oracle Password File for the Auxiliary Database
    Password on source is:
    /u01/app/oracle/product/11.2.0.2/orapwRECOVER2
    SCP to remote host
    scp /u01/app/oracle/product/11.2.0.2/dbs/orapwRECOVER2 [email protected]:/u01/app/oracle/product/11.2.0.2/dbs/
    Then rename the file to :
    /u01/app/oracle/product/11.2.0.2/dbs/orapwRECLONEThen I Create the Directory Structure on the remote server and so on.
    When duplicating from an active database you need an entry for the CLONE in your TNSNAMES.ORA on both servers
    Prevent Timeouts
    Add these to both servers
    To listener.ora
    INBOUND_CONNECT_TIMEOUT_ = 120
    To sqlnet.ora
    SQLNET.INBOUND_CONNECT_TIMEOUT = 120
    You need an Initialization Parameter File for the Auxiliary Instance with these parameters
    DB_NAME
    CONTROL_FILES
    DB_BLOCK_SIZE
    and then start NOMOUNT before you try to connect with RMAN
    Then stop and start the listener.
    Best Regards
    mseberg

  • Rman remote cloning...

    I want do a Rman remote cloning..so i need to have full backup copy of the database on the local remote system with all archive logs too....so can u please tell me how can i list the rman to copy the list of files to be cloned on the remote system...and also how can we use the dd command on the network system???

    Moorthy wrote:
    my question is how do i know which database raman backup to be copied ?? is there any command to check on rman....also which command i can use to copy those files across the network.?command pleaseIf you use Oracle 11g, you can use Active database clone feature and NOT copy the backup files through the network. I've video tutorial on this feature
    http://kamranagayev.wordpress.com/2010/08/24/rman-cloning-database-without-connecting-to-target-db-and-recovery-catalog-11gr2/
    If you use Oracle 10g, then check my following video tutorial on database clone with basic steps:
    http://kamranagayev.wordpress.com/2010/06/25/rman-video-tutorial-series-creating-duplicate-and-standby-database-using-rman/

Maybe you are looking for

  • Mapping Required

    Hi Experts, I have a file to IDoc scenario for Goods Receipts. I am receiving the good receipts in batch and the incoming  structure is given below- DT_SABRE_GoodsReceipts      GoodsReceiptsData   0.unbounded          Header                    0.1   

  • Autometic PO

    hi , when i creating auto PO(me59n), the following errors will come " purchase order will contains faulty items and requisitions could not be converted " note : i am maintaining QM system and created inforecord through Qm(QI01). thanks in advance, se

  • Redirect based on source IP address????

    I have a site that I don't want our competitors to view! By tracking code, I have managed to obtain their source IP addresses. After looking around, there is a .php solution to my problem but my host is not well suited to .php files (although it does

  • Apple policy on inappropriate content for iBooks

    Hello, I have an idea for an iBook that I would create using iBooks Author, and plan to distribute via the App Store (or the iBooks Store, or wherever it ends up when you submit it via Author). However, I've been warned that Apple has a policy on ina

  • BEx Analyzer :SAPLOGON_ID 'SAP BW7' not found in saplogon.ini

    Hello, The  BEx Analyzer can't connect to my BW System , I got the following error: Error Group RFC_ERROR_PROGRAM Message SAPLOGON_ID 'SAP BW7' not found in saplogon.ini The following is the copy of saplogon.ini: ================= [Configuration] Ses