How to read Update log/RFC Log IN SMSY programatically ?

Hi all,
In SMSY we have option to look at <b>update log/RFC Log</b> which shows the connection status for each RFC connection. there are cases where the connection has failed and we get logs as shown below
Start of automatic data capture with source 'RFC_CALL'
Start of data capture for system 'A1D'
Get clients for system 'A1D'
Clients for system 'A1D' found in RFC destination 'SM_A1DCLNT010_READ'
Get software components for system 'A1D'
Software components for system 'A1D' found in RFC destination 'SM_A1DCLNT010_READ'
Determine the installed Support Packs for the system 'A1D'
Support Packs for system 'A1D' determined by RFC destination 'SM_A1DCLNT010_READ'
Get clients for system 'A1D'
Clients for system 'A1D' found in RFC destination 'SM_A1DCLNT010_READ'
Get server and instances for system 'A1D'
Server for system 'A1D' found in RFC destination 'SM_A1DCLNT010_READ'
Start of data capture for system 'AAE'
Get clients for system 'AAE'
Clients for system 'AAE' found in RFC destination 'SM_AAECLNT010_READ'
Get software components for system 'AAE'
Software components for system 'AAE' found in RFC destination 'SM_AAECLNT010_READ'
Determine the installed Support Packs for the system 'AAE'
Support Packs for system 'AAE' determined by RFC destination 'SM_AAECLNT010_READ'
my question is:
1) what does these logs signify
2) how to read these logs in program and based on what selection
need ur inputs on this....
Best regards,
Subba

FOUND...

