Goldengate: DML replication is not syncing data

Hi,
I have followed the below steps for DML replication. No error found and all processes are running fine but data is not syncing. I am using ASM, db version:10.2.0.4,goldengate version:Version 11.1.1.0.0. Please check-
Steps:
@source
Create folders
Shell> ggsci
GGSCI> CREATE SUBDIRS
GGSCI> EXIT
SQL> ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
SQL> ALTER SYSTEM SWITCH LOGFILE;
SQL> EXIT
GGSCI> EDIT PARAMS MGR
PORT 7808
GGSCI> START MGR
GGSCI> INFO MGR
@source
create user source identified by source;
grant create session,resource to source;
grant select any dictionary to source;
@target
create user target identified by target;
grant create session,resource to target;
grant select any dictionary to target;
sqlplus source@db01
SQL> @demo_ora_create
SQL> @demo_ora_insert
Verify the results:
SQL> select * from tcustmer;
SQL> select * from tcustord;
SQL> exit
@source
Shell> ggsci
GGSCI> DBLOGIN USERID source, PASSWORD source sysdba
GGSCI> ADD TRANDATA source.TCUSTMER
GGSCI> ADD TRANDATA source.TCUSTORD
@target
GGSCI> CREATE SUBDIRS
GGSCI> EDIT PARAMS MGR
PORT 7809
Start Manager
GGSCI> START MANAGER
Verify the results:
GGSCI> INFO MANAGER
sqlplus target@db02
SQL> @demo_ora_create
Verify the results:
SQL> desc tcustmer;
SQL> desc tcustord;
SQL> exit
@source
GGSCI>ADD EXTRACT EIEXSL, TRANLOG, BEGIN NOW
GGSCI>edit params EIEXSL
-- TCUSTMER and TCUSTORD changes
EXTRACT EIEXSL
userid source,password source
tranlogoptions asmuser sys@+ASM,asmpassword gpdba123
EXTTRAIL ./dirdat/lt
discardfile ./dirrpt/eiexsl.dsc,purge
table source.tcust*;
GGSCI>ADD EXTTRAIL ./dirdat/lt, EXTRACT EIEXSL,MEGABYTES 5
GGSCI> START EXTRACT EIEXSL
INFO EXTRACT EIEXSL
@target
GGSCI> EDIT PARAMS ./GLOBALS
checkpointtable target.ggschkpt
GGSCI> exit
ggsci
GGSCI> DBLOGIN USERID target, PASSWORD target
GGSCI> ADD CHECKPOINTTABLE
GGSCI> ADD REPLICAT RORASL, EXTTRAIL ./dirdat/lt
GGSCI> EDIT PARAM RORASL
-- Change Delivery parameter file to apply
-- TCUSTMER and TCUSTORD Changes
REPLICAT RORASL
USERID target, PASSWORD target
HANDLECOLLISIONS
ASSUMETARGETDEFS
DISCARDFILE ./dirrpt/RORASL.DSC, PURGE
MAP source.tcustmer, TARGET target.tcustmer;
MAP source.tcustord, TARGET target.tcustord;
GGSCI> START REPLICAT RORASL
GGSCI> INFO REPLICAT RORASL
GGSCI> INFO ALL
@source
Shell> sqlplus source@db01
SQL> @demo_ora_misc
Verify results on the source system
@source
SQL> select * from tcustmer;
SQL> select * from tcustord;
SQL> exit
@target
SQL> select * from tcustmer;
SQL> select * from tcustord;
SQL> exit
Thanks
baju

