Setup Masters (two ways) Replication

Anyone knows where I can find clear setup documentation for master replication using Enterprise Manager?? I have two Linux servers running Oracle 9.2 and I like to setup two ways replication between DB1 on server 1 and DB2 on Server 2. I read Oracle replication documentation and It is not clear..Could I setup everything by using tools or I need to run some scripts myself?? thanks...

Refer to the Metalink Note 117434.1 [http://metalink.oracle.com] - title "Initial Steps Required to Create a Multi Master Replication Environment V8.1/V9.x
Also, the Oracle Replication Management API Reference document that comes with the Oracle online documentation has scenario-based step-by-step instructions.

Similar Messages

  • Implement two way replication on few tables

    Is there a way where I can implement 2 way replication.
    For instance I've two database A and B
    In a table in database A get updated or changed ..the effect should be shown on B
    and vice versa....
    Need ideas...

    * Oracle edition (enterprise, standard),
    Enterprise edition
    * network connectivity (is there a stable network link between the two),
    Yes we have a stable network
    * latency requirements (how quickly does a change on one have to appear on the other), and
    probably every 3 hrs
    * business requirements (why are you replicating the data in the first place)
    Well ours is call center, we work according to the availability of the interpereters and also we keep change pricing of call on daily basis.
    So there are few tables which needed to be updated regularly.

  • Oracle stream two ways replication

    Hi all,
    I have a primary database and standby database. I'm using Oracle Stream for replication.
    I have a question.
    Can my standby database becomes primary and primary database becomes standby?
    Thank you!
    Dan.

    Thanks Arun,
    I've configured Bi-directional Replication on DB-11G-R2 by command and configured 1 way replication on Enterprise Manager but i failed to configure Bi-directional Replication on Enterprise Manager.
    Do you have document that guides steps by steps configuration Bi-directional Replication on Enterprise Manager?
    Brds,
    Dan.

  • Two-way SSL: Private key is incorrectly read if the charset is set to UTF8

    Looks like PEMInputStream and other related classes assumes the application charset
    "iso81", but if the charset is something else, then "java.security.KeyManagementException"
    is thrown.
    We have everything setup and two-way ssl works when the encoding is not set. but
    brakes if the encoding is UTF8.
    WLS 7.0
    OS - HP-UX
    Is there any other workaround (not setting UTF8 is not a solution, ours is a WW
    app).
    Thanks

    I would suggest posting this to the security newsgroup.
    -- Rob
    Govinda Raj wrote:
    Looks like PEMInputStream and other related classes assumes the application charset
    "iso81", but if the charset is something else, then "java.security.KeyManagementException"
    is thrown.
    We have everything setup and two-way ssl works when the encoding is not set. but
    brakes if the encoding is UTF8.
    WLS 7.0
    OS - HP-UX
    Is there any other workaround (not setting UTF8 is not a solution, ours is a WW
    app).
    Thanks

  • N-way replication

    hi,
    can someone please provide a script, allowing n-way/mesh/update anywhere topology HA/DR system.
    I am able to setup a hot standby two-way replicating system;
    MACH1<---->MACH2 [SITE A]
    these two servers replicate using the two way hot standby replication scheme.
    MACH3<----->MACH4 [SITE B]
    also these two servers replicate using the two way hot standby replication scheme.
    but now i need the two sites also replicate with the other, for example;
    MACH2<------>MACH3 [SITE A]+[SITE B]
    Is it possible to do this with a secondary replication scheme? (it is not a problem two sites are one way or two way replicating, all solutions will be appreciated :) )
    Thanks.

    Thanks for the extra detail. My first comment is that unless you have a compelling reason to use TimesTen 7.0 you should really consider using TimesTen 11.2.1 for any new developments; it has many new features compared to 7.0 plus better performance in many scenarios.
    The configuration that you want to achieve can easily be realised using classic or legacy replication. Here is a 4-way example using database level replication:
    CREATE REPLICATION myrepscheme
    ELEMENT e1 DATASTORE
    MASTER mystore ON mach1
    SUBSCRIBER mystore ON mach2
    SUBSCRIBER mystore ON mach3
    SUBSCRIBER mystore ON mach4
    ELEMENT e2 DATASTORE
    MASTER mystore ON mach2
    SUBSCRIBER mystore ON mach1
    SUBSCRIBER mystore ON mach3
    SUBSCRIBER mystore ON mach4
    ELEMENT e3 DATASTORE
    MASTER mystore ON mach3
    SUBSCRIBER mystore ON mach1
    SUBSCRIBER mystore ON mach2
    SUBSCRIBER mystore ON mach4
    ELEMENT e4 DATASTORE
    MASTER mystore ON mach4
    SUBSCRIBER mystore ON mach1
    SUBSCRIBER mystore ON mach2
    SUBSCRIBER mystore ON mach3
    STORE mystore ON mach1 PORT 10000
    STORE mystore ON mach2 PORT 10001
    STORE mystore ON mach3 PORT 10002
    STORE mystore ON mach4 PORT 10003;
    Looks easy but there are some important caveats:
    1. If you use the default asynchronous mode of operation then when the currently 'active' datastore (the one receiving application updates) or the machine hosting it fails there will, in general, be some trapped transactions. If you immediately failover the application to another datastore and then recover the failed store you need to consider what will happen to those transactions... You really have 2 choices; allow them to flow across after the store has been recovered but then you run the risk of 'old' updates overwriting 'newer' updates or you discard the failed datastore entirely and re-create it by duplicating the new active datastore. Either way you will typically 'lose' some transactions and/or have diverged datastores. Using conflict resolution may help (this is only available with table level replication not datastore level replication) but it is not always a foolproof solution.
    2. You need to take care with the geopgraphic links to make sure that the bandwidth and latency of the connections is sufficient for replication to operate successfully. You will almost certainly have to activate the software compression option (COMPRESS TRAFFIC ON) if you are using geographic replication. You also need to ensure that the O/S TCP/IP settings are tunes suitable for high latency connections.
    There is an alternative (and preferred) solution for this requirement based on active/standby pair replication. Rather than explain it here (it is quite detailed) I have written a whitepaper that describes this (and other) replication solutions; if you are interested and can give me an e-mail address I will send it to you.
    Chris

  • Can I add a two way trusted but in different forest domain to My existing Lync 2013 Topology !

    HI !
    We have an installed Lync 2013 Std Edt. setup and its working perfectly for one domain. Our network infrastructure ( LAN ) is being shared with our sister company. They have their own forest and domain and a two ways trust relationship with our domain. I
    want to add them in our Lync 2013 topology, is it possible ?? if yes, thn what are the requirements and which changes i need to consider.
    Response from experts would be greatly appreciated. 

    Yes, You must establish a two-way trust between the central forest and user forests to enable distribution group expansion when groups from user forests are synchronized as contacts to the central forest.
    Also you can refer below link
    http://technet.microsoft.com/en-us/library/gg670909%28v=ocs.14%29.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical

  • We are deloying IPhone 4s models in our organization and I am trying to setup a one way sync from Google to IPhone? Help

    We are deploying IPhone model 4s in our organization and we want to have a Global addressbook. I have setup with Google using Gmail and accessing the contacts however this provides a two-way sync. I need the setup to be a one-way sync from Google to IPhone only!
    HELP

    I use the same id and password as I want them all in the same place.  I have tried other solutions offered here like turning off contact, saving to the phone and turning them back on and merging.  still no contacts go to icloud.

  • How to pass data back to MS CRM online from Azure SB with two-way listener?

    Hi all,
    I have already setup the integration between MSCRM Online 2015 and Azure using two-way listener.  However, I am unable to retrieve the return string "Success" in MSCRM side, such as System Jobs.  Anyone has idea?  Thanks.
    https://technet.microsoft.com/en-us/library/gg334438.aspx
    public string Execute(RemoteExecutionContext context)
    Utility.Print(context);
    return "Success";
    Best Regards,
    Gary

    Hello Gary,
    From my understanding, Azure integration with Microsoft Dynamics CRM works as follow: 
    A registered Azure aware plugin sends the execution context to an Azure service bus
    A listener process the message as they are queued by the Azure service bus
    If the listener is a two way listener, then the listener may return a string response to the plugin
    The plugin receive the response and process it
    So you need both an Azure aware plugin and a listener. The Azure aware plugin is responsible for sending the execution context and process the response. In your case, you would want the plugin to write the response using the tracing service.
    I think you registered the default Azure aware plugin which only sends the execution context. You need to implement your own Azure aware plugin in order to process the response. the sample Plug-ins project located in SampleCode\CS\Azure\Plug-ins implements
    exactly what you want to achieve.
    I hope this answer will help you.

  • Create a two-way link (using AppleScript?) in Numbers '09

    We are migrating to iWork '09 for our business needs and seek an Applescript expert to advise us as follows.
    Our team has successfully used VBA in Excel for Mac 2004 to "two-way link" two cells in differing spreadsheets such that anything entered in cell 1 shows up in cell 2 and vice versa. However, neither Excel for Mac 2008 (which most of our company uses) nor Numbers supports VBA, and Numbers seems like the best overall app to use IF we can get two cells to link as described. Typical formulas do not work as a cell cannot be both an input and an output cell.
    Please advise or help!
    Thank you,
    Reos Partners

    yuleth wrote:
    Thank you Yvan. We are grateful for your lengthy response and your suggested script. There are a few things to clarify before we can take a next step with that script.
    1. We are planning to have not just two documents, but many documents. When we share these Numbers documents on a network drive or Dropbox, the entire setup will become a project management tool. We will have a "master" document as well as "project-specific" documents in this setup, all linked together by the script or scripts in question and housed in different folders.
    I really dislike working with documents stored on a network.
    It's more safe to work with a local file and store it on the network when it's OK.
    The "master" document will allow the general manager to see and enter data that shows up in "project-specific" documents. On the other hand, data entered in specific cells in the "project-specific" documents will show up in the manager's "master."
    If I understand well,
    rangeA of cells of the 'master' doc are shared with document A
    rangeB of cells of the 'master' doc are shared with document B
    rangeZ of cells of the 'master' doc are shared with document Z
    as well as
    rangeA of cells of document A are shared with the 'master' doc
    rangeB of cells of the document B are shared with the 'master' doc
    rangeZ of cells of the document Z are shared with the 'master' doc
    It's important that this functionality operate not only with open documents; this should be able to function also when only one of the linked documents, master or otherwise, is in use. Is that possible?
    It would require that the script is aware of the exact location of every document.
    2. We understand the limitation you describe: either a predefined (hardcoded) cell in the script OR the same location in the target document.
    3. Once we have a script that performs as described above, we actually don't know what to do with it: we're brand new to Applescript but have used Macs for many years. Given our unfamiliarity with the use of such scripts, please advise, or point us to a resource: then what? How is such a script applied to a Numbers document or a series of documents? Or do we set it up such that it always runs when Numbers runs, and if so, how? What is the procedure?
    Using a script running in the background would not be safe to capture cells selection.
    I thought that I was clear when I wrote:
    +Given two open documents whose names are defined by the property theDocs,+
    +enter a value in a cell on one of them.+
    +With the cell selected, call the script.+
    +It will copy the entered value in the same cell of the other document.+
    In the original script, when one script is filled and selected,
    it's your duty to call the script.
    --[SCRIPT]
    The embedded properties describe a master document
    and several subscriber documents.
    One describe the ranges of cells dedicated to each subscriber.
    These ranges are of this format: {topRow, leftColumn, bottomRow, rightColumn}
    In the open document, fill the range of cells dedicated to one document.
    Select this range.
    Call the script.
    It will copy the selected range in the same range of the target document.
    Yvan KOENIG (Vallauris, FRANCE)
    2009/07/31
    enhanced 2009/08/01
    property masterName : "masterDoc.numbers"
    property masterContainer : "Macintosh HD:Users:yvan_koenig:Desktop:"
    property theNames : {"documentA.numbers", "documentB.numbers"}
    property theContainers : {"Macintosh HD:Users:yvan_koenig:Desktop:", "Macintosh HD:Users:yvan_koenig:Desktop:"}
    property theRanges : {{2, 2, 4, 3}, {5, 4, 8, 5}}
    --=====
    on run
    set {dName, sName, tName, rname, rowNum1, colNum1, rowNum2, colNum2} to my getSelParams()
    if (dName is not masterName) and (dName is not in theNames) then error "the source document is not an allowed one !"
    if dName is masterName then (*
    the selection is in the master document
    we must define the target document *)
    set theRange to {rowNum1, colNum1, rowNum2, colNum2}
    set maybe to false
    repeat with i from 1 to count of theRanges
    if theRange is item i of theRanges then (*
    the selected range is one of the predefined ones so we may define the parameters of the target document *)
    set targetname to item i of theNames
    set targetContainer to item i of theContainers
    set maybe to true
    exit repeat
    end if
    end repeat
    if maybe is false then error "the selection in the document “" & dName & "” is not valid !"
    else (*
    the selection is in one of the subscriber documents.
    So the target document is the master one. *)
    set targetname to masterName
    set targetContainer to masterContainer
    (* now, we must grab the predefined range linked to the active document *)
    repeat with i from 1 to count of theNames
    if dName is item i of theNames then
    set theRange to item i of theRanges
    exit repeat
    end if
    end repeat
    (* we check that the selected range is really the predefined one *)
    if {rowNum1, colNum1, rowNum2, colNum2} is not theRange then error "the selection in the document “" & dName & "” is not valid !"
    end if
    (* Here we know the name of the target document
    the container of the target document
    the selected range
    tell application "Numbers"
    set isOpen to targetname is in (get name of documents)
    if not isOpen then
    open file (targetContainer & targetname)
    repeat
    if (get name of documents) contains targetname then exit repeat
    end repeat
    end if
    repeat with r from item 1 of theRange to item 3 of theRange
    repeat with c from item 2 of theRange to item 4 of theRange
    tell document dName to tell sheet sName to tell table tName to set theValue to value of cell r of column c
    tell document targetname to tell sheet sName to tell table tName to set value of cell r of column c to theValue
    end repeat -- columns
    end repeat -- rows
    save document targetname
    if not isOpen then close document targetname
    end tell -- Numbers
    end run
    --=====
    set { dName, sName, tName, rname, rowNum1, colNum1, rowNum2, colNum2} to my getSelParams()
    on getSelParams()
    local r_Name, t_Name, s_Name, d_Name, col_Num1, row_Num1, col_Num2, row_Num2
    set {d_Name, s_Name, t_Name, r_Name} to my getSelection()
    if r_Name is missing value then
    if my parleAnglais() then
    error "No selected cells"
    else
    error "Il n'y a pas de cellule sélectionnée !"
    end if
    end if
    set two_Names to my decoupe(r_Name, ":")
    set {row_Num1, col_Num1} to my decipher(item 1 of two_Names, d_Name, s_Name, t_Name)
    if item 2 of two_Names = item 1 of two_Names then
    set {row_Num2, col_Num2} to {row_Num1, col_Num1}
    else
    set {row_Num2, col_Num2} to my decipher(item 2 of two_Names, d_Name, s_Name, t_Name)
    end if
    return {d_Name, s_Name, t_Name, r_Name, row_Num1, col_Num1, row_Num2, col_Num2}
    end getSelParams
    --=====
    set {rowNumber, columnNumber} to my decipher(cellRef,docName,sheetName,tableName)
    apply to named row or named column !
    on decipher(n, d, s, t)
    tell application "Numbers" to tell document d to tell sheet s to tell table t to return {address of row of cell n, address of column of cell n}
    end decipher
    --=====
    set { d_Name, s_Name, t_Name, r_Name} to my getSelection()
    on getSelection()
    local _, theRange, theTable, theSheet, theDoc, errMsg, errNum
    tell application "Numbers" to tell document 1
    repeat with i from 1 to the count of sheets
    tell sheet i
    set x to the count of tables
    if x > 0 then
    repeat with y from 1 to x
    try
    (selection range of table y) as text
    on error errMsg number errNum
    set {_, theRange, _, theTable, _, theSheet, _, theDoc} to my decoupe(errMsg, quote)
    return {theDoc, theSheet, theTable, theRange}
    end try
    end repeat -- y
    end if -- x>0
    end tell -- sheet
    end repeat -- i
    end tell -- document
    return {missing value, missing value, missing value, missing value}
    end getSelection
    --=====
    on decoupe(t, d)
    local l
    set AppleScript's text item delimiters to d
    set l to text items of t
    set AppleScript's text item delimiters to ""
    return l
    end decoupe
    --=====
    on parleAnglais()
    local z
    try
    tell application "Numbers09English" to set z to localized string "Cancel"
    on error
    set z to "Cancel"
    end try
    return (z is not "Annuler")
    end parleAnglais
    --=====
    --[/SCRIPT]
    Yvan KOENIG (from FRANCE samedi 1 août 2009 17:57:05)

  • MBAM 2.5 in Multi-Forest with two way trust

    Hi All,
    If we have two forests with two way trust, say A and B. If MABM 2.5 is setup in domain A and the urls used in the GPO of domain B to make the clients report to MABM. What additional steps do we need to take to ensure all functionality work fine namely
    - Users from domain B logging in to the self service of MBAM. How will the authentication work? Do we need to add All users from Domain B to any group?
    - Also I read that the Self Service website should not be hosted over the internet as per Microsoft. Why is it?
    Thanks in Advance,
    Regards,
    Vijay

    You have to define the group policies in all of the domains where the client resides and place the MBAM Web server in the root domain. Make sure the client can access the MBAM service endpoints. If clients can access the endpoints, you only need to define
    the MBAM GPO's to the domain where client resides.
    Check out this link :
    MBAM 2.5 installation - Multi Domain
    Cheers,
    Gaurav Ranjan / Sr. Analyst-Professional Services
    MICROLAND Limited -India leading Infrastructure Management Services Company
    NOTE:Mark as Answer and Vote as Helpful if it helps

  • Error message saying "unable to establish two-way communication with device"

    I have an HP C309a printer/scanner/fax. I have recently reconfigured it to work wirelessly instead of via the USB cable, which it does. But if I try to go on to  the HP Solution Centre/Settings/Printer Toobox to clean the printheads, it tells me that this cannot be done because "the computer cannot establish two-way  communication with the device".
    If I plug the USB cable back in, I can clean the printheads fine.
    Does anyone have a way of allowing me to clean the printheads without using the USB cable?
    roger

    Hi rogercorke,
    I believe you can also clean the printhead from the printer control screen. Press the Wrench button from the printer Home screen and then press Tools>Clean Printhead.
    If you need to use this feature wirelessly, try running the HP network diagnostic utility on your wireless setup and see what it says: http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?cc=us&lc=en&jumpid=ex_r4155/en/hho/ipg/foru...
    Please click the blue Kudos star in the post that helped you. 

  • Ldapbind failed over SSL  (U2 – "one way", "U3-two way") from Oracle DB to

    Hi
    I am facing the below error when I try ldapbind (database server to OID) over SSL (U2 – “one way”, “U3-two way”)
    *** ACTION NAME:() 2010-09-29 07:09:46.691
    *** MODULE NAME:(sqlplus@alddbux01 (TNS V1-V3)) 2010-09-29 07:09:46.691
    *** SERVICE NAME:(SYS$USERS) 2010-09-29 07:09:46.691
    *** SESSION ID:(121.274) 2010-09-29 07:09:46.691
    kzld_discover received ldaptype: OID
    KZLD_ERR: DB-OID SSL auth failed. Err=0
    KZLD is doing LDAP unbind
    KZLD_ERR: found err from kzldini
    Environment details:
    OID Server:
    OS: Enterprise Linux Enterprise Linux AS release 5.3
    Hostname : aldidmux02
    Oracle Internet Directory 11.1.1.2.0
    Realm in this OID is “dc=mycmsc,dc=com”
    Oracle Database Server:
    OS: Sun Solrais 5.10
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    Hostname: alddbux01
    Key points:
    1.     As per metalink notes 466662.1, I am trying to setup EUS between DB - OID.
    First difference I see here is OID version (10.1.4.0.1) in notes & using OID 11g (11.1.1.2.0) in my environment for testing.
    a)     Are these steps applicable for OID11g(11.1.1.2.0) version?
    b)     If not please provide me the references for achieving ldap authentication from Oracle database server with OID 11g as ldap user repository.
    c)     As per task1 > step3 For the first time oidctl command is used to connect & start the instance before starting services using opmnctl. What is the procedure to do the same in OID11g?
    2.     Wallet certificates in my environment OID & Database server status shows “Ready”

    Is it possible to get an answer on this one from someone who knows?
    "Leif Kristian Vadseth" <[email protected]> wrote in
    message news:[email protected]..
    In WLS 6.0 I was able to configue the server SSL protocol so that when
    accessing the server (web application) from a web browser over https, the
    browser showed a list of matching installed client certificates that the
    client can choose, but the client could choose not to present his/hers
    certificate and still continue to access the requested resources.
    In WLS 6.1 I have not been able to repeat this behaviour, even if the SSL
    configuration is exactly the same.
    The project I work in wants to have both one-way SSL (using only username
    and password for authentication) and two-way SSL (using both
    username/password and certificate for authentication) in the same server.
    Is it possible to configure the server the way I want or do we have to
    configue two servers; one that does not require mutual authentication, and
    one that requires this?
    Leif Kristian Vadseth

  • Midnight C.: two ways of launch, one - letters instead of lines. Why?

    I may launch Midnight Commander in a three ways. Two of them are OK. But the third will bring drawing borders with letters instead of lines.
    I'm using LXTerminal (I think it doesn't matter). Below there is screenshot with launch results.
    Launch commands:
    1) In terminal as a user :
    mc
    2) In terminal, becoming root at first:
    su -
    mc
    3) Launch button from a panel, launch as a user:
    lxterminal --command="sudo su -l root -c /usr/bin/mc"
    The first two ways are OK, third way will bring "broken" lines. Give me please an idea of what to search. Or how to fix broken lines?
    Last edited by Stack (2012-12-18 12:09:39)

    Thank you. 'sudo /usr/bin/mc' did the trick.
    In both cases lines are OK.
    2013-03-03
    It was locale setup issue for a user's session - no local proper set up was done. There was related issue. The bug was absence of locale environment setup for VNC sessions. I.e. a file to be launched along with VNC server's wake up staff must have proper "export" for LC_* and LANG variables. In my system the file is '~/.vnc/xstartup'. I'm shure there are other, may be more elegant, ways to set up system wide wanted locale settings, to be picked up automaticaly by a VNC server for every user. May be '~/.vnc/xstartup' code may be an implementation of another than mine approach.
    Last edited by Stack (2013-03-03 07:00:47)

  • OfficeJet 8500-A910 unable to establish two-way communicat​ion with the device

    I have an HP OfficeJet 8500 A910 installed a couple months ago.  On first install the HP software could communicate with it from two computers--one XP and one Win7.  Now I can scan to the locations I setup before and print from both computers, but when I try to run the HP software that was installed and working on either computer, I get "...unable to establish two-way communication with the device".  I have tried all the troubleshooting and downloaded the diagnostic tool.  I have disabled both the Norton and Windows Firewalls. 
    Any suggestions would be appreciated.

    I have a similar problem. Brand new HP Officejet Pro 8500A Plus, wire-connected to router.
    I am unable to print/scan/fax on my Windows XP when Symantec Endpoint Protection is turned on.  I have to disable it to be able to print/scan/fax. 
    I can do all capabilities with my Win7 computers.  This seems to be a Win XP related problem.
    I have checked for HP PML service...not listed.  I show HP Port Resolver and HP Status Server and PML Driver HPZ12 started.
    Doesn't bode well for keeping Viruses and other malware at bay.  Any suggestions?

  • Two-Way Synchronization Failure (8830/Lotus)

    System Configuration Details (Blackbery)
    8830 World Edition (Verizon)
    Blackberry Dvice S/W:  v4.2.2.196 (Platform 3.0.0.84)
    System Config Details (Computer)
    Windows XP Pro (V 2002) SP3
    Dell Latitutde D531
    AMD Turion 64 X2 Mobile
    1 GB RAM
    Currently Running Desktop Manager V4.6.0.12
    Lotus Notes V 6.5.5
    I have been attempting to get synchronization to work on the above configuration for several days now. I initially had installed Desktop Manager V4.6, then stepped back to loading the Verizon supplied V4.3. I then did a clean install per instructions on this board, including removal of the Registry keys for RIM and reloaded back to V4.6.
    Sync works when a one-way push to the device, and when two-way in everything EXCEPT Calendar. As soon as I do a two-way sync of the Calendar, the system crashes (Unhandled Win32 Exception). I have Visual Studio running on the machine but the debugger is not providing any information (although I concede not waiting for a long time...I close after about 45-60 seconds).
    The device is pretty useless for me without calendar sync so I am sort of frustrated at this point.
    Any help is greatly appreciated.

    jcioban wrote:
    System Configuration Details (Blackbery)
    8830 World Edition (Verizon)
    Blackberry Dvice S/W:  v4.2.2.196 (Platform 3.0.0.84)
    System Config Details (Computer)
    Windows XP Pro (V 2002) SP3
    Dell Latitutde D531
    AMD Turion 64 X2 Mobile
    1 GB RAM
    Currently Running Desktop Manager V4.6.0.12
    Lotus Notes V 6.5.5
    I have been attempting to get synchronization to work on the above configuration for several days now. I initially had installed Desktop Manager V4.6, then stepped back to loading the Verizon supplied V4.3. I then did a clean install per instructions on this board, including removal of the Registry keys for RIM and reloaded back to V4.6.
    Sync works when a one-way push to the device, and when two-way in everything EXCEPT Calendar. As soon as I do a two-way sync of the Calendar, the system crashes (Unhandled Win32 Exception). I have Visual Studio running on the machine but the debugger is not providing any information (although I concede not waiting for a long time...I close after about 45-60 seconds).
    The device is pretty useless for me without calendar sync so I am sort of frustrated at this point.
    Any help is greatly appreciated.
    Hi...
    This is usually indicating an issue in your calendar possibly on the BB Handheld.
    Backup your device.
    Go to Backup / Advanced and clear your calendar
    Configure your PIM to do a 1 way sync from Lotus to BB.
    Remember to reset your 1 way sync to 2 way.
    Retry full intellisync.
    If this does not work, you may have an issue with a calendar entry.
    One item of interest, Lotus 6.5 can support wireless sync of calendar. Have you recently been setup on the Blackberry?
    You may want to check with your BES admin and see if your setup for wireless = True. (assumption that your on BES)
    Let us know how your doing...
    H.
    Message Edited by hmeister on 10-05-2008 12:39 PM
    Message Edited by hmeister on 10-05-2008 12:42 PM
    +++++++++++++++++++++++++++++++++++++++++++++++++
    If successful in helping you, please give me kudos in my post.
    Please mark the post that solved it for you!
    Thank you!
    Best Regards
    hmeister

