ACE30 not syncing with primary

                   We did a faulty ACE30 module swap in a HA pair. Both the ACEs have stopped syncing since then. Below is the error message I see:
FT Group ID: 1  My State:FSM_FT_STATE_ACTIVE    Peer State:FSM_FT_STATE_STANDBY_CONFIG
                Context Name: Admin     Context Id: 0
                Running Cfg Sync Status:Failed to convert/transform configuration to peer version
Both ACE modules are running 5.2 with the same license.
sh ft peer status from both active and standby show the same results.
Peer Id                      : 1
State                        : FSM_PEER_STATE_COMPATIBLE
Maintenance mode             : MAINT_MODE_OFF
SRG Compatibility            : COMPATIBLE
License Compatibility        : COMPATIBLE
FT Groups                    : 15
Am I missing something here?

Hey Mini,
It sounds good it works now.
For future reference you may see the #show crypto files to compare the SSL files which you got in the boxes.
Additionally, please be aware that sometimes if there´s any crash in one device and generates a core dump file, they might detect that as a difference.
Then in general you may follow these instructions:
1) Check with #show crypto files
2) Compare both configurations.
3) Check #show version to see if there was a crash which you did not notice.
Hope this helps!
Jorge

Similar Messages

  • Standby database is not Sync with primary DB

    Hi,
    One week back I configured standby database and It was running fine.
    But 2 days back(Saturday) somebody had down my standby database. Today when I mounted my database; I saw this is not sync with primary database.
    Database Name :- pcs
    Primary db_unique_name :- pcs
    standby db_unique_name :- pcstd
    Present scanerio is...
    Status of Standby Database is...
    SQL> startup mount;
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size 2063792 bytes
    Variable Size 301990480 bytes
    Database Buffers 763363328 bytes
    Redo Buffers 6324224 bytes
    Database mounted.
    SQL> select GROUP# ,SEQUENCE# ,ACTIVE_AGENTS,STATUS from v$managed_standby;
    GROUP# SEQUENCE# ACTIVE_AGENTS STATUS
    N/A 0 0 CONNECTED
    N/A 0 0 CONNECTED
    SQL> recover managed standby database disconnect from session;
    Media recovery complete.
    SQL> select GROUP# ,SEQUENCE# ,ACTIVE_AGENTS,STATUS from v$managed_standby;
    GROUP# SEQUENCE# ACTIVE_AGENTS STATUS
    N/A 0 0 CONNECTED
    N/A 0 0 CONNECTED
    N/A 130 0 WAIT_FOR_LOG
    SQL> archive log list
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination /backup/bkpcs/
    Oldest online log sequence 121
    Next log sequence to archive 0
    Current log sequence 126
    Status of Primary database is..
    SQL> archive log list
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination /data/pcs10g/archive/
    Oldest online log sequence 129
    Next log sequence to archive 131
    Current log sequence 131
    SQL>
    Somebody can help me to resolve the following issues
    (1). Why archive log list not showing exact log sequence number on Standby Database.
    (2). How can I configure automatic archive logs apply from Live to Standby again.
    Regards,

    Problem has been resolved.

  • Logical standby not synced with primary!

    Dear All,
    I am in a new environment. Oracle 10g database is running on windows 2003 server. This is the primary database and there is a logical database 10gR2 also on windows.
    Since yesterday all SCN were applied on standby and it was 100% synced with production.
    Just not I have seen quering this view  "SELECT APPLIED_SCN, NEWEST_SCN, NEWEST_SCN-APPLIED_SCN LAG, READ_SCN, APPLIED_TIME FROM DBA_LOGSTDBY_PROGRESS;
    That the last update was on 9/30/2013 7:56
    This is a new environment for me, where should i start troubleshooting from?
    Kindly help
    Regards

    Hi, This is what I have found in alert log file
    LOGSTDBY stmt: ALTER USER KAMRAN IDENTIFIED BY  VALUES '***************'
    LOGSTDBY status: ORA-28007: the password cannot be reused
    LOGSTDBY id: XID 0x0009.014.0016c1e2, hSCN 0x0000.7bfb3c98, lSCN 0x0000.7bfb3c98, Thread 1, RBA 0x53a56.0000023d.144, txnCscn 0x0000.7bfb3c9c, PID 320, ORACLE.EXE (P004)
    LOGSTDBY Apply process P004 pid=21 OS id=320 stopped
    Mon Sep 30 07:57:04 2013
    Errors in file c:\oracle\ora10gr2\admin\logstby\bdump\logstby_lsp0_2532.trc:
    ORA-12801: error signaled in parallel query server P004
    ORA-28007: the password cannot be reused
    LOGSTDBY Analyzer process P003 pid=26 OS id=2704 stopped
    LOGSTDBY Apply process P007 pid=30 OS id=2412 stopped
    LOGSTDBY Apply process P008 pid=31 OS id=2656 stopped
    LOGSTDBY Apply process P006 pid=29 OS id=2676 stopped
    LOGSTDBY Apply process P005 pid=28 OS id=2688 stopped
    Mon Sep 30 08:00:39 2013""
    Since this command was issued on standby the sync process is stoped.
    When i query :
    SEQUENCE#, FIRST_TIME, APPLIED FROM DBA_LOGSTDBY_LOG ORDER BY SEQUENCE#; I get
    Row# SEQUENCE# FIRST_TIME APPLIED
    33 342614 9/30/2013 7:56:11 AM CURRENT
    34 342615 9/30/2013 8:00:39 AM NO
    Please help

  • Issue with physical standby database not in sync with primary

    Hi,
    I created an physical standby database couple of Hours back . I am trying to keep the standby database in Managed recovery mode to make the standby in sync with primary but it is throwing the below erros. Please share your suggestion ...
    SQL> select thread#,max(sequence#) from v$log_history group by thread#;
    THREAD# MAX(SEQUENCE#)
    1 7
    PROCESS STATUS THREAD# SEQUENCE#
    ARCH CONNECTED 0 0
    ARCH CONNECTED 0 0
    RFS OPENING 1 12
    ALERT LOG :
    Tue Mar 20 07:31:32 2012
    alter database recover managed standby database disconnect from session
    Tue Mar 20 07:31:32 2012
    Attempt to start background Managed Standby Recovery process (PRIMARY)
    MRP0 started with pid=18, OS id=16370
    Tue Mar 20 07:31:32 2012
    MRP0: Background Managed Standby Recovery process started (PRIMARY)
    Managed Standby Recovery not using Real Time Apply
    parallel recovery started with 8 processes
    Media Recovery Log /oracle/STDBY/arch/1_3_777567883.dbf
    Tue Mar 20 07:31:39 2012
    Completed: alter database recover managed standby database disconnect from session
    Tue Mar 20 07:31:54 2012
    Incomplete recovery applied all redo ever generated.
    Recovery completed through change 9677325080303
    Tue Mar 20 07:31:54 2012
    MRP0: Media Recovery Complete (PRIMARY)
    Tue Mar 20 07:31:55 2012
    MRP0: Background Media Recovery process shutdown (PRIMARY)
    Thanks,
    Rakesh

    HI CKPT,
    Thanks for the reply. All the Archives from primary are transferred to the standby by RFS. Also i tried to register the log files manually even but it says already registered. They are no errors in the primary instance alert log file. Please find the log
    SEVERITY ERROR_CODE MESSAGE TO_CHAR(TIMESTAMP,'D
    Informational 0 ARC0: Archival started 20-MAR-2012 06:51:36
    Informational 0 ARC1: Archival started 20-MAR-2012 06:51:36
    Informational 0 ARC0: Becoming the 'no FAL' ARCH 20-MAR-2012 06:51:36
    Informational 0 ARC0: Becoming the 'no SRL' ARCH 20-MAR-2012 06:51:36
    Informational 0 ARC1: Becoming the heartbeat ARCH 20-MAR-2012 06:51:36
    Informational 0 Redo Shipping Client Connected as PUBLIC 20-MAR-2012 06:52:07
    Informational 0 -- Connected User is Valid 20-MAR-2012 06:52:07
    Informational 0 RFS[1]: Assigned to RFS process 15934 20-MAR-2012 06:52:07
    Informational 0 RFS[1]: Identified database type as 'physical standby' 20-MAR-2012 06:52:07
    Warning 0 RFS[1]: No standby redo logfiles created 20-MAR-2012 06:52:07
    Control 0 Attempt to start background Managed Standby Recovery process 20-MAR-2012 06:52:42
    Control 0 MRP0: Background Managed Standby Recovery process started 20-MAR-2012 06:52:42
    Informational 0 Managed Standby Recovery not using Real Time Apply 20-MAR-2012 06:52:47
    Informational 0 Media Recovery Log /oracle/STDBY/arch/1_3_777567883.d 20-MAR-2012 06:52:49
    bf
    Control 0 MRP0: Media Recovery Complete 20-MAR-2012 06:53:04
    Control 0 MRP0: Background Media Recovery process shutdown 20-MAR-2012 06:53:06
    Informational 0 Managed Standby Recovery not using Real Time Apply 20-MAR-2012 06:53:24
    Control 0 Media Recovery Complete 20-MAR-2012 06:53:43
    Control 0 Attempt to start background Managed Standby Recovery process 20-MAR-2012 06:54:55
    Control 0 MRP0: Background Managed Standby Recovery process started 20-MAR-2012 06:54:55
    Informational 0 Managed Standby Recovery not using Real Time Apply 20-MAR-2012 06:55:00
    Informational 0 Media Recovery Log /oracle/STDBY/arch/1_3_777567883.d 20-MAR-2012 06:55:01
    bf
    Control 0 MRP0: Media Recovery Complete 20-MAR-2012 06:55:17
    Control 0 MRP0: Background Media Recovery process shutdown 20-MAR-2012 06:55:18
    Informational 0 Redo Shipping Client Connected as PUBLIC 20-MAR-2012 07:31:03
    Informational 0 -- Connected User is Valid 20-MAR-2012 07:31:03
    Informational 0 RFS[2]: Assigned to RFS process 16366 20-MAR-2012 07:31:03
    Informational 0 RFS[2]: Identified database type as 'physical standby' 20-MAR-2012 07:31:03
    Warning 0 RFS[2]: No standby redo logfiles created 20-MAR-2012 07:31:04
    Warning 0 RFS[2]: No standby redo logfiles created 20-MAR-2012 07:31:06
    Control 0 Attempt to start background Managed Standby Recovery process 20-MAR-2012 07:31:32
    Control 0 MRP0: Background Managed Standby Recovery process started 20-MAR-2012 07:31:32
    Informational 0 Managed Standby Recovery not using Real Time Apply 20-MAR-2012 07:31:37
    Informational 0 Media Recovery Log /oracle/STDBY/arch/1_3_777567883.d 20-MAR-2012 07:31:38
    bf
    Control 0 MRP0: Media Recovery Complete 20-MAR-2012 07:31:54
    Control 0 MRP0: Background Media Recovery process shutdown 20-MAR-2012 07:31:55
    36 rows selected.
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination /oracle/STDBY/arch/
    Oldest online log sequence 13
    Next log sequence to archive 0
    Current log sequence 14
    SQL> ho ls -ltra /oracle/STDBY/arch/
    total 3754456
    drwxr-xr-x 4 oracle dba 4096 Feb 13 17:38 ..
    -rw-r----- 1 oracle dba 908516864 Mar 20 06:37 1_8_777567883.dbf
    -rw-r----- 1 oracle dba 770419200 Mar 20 06:40 1_3_777567883.dbf
    -rw-r----- 1 oracle dba 757698048 Mar 20 06:41 1_4_777567883.dbf
    -rw-r----- 1 oracle dba 5171712 Mar 20 06:41 1_5_777567883.dbf
    -rw-r----- 1 oracle dba 1060801024 Mar 20 06:43 1_6_777567883.dbf
    -rw-r----- 1 oracle dba 323025920 Mar 20 06:43 1_7_777567883.dbf
    -rw-r----- 1 oracle dba 1558016 Mar 20 06:43 1_9_777567883.dbf
    -rw-r----- 1 oracle dba 4608 Mar 20 06:43 1_10_777567883.dbf
    -rw-r----- 1 oracle dba 1579008 Mar 20 06:52 1_11_777567883.dbf
    -rw-r----- 1 oracle dba 11876864 Mar 20 07:31 1_12_777567883.dbf
    -rw-r----- 1 oracle dba 2560 Mar 20 07:31 1_13_777567883.dbf
    drwxr-xr-x 2 oracle dba 36864 Mar 20 07:31 .
    SQL>

  • Dataguard configured using RMAN not in sync with Primary

    Hi All.
    I have configured physical standby using RMAN it has errored out as below message since the Physical standby is came in Mount state and it is not in sync with Primary.
    $ rman target sys/oracle1@PROD_st_STBY auxiliary /
    Recovery Manager: Release 11.2.0.1.0 - Production on Sun Jul 29 13:27:02 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: PROD_ST (DBID=609107922)
    connected to auxiliary database: PROD_ST (not mounted)
    RMAN> duplicate target database for standby dorecover;
    Starting Duplicate Db at 29-JUL-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=156 device type=DISK
    contents of Memory Script:
    set until scn 239665;
    restore clone standby controlfile;
    executing Memory Script
    executing command: SET until clause
    Starting restore at 29-JUL-12
    using channel ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: starting datafile backup set restore
    channel ORA_AUX_DISK_1: restoring control file
    channel ORA_AUX_DISK_1: reading from backup piece /oracle1/oraerp/PROD_st/rman/07ngg1p6_1_1
    channel ORA_AUX_DISK_1: piece handle=/oracle1/oraerp/PROD_st/rman/07ngg1p6_1_1 tag=TAG20120719T140110
    channel ORA_AUX_DISK_1: restored backup piece 1
    channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:01
    output file name=/oracle1/oraerp/PROD_st/cont_.ctl
    Finished restore at 29-JUL-12
    contents of Memory Script:
    sql clone 'alter database mount standby database';
    executing Memory Script
    sql statement: alter database mount standby database
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 07/29/2012 13:27:29
    RMAN-05501: aborting duplication of target database
    RMAN-05001: auxiliary file name /oracle1/oraerp/PROD_st/undotbs1.dbf conflicts with a file used by the target database
    RMAN-05001: auxiliary file name /oracle1/oraerp/PROD_st/sysaux.dbf conflicts with a file used by the target database
    RMAN-05001: auxiliary file name /oracle1/oraerp/PROD_st/system01.dbf conflicts with a file used by the target database
    RMAN>
    SQL> select name,open_mode from v$database;
    NAME OPEN_MODE
    PROD_ST MOUNTED
    SQL> select name,db_unique_name,database_role from v$database;
    NAME DB_UNIQUE_NAME DATABASE_ROLE
    PROD_ST PROD_st_STBY PHYSICAL STANDBY
    SQL>
    SQL> alter database recover managed standby database disconnect;
    Database altered.
    SQL>
    SQL> alter system set log_archive_dest_state_2=enable;
    System altered.
    SQL> sho parameter log_archive_dest_2
    NAME TYPE VALUE
    log_archive_dest_2 string LOCATION=/oracle1/oraerp/PROD_
    st/arch/ VALID_FOR=(ALL_LOGFIL
    ES,ALL_ROLES)
    On Primary
    ==========
    SQL> SELECT THREAD# "Thread",SEQUENCE# "Last Sequence Generated"
    FROM V$ARCHIVED_LOG
    WHERE (THREAD#,FIRST_TIME ) IN (SELECT THREAD#,MAX(FIRST_TIME) FROM V$ARCHIVED_LOG GROUP BY THREAD#)
    ORDER BY 1; 2 3 4
    Thread Last Sequence Generated
    1 281
    ON STANDBY
    SQL> SELECT ARCH.THREAD# "Thread", ARCH.SEQUENCE# "Last Sequence Received", APPL.SEQUENCE# "Last Sequence Applied", (ARCH.SEQUENCE# - APPL.SEQUENCE#) "Difference"
    2 FROM
    3 (SELECT THREAD# ,SEQUENCE# FROM V$ARCHIVED_LOG WHERE (THREAD#,FIRST_TIME ) IN (SELECT THREAD#,MAX(FIRST_TIME) FROM V$ARCHIVED_LOG GROUP BY THREAD#)) ARCH,
    4 (SELECT THREAD# ,SEQUENCE# FROM V$LOG_HISTORY WHERE (THREAD#,FIRST_TIME ) IN (SELECT THREAD#,MAX(FIRST_TIME) FROM V$LOG_HISTORY GROUP BY THREAD#)) APPL
    5 WHERE
    6 ARCH.THREAD# = APPL.THREAD#
    ORDER BY 1; 7
    no rows selected
    SQL>
    SQL> SELECT THREAD#, LOW_SEQUENCE#, HIGH_SEQUENCE# FROM V$ARCHIVE_GAP;
    no rows selected
    SQL>
    Please suggest solution.
    Best Regards,
    Edited by: user13707876 on 19-Jul-2012 02:04

    Hi,
    It has worked now since error with warnings encountered as below:
    $ rman target sys/oracle1@PROD_st_STBY auxiliary /
    Recovery Manager: Release 11.2.0.1.0 - Production on Sun Jul 29 15:57:39 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: PROD_ST (DBID=609107922)
    connected to auxiliary database: PROD_ST (not mounted)
    RMAN> duplicate target database for standby nofilenamecheck;
    Starting Duplicate Db at 29-JUL-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=156 device type=DISK
    contents of Memory Script:
    restore clone standby controlfile;
    executing Memory Script
    Starting restore at 29-JUL-12
    using channel ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: starting datafile backup set restore
    channel ORA_AUX_DISK_1: restoring control file
    channel ORA_AUX_DISK_1: reading from backup piece /oracle1/oraerp/PROD_st/rman/0enggc17_1_1
    channel ORA_AUX_DISK_1: piece handle=/oracle1/oraerp/PROD_st/rman/0enggc17_1_1 tag=TAG20120719T165607
    channel ORA_AUX_DISK_1: restored backup piece 1
    channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:01
    output file name=/oracle1/oraerp/PROD_st/cont_.ctl
    Finished restore at 29-JUL-12
    contents of Memory Script:
    sql clone 'alter database mount standby database';
    executing Memory Script
    sql statement: alter database mount standby database
    contents of Memory Script:
    set newname for tempfile 1 to
    "/oracle1/oraerp/PROD_st/temp01.dbf";
    switch clone tempfile all;
    set newname for datafile 1 to
    "/oracle1/oraerp/PROD_st/system01.dbf";
    set newname for datafile 2 to
    "/oracle1/oraerp/PROD_st/sysaux.dbf";
    set newname for datafile 3 to
    "/oracle1/oraerp/PROD_st/undotbs1.dbf";
    set newname for datafile 4 to
    "/oracle1/oraerp/PROD_st/users01.dbf";
    restore
    clone database
    executing Memory Script
    executing command: SET NEWNAME
    renamed tempfile 1 to /oracle1/oraerp/PROD_st/temp01.dbf in control file
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 29-JUL-12
    using channel ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: starting datafile backup set restore
    channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_AUX_DISK_1: restoring datafile 00001 to /oracle1/oraerp/PROD_st/system01.dbf
    channel ORA_AUX_DISK_1: restoring datafile 00004 to /oracle1/oraerp/PROD_st/users01.dbf
    channel ORA_AUX_DISK_1: reading from backup piece /oracle1/oraerp/PROD_st/rman/09nggc0j_1_1
    channel ORA_AUX_DISK_1: piece handle=/oracle1/oraerp/PROD_st/rman/09nggc0j_1_1 tag=TAG20120719T165547
    channel ORA_AUX_DISK_1: restored backup piece 1
    channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:03
    channel ORA_AUX_DISK_1: starting datafile backup set restore
    channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_AUX_DISK_1: restoring datafile 00002 to /oracle1/oraerp/PROD_st/sysaux.dbf
    channel ORA_AUX_DISK_1: restoring datafile 00003 to /oracle1/oraerp/PROD_st/undotbs1.dbf
    channel ORA_AUX_DISK_1: reading from backup piece /oracle1/oraerp/PROD_st/rman/08nggc0j_1_1
    channel ORA_AUX_DISK_1: piece handle=/oracle1/oraerp/PROD_st/rman/08nggc0j_1_1 tag=TAG20120719T165547
    channel ORA_AUX_DISK_1: restored backup piece 1
    channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:03
    Finished restore at 29-JUL-12
    contents of Memory Script:
    switch clone datafile all;
    executing Memory Script
    datafile 1 switched to datafile copy
    input datafile copy RECID=1 STAMP=789926299 file name=/oracle1/oraerp/PROD_st/system01.dbf
    datafile 2 switched to datafile copy
    input datafile copy RECID=2 STAMP=789926299 file name=/oracle1/oraerp/PROD_st/sysaux.dbf
    datafile 3 switched to datafile copy
    input datafile copy RECID=3 STAMP=789926299 file name=/oracle1/oraerp/PROD_st/undotbs1.dbf
    datafile 4 switched to datafile copy
    input datafile copy RECID=4 STAMP=789926299 file name=/oracle1/oraerp/PROD_st/users01.dbf
    ORACLE error from auxiliary database: ORA-19527: physical standby redo log must be renamed
    ORA-00312: online log 1 thread 1: '/oracle1/oraerp/PROD_st/redo.log'
    RMAN-05535: WARNING: All redo log files were not defined properly.
    ORACLE error from auxiliary database: ORA-19527: physical standby redo log must be renamed
    ORA-00312: online log 2 thread 1: '/oracle1/oraerp/PROD_st/redo_2.log'
    RMAN-05535: WARNING: All redo log files were not defined properly.
    ORACLE error from auxiliary database: ORA-19527: physical standby redo log must be renamed
    ORA-00312: online log 5 thread 0: '/oracle1/oraerp/PROD_st/log5.log'
    RMAN-05535: WARNING: All redo log files were not defined properly.
    ORACLE error from auxiliary database: ORA-19527: physical standby redo log must be renamed
    ORA-00312: online log 6 thread 0: '/oracle1/oraerp/PROD_st/log6.log'
    RMAN-05535: WARNING: All redo log files were not defined properly.
    Finished Duplicate Db at 29-JUL-12
    RMAN>
    So please suggest can i rename them all redolog file.
    Best Regards,

  • Calendar will not sync with Exchange server or most Google Calendars

    Hi,
    I am writing about my wife's brand new Samsung Charge on Verizon. We managed to setup both her gmail account and her work exchange server account fine, except for the calendars:
    Her Google calendar shows up fine, but I am unable to even see any other Google calendars that she has access to (both her own secondary calendars as well as calendars that others have shared with her) in order to select them to be visible.
    Her exchange calendar says it is enabled (on the list of available calendars), but no events at all show up.
    This behavior is with the latest software updates on the Charge (2.2.1 firmware, I510.EE4 build) using its stock calendar software. I did notice that if I use Smooth Calendar, it does list all of her Google calendars under its listing of available calendars, but it still only shows data from her primary calendar. This is also true using the Touch Calendar app, which leads me to believe that there is some problem within the Google Calendar sync software that is not allowing her calendars to appear correctly.
    Thanks!

    Hello whereizben,
    I see you have posted same post in another thread.  I have already replied to that posting with a solution.  Please see the following link for my reply:
    Re: Calendar will not sync with Exchange Server
    Thanks, again, for posting!

  • Standby Database not syncronized with primary.

    DB: 10.2.0.4.0
    OS RedHat Linux
    My standby Database not syncronized with primary, because of space issue mrp process was stopped.
    During that we added 4 datafile in primary database in that case how we can sync standby database?
    There are no unamed files on standby database.
    SQL> select name from v$datafile where name like '%UNNAME%';
    no rows selected

    Prath wrote:
    When i trying to recover database getting below error:
    Starting recover at 11-DEC-10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 12/11/2010 12:00:23
    RMAN-06094: datafile 73 must be restored
    Note: Datafile 73 not available on standby database.Execute select name from v$datafile statement from standby and post there.
    (Of course you can rebuild standby database again ,create standby controlfile and copy all datafiles)

  • IOS 7 iPad 2 Calendar not Syncing with Google Calendar

    I recently updated my iPad 2 from ios 5.x to 7.0.4 and everything seems to be working fine... except the calendar. I went into settings, added my google account - which does not have 2-step verification - logged in normally, and made sure calendar sync was enabled. Calendar app did not show any of my calendars. I removed it, added it again; removed, rebooted, add, reboot; I made sure I am putting in the right account, contacts sync up correctly. I dont know whats wrong. I've waited a least 45 minutes for it to sync up - it didn't. Please help!
    Thanks!

    whereizben wrote:
    Hi,
    I am writing about my wife's brand new Samsung Charge on Verizon. We managed to setup both her gmail account and her work exchange server account fine, except for the calendars:
    Her Google calendar shows up fine, but I am unable to even see any other Google calendars that she has access to (both her own secondary calendars as well as calendars that others have shared with her) in order to select them to be visible.
    Her exchange calendar says it is enabled (on the list of available calendars), but no events at all show up.
    This behavior is with the latest software updates on the Charge (2.2.1 firmware, I510.EE4 build) using its stock calendar software. I did notice that if I use Smooth Calendar, it does list all of her Google calendars under its listing of available calendars, but it still only shows data from her primary calendar. This is also true using the Touch Calendar app, which leads me to believe that there is some problem within the Google Calendar sync software that is not allowing her calendars to appear correctly.
    Thanks!
    Hello whereizben,
    I see you have posted same post in another thread.  I have already replied to that posting with a solution.  Please see the following link for my reply:
    Re: Calendar will not sync with Exchange Server
    Thanks, again, for posting!

  • Why does my ical on my ipod touch not sync with my ical on my desktop if I put in an event on the ipod calendar?

    Why does my ical on my ipod touch not sync with my ical on my desktop imac ical?
    It will if I put it in on my desktop though.
    Please help,
    Brie

    Probably because you did not tell the iPod to sync the calendar in iTunes.

  • Centro will not sync with Palm desktop - Calendar and/or Contacts

    I have used a Palm device for many years. Acquired a new Centro. Upon installation of Palm Desktop (on Windows XP) that came with Centro, all contacts, calendar, to do, memos, etc transferred to the Centro during installation. 
    Subsequent changes to contacts and/or calendar on Centro are not syncing with Palm desktop when Hot Sync is performed. Hot Sync starts and appears to complete normally. To Do list and memos appear to sync just fine. Have tried changing conduits to have Centro overwrite desktop. Have uninstalled/reinstalled Desktop many times.
    Hot Sync log:
    HotSync operation started for Daniel M. Key on 07/02/08 13:35:13
    OK Quick Install
    OK VersaMail
    OK Memos
    OK Media
    OK Tasks
    -- Backing up MultiMail BData to C:\Palm\MD\Backup\MultiMail_BData.PDB
    -- Backing up PmTraceDatabase to C:\Palm\MD\Backup\PmTraceDatabase.PDB
    -- Backing up HxSyncRegistry to C:\Palm\MD\Backup\HxSyncRegistry.PDB
    -- Backing up Saved Preferences to C:\Palm\MD\Backup\Saved_Preferences.PRC
    OK Backup
    HotSync operation completed on 07/02/08 13:35:19
    Please help. Thx.
    Post relates to: Centro (Sprint)

    I have a Centro/Verizon Wireless using Versamail with accounts established for personal POP and Exchange e-mail synchronization.  The latter account is for work.  Previously I owned a Treo 650p using Versamail. 
    When I first installed Palm OS Desktop and synched to my Centro device, it was on a Windows XP home computer, and no Versamail accounts were defined.  First I downloaded and installed the Versamail version which allowed Exchange synchronization.  I exported the Treo650p contacts list to a disk file, and imported it onto the Windows XP home computer into the Palm OS Desktop installed with the Centro-supplied CD.  This synched the imported contacts list to the Centro fine.  After I defined all the POP and Exchange accounts, synchronization with the office Exchange contacts list worked fine, and still does.  Synchronization with the windows XP home computer for contacts seems to still be ok, too regardless of the MS Exchange Versamail account commingling with my personal POP accounts.  Maybe the install sequence is overriding the previous posts' notation that MS Exchange mail definition will override synch with Palm OS Desktop?
    The problem now is I have a different/second home computer that's Vista os.  I installed the Palm OS Desktop and synch with the Treo.  The contacts list is not synching to this second home computer, maybe because I didn't follow the exact same sequence as for the Windows XP pc?  I can still synch my Centro with my Windows XP pc and that includes contacts.
    Is there a way on this second pc to override the MS Exchange contacts override for synchronization without having to go through the exact same install sequence as occurred on the Windows XP machine?
    Post relates to: Centro (Verizon)

  • IPhone 5 not syncing with iTunes 10.0.3

    My iPhone 5 (version iOS 6.1.4) is not syncing with iTunes 10.0.3 ?
    When I plug my iPhone 5 into my Mac Pro (version OSX Mountain Lion 10.8.3) the iPhone 5 syncs with iPhoto but not iTunes ?
    The phone 5 is being charged via the USB cable into the Mac Pro, I can import photos via iPhoto from the iPhone 5, but I can not get iTunes to sync with the iPhone.
    I have gone through all the steps in the "iPhone not appearing in iTunes" support assistant link with no luck:
    iPhone not appearing in iTunes
    http://www.apple.com/support/iphone/assistant/itunes/#section_1
    Does anyone have any suggestions ?

    I finally got iTunes to sync with my iPhone 5
    I followed the step by step instructions in this archived support article:
    Archived - Mac OS X v10.6: iOS device not recognized in iTunes after restart
    http://support.apple.com/kb/TS3540?viewlocale=en_US&locale=en_US
    If the issue remains, try these steps:
    Disconnect the device and quit iTunes.
    In the Finder, locate iTunes in the Applications folder and drag it to the Trash. (This will not remove any of your iTunes media or your iTunes library.)
    Choose Go > Go to Folder. Enter the following location into the text field that appears:
    /System/Library/Extensions
    Click Go.
    Locate the file "AppleMobileDevice.kext" and drag it to the Trash.
    Restart the Mac.
    In Finder, click the Go menu and then choose Go to Folder. Enter the following location into the text field that appears:
    /System/Library/PrivateFrameworks
    Click Go.
    Locate the folder "MobileDevice.framework" and drag it to the Trash.
    In Finder, click the Go menu and then choose Go to Folder. Enter the following location into the text field that appears:
    /System/Library/LaunchDaemons
    Click Go.
    Locate the file "com.apple.usbmuxd.plist~orig" and drag it to the trash. (Do not move the similarly named "com.apple.usbmuxd.plist" file to the Trash.)
    Restart the Mac.
    Download iTunes and reinstall it. Test to see if the issue persists. Then, restart your Mac a final time to confirm issue is still resolved.

  • My icloud account does not sync with my iphone 4s. My contacts do not show up on icloud and I do have "contacts" turned on to backup

    My icloud account does not sync with my iphone 4S. My contacts do not turn up on icloud and I do have "contacts" turned on in my phone.

    Unchecking them won't help, it will only hide them from view.  The issue you're running into is that iCloud doesn't sync contacts from non-iCloud accounts like your exchange and Yahoo accounts.  In order to sync these with iCloud, you would need to copy them to the iCloud account and then disable contact syncing with these other accounts.  (If you didn't disable contacts syncing with these accounts, you would see duplicates of these contacts on your phone -- one from the external account, and one from iCloud.)  If you want to do this, do the following:
    Go to Settings>iCloud, turn Contacts to Off, choose Delete from My iPhone when prompted (any iCloud contacts will still be in iCloud).
    Download the app My Contacts Backup.  (If you have more than 500 contacts to transfer from your other accounts you will need the “Pro” version.)  Use the app to back up the remaining contacts on your phone (from the other accounts) as a vCard attachment to an email that you send to yourself.  Confirm that you have received the email before proceeding to step 3.
    Go to Settings>iCloud and turn Contacts back to On.
    Go to Settings>Mail,Contacts,Calendars>Default Account (in the Contacts section), and confirm that this is set to iCloud.
    Go to Settings>Mail,Contacts,Calendars…tap your Yahoo and your exchange account and turn off contacts syncing with these accounts.  This will remove the contacts from these accounts from your phone.
    Open the My Contacts Backup email and tap the attachment to import the contacts from these accounts back to your phone, and to iCloud.  All your contacts should now be in iCloud and be visible on icloud.com.

  • Issue with Calendar not syncing with iPhone 3g

    Issue with Calendar not syncing with iPhone 3g.
    Solution
    Create backup of your entire mailbox before starting (THIS IS IMPORTANT)
    Create offline folder (.pst file) Check windows help on how to do this for your version.
    Open folders view on Outlook
    Right click on Calendar in tree view and 'copy to' offline .pst folder
    Go back to main calendar view and delete all entries in your calendar.
    Create simple cal entry and sync test with iphone
    If this works then start dragging cal entries back from the offline folder into the main calendar then sync after each step....
    I moved events in this order
    -Yearly recurrences (ie Birthdays)
    - Monthly recurrences
    - weekly recurrences
    - Daily recurrences
    All appointments from the beginning of this year >> to the end of time!
    If all these sync then the issue is with an older cal item and you have to decide if you actually need these in you current calendar.
    I chose to leave these in the offline cal and if i need access them from there.
    If at any point the sync fails then you know you have a corrupt cal entry in the block you just transferred. Move the offending items back into the offline folder and try again in smaller chunks until you identify the offending items and delete them and manually recreate them in your real calendar.
    Also smart to run the inbox (.pst /.ost ) repair tools for your OS/Outlook version.
    Fixed so far
    XP Pro / Outlook 2008
    XP Pro /Outlook 2003

    I just updated the firmware to iPhone 2.0.1 and the syncing works great both ways.

  • Razr Maxx Calendar will not sync with Exchange Calendar

    My Thunderbolt synced fine....just switched to the Razr Maxx Friday and the Calendar will not sync with my Exchange Calendar. Email and contacts are syncing fine.

    Gapam wrote:
    I guess I'm screwed.  My Razr HD calendar won't sync with Google - apparently all my events were on the phone calendar and not Googe calendar.  After following prior posts, I cleared the data on my phone's calendar - now my events are gone and I don't know when my next appointments are.  Any way to retrieve that data?  Any way to sync the two calendars - or to make sure the darn appointments are placed on the Google calendar and not the stupid phone calendar?
    You have to select the Google/Gmail account as the location where to save the event. In the screen where you are adding the info to create the event there is a spot for choosing which calendar to save it to. This is where you pick the Gmail calendar.

  • FIXED (for me at least): iPhone 3gs will not sync with Gateway NV79

    I’ve spent months trying to fix this miserable problem with getting my iPhone 3gs to sync with my new Gateway NV79. Gateway will not help. Their technical support is genuinely worthless. Microsoft blames Apple and Apple blames Gateway.
    My old iPod Nano syncs to my Gateway NV79 without a problem. I’ve tried all of the proposed fixes but other posters with no success.
    But I do believe I’ve discovered a real fix (for me at least). Here’s my setup:
    • Gateway NV79 running Windows 7 64 bit edition
    • iTunes 10
    • iPhone 3gs running OS 4.02
    The USB ports needs tweaking to get the iPhone 3gs to sync to the Gateway NV79. Follow these steps without your iPhone 3gs connected to the Gateway NV79:
    Step 1: Go to Control Panel
    1. Open Control Panel
    2. Click Hardware & Sound
    3. Click Power Options
    4. Make sure Balanced is selected and click Change Plan Settings
    5. Click Change advanced power settings
    6. Expand USB Settings
    7. Expand USB selective suspend setting
    8. Change On Battery setting to Disabled.
    9. Change Plugged in setting to Disabled
    10. Click OK
    Step 2: Go to Windows Explorer
    1. Open Windows Explorer
    2. Right-Click Computer (not your computer name)
    3. Click Properties
    4. Click Device Manager
    5. Expand Universal Serial Bus Controllers
    6. Right-click first Generic USB Hub
    7. Click Properties
    8. Click Power Management
    9. Uncheck Allow the computer to turn off this device to save power
    10. Click OK
    11. Right-click second Generic USB Hub
    12. Click Properties
    13. Click Power Management
    14. Uncheck Allow the computer to turn off this device to save power
    15. Click OK
    16. Restart your computer
    After your computer restarts, login and connect your iPhone.
    You must complete both steps. Step 1 is required for Step 2 to stick.
    There are a few things that may happen. iTunes may start syncing immediately and fail with an error. Don’t worry. If the sync fails the first time, restart the computer with the iPhone still connected. Now, iTunes will either take you to setup screen to connect your iPhone or the sync may restart. In my case, the setup screen came up and I DID NOT CHOOSE TO RESTORE. Pick the first option to add your iPhone. The sync will restart and may or may not finish. Don’t worry, if the sync fails, restart your computer again with the iPhone still connected and this time the sync will work.
    Here’s the problem: the iPhone 3gs will not sync with the power management enabled for the USB ports on the Gateway NV79.
    Good luck.

    If you cannot update your computer, you will not be able to sync your phone. The requirements are:
    Mac system requirements
    Mac computer with USB 2.0 port
    Mac OS X v10.5.8 or later
    iTunes 10.1 or later (free download from www.itunes.com/download)
    iTunes Store account
    Internet access

Maybe you are looking for