Source Log
GGSCI (dbatest01) 1> info all
Program Status Group Lag Time Since Chkpt
MANAGER RUNNING
EXTRACT RUNNING EIEXSL 00:00:00 00:00:02
GGSCI (dbatest01) 2> info MANAGER,detail
Manager is running (IP port dbatest01.7808).
GGSCI (dbatest01) 3> info EXTRACT EIEXSL,detail
EXTRACT EIEXSL Last Started 2011-04-06 17:53 Status RUNNING
Checkpoint Lag 00:00:00 (updated 00:00:06 ago)
Log Read Checkpoint Oracle Redo Logs
2011-04-07 10:24:48 Seqno 489, RBA 8982016
Target Extract Trails:
Remote Trail Name Seqno RBA Max MB
./dirdat/lt 0 2966 5
Extract Source Begin End
+DG01/db01/onlinelog/group_3.311.736337327  2011-04-06 17:52  2011-04-07 10:24
Not Available * Initialized * 2011-04-06 17:52
Current directory /u01/oracle/goldengate
Report file /u01/oracle/goldengate/dirrpt/EIEXSL.rpt
Parameter file /u01/oracle/goldengate/dirprm/eiexsl.prm
Checkpoint file /u01/oracle/goldengate/dirchk/EIEXSL.cpe
Process file /u01/oracle/goldengate/dirpcs/EIEXSL.pce
Stdout file /u01/oracle/goldengate/dirout/EIEXSL.out
Error log /u01/oracle/goldengate/ggserr.log
GGSCI (dbatest01) 5> view report EIEXSL
Oracle GoldenGate Capture for Oracle
Version 11.1.1.0.0 Build 078
Solaris, sparc, 64bit (optimized), Oracle 10 on Jul 28 2010 17:02:45
Copyright (C) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
Starting at 2011-04-06 17:53:32
Operating System Version:
SunOS
Version Generic_138888-01, Release 5.10
Node: dbatest01
Machine: sun4u
soft limit hard limit
Address Space Size : unlimited unlimited
Heap Size : unlimited unlimited
File Size : unlimited unlimited
CPU Time : unlimited unlimited
Process id: 1709
Description:
** Running with the following parameters **
-- TCUSTMER and TCUSTORD changes
EXTRACT EIEXSL
userid source,password ******
tranlogoptions asmuser sys@+ASM,asmpassword ********
EXTTRAIL ./dirdat/lt
discardfile ./dirrpt/eiexsl.dsc,purge
table source.tcust*;
2011-04-06 17:53:32 INFO OGG-01635 BOUNDED RECOVERY: reset to initial or altered checkpoint.
Bounded Recovery Parameter:
Options = BRRESET
BRINTERVAL = 4HOURS
BRDIR = /u01/oracle/goldengate
CACHEMGR virtual memory values (may have been adjusted)
CACHEBUFFERSIZE: 1M
CACHESIZE: 8G
CACHEBUFFERSIZE (soft max): 4M
CACHEPAGEOUTSIZE (normal): 4M
PROCESS VM AVAIL FROM OS (min): 16G
CACHESIZEMAX (strict force to disk): 13.99G
Database Version:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Solaris: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
Database Language and Character Set:
NLS_LANG environment variable specified has invalid format, default value will be used.
NLS_LANG environment variable not set, using default value AMERICAN_AMERICA.US7ASCII.
NLS_LANGUAGE = "AMERICAN"
NLS_TERRITORY = "AMERICA"
NLS_CHARACTERSET = "WE8ISO8859P1"
Warning: your NLS_LANG setting does not match database server language setting.
Please refer to user manual for more information.
Maximum supported ASM read buffer size is 28 KB
2011-04-06 17:53:32 INFO OGG-01515 Positioning to begin time Apr 6, 2011 5:52:51 PM.
2011-04-06 17:53:33 INFO OGG-01516 Positioned to Sequence 488, RBA 166416, Apr 6, 2011 5:52:51 PM.
2011-04-06 17:53:33 INFO OGG-01052 No recovery is required for target file ./dirdat/lt000000, at RBA 0 (file not opened).
2011-04-06 17:53:33 INFO OGG-01478 Output file ./dirdat/lt is using format RELEASE 10.4/11.1.
** Run Time Messages **
2011-04-06 17:53:33 INFO OGG-01517 Position of first record processed Sequence 488, RBA 166416, SCN 0.5638566, Apr 6, 2011 5:52:54 PM.
TABLEWildcard resolved (entry SOURCE.TCUST*):
table SOURCE.TCUSTMER;
Using the following key columns for source table SOURCE.TCUSTMER: CUST_CODE.
TABLEWildcard resolved (entry SOURCE.TCUST*):
table SOURCE.TCUSTORD;
Using the following key columns for source table SOURCE.TCUSTORD: CUST_CODE, ORDER_DATE, PRODUCT_CODE, ORDER_ID.
Destination Log
GGSCI (dbatest02) 1> info all
Program Status Group Lag Time Since Chkpt
MANAGER RUNNING
REPLICAT RUNNING RORASL 00:00:00 00:00:06
GGSCI (dbatest02) 2> info mgr
Manager is running (IP port dbatest02.7809).
GGSCI (dbatest02) 3> info REPLICAT RORASL,detail
REPLICAT RORASL Last Started 2011-04-06 17:55 Status RUNNING
Checkpoint Lag 00:00:00 (updated 00:00:01 ago)
Log Read Checkpoint File ./dirdat/lt000000
First Record RBA 0
Extract Source Begin End
./dirdat/lt000000 * Initialized * First Record
./dirdat/lt000000 * Initialized * First Record
Current directory /u01/oracle/goldengate
Report file /u01/oracle/goldengate/dirrpt/RORASL.rpt
Parameter file /u01/oracle/goldengate/dirprm/rorasl.prm
Checkpoint file /u01/oracle/goldengate/dirchk/RORASL.cpr
Checkpoint table TARGET.GGSCHKPT
Process file /u01/oracle/goldengate/dirpcs/RORASL.pcr
Stdout file /u01/oracle/goldengate/dirout/RORASL.out
Error log /u01/oracle/goldengate/ggserr.log
GGSCI (dbatest02) 4> view report RORASL
Oracle GoldenGate Delivery for Oracle
Version 11.1.1.0.0 Build 078
Solaris, sparc, 64bit (optimized), Oracle 10 on Jul 28 2010 17:08:59
Copyright (C) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
Starting at 2011-04-06 17:55:15
Operating System Version:
SunOS
Version Generic_138888-01, Release 5.10
Node: dbatest02
Machine: sun4u
soft limit hard limit
Address Space Size : unlimited unlimited
Heap Size : unlimited unlimited
File Size : unlimited unlimited
CPU Time : unlimited unlimited
Process id: 2178
Description:
** Running with the following parameters **
-- Change Delivery parameter file to apply
-- TCUSTMER and TCUSTORD Changes
REPLICAT RORASL
USERID target, PASSWORD ******
HANDLECOLLISIONS
ASSUMETARGETDEFS
DISCARDFILE ./dirrpt/RORASL.DSC, PURGE
MAP source.tcustmer, TARGET target.tcustmer;
MAP source.tcustord, TARGET target.tcustord;
CACHEMGR virtual memory values (may have been adjusted)
CACHEBUFFERSIZE: 1M
CACHESIZE: 512M
CACHEBUFFERSIZE (soft max): 4M
CACHEPAGEOUTSIZE (normal): 4M
PROCESS VM AVAIL FROM OS (min): 1G
CACHESIZEMAX (strict force to disk): 881M
Database Version:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Solaris: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
Database Language and Character Set:
NLS_LANG environment variable specified has invalid format, default value will be used.
NLS_LANG environment variable not set, using default value AMERICAN_AMERICA.US7ASCII.
NLS_LANGUAGE = "AMERICAN"
NLS_TERRITORY = "AMERICA"
NLS_CHARACTERSET = "WE8ISO8859P1"
Warning: your NLS_LANG setting does not match database server language setting.
Please refer to user manual for more information.
** Run Time Messages **
Thanks