Maybe you are looking for

  • Problem in opening pdf file in linux

    how can i open a pdf file in linux(openSuse)..i can open .doc, .xls, .pdf in windows using the code.. its working fine.. Runtime.getRuntime().exec("rundll32 url.dll,FileProtocolHandler " + path_of_PDF);like that i want to open in linux... i would be

  • Safari not displaying web pages correctly

    I dont know if its my inexperieince, something to do with settings or what but I am finding some of the web pages I am receiveing are not displaying correctly.  For example a card company sent me an online form to complete but when I tried to read it

  • How do it get my app to show up with message and mail when the user press "share contact" on the iPhone

    Hi Everyone Would like to check if it is possible to let my app show up togather with message and mail app when the user clicks on "share contact" from their contact edit. Thanks in advance.

  • Enterprise manager query execution time monitoring

    I have a few Virtual machines ( each with Oracle client 11g installed ) in VMWARE and VBOX and have a host Win7 with a Oracle 11g database. What I am trying to achieve is that when I run a query from one of the virtual machines, let's say SELECT * FR

  • Iphone 6 background screen is different color

    My iphone 6 was roughly 1% in battery charge and I plugged it in to charge it while on a phone call. The phone shut itself down and started to power itself up and when it did the screen was a different weird almost black and white rainbow color. How