Similar Messages

  • How to read/analyze IBM GC log?

    Dear SDN,
    I need some help on the following...
    We are running SAP Java 7.01 on IBM AIX (so also using the IBM JVM)
    On our test system we have had 2 OutOfMemory crashes, 7 days apart.
    I investigated the std_server0.out but I find it hard to read the GC log of the IBM JVM.
    I tried to find some info on how to read it on the WWW but I couldn't find it so that is why I ask you.
    How do I read the flowing GC log (FYI the log is the last entry before the OOM occurred)
    <af type="nursery" id="112" timestamp="Wed Oct 06 01:38:53 2010" intervalms="10399990.030">
      <minimum requested_bytes="48" />
      <time exclusiveaccessms="0.504" />
      <nursery freebytes="0" totalbytes="966367232" percent="0" />
      <tenured freebytes="327679864" totalbytes="1073741824" percent="30" >
        <soa freebytes="273993592" totalbytes="1020055552" percent="26" />
        <loa freebytes="53686272" totalbytes="53686272" percent="100" />
      </tenured>
      <gc type="scavenger" id="112" totalid="112" intervalms="10400002.113">
        <flipped objectcount="1170630" bytes="94848776" />
        <tenured objectcount="9144" bytes="686824" />
        <refs_cleared soft="1458" weak="29431" phantom="0" />
        <finalization objectsqueued="2557" />
        <scavenger tiltratio="87" />
        <nursery freebytes="846758160" totalbytes="943444992" percent="89" tenureage="14" />
        <tenured freebytes="326500216" totalbytes="1073741824" percent="30" >
          <soa freebytes="272813944" totalbytes="1020055552" percent="26" />
          <loa freebytes="53686272" totalbytes="53686272" percent="100" />
        </tenured>
        <time totalms="451.073" />
      </gc>
      <nursery freebytes="846756112" totalbytes="943444992" percent="89" />
      <tenured freebytes="326500216" totalbytes="1073741824" percent="30" >
        <soa freebytes="272813944" totalbytes="1020055552" percent="26" />
        <loa freebytes="53686272" totalbytes="53686272" percent="100" />
      </tenured>
      <time totalms="453.159" />
    </af>
    Thanks in advance!
    Benjamin

    Nevermind....I already found the answer myself...
    http://www-01.ibm.com/support/docview.wss?uid=swg21222486
    http://publib.boulder.ibm.com/infocenter/javasdk/v1r4m2/index.jsp?topic=/com.ibm.java.doc.diagnostics.142j9/html/basicdiagsverbose.html
    http://publib.boulder.ibm.com/infocenter/javasdk/v5r0/index.jsp?topic=/com.ibm.java.doc.diagnostics.50/diag/tools/gcpd_verbosegc_scavenger.html

  • How to read the memory/memdbg log with regards to an OOM?

    We're trying to migrate from Sun JVM 1.5.0_14 to JRockit R27.5.0 running WebLogic 9.2.2 on Sun Solaris 10 on T2000 boxes (8 cores and 32G of memory). When specifying an pausetime target of 200ms (-server -Xms1g -Xmx1g -XgcPrio:pausetime -Xpausetarget=200ms -XXgcThreads:4 -XXoptThreads:4 -XXnoSystemGC -XXallocPrefetch) we're running in OOMs like
    <17.03.2008 18.17 Uhr CET> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster successfully. Log messages will now be broadcasted to the domain log.>
    Exception in thread "Dispatcher-Thread-19" java.lang.OutOfMemoryError: allocLargeObjectOrArray - Object size: 7057136, Num elements: 3528560
         at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:99)
         at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:393)
         at java.lang.StringBuilder.append(StringBuilder.java:120)
         at java.lang.Thread.run(Thread.java:595)
    <17.03.2008 18.17 Uhr CET> <Notice> <Cluster> <BEA-000138> <Listening for announcements from cluster PT_VK_Cluster on 239.255.255.22:7001.> From the corresponding memory/memdbg log:
    [memory ][Mon Mar 17 17:45:30 2008][15174] Running with 32 bit heap and compressed references.
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] Memory layout after heap allocation:
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] ' ' - free, '-' - OS reserved range, 'r' - reserved,  'x' - committed,
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] '+' - committed/read, 'e' - committed/executable
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] 'J' - java heap, 'j' - java heap data structures
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] 00 0.00Gb -jjjjjjjj+jJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] 10 0.25Gb JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] 20 0.50Gb JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] 30 0.75Gb JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] 40 1.00Gb JJJJJJJJJJJ                                                    
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] 50 1.25Gb                                                                
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] 60 1.50Gb                                                                
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] 70 1.75Gb                                                                
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] 80 2.00Gb                                                                
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] 90 2.25Gb                                                                
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] a0 2.50Gb                                                                
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] b0 2.75Gb                                                                
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] c0 3.00Gb                                                                
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] d0 3.25Gb                                                                
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] e0 3.50Gb                                                                
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] f0 3.75Gb                                                                
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] Minimum TLA size is 2048 bytes
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] Preferred TLA size is 40960 bytes
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] Large object limit is 2048 bytes
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] Minimal blocksize on the freelist is 2048 bytes
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] Initial and maximum number of gc threads: 4, of which 4 parallel threads, 4 concurrent threads, and 4 yc threads.
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] Maximum nursery percentage of free heap is: 95.
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] Prefetch distance in balanced tree: 4
    [compact][Mon Mar 17 17:45:30 2008][15174] Compactset limit: 299900, Using matrixes: 1, Static: 0
    [memory ][Mon Mar 17 17:45:30 2008][15174] GC mode: Garbage collection optimized for short pausetimes, initial strategy: Concurrent Mark & Sweep
    [memory ][Mon Mar 17 17:45:30 2008][15174] heap size: 1048576K, maximal heap size: 1048576K
    [memory ][Mon Mar 17 17:45:30 2008][15174] < s>-<end>: GC <before>K-><after>K (<heap>K), <pause> ms
    [memory ][Mon Mar 17 17:45:30 2008][15174] <s/start> - start time of collection (seconds since jvm start)
    [memory ][Mon Mar 17 17:45:30 2008][15174] <end>     - end time of collection (seconds since jvm start)
    [memory ][Mon Mar 17 17:45:30 2008][15174] <before>  - memory used by objects before collection (KB)
    [memory ][Mon Mar 17 17:45:30 2008][15174] <after>   - memory used by objects after collection (KB)
    [memory ][Mon Mar 17 17:45:30 2008][15174] <heap>    - size of heap after collection (KB)
    [memory ][Mon Mar 17 17:45:30 2008][15174] <pause>   - total sum of pauses during collection (milliseconds)
    [memory ][Mon Mar 17 17:45:30 2008][15174]             run with -Xverbose:gcpause to see individual pauses
    [memdbg ][Mon Mar 17 17:45:30 2008][15174] Using prefetch linesize: 16 bytes  chunks: 512 bytes pf_dist: 128 bytes
    [gcpause][Mon Mar 17 18:17:38 2008][15174] Thread "Dispatcher-Thread-19" id=79 idx=0x138 tid=78 was in object alloc 3524.102 ms from 1924.890 s
    [memdbg ][Mon Mar 17 18:17:38 2008][15174] GC reason: Large object allocation failed (7057136 bytes), cause: Alloc Queue
    [memdbg ][Mon Mar 17 18:17:38 2008][15174] Stopping of javathreads took 19.615 ms
    [memdbg ][Mon Mar 17 18:17:38 2008][15174] old collection 181 started
    [memdbg ][Mon Mar 17 18:17:38 2008][15174] Alloc Queue size before GC: 7057136, tlas: 0, oldest: 0
    [memdbg ][Mon Mar 17 18:17:38 2008][15174] Compacting 8 heap parts at index 24 (type external) (exceptional false)
    [compact][Mon Mar 17 18:17:38 2008][15174] OC 181: 8 parts (max 512), index 24. Type external, (exceptional false)
    [compact][Mon Mar 17 18:17:38 2008][15174] Area start: 0x5b00000, end: 0x6b00000
    [memdbg ][Mon Mar 17 18:17:38 2008][15174] Starting initial marking phase (OC1).
    [nursery][Mon Mar 17 18:17:38 2008][15174] KeepAreaStart: 0x150a5378 KeepAreaEnd: 0x1aeb8918
    [nursery][Mon Mar 17 18:17:38 2008][15174] Young collection started. This YC is a part of OC#181 initial marking.
    [nursery][Mon Mar 17 18:17:38 2008][15174] Setting mmNurseryMarker[0] to 0xf803880
    [nursery][Mon Mar 17 18:17:38 2008][15174] Setting mmNurseryMarker[1] to 0x150a5378
    [memdbg ][Mon Mar 17 18:17:38 2008][15174] Initial marking phase promoted 2 objects (0K)
    [gcpause][Mon Mar 17 18:17:38 2008][15174] old collection phase 1 pause time: 124.798376 ms, (start time: 1928.495 s)
    [memdbg ][Mon Mar 17 18:17:38 2008][15174] Restarting of javathreads took 0.643 ms
    [memdbg ][Mon Mar 17 18:17:38 2008][15174] Starting concurrent marking phase (OC2).
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Starting precleaning phase (OC3).
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Stopping of javathreads took 19.442 ms
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Starting final marking phase (OC4).
    [nursery][Mon Mar 17 18:17:41 2008][15174] KeepAreaStart: 0x0 KeepAreaEnd: 0x0
    [nursery][Mon Mar 17 18:17:41 2008][15174] Young collection started. This YC is a part of OC#181 final marking.
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Final marking phase promoted 75597 objects (2829K)
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Removing 20 permanent work packets from pool, now 376 packets
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] total concurrent mark time: 3261.573 ms
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] ending marking phase
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] current error: -236.220931
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Requesting to run parallel sweep since Alloc Queue is non-empty.
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Will use parallel sweep instead of concurrent sweep due to request.
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] starting parallel sweeping phase
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 1473472 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 318008 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 60896 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 129984 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 1230896 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 1881216 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 262360 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 1293112 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 1031088 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 3392344 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 520800 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 94160 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 391624 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 2152 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 13144 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 1560688 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 3968 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 280952 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 232952 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 838880 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 142616 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 18656 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 103312 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 35496 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 374760 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 4216 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation added 1081256 bytes to the freelist
    [compact][Mon Mar 17 18:17:41 2008][15174] Evacuation found 9621 objects and moved 9587 objects
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] total sweep time: 57.433 ms
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] ending sweeping phase
    [nursery][Mon Mar 17 18:17:41 2008][15174] Setting mmNurseryMarker[0] to 0xf77a8c8
    [nursery][Mon Mar 17 18:17:41 2008][15174] Setting mmNurseryMarker[1] to 0x1501a790
    [nursery][Mon Mar 17 18:17:41 2008][15174] Nursery size increased from 0kb to 327680kb. Parts: 1177
    [gcpause][Mon Mar 17 18:17:41 2008][15174] Threads waited for memory 3398.495 ms starting at 1928.426 s
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Alloc Queue size after GC: 7057136, tlas: 0, oldest: 1
    [compact][Mon Mar 17 18:17:41 2008][15174] Average compact time ratio: 0.953058
    [compact][Mon Mar 17 18:17:41 2008][15174] Compaction pause: 36.552 (target 127.074), update ref pause: 2.080 (target 6.259)
    [compact][Mon Mar 17 18:17:41 2008][15174] Updated 16423 refs (limit: 54054).
    [compact][Mon Mar 17 18:17:41 2008][15174] Compaction ended at index 31, object end address 0x69f8058.
    [compact][Mon Mar 17 18:17:41 2008][15174] Summary: 181;24;31;8;2;0;36.552;127.074;2.080;6.259;16423;54054
    [compact][Mon Mar 17 18:17:41 2008][15174] External default parts to compact set to 16
    [compact][Mon Mar 17 18:17:41 2008][15174] Compaction too short, increasing compact ratio.
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] gc-trigger is 12.339 %
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Nursery size after OC: 335544320
    [gcpause][Mon Mar 17 18:17:41 2008][15174] old collection phase 4-0 pause time: 250.697868 ms, (start time: 1931.576 s)
    [gcpause][Mon Mar 17 18:17:41 2008][15174] (pause includes compaction: 36.552 ms (external), update ref: 2.080 ms)
    [memory ][Mon Mar 17 18:17:41 2008][15174] 1928.495-1931.826: GC 169061K->164649K (1048576K), sum of pauses 375.496 ms
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Page faults before GC: 4527, page faults after GC: 4527, pages in heap: 131072
    [finaliz][Mon Mar 17 18:17:41 2008][15174] (OC) Pending finalizers 0->2
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Restarting of javathreads took 0.726 ms
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] GC reason: Large object allocation failed (7057136 bytes), cause: Alloc Queue
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Stopping of javathreads took 19.403 ms
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] old collection 182 started
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Alloc Queue size before GC: 7057136, tlas: 0, oldest: 1
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Exceptional compaction at end of heap ordered. Requesting to run parallel sweep.
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Compacting 16 heap parts at index 496 (type external) (exceptional true)
    [compact][Mon Mar 17 18:17:41 2008][15174] OC 182: 16 parts (max 512), index 496. Type external, (exceptional true)
    [compact][Mon Mar 17 18:17:41 2008][15174] Area start: 0x40b00000, end: 0x42b00000
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Starting initial marking phase (OC1).
    [nursery][Mon Mar 17 18:17:41 2008][15174] KeepAreaStart: 0x1501a790 KeepAreaEnd: 0x1aabc2d0
    [nursery][Mon Mar 17 18:17:41 2008][15174] Young collection started. This YC is a part of OC#182 initial marking.
    [nursery][Mon Mar 17 18:17:41 2008][15174] Setting mmNurseryMarker[0] to 0xf77a8c8
    [nursery][Mon Mar 17 18:17:41 2008][15174] Setting mmNurseryMarker[1] to 0x1501a790
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Initial marking phase promoted 2351 objects (94K)
    [gcpause][Mon Mar 17 18:17:41 2008][15174] old collection phase 1 pause time: 126.584439 ms, (start time: 1931.874 s)
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Restarting of javathreads took 0.547 ms
    [memdbg ][Mon Mar 17 18:17:41 2008][15174] Starting concurrent marking phase (OC2).
    [compact][Mon Mar 17 18:17:42 2008][15174] Pointermatrix for thread '(GC Main Thread)' failed to extend beyond 43378 elements.
    [memdbg ][Mon Mar 17 18:17:42 2008][15174] Too many pointers, compaction aborted
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Starting precleaning phase (OC3).
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Stopping of javathreads took 19.425 ms
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Starting final marking phase (OC4).
    [nursery][Mon Mar 17 18:17:44 2008][15174] KeepAreaStart: 0x0 KeepAreaEnd: 0x0
    [nursery][Mon Mar 17 18:17:44 2008][15174] Young collection started. This YC is a part of OC#182 final marking.
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Final marking phase promoted 72379 objects (2561K)
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Removing 19 permanent work packets from pool, now 357 packets
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] total concurrent mark time: 3161.521 ms
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] ending marking phase
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] current error: -175.496244
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Requesting to run parallel sweep since Alloc Queue is non-empty.
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Will use parallel sweep instead of concurrent sweep due to request.
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] starting parallel sweeping phase
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] total sweep time: 18.785 ms
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] ending sweeping phase
    [nursery][Mon Mar 17 18:17:44 2008][15174] Setting mmNurseryMarker[0] to 0xf77aa98
    [nursery][Mon Mar 17 18:17:44 2008][15174] Setting mmNurseryMarker[1] to 0x14e0c8f0
    [nursery][Mon Mar 17 18:17:44 2008][15174] Nursery size increased from 0kb to 327680kb. Parts: 1263
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Alloc Queue size after GC: 7057136, tlas: 0, oldest: 2
    [compact][Mon Mar 17 18:17:44 2008][15174] Compaction pause: 0.000 (target 127.074), update ref pause: 0.000 (target 6.259)
    [compact][Mon Mar 17 18:17:44 2008][15174] Updated 43378 refs (limit: 54054).
    [compact][Mon Mar 17 18:17:44 2008][15174] Compaction ended at index 31, object end address 0x69f8058.
    [compact][Mon Mar 17 18:17:44 2008][15174] Summary: 182;24;31;16;0;1;0.000;127.074;0.000;6.259;43378;54054
    [compact][Mon Mar 17 18:17:44 2008][15174] Exceptional compaction size requested by allocator, not adjusting compact ratio.
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] gc-trigger is 12.339 %
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Nursery size after OC: 335544320
    [gcpause][Mon Mar 17 18:17:44 2008][15174] old collection phase 4-0 pause time: 235.501725 ms, (start time: 1934.832 s)
    [gcpause][Mon Mar 17 18:17:44 2008][15174] (pause includes compaction: 0.000 ms (no compaction), update ref: 0.000 ms)
    [memory ][Mon Mar 17 18:17:44 2008][15174] 1931.874-1935.068: GC 168649K->163056K (1048576K), sum of pauses 362.086 ms
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Page faults before GC: 4527, page faults after GC: 4527, pages in heap: 131072
    [finaliz][Mon Mar 17 18:17:44 2008][15174] (OC) Pending finalizers 0->2
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Restarting of javathreads took 0.667 ms
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] GC reason: Large object allocation failed (7057136 bytes), cause: Alloc Queue
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Stopping of javathreads took 20.308 ms
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] old collection 183 started
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Alloc Queue size before GC: 7057136, tlas: 0, oldest: 2
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Compacting 512 heap parts at index 0 (type internal) (exceptional true)
    [compact][Mon Mar 17 18:17:44 2008][15174] OC 183: 512 parts (max 512), index 0. Type internal, (exceptional true)
    [compact][Mon Mar 17 18:17:44 2008][15174] Area start: 0x2b00000, end: 0x42b00000
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Starting initial marking phase (OC1).
    [nursery][Mon Mar 17 18:17:44 2008][15174] KeepAreaStart: 0x14e0c8f0 KeepAreaEnd: 0x1a85bc48
    [nursery][Mon Mar 17 18:17:44 2008][15174] Young collection started. This YC is a part of OC#183 initial marking.
    [nursery][Mon Mar 17 18:17:44 2008][15174] Setting mmNurseryMarker[0] to 0xf77aa98
    [nursery][Mon Mar 17 18:17:44 2008][15174] Setting mmNurseryMarker[1] to 0x14e0c8f0
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Initial marking phase promoted 632 objects (18K)
    [gcpause][Mon Mar 17 18:17:44 2008][15174] old collection phase 1 pause time: 133.589550 ms, (start time: 1935.151 s)
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Restarting of javathreads took 0.465 ms
    [memdbg ][Mon Mar 17 18:17:44 2008][15174] Starting concurrent marking phase (OC2).
    [memdbg ][Mon Mar 17 18:17:48 2008][15174] Starting precleaning phase (OC3).
    [memdbg ][Mon Mar 17 18:17:48 2008][15174] Stopping of javathreads took 19.590 ms
    [memdbg ][Mon Mar 17 18:17:48 2008][15174] Starting final marking phase (OC4).
    [nursery][Mon Mar 17 18:17:48 2008][15174] KeepAreaStart: 0x0 KeepAreaEnd: 0x0
    [nursery][Mon Mar 17 18:17:48 2008][15174] Young collection started. This YC is a part of OC#183 final marking.
    [compact][Mon Mar 17 18:17:48 2008][15174] Pointermatrix for thread '(GC Worker Thread 3)' failed to extend beyond 25391 elements.
    [memdbg ][Mon Mar 17 18:17:48 2008][15174] Too many pointers, compaction aborted
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] Final marking phase promoted 126119 objects (4396K)
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] Removing 18 permanent work packets from pool, now 339 packets
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] total concurrent mark time: 4378.189 ms
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] ending marking phase
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] current error: -162.086164
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] Requesting to run parallel sweep since Alloc Queue is non-empty.
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] Will use parallel sweep instead of concurrent sweep due to request.
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] starting parallel sweeping phase
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] total sweep time: 18.297 ms
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] ending sweeping phase
    [nursery][Mon Mar 17 18:17:49 2008][15174] Setting mmNurseryMarker[0] to 0xf75c4e8
    [nursery][Mon Mar 17 18:17:49 2008][15174] Setting mmNurseryMarker[1] to 0x14dd6788
    [nursery][Mon Mar 17 18:17:49 2008][15174] Nursery size increased from 0kb to 327680kb. Parts: 1307
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] Alloc Queue size after GC: 0, tlas: 0, oldest: 0
    [compact][Mon Mar 17 18:17:49 2008][15174] Compaction pause: 0.000 (target 127.074), update ref pause: 0.000 (target 6.259)
    [compact][Mon Mar 17 18:17:49 2008][15174] Updated 55716 refs: 0 inside compaction area, and 55716 outside (limit: 54054).
    [compact][Mon Mar 17 18:17:49 2008][15174] Compaction ended at index 31, object end address 0x69f8058.
    [compact][Mon Mar 17 18:17:49 2008][15174] Summary: 183;24;31;512;0;1;0.000;127.074;0.000;6.259;55716;54054
    [compact][Mon Mar 17 18:17:49 2008][15174] Exceptional compaction size requested by allocator, not adjusting compact ratio.
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] gc-trigger is 12.339 %
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] Nursery size after OC: 335544320
    [gcpause][Mon Mar 17 18:17:49 2008][15174] old collection phase 4-0 pause time: 301.755262 ms, (start time: 1939.257 s)
    [gcpause][Mon Mar 17 18:17:49 2008][15174] (pause includes compaction: 0.000 ms (no compaction), update ref: 0.000 ms)
    [memory ][Mon Mar 17 18:17:49 2008][15174] 1935.151-1939.559: GC 226936K->166214K (1048576K), sum of pauses 435.345 ms
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] Page faults before GC: 4527, page faults after GC: 4529, pages in heap: 131072
    [finaliz][Mon Mar 17 18:17:49 2008][15174] (OC) Pending finalizers 0->24
    [memdbg ][Mon Mar 17 18:17:49 2008][15174] Restarting of javathreads took 0.928 ms
    [gcpause][Mon Mar 17 18:17:49 2008][15174] Thread "Dispatcher-Thread-19" id=79 idx=0x138 tid=78 was in object alloc 11134.471 ms from 1928.426 s
    [memory ][Mon Mar 17 18:17:49 2008][15174] Throwing OutOfMemory: allocLargeObjectOrArray - Object size: 7057136, Num elements: 3528560Why was the thread "Dispatcher-Thread-19" not able to allocate 7057136 bytes within 11134.471 ms?
    Cheers,
    Torsten

    Is it expected by your application to create StringBuilders with more than 3 million characters in them?Yes. Our application (which runs happily for years now on Sun's JVM) is producing and consuming large data streams (mostly XML). So a StringBuilder producing a string of 3 million characters ist very common. Some XML data streams consumed from database clobs have up to 10 million characters. As I said, with Sun's JVM we have no problems with fragmentation or aborted compactions with a similar sized heap (-server -Xms1g -Xmx1g -Xmn256m -XX:MaxPermSize=256m -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=95 -XX:MaxTenuringThreshold=31 -XX:+UseParNewGC -XX:ParallelGCThreads=4 -XX:-BindGCTaskThreadsToCPUs -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+DisableExplicitGC).
    Cheers,
    Torsten

  • How to read the alert_log_file regarding log applied(or)not?

    Hi all,
    I need to know from alert_log_file
    1.whether the archive log applied to Stand-by DB or not?
    2.And how to rectify the below errors.
    Current log# 2 seq# 6360 mem# 0: /ovsd/dbs/redo02.log
    Sun Jan 29 12:59:01 2012
    ARC1: Beginning to archive log 4 thread 1 sequence 6359
    Creating archive destination LOG_ARCHIVE_DEST_2: 'OVSDSTBY'
    ARC1: Error 3113 Creating archive log file to 'OVSDSTBY'
    Sun Jan 29 12:59:01 2012
    Errors in file /oracle/admin/ovsd/bdump/ovsd_arc1_3834.trc:
    ORA-03113: end-of-file on communication channel
    Creating archive destination LOG_ARCHIVE_DEST_1: '/archive/ovsd/archive-ovsd_1_6359.arc'
    ARC1: Completed archiving log 4 thread 1 sequence 6359
    Sun Jan 29 13:04:49 2012
    ARC0: Begin FAL archive (thread 1 sequence 6359 destination OVSDSTBY)
    Creating archive destination LOG_ARCHIVE_DEST_2: 'OVSDSTBY'
    Sun Jan 29 13:10:27 2012
    ARC0: Complete FAL archive (thread 1 sequence 6359 destination OVSDSTBY)
    Sun Jan 29 23:34:08 2012
    Thread 1 advanced to log sequence 6361
    Sun Jan 29 23:34:08 2012
    Current log# 1 seq# 6361 mem# 0: /ovsd/dbs/redo01.log
    Sun Jan 29 23:34:08 2012
    ARC0: Evaluating archive log 2 thread 1 sequence 6360
    Sun Jan 29 23:34:08 2012
    ARC0: Beginning to archive log 2 thread 1 sequence 6360
    Creating archive destination LOG_ARCHIVE_DEST_2: 'OVSDSTBY'
    Creating archive destination LOG_ARCHIVE_DEST_1: '/archive/ovsd/archive-ovsd_1_6360.arc'
    Sun Jan 29 23:40:17 2012
    ARC0: Completed archiving log 2 thread 1 sequence 6360
    Mon Jan 30 03:00:05 2012
    Errors in file /oracle/admin/ovsd/udump/ovsd_ora_3354.trc:
    ORA-00600: internal error code, arguments: [xsoptloc2], [4], [4], [0], [], [], [], []
    Mon Jan 30 09:50:06 2012
    Thread 1 advanced to log sequence 6362
    Mon Jan 30 09:50:06 2012
    ARC1: Evaluating archive log 1 thread 1 sequence 6361
    Mon Jan 30 09:50:06 2012
    Current log# 3 seq# 6362 mem# 0: /ovsd/dbs/redo03.log
    Mon Jan 30 09:50:06 2012
    ARC1: Beginning to archive log 1 thread 1 sequence 6361
    Creating archive destination LOG_ARCHIVE_DEST_2: 'OVSDSTBY'
    ARC1: Error 3113 Creating archive log file to 'OVSDSTBY'
    Mon Jan 30 09:50:06 2012
    Errors in file /oracle/admin/ovsd/bdump/ovsd_arc1_3834.trc:
    ORA-03113: end-of-file on communication channel
    Creating archive destination LOG_ARCHIVE_DEST_1: '/archive/ovsd/archive-ovsd_1_6361.arc'
    ARC1: Completed archiving log 1 thread 1 sequence 6361
    Mon Jan 30 09:55:21 2012
    ARC0: Begin FAL archive (thread 1 sequence 6361 destination OVSDSTBY)
    Creating archive destination LOG_ARCHIVE_DEST_2: 'OVSDSTBY'
    Mon Jan 30 10:03:42 2012
    ARC0: Complete FAL archive (thread 1 sequence 6361 destination OVSDSTBY)
    -------------------------------------------------------------------------------------------------------------------------------------------------------------

    You can't find archive logs applied or not of standby database in primary alert log file.
    Of course you can see in standby alert log file as "media recovery log thread <thread#> <sequence#>"
    You have internal errors in alert log file. Use error lookup tool for internal errors for any listed bugs. If not please do submit alert & trace files to support by SR.
    ORA-600/ORA-7445 Lookup tool. Note 1082674.1
    HTH.

  • How to Read/Update GOS URL

    Good day Gurus,
    I created a program to create URL in GOS. My scenarios are these.
    1. Check the contract in RE80 if URL Title "Testing" is already attached. If not, create the URL. Please help how to check if such URL title is already attached.
    2. If its already attached, I need to update the URL link. I've check FM SO_OBJECT_UPDATE but it needs the Folder ID and Object ID. How will I get these parameters?
    Thank you in advance.

    see the following example to Read URL form GOS
    REPORT  ZGOS_READ_URL.
    tables:
      srgbtbrel.   "Relationships in GOS Environment
    parameters:
      p_objkey                   like borident-objkey
                                   default '0000101774',
      p_objtyp                   like borident-objtype
                                   default 'KNA1'.
    start-of-selection.
      perform display_attachment.
    *&      Form  display_attachment
    form display_attachment.
      data:
        l_objkey            type swo_typeid,
        lo_gos_service      type ref to cl_gos_document_service,
        ls_srgbtbrel        type srgbtbrel,
        lt_srgbtbrel        type srgbtbrel occurs 10.
    *" Get a list of the links and choose one:
      select *
        into corresponding fields of table lt_srgbtbrel
        from srgbtbrel
        where instid_a = p_objkey
        and   typeid_a = p_objtyp
    *    and   reltype  = 'URL'.
    and   reltype  = 'ATTA'.
    *" Exit if no attachments found
      if lines( lt_srgbtbrel ) is initial.
        exit.
      endif.
    *" Choose first one and set up the ident for the BOR
      sort lt_srgbtbrel by utctime. "put oldest top for this demo
      read table lt_srgbtbrel into ls_srgbtbrel index 1.
      l_objkey = ls_srgbtbrel-instid_b. "i.e. the Note's ID
      create object lo_gos_service.
    *  call method lo_gos_service->display_note
    * call method lo_gos_service->DISPLAY_URL
    call method lo_gos_service->DISPLAY_ATTACHMENT
          exporting
          ip_ATTACHMENT = l_objkey.
    *       ip_URL = l_objkey.
    break developer.

  • How to read updated data from a real-time generated file?

    I have a question:
    I want to read the 10 mostly updated data from a real time generated data file. The data in this file is accumulated. how can i read mostly recently data to an applet? and further to using this data to draw a real-time graph? pls help
    kelvin t.l. tse

    Hi,
    I think there is no "typical" way. You will have to define a convention on how the new data are stored into the file, so as to know how to accessthem. If new data are simply put at theend of your file, you may use a RandomAccessFile to read only those lines that interest you (the 1 final lines).Otherwise, you should at least know how the data file is written.
    You can know if thedata file has been modified with the File.lastModified() method. This retrurns a long value corresponding to the date and hour the file was last modified. Store that value ito you appl. and perdiodically (use a Thread), compare that value with the value returned by lastModief(). If both value are NOt equal, then the file has been updated
    it's all a question of knowing how the data are stored into the datafie generated.
    Be also aware that you will probably have problem when your java appl. tries to read the file at the same time it is updated by the other application. I guess when theother application writes data into the file, you will not be able to read it. So, use try{} catch statements and first check to see if you can read the file with File. canRead(). If not, simply delay the reading process by asking a Thread.yield() or Thread.delay (1000)...
    vincent

  • How to update the change log table?

    Hi
    I am doing some manipulation on the ODS records and writing few new records directly into the active table of my ODS. how do i update the change log table so that i can do a delta from my ODS to further data targets??
    i see the fields REQUEST, DATAPAKID, PARTNO and RECORD in the change log table. what values should these fields have for my new records??
    Regards
    Sujai

    Hi,
    Please try this option. In stead of writing directly into DSO, do it in another Custom Z DSO. From there, do the FULL load to your previous DSO. This will ensure that the data consistence through the system. Also, do not forget to delete the data from Custom Z DSO once you successfully loaded the data.
    Thanks,
    Saru
    Edited by: P. Saravana Kumar on Apr 1, 2009 6:23 PM

  • Read data from Archive logs

    Does anyone have any recommandations on how to read data from archive logs. When i use log minor, i am getting only bind variables for DML operations. But i need actual data from the archive logs..
    Any thoughts
    Thanks
    -Prasad

    Log miner is the closest to command issued as possible. Depending on the Oracle version you will be able to see DML or DML and DDL. From 9i and on Oracle was able to translate the DML against data dictionary as the actual DDL command. On its first 8i release only DML was visible.
    ~ Madrid

  • Debugging Synchronization Problem - How to read PtTrace.log / tif.log?

    I believe the following is the portion of the PtTrace.log log giving a clue to why I'm receiving a "Connector Specific" error during synchronization. I've also included the tif.log as KB15294 told me to create these logs, but not how to read and solve the problem. THANK YOU ANYONE!!
    PtTrace.log
    11:23:10.485: Fetching implemented classes at .\iluptbl.cpp line 3408
    11:23:10.704: Fetching implemented classes at .\iluptbl.cpp line 3408
    11:23:11.888:
    11:23:11.888: Begin ILX Session, Source=Microsoft Outlook, Target=Device
    11:23:11.907:
    11:23:11.907: Starting Standard Sync
    11:23:11.956: Phase=10, User=3211EB77: Reading data from Device Address Book
    11:23:13.870: Finished Reading 1 Records + 0 Deletes + 0 Unchangeds for User=3211EB77 from Device Address Book (fast sync input)
    11:23:13.871: Phase=20, User=3211EB77: Reading data from Microsoft Outlook Contacts
    11:23:15.110: Finished Reading 0 Records + 0 Deletes + 704 Unchangeds for User=3211EB77 from Microsoft Outlook Contacts (slow/medium sync input)
    11:23:15.111: Phase=30, User=3211EB77: Writing data into Device Address Book
    11:25:09.541: Add 0, Change 0, Delete 0, and Leave 705 Alone in Device Address Book
    11:25:09.542: Add 1, Change 0, Delete 0, and Leave 704 Alone in Microsoft Outlook Contacts
    11:25:18.679: Phase=40, User=3211EB77: Writing data into Microsoft Outlook Contacts
    11:25:18.747: Creating new Sync History File
    11:25:18.780: History file 'C:\Users\Pj\AppData\Roaming\RESEAR~1\BLACKB~2\\Intellisync\\3211EB77\1.ish' committed
    11:25:18.781: Translation Unit Completed: User=3211EB77, rc=0
    11:25:18.859:
    11:25:18.860: End ILX Session, elapsed time = 126.000 seconds
    11:26:44.609: Fetching implemented classes at .\iluptbl.cpp line 3408
    11:26:44.821: Fetching implemented classes at .\iluptbl.cpp line 3408
    11:26:46.010:
    11:26:46.010: Begin ILX Session, Source=Microsoft Outlook, Target=Device
    11:26:46.025:
    11:26:46.026: Starting Standard Sync
    11:26:46.060: Phase=10, User=3211EB77: Reading data from Device Tasks
    Sat Feb 11 11:26:46 2012: Error 12.12 at .\sdk_data.cpp line 875
    Sat Feb 11 11:26:46 2012: Error 0.4238 at .\ciltrans.cpp line 241
    Sat Feb 11 11:26:46 2012: Error 4238.4238 at .\Ilx_sdk.cpp line 220
    11:26:46.542: Translation Unit Status: User=3211EB77, rc=4238, Phase=10, TrErr=4238, SysErr=0 at .\xlatev3.cpp line 650
    11:26:46.546:
    11:26:46.546: End ILX Session, elapsed time = 0.000 seconds
    11:33:33.206: Fetching implemented classes at .\iluptbl.cpp line 3408
    11:33:33.416: Fetching implemented classes at .\iluptbl.cpp line 3408
    11:33:34.571:
    11:33:34.571: Begin ILX Session, Source=Microsoft Outlook, Target=Device
    11:33:34.584:
    11:33:34.584: Starting Standard Sync
    11:33:34.628: Phase=10, User=3211EB77: Reading data from Device Tasks
    Sat Feb 11 11:33:35 2012: Error 12.12 at .\sdk_data.cpp line 875
    Sat Feb 11 11:33:35 2012: Error 0.4238 at .\ciltrans.cpp line 241
    Sat Feb 11 11:33:35 2012: Error 4238.4238 at .\Ilx_sdk.cpp line 220
    11:33:35.055: Translation Unit Status: User=3211EB77, rc=4238, Phase=10, TrErr=4238, SysErr=0 at .\xlatev3.cpp line 650
    11:33:35.058:
    11:33:35.058: End ILX Session, elapsed time = 0.000 seconds
    tif.log
    Sat Feb 11 11:33:34 2012
    TIFInit(10)
    -------- Running 'C:\Program Files (x86)\Research In Motion\BlackBerry Desktop\IntelliSync\iltif32.dll' Synchronization engine. Internal use only. Part of the Nokia Intellisync SDK
    Version 7,3,2,23
    ilsdk ==> ilsdk
    SOURCE: Microsoft Outlook Tasks
    TARGET: Device Tasks ()
    src=144.4, tar=145.4, func=4 (todo), map#8, phase=5, TIFLOG=100, LoggingFilter=0
    v=58, sync=1, UpdOpt=2 (notify), policy=0x0, ILTR_Flags=0x9000.0x3, sizeof(tr)=17280
    TIFVersion=0x6001, SourceSST=0, TargetSST=0, OKTP=0x0
    Xlator Filtering Level = 0
    Filter Expression Has Changed = 0
    HistoryDir is 'C:\Users\Pj\AppData\Roaming\RESEAR~1\BLACKB~2\\Intellisync\\3211EB77'
    Date Range: from 19800101 (29219) to 30991231 (438290); future=1
    -------- Requested Service is Full Sync (incremental)
    Target Field Map:
    #0.1: 21 Title Title (A, , 0)
    #1.1: 22 Notes Notes (A, , 11)
    #2.1: 30 Due Date Due Date (D, , 2)
    #3.1: 33 Priority Priority (N, , 5)
    #4.1: 37 Completed Flag Completed Flag (B, , 1)
    #5.1: 32 Status Status (A, , 4)
    #6.1: _UniqueID _UniqueID (A, , -1)
    #7.1: _Delta _Delta (A, , -1)
    #8.1: 31 Due Time Due Time (T, , -1)
    #9.1: 24 Alarm Date Alarm Date (D, , 8)
    #10.1: 25 Alarm Time Alarm Time (T, , 9)
    #11.1: 36 Alarm Flag Alarm Flag (B, , 7)
    #12.1: 49 Categories Categories (A, , 12)
    #13.1: 26 Start Date Start Date (D, , 3)
    #14.1: 27 Start Time Start Time (T, , -1)
    Extra Special Fields:
    #15.1: _appData ~ (Y, , -1)
    #16.1: _repBasic ~ (Y, , -1)
    #17.1: _repExcl ~ (Y, , -1)
    #18.1: _subType ~ (N, , -1)
    Temporary Work File is 'C:\Users\Pj\AppData\Roaming\RESEAR~1\BLACKB~2\\Intellisync\\3211EB77\workfile.tmp'
    TIF FldLst1[000]=Y.01.01200000 InstanceArray (iltr#-1)
    Using key 'Sync.(Microsoft Outlook.Tasks.0).(Device.Tasks.0).0' for history lookup
    Using old history name '3'
    FlipFlopFlags=0xc00000
    ----- Starting ILTR phase 5
    TIF FldLst2[000]=A.00.00042820 2004_Subject (iltr#0)
    TIF FldLst2[001]=B.00.00000400 p21_CompletionFlag (iltr#1)
    TIF FldLst2[002]=D.00.00020000 p20_DueDate (iltr#2)
    TIF FldLst2[003]=D.00.00010000 p1_StartDate (iltr#3)
    TIF FldLst2[004]=A.00.00000000 p23_TaskStatus (iltr#4)
    TIF FldLst2[005]=N.00.00400002 p25_Priority (iltr#5)
    TIF FldLst1[001]=N.01.00200000 p24_PercentComplete (iltr#6)
    TIF FldLst2[006]=B.00.00008000 p7_AlarmFlag (iltr#7)
    TIF FldLst2[007]=D.00.00008000 p5_AlarmDate (iltr#8)
    TIF FldLst2[008]=T.00.00008000 p6_AlarmTime (iltr#9)
    TIF FldLst1[002]=A.01.00200000 39_TaskOwner (iltr#10)
    TIF FldLst2[009]=A.00.02002000 2005_Body (iltr#11)
    TIF FldLst2[010]=A.100.00000000 116_Keywords (iltr#12)
    TIF FldLst1[003]=B.01.00200000 p8_PrivateFlag (iltr#13)
    TIF FldLst1[004]=D.01.00200000 p22_CompletionDate (iltr#14)
    TIF FldLst1[005]=N.01.00200000 33_TotalWorkMinutes (iltr#15)
    TIF FldLst1[006]=N.01.00200000 32_ActualWorkMinutes (iltr#16)
    TIF FldLst1[007]=A.01.00200000 102_Mileage (iltr#17)
    TIF FldLst1[008]=A.01.00200000 103_BillingInformation (iltr#18)
    TIF FldLst1[009]=A.01.00200000 106_Contacts (iltr#19)
    TIF FldLst1[010]=A.01.00200000 105_Companies (iltr#20)
    TIF FldLst1[011]=B.01.00200000 94_DoNotAutoArchive (iltr#21)
    TIF FldLst1[012]=A.01.00200000 44_Role (iltr#22)
    TIF FldLst1[013]=B.01.00200000 159_Override (iltr#23)
    TIF FldLst1[014]=B.01.00200000 160_Play (iltr#24)
    TIF FldLst1[015]=A.01.00200000 161_SndFile (iltr#25)
    TIF FldLst1[016]=N.01.00200000 2076_Sensitivity (iltr#26)
    TIF FldLst1[017]=A.41.00202000 p101_AttachmentInfo (iltr#27)
    TIF FldLst1[018]=A.01.01200000 _UniqueID (iltr#28)
    TIF FldLst1[019]=A.01.01200000 p94_StoreIDHash (iltr#29)
    TIF FldLst1[020]=N.01.01200000 _FolderGroup (iltr#30)
    TIF FldLst1[021]=N.01.01200000 2068_TLM (iltr#31)
    TIF FldLst1[022]=A.01.01200000 _Delta (iltr#32)
    TIF FldLst1[023]=N.01.01200000 _FolderID (iltr#33)
    TIF FldLst1[024]=A.01.01200000 _RecordID (iltr#34)
    TIF FldLst1[025]=A.01.01200000 2069_EntryID (iltr#35)
    TIF FldLst1[026]=B.01.00200000 45_Ownership (iltr#36)
    TIF FldLst1[027]=N.01.00200000 p29_TaskStatus (iltr#37)
    TIF FldLst2[011]=Y.00.01200000 _appData (iltr#38)
    TIF FldLst2[012]=Y.00.01200000 _repBasic (iltr#39)
    TIF FldLst2[013]=Y.00.01200000 _repExcl (iltr#40)
    TIF FldLst2[014]=N.00.01040000 _subType (iltr#41)
    ----- Starting ILTR phase 10
    TIF FldLst1[028]=A.20.00040820 21 Title (iltr#0)
    TIF FldLst1[029]=A.20.02002000 22 Notes (iltr#1)
    TIF FldLst1[030]=D.20.00020000 30 Due Date (iltr#2)
    TIF FldLst1[031]=N.20.00400000 33 Priority (iltr#3)
    TIF FldLst1[032]=B.20.00000400 37 Completed Flag (iltr#4)
    TIF FldLst1[033]=A.20.00000000 32 Status (iltr#5)
    TIF FldLst1[034]=A.21.01200000 _UniqueID (iltr#6)
    TIF FldLst1[035]=A.21.01200000 _Delta (iltr#7)
    TIF FldLst1[036]=T.21.00200000 31 Due Time (iltr#8)
    TIF FldLst1[037]=D.20.00008000 24 Alarm Date (iltr#9)
    TIF FldLst1[038]=T.20.00008000 25 Alarm Time (iltr#10)
    TIF FldLst1[039]=B.20.00008000 36 Alarm Flag (iltr#11)
    TIF FldLst1[040]=A.120.00000000 49 Categories (iltr#12)
    TIF FldLst1[041]=D.20.00010000 26 Start Date (iltr#13)
    TIF FldLst1[042]=T.21.00200000 27 Start Time (iltr#14)
    TIF FldLst1[043]=Y.20.01200000 _appData (iltr#15)
    TIF FldLst1[044]=Y.20.01200000 _repBasic (iltr#16)
    TIF FldLst1[045]=Y.20.01200000 _repExcl (iltr#17)
    TIF FldLst1[046]=N.20.01040000 _subType (iltr#18)
    -------- Ending Setup phase; starting Done Setup phase
    DateRange of Previous Sync: 1/1/1980 (29219) - 12/31/3099 (438290)
    Date Of Previous Sync = 2/1/2012 (40938)
    Previous SourceSyncStamp: ?? 0x4f2a0554 ?? (1328153940)
    Previous TargetSyncStamp: ?? 0x4f2a0537 ?? (1328153911)
    -------- Ending Done Setup phase; starting Load Previous History phase
    Deleting useless workfile 'C:\Users\Pj\AppData\Roaming\RESEAR~1\BLACKB~2\\Intellisync\\3211EB77\workfile.tmp'
    Creating new workfile 'C:\Users\Pj\AppData\Roaming\RESEAR~1\BLACKB~2\\Intellisync\\3211EB77\3.wrk' by copying 'C:\Users\Pj\AppData\Roaming\RESEAR~1\BLACKB~2\\Intellisync\\3211EB77\3.ish'
    Digesting previous history record #3
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106064532100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc4efe:f8278120\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106064532100\00"
    21 Title (len= 43) "Eph Ch 2 - salvation / rewards - see below\00"
    22 Notes (len= 99) "* Judgement of service not salvations\1f* 1 cor ch 3 works burned up - passed test of fire (rewards)\00"
    30 Due Date (len= 9) "20120728\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1614\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "050000\00"
    36 Alarm Flag (len= 2) "0\00"
    26 Start Date (len= 9) "20120728\00"
    27 Start Time (len= 7) "050000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=4cff8456
    TargetID Hash: TIH=29138b5
    KeyFields Hash: KFH=c22a1fe8
    NonKeyFields Hash: NKH=a269839b
    Flags: F=82.0000
    TIFPutRecord/3 (item #3) ==> rc=0
    Digesting previous history record #4
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060C4482100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb8291e0\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060C4482100\00"
    21 Title (len= 14) "Joe's haircut\00"
    30 Due Date (len= 9) "20120123\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1608\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 7) "Family\00"
    26 Start Date (len= 9) "20120123\00"
    27 Start Time (len= 7) "000000\00"
    _repBasic (len=144)
    rpt.type = Weekly_Days (12)
    rpt.startDate = 1/22/2012 (40928)
    rpt.stopDate = Open-Ended (-1)
    freq=6, numDays=1, day=0, month=0
    dayOfWeek=0, weekOfMonth=0, days[0..6]=0100000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=7519503d
    TargetID Hash: TIH=291389a
    KeyFields Hash: KFH=aabe09e4
    NonKeyFields Hash: NKH=fd21515
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #4) ==> rc=0
    Digesting previous history record #5
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060C44D2100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cccc9b:d8e0a560\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060C44D2100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060C44D2100\00"
    21 Title (len= 7) "Church\00"
    22 Notes (len= 50) "Order Church snake part: Carvin SNK16X part SH-KW\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1601\00"
    _Delta (len= 2) "C\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 4) "Joe\00"
    27 Start Time (len= 7) "103100\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=b7ec3b1
    TargetID Hash: TIH=2913893
    KeyFields Hash: KFH=905f9349
    NonKeyFields Hash: NKH=57d7fc20
    Flags: F=82.0000
    TIFPutRecord/3 (item #5) ==> rc=0
    Digesting previous history record #6
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060A4472100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01ccbf9f:77dcdc10\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060A4472100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060A4472100\00"
    21 Title (len= 16) "Daily CLASSROOM\00"
    22 Notes (len= 54) "PVHS Bulletin\1f------------\1fStinger Articles - Publish\00"
    30 Due Date (len= 9) "20120109\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1597\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    26 Start Date (len= 9) "20120109\00"
    27 Start Time (len= 7) "000000\00"
    _repBasic (len=144)
    rpt.type = Weekly_Days (12)
    rpt.startDate = 1/9/2012 (40915)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=0, weekOfMonth=0, days[0..6]=0111110
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=f1e7ca9c
    TargetID Hash: TIH=29135ef
    KeyFields Hash: KFH=86542ce4
    NonKeyFields Hash: NKH=eaad079d
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #6) ==> rc=0
    Digesting previous history record #7
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106024482100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01ccc98d:84237630\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106024482100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106024482100\00"
    21 Title (len= 14) "Fourth Monday\00"
    22 Notes (len=129) "\1f------------\1fVacuum /mop under bed ( )\1fWipe off under bed containers...um / Wipe off bed/box spring ( )\00"
    30 Due Date (len= 9) "20120123\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1549\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    26 Start Date (len= 9) "20120123\00"
    27 Start Time (len= 7) "030100\00"
    _repBasic (len=144)
    rpt.type = Monthly by position (4)
    rpt.startDate = 1/23/2012 (40929)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=2, weekOfMonth=4, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=19d1922c
    TargetID Hash: TIH=2913556
    KeyFields Hash: KFH=959de11a
    NonKeyFields Hash: NKH=c13aac8e
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #7) ==> rc=0
    Digesting previous history record #8
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106064472100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb685320\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106064472100\00"
    21 Title (len= 23) "Monthly - Third Monday\00"
    22 Notes (len=119) "\1f------------\1f* Go thru organizer's business cards and TOSS!\1f* Empty cell p...voicemails\1f\1fClassroom:\1fUpdate walls...\00"
    30 Due Date (len= 9) "20120116\00"
    33 Priority (len= 2) "0\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1518\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    27 Start Time (len= 7) "043800\00"
    _repBasic (len=144)
    rpt.type = Monthly by position (4)
    rpt.startDate = 1/15/2012 (40921)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=2, weekOfMonth=3, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=7a9b4091
    TargetID Hash: TIH=29134f8
    KeyFields Hash: KFH=a9fc0e41
    NonKeyFields Hash: NKH=34370988
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #8) ==> rc=0
    Digesting previous history record #9
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060E4472100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb7b65f0\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060E4472100\00"
    21 Title (len= 21) "Goals with Elizabeth\00"
    22 Notes (len= 61) "\1f------------\1fThis One\e2\80\99s for the Girls \e2\80\93 Martina BcBride\00"
    30 Due Date (len= 9) "20120124\00"
    33 Priority (len= 2) "0\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1385\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 18) "Family, Important\00"
    26 Start Date (len= 9) "20120124\00"
    27 Start Time (len= 7) "000000\00"
    _repBasic (len=144)
    rpt.type = Monthly (3)
    rpt.startDate = 1/23/2012 (40929)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=24, month=0
    dayOfWeek=0, weekOfMonth=0, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=348f42a0
    TargetID Hash: TIH=2912e4c
    KeyFields Hash: KFH=512c32aa
    NonKeyFields Hash: NKH=d8cab10d
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #9) ==> rc=0
    Digesting previous history record #10
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060C4472100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb78f4f0\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060C4472100\00"
    21 Title (len= 20) "Goals with Danielle\00"
    22 Notes (len=124) "\1f------------\1f\1f\1fThis One\e2\80\99s for the Girls \e2\80\93 Martina BcBrid... PVC \e2\80\93 automotive, Sacto in Dec 2010\00"
    30 Due Date (len= 9) "20120320\00"
    33 Priority (len= 2) "0\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1384\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 18) "Family, Important\00"
    27 Start Time (len= 7) "043800\00"
    _repBasic (len=144)
    rpt.type = Monthly (3)
    rpt.startDate = 3/20/2012 (40986)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=20, month=0
    dayOfWeek=0, weekOfMonth=0, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=933b869e
    TargetID Hash: TIH=2912e4b
    KeyFields Hash: KFH=46f015e
    NonKeyFields Hash: NKH=93b2d48b
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #10) ==> rc=0
    Digesting previous history record #11
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106084472100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb6ac420\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106084472100\00"
    21 Title (len= 17) "Goals with Sarah\00"
    22 Notes (len= 63) "\1f------------\1f\1f\1fThis One\e2\80\99s for the Girls \e2\80\93 Martina BcBride\00"
    30 Due Date (len= 9) "20120111\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1383\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    27 Start Time (len= 7) "043800\00"
    _repBasic (len=144)
    rpt.type = Monthly (3)
    rpt.startDate = 1/10/2012 (40916)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=11, month=0
    dayOfWeek=0, weekOfMonth=0, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=1beefc93
    TargetID Hash: TIH=2912e4a
    KeyFields Hash: KFH=99018abf
    NonKeyFields Hash: NKH=5d12e5ca
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #11) ==> rc=0
    Digesting previous history record #12
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106044472100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb65e220\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106044472100\00"
    21 Title (len= 24) "Monthly - Second Monday\00"
    22 Notes (len= 41) "\1f------------\1fClean Up Laptop - msconfig\00"
    30 Due Date (len= 9) "20120109\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1382\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    27 Start Time (len= 7) "043800\00"
    _repBasic (len=144)
    rpt.type = Monthly by position (4)
    rpt.startDate = 1/8/2012 (40914)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=2, weekOfMonth=2, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=d947848f
    TargetID Hash: TIH=2912e49
    KeyFields Hash: KFH=a16cd99a
    NonKeyFields Hash: NKH=c38a6710
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #12) ==> rc=0
    Digesting previous history record #13
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106024472100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb639830\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106024472100\00"
    21 Title (len= 18) "Goals with Audrey\00"
    22 Notes (len=203) "\1f------------\1fI\e2\80\99m off Saturday and Sunday and during the week the mor...ina BcBride\1f\09\e2\80\9cLivin on Spaghetios\e2\80\9d\00"
    30 Due Date (len= 9) "20120109\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1381\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 7) "Family\00"
    27 Start Time (len= 7) "043800\00"
    _repBasic (len=144)
    rpt.type = Monthly (3)
    rpt.startDate = 1/8/2012 (40914)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=9, month=0
    dayOfWeek=0, weekOfMonth=0, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=37f3c88d
    TargetID Hash: TIH=2912e48
    KeyFields Hash: KFH=f062fe00
    NonKeyFields Hash: NKH=ff0e97a6
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #13) ==> rc=0
    Digesting previous history record #14
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060E4462100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb612730\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060E4462100\00"
    21 Title (len= 26) "Monthly - First Wednesday\00"
    22 Notes (len= 44) "\1f------------\1f* Pour Root Killer down drain\00"
    30 Due Date (len= 9) "20120104\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1379\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 11) "Needs Prep\00"
    27 Start Time (len= 7) "043800\00"
    _repBasic (len=144)
    rpt.type = Monthly by position (4)
    rpt.startDate = 1/3/2012 (40909)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=4, weekOfMonth=1, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=52b17901
    TargetID Hash: TIH=2912e31
    KeyFields Hash: KFH=724611f0
    NonKeyFields Hash: NKH=b05b9cc4
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #14) ==> rc=0
    Digesting previous history record #15
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106084462100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb59fb40\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106084462100\00"
    21 Title (len= 23) "Monthly - First Monday\00"
    22 Notes (len=147) "\1f------------\1f*\09Go thru top left work desk drawer\1f*\09Clean face brushes ...*\09Pour boiling water down kitchen sink\00"
    30 Due Date (len= 9) "20120102\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1376\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "160000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 11) "Needs Prep\00"
    26 Start Date (len= 9) "20120102\00"
    27 Start Time (len= 7) "160000\00"
    _repBasic (len=144)
    rpt.type = Monthly by position (4)
    rpt.startDate = 1/2/2012 (40908)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=2, weekOfMonth=1, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=3a1132f4
    TargetID Hash: TIH=2912e2e
    KeyFields Hash: KFH=1b1e028a
    NonKeyFields Hash: NKH=6fcb1320
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #15) ==> rc=0
    Digesting previous history record #16
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106064462100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc6500:6eac1b00\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106064462100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106064462100\00"
    21 Title (len= 16) "Weekly - Monday\00"
    22 Notes (len=1103) "Tasks in Testing\e2\80\a6 do they fit in time available?\1f*\09Personal username...s for each task, then QUIT!\e2\80\9d ~ Kelly\00"
    30 Due Date (len= 9) "20120109\00"
    33 Priority (len= 2) "0\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1375\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "160000\00"
    36 Alarm Flag (len= 2) "0\00"
    26 Start Date (len= 9) "20120109\00"
    27 Start Time (len= 7) "160000\00"
    _repBasic (len=144)
    rpt.type = Weekly_Days (12)
    rpt.startDate = 1/9/2012 (40915)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=0, weekOfMonth=0, days[0..6]=0100000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=98bd76f2
    TargetID Hash: TIH=2912e2d
    KeyFields Hash: KFH=cab3e34e
    NonKeyFields Hash: NKH=f0a82251
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #16) ==> rc=0
    Digesting previous history record #17
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106044462100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc6500:9c8e5240\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106044462100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106044462100\00"
    21 Title (len= 16) "Weekly - Sunday\00"
    22 Notes (len=2737) "Must Do\e2\80\99s\1f*\09Make sure laptop is ON for AVG\1f\09\1f\09Tasks in Testi...week (work up to daily\e2\80\a6) practice 2)\00"
    30 Due Date (len= 9) "20530903\00"
    33 Priority (len= 2) "0\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1374\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 11) "Needs Prep\00"
    26 Start Date (len= 9) "20120108\00"
    27 Start Time (len= 7) "093600\00"
    _repBasic (len=144)
    rpt.type = Weekly_Days (12)
    rpt.startDate = 1/7/2012 (40913)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=0, weekOfMonth=0, days[0..6]=1000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=f769baf0
    TargetID Hash: TIH=2912e2c
    KeyFields Hash: KFH=12565a8e
    NonKeyFields Hash: NKH=6f255a3
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #17) ==> rc=0
    Digesting previous history record #18
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060E4452100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb554050\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060E4452100\00"
    21 Title (len= 22) "Monthly - Last Friday\00"
    22 Notes (len=105) "\1f------------\1fHome:\1f*\09Recycle\1f*\09Replace a/c air filters\1f*\09Clean W...ndows - back wall\1f\1fClassroom:\1f*\09Awards\00"
    30 Due Date (len= 9) "20120127\00"
    33 Priority (len= 2) "0\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1373\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 11) "Needs Prep\00"
    27 Start Time (len= 7) "122200\00"
    _repBasic (len=144)
    rpt.type = Monthly by position (4)
    rpt.startDate = 1/26/2012 (40932)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=6, weekOfMonth=5, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=70d3af62
    TargetID Hash: TIH=2912e2b
    KeyFields Hash: KFH=c0f1b4cd
    NonKeyFields Hash: NKH=4ad3a9c4
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #18) ==> rc=0
    Digesting previous history record #19
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060C4452100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cccc9b:edad0c40\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060C4452100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060C4452100\00"
    21 Title (len= 16) "Weekly - Friday\00"
    22 Notes (len=1341) "MUST Do\e2\80\99s:\1f* PVHS Attendance Report ( )\1f*\09CC/CVE RCOE Atten...d dance! LOL! Have some fun! - FlyLady\00"
    30 Due Date (len= 9) "20120106\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1372\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "160000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 11) "Needs Prep\00"
    26 Start Date (len= 9) "20120106\00"
    27 Start Time (len= 7) "160000\00"
    _repBasic (len=144)
    rpt.type = Weekly_Days (12)
    rpt.startDate = 1/6/2012 (40912)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=0, weekOfMonth=0, days[0..6]=0000010
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=cf7ff360
    TargetID Hash: TIH=2912e2a
    KeyFields Hash: KFH=5d4058df
    NonKeyFields Hash: NKH=92ddd664
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #19) ==> rc=0
    Digesting previous history record #20
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060A4452100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb52f660\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060A4452100\00"
    21 Title (len= 15) "Monthly Budget\00"
    22 Notes (len=2044) "June spent: $20 dining / $50 gas\1f\1fImmediate:\1f\1fGifts\1fThe Battle Belongs...\1f\1f\1fResearch withdrawing $$$ from Valic\00"
    30 Due Date (len= 9) "20120128\00"
    33 Priority (len= 2) "0\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1371\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 7) "Urgent\00"
    26 Start Date (len= 9) "20120128\00"
    27 Start Time (len= 7) "000000\00"
    _repBasic (len=144)
    rpt.type = Monthly by position (4)
    rpt.startDate = 1/27/2012 (40933)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=7, weekOfMonth=5, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=2e2c375e
    TargetID Hash: TIH=2912e29
    KeyFields Hash: KFH=fc0b5838
    NonKeyFields Hash: NKH=bf09283d
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #20) ==> rc=0
    Digesting previous history record #21
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060A4442100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb470f80\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060A4442100\00"
    21 Title (len= 99) "PVHS Course request list for electives... designated teachers (Walker, Bayles, Virginia, Teachers)\00"
    30 Due Date (len= 9) "20120220\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1370\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 9) "Business\00"
    26 Start Date (len= 9) "20120220\00"
    27 Start Time (len= 7) "030100\00"
    _repBasic (len=144)
    rpt.type = Yearly by position (6)
    rpt.startDate = 2/20/2012 (40957)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=2
    dayOfWeek=2, weekOfMonth=3, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=4c4e6dbf
    TargetID Hash: TIH=2912e28
    KeyFields Hash: KFH=9e63046e
    NonKeyFields Hash: NKH=ccd99a48
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #21) ==> rc=0
    Digesting previous history record #22
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106004462100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cccc9b:fad39830\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106004462100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106004462100\00"
    21 Title (len= 18) "Weekly - Saturday\00"
    22 Notes (len=2834) "Tasks in Testing\e2\80\a6 do they fit in time available?\1f*\09Wipe clothesline\1f...ance! LOL! Have some fun!\e2\80\9d - FlyLady\00"
    30 Due Date (len= 9) "20120107\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1369\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 11) "Needs Prep\00"
    26 Start Date (len= 9) "20120107\00"
    27 Start Time (len= 7) "000000\00"
    _repBasic (len=144)
    rpt.type = Weekly_Days (12)
    rpt.startDate = 1/7/2012 (40913)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=0, weekOfMonth=0, days[0..6]=0000001
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=b4c242ec
    TargetID Hash: TIH=2912e12
    KeyFields Hash: KFH=13e0fe45
    NonKeyFields Hash: NKH=5245209a
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #22) ==> rc=0
    Digesting previous history record #23
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106064482100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cccc51:d20d8360\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106064482100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106064482100\00"
    21 Title (len= 29) "FLY - 31 Beginner Baby Steps\00"
    22 Notes (len=3536) "\1f------------\1fDear Precious New Member,\1f\1fI know that you have become ove...started/31-beginner-babysteps/day-31/>\00"
    30 Due Date (len= 9) "20120106\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1367\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "044500\00"
    36 Alarm Flag (len= 2) "0\00"
    26 Start Date (len= 9) "20120106\00"
    27 Start Time (len= 7) "044500\00"
    _repBasic (len=144)
    rpt.type = Daily (1)
    rpt.startDate = 1/6/2012 (40912)
    rpt.stopDate = 1/31/2012 (40937)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=0, weekOfMonth=0, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=5c790a30
    TargetID Hash: TIH=2912e10
    KeyFields Hash: KFH=a341bdc7
    NonKeyFields Hash: NKH=239ebb43
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #23) ==> rc=0
    Digesting previous history record #24
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106024462100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb57b150\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106024462100\00"
    21 Title (len= 25) "Monthly - First Saturday\00"
    22 Notes (len= 41) "\1f------------\1fJoe\e2\80\99s haircut\1fMy haircut\00"
    30 Due Date (len= 9) "20530512\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1340\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "000000\00"
    36 Alarm Flag (len= 2) "0\00"
    26 Start Date (len= 9) "20120107\00"
    27 Start Time (len= 7) "083200\00"
    _repBasic (len=144)
    rpt.type = Monthly by position (4)
    rpt.startDate = 1/6/2012 (40912)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=7, weekOfMonth=1, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=5615feee
    TargetID Hash: TIH=2912dcb
    KeyFields Hash: KFH=f2403e81
    NonKeyFields Hash: NKH=8bc34272
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #24) ==> rc=0
    Digesting previous history record #25
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106084522100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cbd0ae:dc5f6f80\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106084522100\00"
    21 Title (len= 29) "New Year's (Christmas) Cards\00"
    22 Notes (len=541) "While there are a few certain traditions that are very dear to my heart, it seems...rt. His mercies are new every morning!\00"
    30 Due Date (len= 9) "20120107\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1336\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "210000\00"
    36 Alarm Flag (len= 2) "0\00"
    26 Start Date (len= 9) "20120107\00"
    27 Start Time (len= 7) "210000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=c7576b9
    TargetID Hash: TIH=2912db2
    KeyFields Hash: KFH=93eabff5
    NonKeyFields Hash: NKH=61902f54
    Flags: F=82.0000
    TIFPutRecord/3 (item #25) ==> rc=0
    Digesting previous history record #26
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106044452100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb4bca70\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106044452100\00"
    21 Title (len= 9) "Daily PM\00"
    22 Notes (len=4143) "PM \1fPROactive not reactive.\1f** Focus ~ Discipline ~ Obedience ~ TRUST ~ Peac...forget your lace-up shoes. \1f3.\09Do your\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1334\00"
    _Delta (len= 2) "A\00"
    36 Alarm Flag (len= 2) "0\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=158bf151
    TargetID Hash: TIH=2912db0
    KeyFields Hash: KFH=2ff20b2c
    NonKeyFields Hash: NKH=692d86f6
    Flags: F=82.0000
    TIFPutRecord/3 (item #26) ==> rc=0
    Digesting previous history record #27
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106004442100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cccc9b:ea9ce610\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106004442100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106004442100\00"
    21 Title (len= 15) "Classroom TODO\00"
    22 Notes (len=3136) "* 2009 SWEP Certificates\1f*\09Senior portraits for Luisa Guillen (Maria Alvarad...Webinars\1fhttp://thinkfinity.k12hsn.org\00"
    30 Due Date (len= 9) "20120106\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1331\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "060000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 10) "Classroom\00"
    26 Start Date (len= 9) "20120106\00"
    27 Start Time (len= 7) "060000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=f106afae
    TargetID Hash: TIH=2912dad
    KeyFields Hash: KFH=6396d87d
    NonKeyFields Hash: NKH=92da16aa
    Flags: F=82.0000
    TIFPutRecord/3 (item #27) ==> rc=0
    Digesting previous history record #28
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060E4432100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cccc9b:e7611c00\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060E4432100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060E4432100\00"
    21 Title (len= 6) "TO DO\00"
    22 Notes (len=1895) "*\09Finish laundry shelves\1f*\09GO THRU Home CDs tote just inside garage!!\1f*\09...iane Taylor\1f\1fMaui: Seven Sacred Falls\00"
    30 Due Date (len= 9) "20120106\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1330\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "160000\00"
    36 Alarm Flag (len= 2) "0\00"
    26 Start Date (len= 9) "20120106\00"
    27 Start Time (len= 7) "160000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=ad181c24
    TargetID Hash: TIH=2912dac
    KeyFields Hash: KFH=93bfe9e0
    NonKeyFields Hash: NKH=f03885db
    Flags: F=82.0000
    TIFPutRecord/3 (item #28) ==> rc=0
    Digesting previous history record #29
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060C4512100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cbfdcb:d742f8b0\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060C4512100\00"
    21 Title (len= 22) "Scriptures on FREEdom\00"
    22 Notes (len=4096) "It is for freedom that Christ has set us free. Stand firm, then and do not let y...ised eternal inheritance-- now that He\00"
    30 Due Date (len= 9) "20120106\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1328\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "050000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 9) "Personal\00"
    26 Start Date (len= 9) "20120106\00"
    27 Start Time (len= 7) "050000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=a1e43725
    TargetID Hash: TIH=2912d95
    KeyFields Hash: KFH=bf837b11
    NonKeyFields Hash: NKH=91da8e1b
    Flags: F=82.0000
    TIFPutRecord/3 (item #29) ==> rc=0
    Digesting previous history record #30
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106004512100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cbcffc:c5e7eb90\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106004512100\00"
    21 Title (len= 29) "Bible Verses about Deserving\00"
    22 Notes (len=4096) "Genesis 9:5-6 <http://www.gnpcb.org/esv/search/?passage=Genesis+9%3A5-6> ESV / ...nations of the earth. And all these bl\00"
    30 Due Date (len= 9) "20120106\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 6) "-1303\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "214000\00"
    36 Alarm Flag (len= 2) "0\00"
    26 Start Date (len= 9) "20120106\00"
    27 Start Time (len= 7) "214000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=a548bd12
    TargetID Hash: TIH=2912d52
    KeyFields Hash: KFH=99a2c50e
    NonKeyFields Hash: NKH=bdbea979
    Flags: F=82.0000
    TIFPutRecord/3 (item #30) ==> rc=0
    Digesting previous history record #31
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106024502100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc2fda:e4e60e80\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106024502100\00"
    21 Title (len= 57) "Jordan Balius CIS Bus Comp 2008-2009 Certificate Request\00"
    22 Notes (len= 29) "Requested from Heidi 8/29/10\00"
    30 Due Date (len= 9) "20120306\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 5) "-298\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "150000\00"
    36 Alarm Flag (len= 2) "0\00"
    26 Start Date (len= 9) "20120306\00"
    27 Start Time (len= 7) "150000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=64beaf75
    TargetID Hash: TIH=153784
    KeyFields Hash: KFH=cc3c7f0
    NonKeyFields Hash: NKH=4f7f81a8
    Flags: F=82.0000
    TIFPutRecord/3 (item #31) ==> rc=0
    Digesting previous history record #32
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060844F2100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cbd061:9e66bf50\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060844F2100\00"
    21 Title (len= 39) "Change Name on Citi Bank Loans Account\00"
    22 Notes (len=663) "Name Change Information\09\1f\1fTo request a name change for your account, you mu...s your request within 5 business days.\00"
    30 Due Date (len= 9) "20120117\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 5) "-242\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "190000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 9) "Personal\00"
    26 Start Date (len= 9) "20120117\00"
    27 Start Time (len= 7) "190000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=57edcce4
    TargetID Hash: TIH=1536e3
    KeyFields Hash: KFH=56115f7b
    NonKeyFields Hash: NKH=5c331883
    Flags: F=82.0000
    TIFPutRecord/3 (item #32) ==> rc=0
    Digesting previous history record #33
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060C4442100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5ec2:cb470f80\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060C4442100\00"
    21 Title (len= 37) "Flush out a/c coils in inside closet\00"
    30 Due Date (len= 9) "20120107\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 5) "-225\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "070000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 7) "Family\00"
    26 Start Date (len= 9) "20120107\00"
    27 Start Time (len= 7) "070000\00"
    _repBasic (len=144)
    rpt.type = Monthly (3)
    rpt.startDate = 1/6/2012 (40912)
    rpt.stopDate = Open-Ended (-1)
    freq=6, numDays=1, day=7, month=0
    dayOfWeek=0, weekOfMonth=0, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=eda229c1
    TargetID Hash: TIH=1536a8
    KeyFields Hash: KFH=c450d916
    NonKeyFields Hash: NKH=ccd9e142
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #33) ==> rc=0
    Digesting previous history record #34
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060E44D2100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cccc9b:f43e69f0\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060E44D2100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060E44D2100\00"
    21 Title (len= 17) "lyrics to Moxley\00"
    30 Due Date (len= 9) "20120107\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 5) "-214\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "200000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 16) "General(Pj John\00"
    26 Start Date (len= 9) "20120107\00"
    27 Start Time (len= 7) "200000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=acd27fb3
    TargetID Hash: TIH=153688
    KeyFields Hash: KFH=3fe8150d
    NonKeyFields Hash: NKH=35d1adb6
    Flags: F=82.0000
    TIFPutRecord/3 (item #34) ==> rc=0
    Digesting previous history record #35
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060044E2100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5161:4180a810\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060044E2100\00"
    21 Title (len= 60) "Scholarships: James A. Johnson / Homer Lee Sain Jr. (Joker)\00"
    30 Due Date (len= 9) "20120803\00"
    33 Priority (len= 2) "0\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 5) "-142\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "070000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 4) "Joe\00"
    26 Start Date (len= 9) "20120803\00"
    27 Start Time (len= 7) "070000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=f0c1133d
    TargetID Hash: TIH=153322
    KeyFields Hash: KFH=2619da8e
    NonKeyFields Hash: NKH=a04800a4
    Flags: F=82.0000
    TIFPutRecord/3 (item #35) ==> rc=0
    Digesting previous history record #36
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060844E2100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cbcffc:7a94a020\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060844E2100\00"
    21 Title (len= 27) "Olivia Flores Presentation\00"
    30 Due Date (len= 9) "20120111\00"
    33 Priority (len= 2) "0\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 5) "-129\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "150000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 10) "Classroom\00"
    26 Start Date (len= 9) "20120111\00"
    27 Start Time (len= 7) "150000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=76100345
    TargetID Hash: TIH=1532eb
    KeyFields Hash: KFH=e2af3e6b
    NonKeyFields Hash: NKH=3a8d11f7
    Flags: F=82.0000
    TIFPutRecord/3 (item #36) ==> rc=0
    Digesting previous history record #37
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060A44D2100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cbcffc:7bfa4aa0\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060A44D2100\00"
    21 Title (len= 37) "Recruitment - last year's interested\00"
    30 Due Date (len= 9) "20121228\00"
    33 Priority (len= 2) "0\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 5) "-117\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "070000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 10) "Classroom\00"
    26 Start Date (len= 9) "20121228\00"
    27 Start Time (len= 7) "070000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=6a2b07af
    TargetID Hash: TIH=1532ca
    KeyFields Hash: KFH=ca55ddc3
    NonKeyFields Hash: NKH=15af8937
    Flags: F=82.0000
    TIFPutRecord/3 (item #37) ==> rc=0
    Digesting previous history record #38
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060844D2100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cbcffc:b6a906f0\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060844D2100\00"
    21 Title (len= 45) "Richard and Adrianna Johnson's Wedding Video\00"
    30 Due Date (len= 9) "20121216\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 5) "-113\00"
    _Delta (len= 2) "A\00"
    31 Due Time (len= 7) "070000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 18) "Important, Family\00"
    26 Start Date (len= 9) "20101216\00"
    27 Start Time (len= 7) "070000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=943239a6
    TargetID Hash: TIH=1532c6
    KeyFields Hash: KFH=63ece3e2
    NonKeyFields Hash: NKH=4b5ed5d
    Flags: F=82.0000
    TIFPutRecord/3 (item #38) ==> rc=0
    Digesting previous history record #39
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060644D2100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cccc9b:d3b42ee0\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060644D2100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060644D2100\00"
    21 Title (len= 14) "Shopping List\00"
    22 Notes (len=1665) "\1fBbq sauce\1fHawaiian punch lemon berry squeeze\1falpine spiced apple cider\1f...ierecare.com\1fTrywen.com\1fLintlizard.com\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 4) "-99\00"
    _Delta (len= 2) "C\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 4) "$$$\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=f2de7da4
    TargetID Hash: TIH=b00d
    KeyFields Hash: KFH=70c9969a
    NonKeyFields Hash: NKH=cb8f4505
    Flags: F=82.0000
    TIFPutRecord/3 (item #39) ==> rc=0
    Digesting previous history record #40
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106044432100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01ccccc5:f8039630\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F106044432100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F106044432100\00"
    21 Title (len= 59) "Professional Growth 150 hours / 5 Years (Barbara Sign Off)\00"
    22 Notes (len= 61) "http://www.ctc.ca.gov/credentials/FAQ/faq-pg-designated.html\00"
    30 Due Date (len= 9) "20120114\00"
    33 Priority (len= 2) "0\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 4) "-98\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "070000\00"
    36 Alarm Flag (len= 2) "0\00"
    26 Start Date (len= 9) "20120114\00"
    27 Start Time (len= 7) "070000\00"
    _repBasic (len=144)
    rpt.type = Monthly by position (4)
    rpt.startDate = 1/13/2012 (40919)
    rpt.stopDate = Open-Ended (-1)
    freq=1, numDays=1, day=0, month=0
    dayOfWeek=7, weekOfMonth=2, days[0..6]=0000000
    months[0..11]=000000000000, weeks[0..4]=00000
    numExDates=0
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=51d05e13
    TargetID Hash: TIH=b00c
    KeyFields Hash: KFH=ad09e20f
    NonKeyFields Hash: NKH=64cfec0a
    Flags: F=40000082.0000
    TIFPutRecord/3 (item #40) ==> rc=0
    Digesting previous history record #41
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060444D2100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cccc9b:d02f74f0\00"
    _Delta (len= 2) "C\00"
    _FolderID (len= 12) "-2010948102\00"
    _RecordID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060444D2100@a1c12ae9\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060444D2100\00"
    21 Title (len= 6) "Music\00"
    22 Notes (len=4096) "\1fAfter All These Years\1f\1fRascal Flatts sequal to Broken Road\1f\1f*Bass Son...ods)\1f\1f*Song Writing\1fAdd familiar songs\00"
    33 Priority (len= 2) "1\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 4) "-95\00"
    _Delta (len= 2) "C\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 5) "Home\00"
    27 Start Time (len= 7) "103100\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=518ac1a2
    TargetID Hash: TIH=b009
    KeyFields Hash: KFH=8a0bc2cb
    NonKeyFields Hash: NKH=5b2b7206
    Flags: F=82.0000
    TIFPutRecord/3 (item #41) ==> rc=0
    Digesting previous history record #42
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060244D2100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cbcffc:7a4d36e0\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060244D2100\00"
    21 Title (len= 24) "Credential follow up\e2\80\a6\00"
    22 Notes (len=145) "\1f------------\1fSubject:\09Credential follow up\e2\80\a6\1f\1fStart:\09Fri 8/15...Show Time As:\09Free\1f\1fRecurrence:\09(none)\00"
    30 Due Date (len= 9) "20120716\00"
    33 Priority (len= 2) "2\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 4) "-92\00"
    _Delta (len= 2) "A\00"
    31 Due Time (len= 7) "070000\00"
    36 Alarm Flag (len= 2) "0\00"
    26 Start Date (len= 9) "20120716\00"
    27 Start Time (len= 7) "070000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=b03705a0
    TargetID Hash: TIH=b006
    KeyFields Hash: KFH=bf722929
    NonKeyFields Hash: NKH=ac66c082
    Flags: F=82.0000
    TIFPutRecord/3 (item #42) ==> rc=0
    Digesting previous history record #43
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060044D2100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cbcffc:7c22e140\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060044D2100\00"
    21 Title (len= 21) "Update Camping Lists\00"
    22 Notes (len=180) "\1f------------\1fSubject:\09#3 - Update Camping Lists\1f\1fStart:\09Tue 8/12/200...none)\1f\1fCategories:\09General(Pj Johnson)\00"
    30 Due Date (len= 9) "20120512\00"
    33 Priority (len= 2) "2\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"
    _UniqueID (len= 4) "-90\00"
    _Delta (len= 2) "C\00"
    31 Due Time (len= 7) "070000\00"
    36 Alarm Flag (len= 2) "0\00"
    49 Categories (len= 16) "General(Pj John\00"
    26 Start Date (len= 9) "20120512\00"
    27 Start Time (len= 7) "070000\00"
    _subType (len= 2) "0\00"
    SourceID Hash: SIH=ee3499e
    TargetID Hash: TIH=b004
    KeyFields Hash: KFH=dd56f6d1
    NonKeyFields Hash: NKH=609bc296
    Flags: F=82.0000
    TIFPutRecord/3 (item #43) ==> rc=0
    Digesting previous history record #44
    _UniqueID (len= 58) "00000000C3B28DB58F07784CB1E74729949F1060E44C2100@a1c12ae9\00"
    p94_StoreIDHash (len= 9) "a1c12ae9\00"
    _FolderGroup (len= 2) "0\00"
    2068_TLM (len= 18) "01cc5161:419d30c0\00"
    _Delta (len= 2) "A\00"
    _FolderID (len= 12) "-2010948102\00"
    2069_EntryID (len= 49) "00000000C3B28DB58F07784CB1E74729949F1060E44C2100\00"
    21 Title (len= 29) "Unpack / Repack Camping Tote\00"
    22 Notes (len=223) "\1f------------\1fSubject:\09#2 - Unpack / Repack Camping Tote\1f\1fStart:\09Tue ...on)\1f\1fTongs\1fGarbage Bags\1fKitchen gloves\00"
    30 Due Date (len= 9) "20120512\00"
    33 Priority (len= 2) "2\00"
    37 Completed Flag (len= 2) "0\00"
    32 Status (len= 12) "Not Started\00"

    Hi pgov,
    Welcome to the BlackBerry Support Community.
    You should be able to see the last entry the synchronization stopped on at the bottom of your tif.log.
    This will be the entry causing the issue with the synchronization.
    You can identify if the issue with the entry is on your BlackBerry® Curve™ 9360 smartphone or in the calendar on your computer by checking the Source and Target fields in the tif.log.
    Once you locate this entry in your calendar, try copying down the information in the appointment so it can be re-added later, then delete the appointment as well as the tif.log and PTTrace.log files and try synchronizing again.
    You may have to do this more than once if more than one calendar entry is affected.
    Hope this helps.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • How do i get my message log back after updating to 7.0.3?

    how do i get my message log back after updating to 7.0.3?

    finally figured out how to pull backup from computer vice cloud - iCloud lost the messages.

  • How do I update my credit card information after logging into my account?

    How do I update my credit card info after logging into my account?

    Reader doesn't need your credit card. You can sign into your account in the Adobe store and look in at your subscriptions. There may be something there to store your card information if you have a subscription service.

  • How to read Skype connection logs (.log files in /...

    Hi all,
    A funny problem but really important - please help!
    I set up logging to find out causes of some tech problems occuring during my calls, as it described here: https://support.skype.com/en/faq/FA12321/how-do-i-create-log-files
    So, I get now /Logs folder with .log files.
    But they are not text files and I don't know what this format is and what tool can read them(
    Skype tech support doesn't know as well. Please help, who knows, how to read these .log files?
    Thanks!
    ps my OS is Ubuntu Linux

    It's somewhat odd that the Skype tech support staffer you spoke with doesn't know what to do with the logs, as the instructions you posted say to place them in a ZIP file and sent it to them. Since the log files I observed start with 'BLOGBEGIN,' there must be software to parse the file. Also...you never described the tech problems during calls which prompted you to enable logging; and if Skype Support suggested it (which seems doubtful, given they didn't know what to do with the files). Perhaps you can provide a description of the issue?

  • How does one read the Unity transaction logs on Exchange?

    I'm trying to find out who placed a call to whom on a particular day and time.  A subscriber receives a blank email periodically with no "from" statement, just a timestamp. They don't have unified messaging.  I want to see if the transaction logs (located on Exchange) contain that information but they are all cryptic symbols.  Is there an application or utility to read tham?  These are the files located in the \Exchsrvr\MDBDATA folder. This is Unity 5.x and Excahnge 2003. Thanks.

    Hi,
    I think you may be wanting to look at Message Tracking?
    http://www.msexchange.org/tutorials/Exchange-2003-Message-Tracking-Logging.html
    But here's also an explanation of the transaction logging and how to read them from the same site:
    http://www.msexchange.org/articles/Transaction-Logs-Lifeblood-Exchange.html
    Hope that helps,
    Brad

  • How to read the BDB log ... and other questions

    I am using a bdb database interface in the application openldap. When the bdb database there is established it creates, in addition to the data storage diles, a log file (log.0000000001). "file log.0000000001" reports that to be a binary file. How does one read that log?
    I have asked this question on the openldap forum and was advised it can be read using tools provided by Oracle to support Berkeley DB, and was furhter advised to go the the Oracle Berkeley DB site. Well, I have done that ... looked around for evidence of any such "tools", but have found nothing.
    Also, was advised there (in the openldap forum) that having that log file in the same directory with the data files is not a good idea, that it should be on a different spindle for performance purposes. I have looked at the BDB reference manual on line here but find no configuration options to move that log file to a different location.
    Help? Thanks.

    Hi Robert,
    The information about setting log directories can be found here:
    http://www.oracle.com/technology/documentation/berkeley-db/db/api_c/env_set_lg_dir.html
    General information about log files that you may want to read about:
    http://www.oracle.com/technology/documentation/berkeley-db/db/gsg_txn/C/index.html
    You can use db_printlog to display the log files:
    http://www.oracle.com/technology/documentation/berkeley-db/db/utility/db_printlog.html
    The above link will also point you to a place to review the output. The db_printlog utility should be installed as part of your distribution.
    Ron

  • IMP: How to Read LOG Files

    Hey Gurus,
       I want to read the log files after executing SE37 t-codes, I tried in sm21 but i didnt get any result.
       Can U tell me how to read the log files ??
       what is T-code for that? or i have change any settings???
      Thanking You,
        Regards
       J Sarathi

    Hi ,
    You can use these two FM for analysing the log ..
                   APPL_LOG_READ_INTERN
                   APPL_LOG_DISPLAY_INTERN
    Or You can create A Zprogram using this FM
    and check the changes using RSDEPEND

Maybe you are looking for

  • Problems in creating (working) DataControl

    Hi, I have written a Customer class with name, age and email attributes. Next I wrote a CustomersService that has a "List getAllCustomers()" method and return a hardcoded list of 5 customer objects. When I try to create a DataControl from the Custome

  • Problem with iweb not keeping text format

    I have a web site http://www.klelectronix.com and view the page HDS Tutorial you will see the page kept the formatting just fine. The next page which is Structure Scan Tutorial did not keep the formatting as you can see the Table of Contents has all

  • Does using the skype app (from my iphone to a computer)over 3G cost me money, or is it free like Wifi?

    I was at a family dinner last night and included my college daughter at the table via Skype on my iphone. She was on her laptop. After about 30 minutes, I remembered that my mother-in-law does not do technology, and has no internet, so I was on 3G, a

  • Can't update to the new OSX ML

    That's the message that pops up: "There was an eror eith the app store, please try again later". It says that for already 2 weeks.

  • How to make a simple 'press  any key...'?

    I need to make a simple statement that will pause the screen, until you hit any key or click the mouse? 'press any key to continue...' is there a way to do it without any popup boxes? thanks