Similar Messages

  • Firefox sync not syncing data between device

    Although Firefox sync syncing, data does not advice.

    It worked!! Thank you so much! Now, may I ask what happened? I feel like if this sort of thing happens again in the future I will have a better understanding of exactly what '''services.sync.clusterURL''' is and why resetting it resolves syncing issues. FYI I deleted some empty folders that were created when this whole issue started and forced an immediate sync and the problem device was no longer a problem. I performed this action on my laptop i.e. the problem device and on my desktop PC so I could thoroughly test the two-way communication and after syncing on either device the changes were reflected on the other.

  • Pre Connects to Exchange, Does Not Sync Data

    The subject line says it all...  I've tried deleting and re-adding accounts, powering the unit off and on, etc.   
    I'm fairly certain it's connecting to the server, it's just not doing anything once it connects.
    Any help would be appreciated. 
    David
    Post relates to: Pre p100eww (Sprint)
    This question was solved.
    View Solution.

    I was told first that I needed to upload the SSL certificate in order to get the EAS to work with my companies Outlook web server. 
    That didn't work and was told that they/palm were aware of the issue and that they were working on a fix.
    Not sure if they are going to resolve this tomorrow or after I take my pre back to sprint 27 days?  They couldn't say.

  • Transaction replication DML [update] operation not allowing

    We are configuration the transaction replication from production to DR site, while I am trying to perform the DML [update] operation in publication database, DML [update] operation not allowing.
    Note: How we can perform DML [update]  operation in publication database. 

    Hi MSDN_12345,
    According to your description, after configuring 
    SQL Server transaction replication between  two different Servers successfully. We can execute the update commands on Publisher Server. In theory, after updating the publication database, we also sync the data to the subscription database.
    For more information, see:
    http://msdn.microsoft.com/en-us/library/ms152754.aspx
    So as other post, please post more details for analysis.
    If the update command was not allowed to perform, we need to verify if your account has the related permission on the publication table, such as update permission, select permission and so on. Usually, the members of the sysadmin fixed server
    role, the db_owner and db_datawriter fixed database roles, have update permissions.
    Regards,
     Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Date Book will not sync

    My device is a Treo 650. I can sync the address book, to do, and memos, but the date book will not sync. The HotSync program hangs. Using Palm Desktop by Access 6.2.2 with Win XP Pro SP 3. Oddly enough, this only happens on my home computer, with the sync working fine on my office computer. Any suggestions?
    Post relates to:

    Need to add that I have done a complete clean reinstall and I log in as administrator.

  • Voice Memos older than last Sync date not copying from iPhone to PC after sync, even though "Include voice memos" is checked

    I am trying to copy over my voice memos from my iPhone to my PC. I have "Include voice memos" checked under the Music tab.
    I had an issue with voice memos being duplicated on my iPhone after a sync (I got two versions of each memo on my phone for some reason), so after deleting the extra copies on my phone I deleted all voice memos from within iTunes and chose the option to move the files to the Recycle Bin. So the Music\iTunes\Itunes Music\Voice Memos folder is empty, and there are no voice memos showing up in iTunes.
    But now when I sync, it isn't copying over the older memos that are on my iPhone to my computer. If I record a new voice memo then that memo transfers successfully, but any voice memos with a recording date older than my last sync date do not transfer.
    How can I get these older voice memos (with dates older than my last sync date) transferred over from my phone onto my PC?

    Does anyone know of a way that I can access the voice memos with dates older than my last sync date...?

  • Location of iPhone sync data files or How to not have to re-install all my iPhone apps?

    Hi Folks,
    I recently did a clean install of Lion on my MacBook Pro and I've chosen to not use Migration Assistant because I don't want to move over a bunch of cruft under my 4+ year old home directory (Tiger > Leopard > SL).  I've been very selective about the things I've moved over and all has gone well until I want to sync my iPhone.  I've transferred purchases from the iPhone but if I check Sync Apps, iTunes wants to wipe and re-install everything!  This wouldn't be a problem, except the time it would take to re-organize all my apps on the iPhone again.   (Side note: Please Apple, give us an "auto-organize" button for apps!)
    Any idea how to move over my old sync data files to avoid having to nuke/reinstall my iPhone's apps?  Or is there another option to preserve how my apps are organizated?
    Many thanks in advance,
    Rob

    Skyler Richard wrote:
    Setting it up as new will not put anything over, then when you sync it will sync the applications over and it will sync the applications over Un organized.  My advised should resolve the issue, I work for technical support for the iPhone's, iPad, and iPod Touchs for Apple...
    Right Click the iPhone and click Transfer Purchases and then do the backup and restore from backup... That will transfer all your applications over to your computer and then organize them properly in their folders...
    OK, that does make sense so I won't bother setting it up as a new phone.
    Quick follow up question though, do I need to click the Sync Apps check box before I do a restore?  The reason I ask is that I've done a transfer purchases/backup/restore cycle but all the tabs (Apps, Music, Movies, etc.) do not have the sync check box checked following the restore as I would expect.  And when I go check the Sync Apps check box that's when it warns me "Are you sure you want to sync apps?  All existing apps and their data on the iPhone will be replaced with apps from this iTunes library."  That's when the apps then become unorganized.
    Thanks so much for your continued help!
    Rob

  • I recently upgraded from my iPhone 3 to iPhone 4S. My old iPhone had been unable to sync for some time and I blamed it on the faulty cable. With my new cable I tried to sync the 3 before advancing to the 4S to be sure I had all my data. Will not sync.

    I recently upgraded from my iPhone 3 to iPhone 4s. My old iPhone had not completed a sync in some time because of a faulty cable. But the old phone still will not sync properly even with the new cable.
    Now that I have my new iPhone, I would like to first sync the old phone so all the data will be available for the new phone. I would also like to have an extra copy of my audio ebooks on the old iPhone so my husband and I can both listen at the same time using earphones while driving long distances in the car and then discuss the book. We have been unable to do this with the old iPhone alone due to constant road noise.

    I'm not sure what made the difference, but I tried again and it worked this time. ???????????

  • I get error message iTunes could not sync calendars to iPhone because an error occurred while merging data

    I get error message iTunes could not sync calendars to iPhone because an error occurred while merging data on my wifes phone how do you correct problem without losing calendars info on phone.

    One thing that might help.
    1. open itunes preferences from the edit menu and click on the devices tab.
    2. check the box to disable syncing for iphones connected to itunes and click ok.
    3. Then click the button to reset sync history.
    4. Now click ok to close the preferences window.
    5. connect the iphone to itunes and go to the info tab.
    6. scroll to the bottom of the info page and check the box to replace the ical data on the iphone.
    7. then click apply on the bottom right of itunes.
    This will overwrite any events on the iphone, including any events that has become corrupted.
    Hope this helps

  • Dates entred in my Calendar on the iPhone do not sync and then appear on iCloud on my Mac. Dates entered on the Mac sync perfectly OK on the iPhone Calendar. What is happening here?

    I enter dates and appointments on my iPhone Calendar but they do not sync with my iCal or iCloud Calendar on my Mac Pro. BUT dates entered on the Mac Pro do sync and appear on my iPhone Calendar. What am I doing wrong please? How do I resolve it?
    Everything synched fine before under Mobileme!

    Me too me too!  Please answer!

  • Cisco SPA525g2 Date and time Not Synced with the PBX server

    Hello,
    We have a couple of SPA525g2 phone connected and registered to our PBX server. We were able to configure 3 extensions on different lines of the phone. However, at times we were encountering issues with the other lines configured on the phone. There are times wherein 1  extension configured on the phone is having one way audio issue, but the other extensions configured on the same phone is working fine. and we have to reboot/reset the phone several times for all the extesions configured on the phone to work.
    Also, whenever we reset the phone, the date and time will be way way behind the current date and time, eventhough we have already set the correct date and time before we reset the phone.
    How can we resolve the one way audio issue on 1 or 2 extensions of the phone, while the other extensions configured to it is working fine?
    How can we make the phone sync the date and time with the PBx server?
    Any input and help regarding this issue is greatly appreciated...
    Btw, date and time  issue not sync with the PBX server is just happening on SPA525g2, we have other phones like SPA303, SPA504, and SPA232D/SPA302D. All other phones' date and time is in sync with the server even though we reset them except SPA525g2.
    Thank you very much,

    PeterMacSF,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • The contacts and calendar data on my iPod touch will not sync with my Mac

    I have a 2nd generation ipod touch, and an iMac running iTunes 8.2.1.
    I have been away from my mac for a few months and have entered a lot of contact and calendar info into my ipod touch.
    Now, when I try to sync the contacts and calendar data on my ipod touch with my mac, the data will not sync to my mac.
    Similarly, for the last couple months, the contact and calendar data on my ipod touch has not been able to sync with my mobileme account.
    I cannot afford to lose the contact and calendar data on my ipod touch.
    Can anyone kindly inform me how to fix this syncing problem without losing such data?

    DGKSA wrote:
    I ended up entering the data onto my Mac, then nuking my iPod touch with a restore.
    So, there is no need to respond to my question.
    You can also mark your post as "solved" if you solved your problem on your own.
    Only the original topic poster has the option to mark replies as either Helpful or Solved or to not mark a reply at all. The originator can also end the discussion by marking the topic as "answered," which displays a green star at the top of the topic page to let everyone know that the topic contains valid helpful information.
    copied from "Terms of Use"

  • TS4062 my iphone 4 has mild water damage and will not sync with cable.I want to sync it over wifi to reload data I deleted during my troubleshooting, but I did not set up for wifi sync before the damage. Is there a way that this can be done now ?

    My iphone 4 has mild water damage. As a result, it will not sync with it's former XP computer with the cable. I deleted the phone's data in the troubleshooting process. I want to get it back by syncing over wifi, but I did not set up this capability before the damage occured.is there another way to initiate this feature ? I can tell that they are connecting in the cloud because an app I just downloaded on the phone is showing up in itunes on the computer.

    You don't need to access your e-mail account, just get into your Apple account and change the e-mail address. If you can't access your Apple account, then you have a bigger issue to contend with.

  • HELP! Does anyone know a "Data Recovery Expert" for I-Phone? - My calender disappeared during transfer of data from my old I-Phone 4 to my new I-Phone 5s. It was on both I-Phones then vanished. (It was evidently not syncing during back-ups on the laptop)

    HELP! Does anyone know a "Data Recovery Expert" for I-Phone? - My calender disappeared during transfer of data from my old I-Phone 4 to my new I-Phone 5s. It was on both I-Phones then vanished. (It was evidently not syncing during back-ups on the laptop)

    What calendar were you syning to? Outlook? Google? Something else? The directions on how to resync vary a bit.

  • HELP! Does anyone know a Data Recovery Expert for I-CIoud? -My calender disappeared during I-Cloud transfer of data from old I-Phone 4 to new I-Phone 5s. It was on both I-Phones then vanished. (It was evidently not syncing during back-ups on the laptop)

    HELP! Does anyone know a "Data Recovery Expert" for I-Cloud & I-Phone? - My calender disappeared during I-Cloud transfer of data from my old I-Phone 4 to my new I-Phone 5s. It was on both I-Phones then vanished. (It was evidently not syncing during back-ups on the laptop)

    HELP! Does anyone know a "Data Recovery Expert" for I-Cloud & I-Phone? - My calendar disappeared during I-Cloud transfer of data from my old I-Phone 4 to my new I-Phone 5s. It was on both I-Phones then vanished. (It was evidently not syncing during back-ups on the laptop)
    The Apple techs are looking. But they can't find it. Nor can they find a back up on my laptop, Evidently when I backed up my Iphone to computer the calendar wasn't syncing. Since I only use the calander on my phone - I never noticed.
    The Apple store rep that sold me the I-Phone 5 on Monday, was transferring my contacts and calendar thru I-Cloud (I never used I-Cloud before that moment - and always had it turned off). He successfully transferred the contacts - which are still on my phone), but the Calendar weirdly split into 6 calendars (2 of which were linked to my G-Mail which only had a few entries) (4 were linked to my MSN / Hotmail email and contained all the major events/data). I never created calendars that were separate or liked them to 2 different emails. I just typed entries into the I-Phone calendar. However, the calendar did exist on the new I-Phone for 24 hours. Something happened during transfer. When the Apple Genius Bar tech was attempting to back up my Calendar & merge the 6 calendars, everything disappeared in his hand while he was looking at it.
    I am hoping that some really good data recovery expert exists that can restore the calendar that was in both I-Phones yesterday. It is completely devastating if I can't recover it.
    Any help, or referrals, is great appreciated!!!!
    Thanks!

Maybe you are looking for

  • Vendor Management / Tracking the Product or Material

    Hi Friends: Is it possible to follow up on Vendor Management. the case study is as under : In an organization, the customer has a problem with the product, & the organization offers Customer Service ( which may be mapped in CS Module), in-house repai

  • All transport requests of an ABAP program.

    Hi, I want all the transport request numbers created and released for a particular ABAP program. Thanks in advance, Rajesh Gupta

  • Ipod video: i can't put videos on it!!!

    hy everyone, i'm writting you from italy. sorry for my english, that it isn't perfect but anyway, i try to explain my problem: i've bought an ipod video and an ibook 12". all works perfectly but i can't see videos on my ipod. i've read the treat abou

  • Run MRP by MRP area - Tcode?

    Experts - How I can run MRP for MRP area? We have few MRP areas and assigned to many materials. MD01 is for plant level, I am looking for simmliar transaction (not background job) that can run MRP for MRP area. Thanks for your time-

  • BT HomeHub Ethernet port settings

    What is the recommended setting for devices connected to the Ethernet ports of the BTHH 2.0 ? I don't trust Auto-negotiation, should I fix to 100mbps and Full duplex? Are all 4 Ethernet ports configured identically?