InfoSpoke Delta - Avoiding First Large Load

Morning all,
In BW 3.5 we are about to implement a new InfoSpoke into the production client running off a large existing ODS. Extraction method is Delta but we don't care about the current information, just the daily deltas that will be driven going forwards. Is there any way of not having to process the tens of millions of records in the first delta run to get up to date ?
Cheers,
Rob.

Hi Rob,
Its tough to set that delta points based on the Change log PSA ID.. u need to maintain the entry in RSBSPOKEDELTA table.. here if u can write a program which brings all the Change log PSA Id's with the proper status set for every entry then it will work for you..
But this requires a lot of efforts.....
When u use the Delta Infospoke it dirently access the Changelog request but not the normal request(Active one)...... So the amount the data that u are extracting the entirely depends on the number of changelog requests which are present in ur ODS.
My previous thread gives the answer I believe for ur case...!!
Assigning points is the way to say thanks....
thanks
hope this helps
Let us know if u need any more help..

Similar Messages

  • InfoSpoke Delta Extraction

    I have two InfoSpokes in Production (NW 2004) with Delta as update mode.
    Source – ODS
    Target     - DB table
    The Business is asking for a 2years of historical data. I was testing this scenario in QA (the order in which the steps were performed)
    1.     Changed the update mode from Delta to full (applied filters in selection tab so as to restrict data to only two years)
    2.     Data was successfully loaded and now the update mode is restored to Delta
    3.     For the First InfoSpoke, Delta extract was 0 records (success),
    4.     For the 2nd InfoSpoke, Kicked off extraction, this terminated with the following Dump
    Dump with Message type X
    Message classe...... "BRAIN"
    Number.............. 299
    Variable 1.......... "RSBLOGSTATE"
    Variable 2.......... "STATE_CHECK"
    Can anyone throw some light here, full points assured.

    Hi Sandy,
    OSS 971386 might give you some lead.
    Rgs,
    Amol

  • Cube Compression and InfoSpoke Delta

    Dear Experts,
    I submitted a message ("InfoSpoke Delta Mechanism") the other day regarding a problem I am having with running an InfoSpoke as a delta against a cube and didn't receive an answer that would fix the problem.   Since that time I have been told that we COMPRESS the data in the cube after it is loaded.  It is after the compression that I have been trying to run the delta InfoSpoke.   As explained earlier there have been 18 loads to a cube since the initial (Full) run of the InfoSpoke.  I am now trying to run the InfoSpoke in Delta mode and get the "There is no new data" message. Could the compression of the cube be causing the problem with the "There is no new data" message that appears when I try to run the InfoSpoke after the cube load and compression?    If someone could explain what happens in a compression also this would be helpful.
    Your help is greatly appreciated.
    Thank you,
    Dave

    You need uncompressed requests to feed your deltas. Infocube deltas uses request ids. Compressed requests cannot be used since the request ids are set to zero.
    You need to resequence the events.
    1. Load into infocube.
    2. Run infospoke delta to extract delta requests.
    3. Compress.

  • Delta records are not loading from DSO to info cube

    My query is about delta loading from DSO to info cube. (Filter used in selection)
    Delta records are not loading from DSO to Info cube. I have tried all options available in DTP but no luck.
    Selected "Change log" and "Get one request only" and run the DTP, but 0 records got updated in info cube
    Selected "Change log" and "Get all new data request by request", but again 0 records got updated
    Selected "Change log" and "Only get the delta once", in that case all delta records loaded to info cube as it was in DSO and  gave error message "Lock Table Overflow" .
    When I run full load using same filter, data is loading from DSO to info cube.
    Can anyone please help me on this to get delta records from DSO to info cube?
    Thanks,
    Shamma

    Data is loading in case of full load with the same filter, so I don't think filter is an issue.
    When I follow below sequence, I get lock table overflow error;
    1. Full load with active table with or without archive
    2. Then with the same setting if I run init, the final status remains yellow and when I change the status to green manually, it gives lock table overflow error.
    When I chnage the settings of DTP to init run;
    1. Select change log and get only one request, and run the init, It is successfully completed with green status
    2. But when I run the same DTP for delta records, it does not load any data.
    Please help me to resolve this issue.

  • No data found in report csv or pdf output on first page load

    No data found in report csv output on first page load. Report shows up on page, but no data found in csv or pdf output. I always need to submit the page and then it shows data in downloads. The page contains a form (read-only) with a report that references 4 page items by using something like the following:
    and b.employee_no = v('P5_EMPLOYEE_NO')
    and c.fisc_year_pk = v('P5_FISC_YEAR_PK')
    and b.job_class = v('P5_JOB_CLASS')
    and b.organization = v('P5_ORGANIZATION')
    Again, report in the page shows up except there is no data in downloads. Can anyone help me solve this problem? I'm running Oracle APEX 4.2.1 in Oracle database 11gR2.
    Thanks.

    Sounds like a classic session state issue.
    You need to populate you page items using page rendering computations to ensure they're set to session state.
    Or if the download is triggered from a button press, you need to ensure those page items are submitted to session state, perhaps via a PL/SQL action.
    Scott

  • How do you download all chapters of a video at once?  I purchased a yoga video with multiple chapters and only the first one loaded.  It says I can't download another chapter for 90 days.

    I purchased a yoga video with multiple chapters and only the first one loaded.  It says I can't download another chapter for 90 days.  How do I get all chapters to download?

    Once a device or computer is associated with your Apple ID, you cannot associate that device or computer with another Apple ID for 90 days.
    http://support.apple.com/kb/ht4627

  • When I go to a web page power point presentation saved as Adobe the first page loads then I keep getting error message:

    I have Adobe Acrobat Pro XI
    And its up to date.
    When I go to a web page Power point presentation saved as Adobe the first page loads then I keep getting error message:
    There was a problem reading this document (14)
    I've tried refreshing the download.
    Im using IE 11
    windows 8.1
    Any ideas how to fix this?

    [moving discussion to Creating, Editing & Exporting PDFs forum]

  • Duplicate subscription error on first page load

    I have Flex / BlazeDS application that utilizes a long polling channel
    for both remote procedure calling and asynchronous messaging. The
    application is utilizing embedded Jetty to serve BlazeDS content and
    everything is working as advertised *except* on the first page load.
    When I start a browser session, calling Consumer subscribe fails with
    the following error:
    [MessageFaultEvent faultCode="Server.Processing" faultDetail=null
    faultString="Duplicate subscription. Another client has already
    subscribed with the clientId, '935C9F8A-7C0E-A8F3-D47C-C5EED743BFF8'."
    rootCause=null type="fault" bubbles=false cancelable=false
    eventPhase=2]
    The message continues until I reload the page, which retries the
    subscribe and then works correctly. Any pointers as to where I can
    look to correct this problem? Any help would be much appreciated.
    BlazeDS 3.0.2
    Jetty 6.1.11
    Java 1.6.0_06
    Flex 3.0.0.477

    First of all, thanks for the quick reply. In response to your questions:
    * I can reproduce the problem every time regardless of whether the server has been freshly started of not.
    * Both polling and long polling appear to have the same problem.
    * Using embedded Tomcat 6.0.16 has not fixed the issue.
    I am currently trolling through the BlazeDS logs to see if I can see what I am doing wrong.
    Is there any particular config / code that I can post that will help diagnose the problem?

  • First Page Loaded Freezes

    Firefox loads the blank page when it starts and no other tabs are opened on start-up. No matter how long I wait after the browser opens, it will go unresponsive when I go to load my first webpage. It can be anything and will do it every time! After the first page loads, it will load all the other pages perfectly without freezing.
    I like using Firefox because it is more customizable and functional than the other browsers, but I am considering changing to another browser which I really don't want to do.
    I have already tried disabling my extensions and uninstalling, but nothing I have tried has worked. I hope someone else will have better luck in finding an answer for me.

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.

  • First page loaded

    This may be a stupid question but here goes. We have several JSP apps where the first page loaded is other than main.html. We have tried changing the default run target to another file but it still tries to load main.html. We have worked around this by using a javascript function to forward the page from main.html, but this is very sloppy.
    When I say "first page loaded" I mean that when you type the URL without any file specified:
    http://some.domain.com/OurProject/
    In traditional HTML, you need to have an index.html, but I assumed that the "start" page for JSP could be anything.
    Any ideas??
    BTW, we are using JDev 9.0.4

    I assume this is when the application is deployed, right?
    You should just have to change the value for welcome-file-list in the web.xml.
    -SteveA

  • Dump after first flexible load update

    Hi!
    Can somebody please describe the problem. First flexible load from cons monitor goes ok and the data is written to info-cube. After that when I tried to do the same thing to any another cons unit, or to test the same I have a dump message:
    Runtime Errors         DATREF_NOT_ASSIGNED
    Date and Time          04.09.2008 11:23:26
    Short dump has not been completely stored (too big)
    Short text
         No access possible via the 'NULL' data reference
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_UC_REPUNIT_HRY_INH_TI======CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         There was an attempt to access a data object via a 'NULL' data
         reference (points to 'nothing').
         A data reference must point to data object before it can be used to
         access the referenced data object.
         The reference was either never set or it was set to 'NULL' using the
         CLEAR statement.
    Thanks for any help!

    Hi,
    I see two possible means:
    1. Something is wrong with your hierarchy of ConsUnits (or with units themselves) -- try to check if your unit have the FYV, local currency, period of first data entry (in the appropriate cons group) and the like -- all info related to units (and their combinations) and their hierarchy.
    if it doesn't help, then
    2. Look for OSS notes.

  • Delta Update Problem when loading to Cube

    Dear all.
    Scenario:
    DataSources 2LIS_18_NOTIF and 2LIS_18_I0TASK are extracted to ODS Daily which is a Delta Update.Weekly once they are updated to cube which is also Delta Update.This is automated by a process chain.
    DataSource 2LIS_18_NOTIF failed on 27.07.2005 which we did not notice.Datasource 2LIS_18_IOTASK is fine.I did a repeat delta for 2LIS_18_NOTIF which is successful.Data upto ODS is fine.
    Now the problem is loading data from ODS to cube which is Delta Update to be loaded every week.There are some Update rules written in which <b>sy-datum</b> is used.
    Proposed Solution:
    Change sy-datum for every monday date and do the delta update for 7 2LIS_18_I0TASK requests and 1  2LIS_18_NOTIF request.Delete the request from Cube,to remove delta management for 2LIS_18_NOTIF request.Now load for second week with 7 2LIS_18_I0TASK requests and the same 2LIS_18_NOTIF.Do this for all weeks and finally reconstruct all the requests which are deleted from cube.
    if i follow the above approach can there be any Data inconsistency?
    please help me to resolve this issue.
    Regards
    Ravi.

    Hi Ravi,
    If you are going to make a code change, which it looks like you are going to do, then I would suggest the following:
    - Create an InfoObject called ZMondayd. Define is a type date, and allow master data.
    - Input in the date you want your update rules to use
    - In the update rule, change the code to read the value from the InfoObject, not sy-datum.
    - Load your data.
    I would also set up a process to update the InfoObject on a weekly basis to hold the date that you want. By using this method, if for some reason or another this process fails, you do not have to make any code changes, just maintain the InfoObject with the correct date, and reload the data.
    Cheers! Bill

  • Why we load Master data first before loading Transaction data

    Hi Experts,
    why we load Master data first before loading Transaction data, specify any reasons for that ? Is it mandatory to load MD first ?
    I will allocate points to those who help me in detail. My advance thanks who respond to my query.
    Edited by: Nagireddy Pothireddy on Mar 10, 2008 8:17 AM

    Hi Nagireddy,
    I hope this helps....
    The bottom line for building cubes it to view facts against dimensions. When i say facts these are the key-figures i.e sales volume, Sales vat etc against some characteristics like sales Area,  Cost center , plant.
    Basically charateristics are those against which key-figures are measures like Costcenter, plant, material etc.
         Dimensions are a grouping of related characteristic. So basically a cube has a central fact table with dimesions associated to it in a relational schema. Imagine now you want to view a key figure Sales Volume against a dimension plant. when you consider plant , it has a distribution channel, purchasing organisation , company code, sales area, region etc associated with it. So which form the attributes of plant and also have some or the other description (texts) and aslo hierarchy. first we load the master data and then the transaction data follows.

  • How to do a  Delta after a Full load for an ODS

    Hi all,
    How to do set up a delta after a full load for an ODS ?
    Thanks
    S N

    Dear SN,
    When ever you already have some Init Requests and Full Requests , your Delta will not be activated for the ODS.
    Now Just use RSSM_SET_REPAIR_FULL_FLAG to make all your Full requests in to Repair requests. then go to IP Delete your Init Req, Then load a Init Req without data transfer if you feel that all your history till date is available or else, you can always load Repair requests, by setting the same in the Infopackage -->Scheduler in the menu , for all your history data .
    Hope this helps.
    Thanks
    Krish
    *Assigning points is way of sayin Thanks in SDN

  • Safari Locking Up After First Page Loads

    ...and sometimes even before the first page loads. I tried trashing those 3 files that iBod said, but it didn't do anything. Here's my error log:
    Date/Time: 2006-01-17 23:33:02.997 -0600
    OS Version: 10.4.4 (Build 8G32)
    Report Version: 3
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [67]
    Version: 2.0.3 (417.8)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 4170800
    PID: 458
    Thread: 2
    Exception: EXC_BREAKPOINT (0x0006)
    Code[0]: 0x00000001
    Code[1]: 0x90b2f620
    Thread 0:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x902b0114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x902afa18 CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x920191e0 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x92018874 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x920186e0 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x9250b104 _DPSNextEvent + 384
    8 com.apple.AppKit 0x9250adc8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.Safari 0x000072d4 0x1000 + 25300
    10 com.apple.AppKit 0x9250730c -[NSApplication run] + 472
    11 com.apple.AppKit 0x925f7e68 NSApplicationMain + 452
    12 com.apple.Safari 0x0005cfdc 0x1000 + 376796
    13 com.apple.Safari 0x0005ce80 0x1000 + 376448
    Thread 1:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x902b0114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x902afa18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x90b23664 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x90b2359c -[NSRunLoop run] + 76
    6 com.apple.WebKit 0x94133410 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0x90b146d4 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 2 Crashed:
    0 com.apple.Foundation 0x90b2f620 _NSRaiseError + 264
    1 com.apple.Foundation 0x90b2f35c +[NSException raise:format:] + 40
    2 com.apple.Foundation 0x90b52044 -[NSConcreteFileHandle readDataOfLength:] + 508
    3 com.apple.Foundation 0x90b52844 -[NSHTTPCookieDiskStorage(NSInternal) _saveCookies] + 292
    4 com.apple.Foundation 0x90b525ec saveTimerCallback + 96
    5 com.apple.CoreFoundation 0x902c3aec __CFRunLoopDoTimer + 184
    6 com.apple.CoreFoundation 0x902b0464 __CFRunLoopRun + 1680
    7 com.apple.CoreFoundation 0x902afa18 CFRunLoopRunSpecific + 268
    8 com.apple.Foundation 0x90b3bb9c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    9 com.apple.Foundation 0x90b146d4 forkThreadForFunction + 108
    10 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 com.apple.CoreFoundation 0x902b0114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x902afa18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x90b3ccdc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x90b146d4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f20c select + 12
    1 com.apple.CoreFoundation 0x902c29a8 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002b8a8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x9003001c pthreadcondwait + 488
    2 com.apple.Foundation 0x90b1b840 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9b6a950c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x90b146d4 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 2 crashed with PPC Thread State 64:
    srr0: 0x0000000090b2f620 srr1: 0x000000000202f030 vrsave: 0x0000000000000000
    cr: 0x24024422 xer: 0x0000000000000007 lr: 0x0000000090b2f5f8 ctr: 0x0000000090af145c
    r0: 0x0000000000000000 r1: 0x00000000f0182400 r2: 0x00000000a0aef508 r3: 0x00000000f0181fb0
    r4: 0x0000000000000000 r5: 0x0000000090af0d84 r6: 0x00000000f0182034 r7: 0x00000000000000ff
    r8: 0x00000000f0182020 r9: 0x00000000004c3b20 r10: 0x000000009091e648 r11: 0x0000000024024422
    r12: 0x0000000090af145c r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x00000000a0b12720 r18: 0x00000000a0b12720 r19: 0x00000000a0b12720
    r20: 0x000000000000000c r21: 0x00000000ffffffff r22: 0x00000000004c32d8 r23: 0x00000000909885cc
    r24: 0x0000000000000000 r25: 0x0000000005af1000 r26: 0x0000000005626a70 r27: 0x00000000ffffffff
    r28: 0x0000000005683c90 r29: 0x00000000a0af5d28 r30: 0x00000000ffffffff r31: 0x0000000090b2f528
    Binary Images Description:
    0x1000 - 0xdafff com.apple.Safari 2.0.3 (417.8) /Applications/Safari.app/Contents/MacOS/Safari
    0x3f1000 - 0x3f3fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x8fe00000 - 0x8fe54fff dyld 44.2 /usr/lib/dyld
    0x90000000 - 0x901b3fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x9020c000 - 0x9025ffff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9028d000 - 0x90366fff com.apple.CoreFoundation 6.4.4 (368.25) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x903b0000 - 0x90688fff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x906ee000 - 0x9075cfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90826000 - 0x90826fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908fe000 - 0x908fefff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9091b000 - 0x9099ffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x909fa000 - 0x90a86fff com.apple.DesktopServices 1.3.1 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90aef000 - 0x90d19fff com.apple.Foundation 6.4.2 (567.21) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90ef3000 - 0x90f4dfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90f8d000 - 0x90f8dfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90fb1000 - 0x90fbdfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x91037000 - 0x91037fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x910ca000 - 0x91102fff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x91157000 - 0x9117bfff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9125b000 - 0x91318fff com.apple.QD 3.8.18 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91402000 - 0x91412fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9146d000 - 0x91481fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9149d000 - 0x914a8fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x914b4000 - 0x914c1fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x914e8000 - 0x914fdfff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91510000 - 0x91562fff com.apple.NavigationServices 3.4.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9158f000 - 0x9159efff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x915a7000 - 0x915b3fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91630000 - 0x91648fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91a18000 - 0x91a3dfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91a97000 - 0x91c5afff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91df2000 - 0x91e34fff com.apple.LaunchServices 10.4.6 (168.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x92011000 - 0x92323fff com.apple.HIToolbox 1.4.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92470000 - 0x924cefff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92503000 - 0x92b36fff com.apple.AppKit 6.4.4 (824.33) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92ec4000 - 0x93201fff com.apple.CoreGraphics 1.256.30 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93302000 - 0x93317fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x9331f000 - 0x9344dfff com.apple.AddressBook.framework 4.0.3 (483) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x936bc000 - 0x936d4fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9396c000 - 0x93989fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x93992000 - 0x93a13fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93a6d000 - 0x93a89fff com.apple.securityfoundation 2.1 (24988) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93b46000 - 0x93bcdfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93c40000 - 0x93c84fff com.apple.securityinterface 2.1 (24981) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94131000 - 0x941bdfff com.apple.WebKit 417.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9426e000 - 0x947fefff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94872000 - 0x94b82fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94c83000 - 0x94d15fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94d3b000 - 0x94da0fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94e77000 - 0x94f6cfff com.apple.JavaScriptCore 417.8 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x9540a000 - 0x9550cfff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x9565d000 - 0x95725fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x957a7000 - 0x957b7fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x957fb000 - 0x95804fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9580c000 - 0x9581efff libauto.dylib /usr/lib/libauto.dylib
    0x95afb000 - 0x95b6bfff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95c6b000 - 0x95c95fff com.apple.Metadata 10.4.4 (121.34) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95efd000 - 0x95f26fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x95f2f000 - 0x95f6cfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x96002000 - 0x96006fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x96120000 - 0x961edfff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x96262000 - 0x96262fff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x962b6000 - 0x962eefff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x96319000 - 0x9635afff com.apple.CFNetwork 10.4.4 (129.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96554000 - 0x96605fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9720f000 - 0x9722efff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x97421000 - 0x9745bfff com.apple.ImageIO.framework 1.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x97478000 - 0x9747cfff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x97501000 - 0x9751efff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x976b4000 - 0x976cdfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x976d5000 - 0x97706fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x9770e000 - 0x97751fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9784d000 - 0x97917fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9798b000 - 0x9798bfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97af2000 - 0x97c6afff com.apple.QuartzCore 1.4.5 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9b55c000 - 0x9b564fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x9b6a6000 - 0x9b6dcfff com.apple.Syndication 1.0.3 (49) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9b6fc000 - 0x9b70efff com.apple.SyndicationUI 1.0.3 (49) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x9e33b000 - 0x9e35bfff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9ea04000 - 0x9ea12fff libz.1.dylib /usr/lib/libz.1.dylib
    0x9f2d5000 - 0x9f304fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9f314000 - 0x9f323fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9f32b000 - 0x9f358fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9f35f000 - 0x9f380fff com.apple.DirectoryService.Framework 3.0 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9f38d000 - 0x9f697fff com.apple.WebCore 417.17 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9f81e000 - 0x9f884fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9f8b5000 - 0x9f8c5fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9f8d1000 - 0x9f8fefff com.apple.openscripting 1.2.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9f918000 - 0x9f936fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9f941000 - 0x9f991fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9f99a000 - 0x9fa88fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9fa8b000 - 0x9fb0bfff com.apple.audio.CoreAudio 3.0.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9fb4a000 - 0x9fb67fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9fb79000 - 0x9fc63fff com.apple.vImage 2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9fc6b000 - 0x9fc6efff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9fc70000 - 0x9fcdffff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x9fcf6000 - 0x9fcfefff libbsm.dylib /usr/lib/libbsm.dylib
    0x9fd02000 - 0x9fd82fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9fdcc000 - 0x9fde0fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9fdee000 - 0x9fe81fff com.apple.print.framework.PrintCore 4.3 (172.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9fec8000 - 0x9ffa6fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x9ffc6000 - 0x9ffedfff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    Model: PowerBook5,4, BootROM 4.8.6f0, 1 processors, PowerPC G4 (1.1), 1.33 GHz, 1.25 GB
    Graphics: ATI Mobility Radeon 9700, ATY,RV360M11, AGP, 64 MB
    Memory Module: SODIMM0/J25LOWER, 1 GB, DDR SDRAM, PC2700U-25330
    Memory Module: SODIMM1/J25UPPER, 256 MB, DDR SDRAM, PC2700U-25330
    AirPort: AirPort Extreme, 404.2 (3.90.34.0.p16)
    Modem: Jump, , V.92, Version 1.0,
    Bluetooth: Version 1.7.0f18, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Internal Modem, PPP (PPPSerial), modem
    Network Service: AirPort, AirPort, en1
    PCI Card: TXN,PCIXXXX-00, cardbus, PC Card
    Parallel ATA Device: MATSHITACD-RW CW-8123,
    Parallel ATA Device: FUJITSU MHT2060AT, 55.89 GB
    USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 500 mA

    Hi Jeffrey,
    I'm not sure what files I suggested to delete but this:
    3 com.apple.Foundation 0x90b52844 -[NSHTTPCookieDiskStorage(NSInternal) _saveCookies] + 292
    would seem to indicate that your Cookies file is corrupt.
    Try dragging /Users/YourUsername/Library/Cookies/Cookies.plist onto your Desktop and then retry Safari.
    Hope that helps!

Maybe you are looking for