Problem with Corelation in BPM

Hi,
   I am desighning the multiple idoc to file scenario with reference to following blog.
https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2223. [original link is broken] [original link is broken] [original link is broken]
in adition to above blog, i created the time-out as '3' minutes.
the problem is, my idoc's are not bundled.
i think, this is problem of corelation.
in my idoc, one field name is DOCNUM.
when it is not equal to'0',then i have to bundle.
could you please let me know, how i have to include that condition.
regards
akhil
Edited by: Akhil Rastogi on Mar 11, 2008 12:10 PM

Hi,
      i have also same problem but we got only one idoc always.
         in my scenario, i have to bundle based on control record field- MANDT.
can you get at least one IDoc??
yes.
did you set and ACTIVE the correlation?
yes,i configure the correlation editor accordingly.
could you please let me know. what was the problem.
reagrds
mahesh.

Similar Messages

  • Problem with multimapping in BPM

    Hy,
    I still have a problem with a multimapping in BPM. I add a new message into the input message of the mapping definition. I have now 10 input message mapped to a Idoc. I have the problem that yet the last message is no more treated by the mapping step.
    Anyone can help me.
    Thanks

    Hi,
    After adding the new input file, the cache may not be refreshed properly.
    Please refer to this for Cache Refresh:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47a79301290">How to Handle Caches in SAP XI 3.0</a>
    JE

  • Problem with EOIO in BPM Send Step

    Hi All
    We have 3 async send steps one after the other and it must be EOIO.
    Even after giving the same Queue Name (EOIO) in all the 3 Send Steps it is working as EO.
    Do we need to do any more configurations ??
    Will this Queue Name appear in XML monitoring ??
    We are on XI 3.0 SP15.
    Thanks in Advance.
    Regards
    Chemmanz

    Hi,
    The messages persisted in the BPM can be sent to many receivers.
    So, whenever we configure a BPM, in our scenario, the BPE assumes that the messages coming in to the BPM instance, could be sent to many receivers.
    The QOS EOIO, does not support sending the same message to mutiple receivers.
    However, with QOS EO, the message is duplicated and sent to multiple receivers.
    Now, since, the BPE assumes that every message coming in, is sent to multiple receivers, it uses the QOS EO, no matter what QOS was set before.
    Regards,
    Smitha.

  • Problem with BPM Receive step

    Hy all,
    I have a strage Problem with a BPM Definition into a receive step. I receive from SAP System IDoc and (per dynamic receive determination) I receive it into BPM.
    But the Block that contains the receive Step can't be executed. I get following error message from XI :
    Error when executing work item '000000177354'
    Error when starting work item 000000177354
    Work item 000000177345: Object FLOWITEM method EXECUTE cannot be executed
    Error when executing work item '000000177354'
    Runtime handle of object type  could not be created
    Exception 'ex_EDIFactOrder_received' caught and transferred to the exception handler
    Error when executing work item '000000177354'
    Could anyone help me please.
    Thank's a lot.
    Mat

    I have following scenario :
    Block 1
    1) Infinite Loop with receive step
    2) exception creation (2 minutes) (parallel to 1))
    3) exception  handler (parallel to 1))
    Block 2
    1) Mapping steps + send Steps + container Operation steps (set of flag)
    2) Exception handler (paralle to 1))
    Block 3
    1) receive steps (where I get the error message)
    I hope it's OK
    Cheers
    Mat

  • Remote JDBC Problem with Oracle BPM Studio

    Hi all, i am facing the Remote JDBC Problem with Oracle BPM Studio.
    When i configure a Remote JDBC Connection for SQL in BPM Studio, it prompt me an error.
    The SQL Connection is configured as following :
    External Resource:
    Name : MyDS
    Type : SQL Database
    Supported Types : Remote JDBC
    Details:
    Database Type : BPM's Oracle Driver Version:10, 11
    J2EE : WLS
    Lookup Name : MyAppDS
    Configuration for "WLS"
    Name : WLS
    Type : J2EE Application Server
    Supported Types : GENERIC_J2EE
    Details:
    Initial Context Factory : weblogic.jndi.WLInitialContextFactory
    URL : t3://localhost:7001
    But, when i try to connect to the Database by using this configuration, I will get an Exception.
    An exception occurred while getting a resource from a connector.
    Detail:The connector [[ MyDS : SQL : REMOTE_JDBC ]] caused an exception when getting a resource.
    Caused by: An exception occurred while getting a resource from a connector.
    Detail:The connector [[ WLS : J2EE : J2EE ]] caused an exception when getting a resource.
    Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [[ Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory ]]
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at fuego.jndi.FaultTolerantContext.createContext(FaultTolerantContext.java:726)
         at fuego.jndi.FaultTolerantContext.<init>(FaultTolerantContext.java:79)
         at fuego.connector.impl.GenericJ2EEConnector.createInitialContext(GenericJ2EEConnector.java:177)
         at fuego.connector.impl.GenericJ2EEConnector.createStandaloneContext(GenericJ2EEConnector.java:98)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:92)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:76)
         at fuego.connector.J2EEHelper.getReadOnlyContext(J2EEHelper.java:86)
         ... 12 more
    Edited by: user2262377 on Jun 22, 2009 4:01 PM

    I guess the weblogic.jar is not included in the studio.
    So, i added weblogic.jar (Weblogic 10.3) and wlclient.jar (Weblogic 10.3)
    It is working in my simple java code. But, still not working in BPM Studio.
    The error logs:
    An exception occurred while getting a resource from a connector.
    Detail:The connector [OFT_APP_DS:SQL:REMOTE_JDBC] caused an exception when getting a resource.
    Caused by: java.lang.Object cannot be cast to java.io.Serializable
    fuego.connector.ConnectorException: An exception occurred while getting a resource from a connector.
    Detail:The connector [OFT_APP_DS:SQL:REMOTE_JDBC] caused an exception when getting a resource.
         at fuego.connector.ConnectorException.exceptionOnGetResource(ConnectorException.java:88)
         at fuego.connector.JDBCHelper.getReadOnlyConnection(JDBCHelper.java:93)
         at fuego.sqlintrospector.BrowserPanel.connect(BrowserPanel.java:395)
         at fuego.sqlintrospector.BrowserPanel.populateTree(BrowserPanel.java:200)
         at fuego.ui.wizards.ui.CheckTreeBrowser$1.construct(CheckTreeBrowser.java:63)
         at fuego.ui.SwingWorker$2.run(SwingWorker.java:39)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassCastException: java.lang.Object cannot be cast to java.io.Serializable
         at weblogic.iiop.IIOPOutputStream.writeAny(IIOPOutputStream.java:1588)
         at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2231)
         at weblogic.utils.io.ObjectStreamClass.writeFields(ObjectStreamClass.java:413)
         at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:235)
         at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:225)
         at weblogic.corba.utils.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:182)
         at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:1963)
         at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:2001)
         at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2266)
         at weblogic.jdbc.common.internal.RmiDataSource_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

  • Problem with BPM: no receive step found for message ....

    Hello,
    I have the follwing problem with a BPM ina PI 7.3 system.
    I created a BPM for the following 'process':
    We will receive an IDOC from SAP ECC, then call a synchronous webservice and finally send the result back to ECC.
    I created my BPM.
    Now when I send the IDOC, the interface is triggered but it gets stuck in the queue with message 'No receive step found for message ...'. I get this message when I go to Tx SMQ2 and try to simulate the message
    I have already refreshed the CPA cache without result however.
    in SXI_CACHE I can find my IP* and the status = '0' ( So i guess this is OK )
    I do not use correlations in my BPM.
    In my configuration I can find my sender agreement and interface determination towards the service (abstract) which is defined in the receive step of the BPM.
    Does anybody have any ideas what can be wrong ?
    Thanks,
    Erwin
    Edited by: Erwin Van Lysebetten on Oct 27, 2011 10:37 AM

    Hi Erwin, delete Integration Process  in the Directory Integration and import it again.

  • Problem with BPM fix

    We all know about the BPM switch fix for finding and removing dead entries from iTunes, but I have encountered a (big) problem with this. Actually, two problems, one big, and one slightly smaller:
    1. As anyone who has done this knows, it takes quite a while to write the new information to all your files, especially if you have a lot (I have 5000 songs).
    2. The bigger problem is that once you do this, syncing with you iPod takes over an hour, because every file has to be replaced.
    I don't understand why iTunes can't just let show you a list of all the files that it can't find, instead of having to use a ghetto workaround like the BPM switch. If anyone has any OTHER workaround that doesn't cause this to happen, please let me know...I'll be here for a while as I wait for my ipod to finish updating....

    I don't know what the "BPM Fix" is, but my fix for removing for finding dead entries is much simpler.
    Download one of these scripts:
    http://otto.homedns.org/itunes/RemoveDeadTracks.txt
    http://otto.homedns.org/itunes/FindDeadTracks.txt
    Save them to your hard drive and rename them to have a ".js" extension.
    While iTunes is running, double click one of them to run them. The Remove one will remove all dead tracks from your library. The Find one will just create a text file with the names of these tracks instead.
    "Dead tracks" being anything that will have a ! beside it in iTunes.
    *The RemoveDeadTracks script is the same one included in Apple's iTunes COM SDK. It's unmodified.
    *The FindDeadTracks script is my modified version of same.

  • Problem with RFC Communication in BPM

    Hi,
       I'm again facing problem with transfer of
    File->RFC->File scenario.The error in sxmb_moni is given below .
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30"
    xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"
    SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="MAPPING">JCO_COMMUNICATION_FAILURE</SAP:Code>
      <SAP:P1>Error opening an RFC connection.</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>&quot;COMMUNICATION FAILURE&quot; during JCo call. Error
    opening an RFC connection.</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Can anyone help me in fixing out this problem.
    Regards,
    Prashanth K.R,

    Hi Prashant,
    Just click onto your namespace and verify the details given in the "Connection data for import from SAP system". Check whether its matching the system from where you have called the RFC.
    hope this will help u.
    regards
    divya
    Message was edited by: Divya Nambiar

  • Problem with BPM tutorial in WLI2.1

    Hi all,
    I got a problem while running the BPM Tutorial in WLI2.1 which is
    about Purchase Order. I have import Tutorial.jar and set active to the
    workflow. When the workflow start and flow to the node "Check
    Inventory", an exception threw as shown:
    The server was unable to complete your request.
    System error: Unable to load class object for remote interface of type
    "com.bea.wlpi.tour.po.PurchaseOrderHome";
    java.lang.ClassNotFoundException:
    com.bea.wlpi.tour.po.PurchaseOrderHome.
    Workflow error: com.bea.wlpi.common.WorkflowException: Unable to load
    class object for remote interface of type
    "com.bea.wlpi.tour.po.PurchaseOrderHome";
    java.lang.ClassNotFoundException:
    com.bea.wlpi.tour.po.PurchaseOrderHome.
    <<no stack trace available>>
    I used the domain "bpmdomain" in WLI2.1. It seems to me that the
    Business operation was set properly and the related EJB can be called by
    writing an EJB client. But why the BPM can't call that EJB create()? Is
    there anything I have missed to set?
    Thx a lot.
    Regards,
    Karen

    Sounds like something's messed up. Make sure pobean.jar is in
    $WLI_HOME/lib, and deployed in config/bpmdomain/config.xml as part of the
    WLI Application.
    "Karen Law" <[email protected]> wrote in message
    news:[email protected]..
    Hi all,
    I got a problem while running the BPM Tutorial in WLI2.1 which is
    about Purchase Order. I have import Tutorial.jar and set active to the
    workflow. When the workflow start and flow to the node "Check
    Inventory", an exception threw as shown:
    The server was unable to complete your request.
    System error: Unable to load class object for remote interface of type
    "com.bea.wlpi.tour.po.PurchaseOrderHome";
    java.lang.ClassNotFoundException:
    com.bea.wlpi.tour.po.PurchaseOrderHome.
    Workflow error: com.bea.wlpi.common.WorkflowException: Unable to load
    class object for remote interface of type
    "com.bea.wlpi.tour.po.PurchaseOrderHome";
    java.lang.ClassNotFoundException:
    com.bea.wlpi.tour.po.PurchaseOrderHome.
    <<no stack trace available>>
    I used the domain "bpmdomain" in WLI2.1. It seems to me that the
    Business operation was set properly and the related EJB can be called by
    writing an EJB client. But why the BPM can't call that EJB create()? Is
    there anything I have missed to set?
    Thx a lot.
    Regards,
    Karen

  • Problem with Correlations/BPM

    Hello,
    we have a problem with our PI 7.1.
    We have created a ccBPM-Process with one correlation. The process is activated and runs quite good.
    The Problem is in the last step (its a receive-step) which uses a correlation.
    If we send the message, with the correlation into the process, we get an error of type (permanent error in inbound processing).
    Now, when we look into the queue-item (which contains the error) (smq2) we can see, that the generated proxy contains elements of an old data-type, which is already deleted.
    Thanks for your help.
    Edited by: Thorsten Gawantka on Oct 2, 2008 3:26 PM

    Hi Thorsten,
    Run RSWF_CRL_MAINTAIN to check active correlations.
    Then, run SWWL leaving blank all the fields (ID, Type, status ....)
    Check if there is any work item stuck. Delete all the items.
    Refresh all the caches.
    Go to SXI_CACHE and check That your Integration Process has the active version that you wish.
    Check return code is 0.
    Carlos

  • Tempo problems with imported wav files

    Hey everyone, sorry if there's a quick fix for this in the forums that I couldn't find, but I've been having some tempo problems with imported .wav files.
    Long story short, my system couldn't handle playing all the tracks for a song while recording drums, so I bounced out an mp3 of the song and put it in a new Logic file so my drummer could just play along to that as I recorded him. Unfortunately, the original song is at 167 bpm, but I forgot to change the bpm in the new Logic file with the .mp3 file of the song to 167 bpm, so it was left at the default 120 bpm.
    So, the drums were recorded at the correct 167 bpm, but Logic thinks that those new drum .wav files should be played at 120 bpm, so when I import my drum tracks back into the original file, they do not play correctly at all.
    I could get record it all again, but I wanted to check if there was a way I could salvage what I already have, since my drummer lives about an hour away right now and can't just come over whenever he wants.
    Thanks for the help! I really appreciate it.

    Hi,
    First, do not use MP3 in Logic, the sound quality is less than AIFF, WAV or CAF, and Logic has to decode it for playback, making it a heavier burden on the CPU than an uncoded audiofile, such as AIFF, WAV or CAF.
    Secondly, audio files are independent of Logic's tempo. If you bounce down an audio file in any format (other than Apple Loop), it will play back at the same speed, +regardless of Logics' tempo setting+, either at recording or playback. Logic doesn't 'think' anything. The BPM is only important to MIDI tracks, or to the spacing between audio files. The audio files themselves *are not affected* by the tempo setting. If you import an audio file of tempo 167 into a 120 BPM project, the file will still play at 167, only Logic will indicate the wrong bar positions.
    regards, Erik.

  • Problem with installing Paint shop Pro photo X2 on with Vista

    Trying to install Paint shop photo x2 on my note book but at the end of the installation it freezes and there seems to be some problem with "registering"...
    Corel (supplier of paint shop) now advised me to change some drivers but the links I received are for XP or lower versions.
    Is there anybody who had the same problem and find the solution?
    i have tried already several things (like shutting down norton, msconfig changes etc)....
    Thanks for your help!

    Hi
    I have noticed that not all programs and applications are compatible and support the Vista OS. Did you check if this program supports Vista?
    I think this should be clarified firstly.
    I would recommend contacting the Paint shop Pro manufacture for the troubleshooting.
    Good luck

  • CorelDraw problem with 10.4.3

    I'm not sure that this is the proper place for this. I don't think that this is a problem with OSX. After I installed 10.4.3, I've had problems loading CorelDraw 11 (from Allume Systems Creative Essentials) The loading process stops with an error message that indicates that there was a problem--an access error. This sounds like a memory problem. This same program works on my iMac with the same updated OSX. I only see this problem on my iBook 12in 1.33ghz with 512mb memory. I've tried re-installing and removing the plist file from the library to no avail. Sometimes the program loads and I can't figure out why this is a intermittent problem. I also have Corel Painter Essentials and this loads and runs ok. Is this a problem with not enough memory? Has anyone else had problems with 10.4.3 and certain programs (that I assume are memory hogs.?)
    iMac 20 rev B, iBook 12in 1.33ghz   Mac OS X (10.4.3)  

    I tried booting from my tiger dvd and ran disk utility to repair disk and repair permissions, then i boot from my HD and repaired permissions again... then... still no CorelDRAW! In fact, just to be sure, I ran the extended hardware check and everything "passed." So here's the log...
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x9073d260 CFStringGetCStringPtr + 408
    1 CdrPrn.DLL 0x154f7fc4 GetDefaultPrinterName__11WPrnPrinterFP7CStringP7CStringP7CString + 116
    2 CdrPrn.DLL 0x154df6b8 ct_11WPrnJobInfoFP12WPrnDocument + 216
    3 CdrPrn.DLL 0x1550509c ct_12WPrnSettingsFv + 236
    4 CdrPrn.DLL 0x154ce3a8 ct_12WPrnDocumentFP18WPrnEngineInstance + 88
    5 CdrPrn.DLL 0x154d9694 AddDocument__18WPrnEngineInstanceFv + 52
    6 CdrPrn.DLL 0x154d7610 CreateNewDocument__18WPrnEngineInstanceFPP12IPrnDocument + 128
    7 Draw.DLL 0x14d7a458 InitDocument__8CDrawDocFv + 568
    8 Draw.DLL 0x14d79fbc OnNewDocument__8CDrawDocFv + 124
    9 MacPort.DLL 0x004ef0f8 OpenDocumentFile__17CMultiDocTemplateFPCci + 264
    10 Draw.DLL 0x14cb207c OnNew__5CDrawFv + 268
    11 Draw.DLL 0x14d16760 ExecuteUsersOpenMethod__5CDrawFv + 880
    12 Draw.DLL 0x14d14430 InitInstance__5CDrawFv + 3104
    13 Draw.DLL 0x14d64c88 StartApp + 216
    14 Corel Draw App 0x000c1a80 WinMain_FP11HINSTANCE__P11HINSTANCE_Pci + 176
    15 Corel Draw App 0x000c1ba0 main + 192
    Thread 1:
    0 libSystem.B.dylib 0x9000b208 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b15c mach_msg + 60
    2 ...ple.CoreServices.CarbonCore 0x90b6e034 SwitchContexts + 96
    3 ...ple.CoreServices.CarbonCore 0x90b63cc4 YieldToThread + 372
    4 ...ple.CoreServices.CarbonCore 0x90b6df7c SetThreadState + 192
    5 ...ple.CoreServices.CarbonCore 0x90b6de98 SetThreadStateEndCritical + 144
    6 PowerPlant.DLL 0x010a1940 SemWait__7LThreadFP10LSemaphorelR4QHdrRUc + 176
    7 PowerPlant.DLL 0x0109f364 BlockThread__10LSemaphoreFl + 68
    8 PowerPlant.DLL 0x0109f210 Wait__10LSemaphoreFl + 96
    9 PowerPlant.DLL 0x0109fdcc Run__Q27LThread7CleanupFv + 44
    10 PowerPlant.DLL 0x010a2164 DoEntry__7LThreadFPv + 52
    11 ...ple.CoreServices.CarbonCore 0x90b6e0d8 InvokeThreadEntryUPP + 24
    12 ...ple.CoreServices.CarbonCore 0x90b6dcf8 CooperativeThread + 220
    13 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9002b8a8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x9003001c pthreadcondwait + 488
    2 ...ple.CoreServices.CarbonCore 0x90b41c34 MPWaitOnQueue + 224
    3 CdrRip.DLL 0x15d0fd84 ThreadFunc__9WMPThreadFPv + 52
    4 ...ple.CoreServices.CarbonCore 0x90bb2624 MPCFMTaskProc + 32
    5 ...ple.CoreServices.CarbonCore 0x90b41a44 PrivateMPEntryPoint + 76
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002b8a8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x9003001c pthreadcondwait + 488
    2 ...ple.CoreServices.CarbonCore 0x90b41c34 MPWaitOnQueue + 224
    3 CdrRip.DLL 0x15d0fd84 ThreadFunc__9WMPThreadFPv + 52
    4 ...ple.CoreServices.CarbonCore 0x90bb2624 MPCFMTaskProc + 32
    5 ...ple.CoreServices.CarbonCore 0x90b41a44 PrivateMPEntryPoint + 76
    6 libSystem.B.dylib 0x9002b200 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x000000009073d260 srr1: 0x100000000000f030 vrsave: 0x0000000000000000
    cr: 0x24004282 xer: 0x0000000000000000 lr: 0x000000009073d0d0 ctr: 0x000000009073d0c8
    r0: 0x00000000a073a674 r1: 0x00000000bfffe540 r2: 0x00000000a073a274 r3: 0x0000000000000000
    r4: 0x0000000000000000 r5: 0x00000000000003e8 r6: 0x0000000000000010 r7: 0x0000000000000004
    r8: 0x0000000000000004 r9: 0x000000000000001c r10: 0x000000001de01af2 r11: 0x0000000000000000
    r12: 0x00000000a0742b38 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x00000000003a00a0 r18: 0x00000000018fb600 r19: 0x00000000018fb600
    r20: 0x00000000175c64f0 r21: 0x00000000176afc90 r22: 0x00000000176b1b3c r23: 0x00000000175c01b4
    r24: 0x0000000017848188 r25: 0x00000000176ad6f4 r26: 0x0000000000000000 r27: 0x00000000003c6140
    r28: 0x0000000000000000 r29: 0x00000000a073ab68 r30: 0x0000000000000000 r31: 0x000000009073d0d0
    Binary Images Description:
    0x1000 - 0x2fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0xc1000 - 0xc1ffc Corel Draw App PEF binary: Corel Draw App
    0xc3000 - 0xff47b CorelRuntime.DLL PEF binary: CorelRuntime.DLL
    0x27f000 - 0x29cdb8 MacUtilities.DLL PEF binary: MacUtilities.DLL
    0x2a3000 - 0x2b03b8 MoreFiles.DLL PEF binary: MoreFiles.DLL
    0x2b1000 - 0x2b3743 UnixStubs.DLL PEF binary: UnixStubs.DLL
    0x313a50 - 0x313b02 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0x313d10 - 0x313dc5 CFMPriv_DVComponentGlue PEF binary: CFMPriv_DVComponentGlue
    0x314000 - 0x3140a3 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
    0x314120 - 0x314197 CFMPriv_System PEF binary: CFMPriv_System
    0x314440 - 0x314510 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x314590 - 0x314663 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x314740 - 0x3147fb CFMPriv_Help PEF binary: CFMPriv_Help
    0x314800 - 0x3148ca CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x314950 - 0x314a26 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0x314aa0 - 0x314b73 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x314c00 - 0x314ce5 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0x314d60 - 0x314e36 CFMPriv_OpenScriptingÔ£øMacBLib PEF binary: CFMPriv_OpenScriptingÔ£øMacBLib
    0x314f10 - 0x314fce CFMPriv_Print PEF binary: CFMPriv_Print
    0x314ff0 - 0x3150bd CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x315140 - 0x315222 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0x3152a0 - 0x315373 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x3153f0 - 0x3154c3 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x3155a0 - 0x315662 CFMPriv_AE PEF binary: CFMPriv_AE
    0x315670 - 0x315735 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x3157b0 - 0x315887 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x315910 - 0x3159f3 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0x315a70 - 0x315b4a CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x315bc0 - 0x315ca0 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x315d30 - 0x315e16 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0x315ef0 - 0x315fc7 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x315fd0 - 0x316092 CFMPriv_QD PEF binary: CFMPriv_QD
    0x316190 - 0x316279 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0x405000 - 0x6cffec MacPort.DLL PEF binary: MacPort.DLL
    0x6d0000 - 0x71f3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x71f3d0 - 0x7376bd Apple;Carbon;Multimedia PEF binary: Apple;Carbon;Multimedia
    0x738c00 - 0x73a98b Apple;Carbon;Networking PEF binary: Apple;Carbon;Networking
    0x7f7000 - 0x7f7f06 CrlCmnRes.DLL PEF binary: CrlCmnRes.DLL
    0x7f8000 - 0x7fac9f EraserToolCore.DLL PEF binary: EraserToolCore.DLL
    0x7fb000 - 0x7fd8aa GraphPperToolCore.DLL PEF binary: GraphPperToolCore.DLL
    0x7fe000 - 0x7fee03 CdrFntIntl.DLL PEF binary: CdrFntIntl.DLL
    0x7ff000 - 0x7ffdf3 CrlUtlIntl.DLL PEF binary: CrlUtlIntl.DLL
    0x1008000 - 0x11872c4 PowerPlant.DLL PEF binary: PowerPlant.DLL
    0x1753000 - 0x17b5a5e CdrFnt.DLL PEF binary: CdrFnt.DLL
    0x17b6000 - 0x17e8548 CdrCrv.DLL PEF binary: CdrCrv.DLL
    0x17e9000 - 0x17f6cfc CrlTwain.DLL PEF binary: CrlTwain.DLL
    0x17f7000 - 0x17ff958 CdrIUI.DLL PEF binary: CdrIUI.DLL
    0x14ba8000 - 0x151f305b Draw.DLL PEF binary: Draw.DLL
    0x151f4000 - 0x1530b701 CrlUtl.DLL PEF binary: CrlUtl.DLL
    0x1530c000 - 0x15420f9e CrlCtl.DLL PEF binary: CrlCtl.DLL
    0x15421000 - 0x156c2431 CdrPrn.DLL PEF binary: CdrPrn.DLL
    0x156c3000 - 0x15764053 CrlClr.DLL PEF binary: CrlClr.DLL
    0x15765000 - 0x1599ed44 CdrGfx.DLL PEF binary: CdrGfx.DLL
    0x1599f000 - 0x15b29fc7 CrlCui.DLL PEF binary: CrlCui.DLL
    0x15b2a000 - 0x15d3b8ef CdrRip.DLL PEF binary: CdrRip.DLL
    0x15d3c000 - 0x15d9607e CdrFlt.DLL PEF binary: CdrFlt.DLL
    0x15d97000 - 0x15db8ae2 CrlWeb.DLL PEF binary: CrlWeb.DLL
    0x15db9000 - 0x15fa8c36 CrlFrmWk.DLL PEF binary: CrlFrmWk.DLL
    0x15fa9000 - 0x15fc113c crli18n.DLL PEF binary: crli18n.DLL
    0x15fc2000 - 0x16087bb5 CrlFOMUI.DLL PEF binary: CrlFOMUI.DLL
    0x16088000 - 0x160df980 CrlFOM.DLL PEF binary: CrlFOM.DLL
    0x160e0000 - 0x164ea2cb CdrCore.DLL PEF binary: CdrCore.DLL
    0x164eb000 - 0x16616696 CdrImg.DLL PEF binary: CdrImg.DLL
    0x16617000 - 0x1662d830 CdrMac.DLL PEF binary: CdrMac.DLL
    0x1662e000 - 0x16657fbd CdrOdm.DLL PEF binary: CdrOdm.DLL
    0x16658000 - 0x16662097 CdrOle.DLL PEF binary: CdrOle.DLL
    0x16663000 - 0x166826f7 CdrPlg.DLL PEF binary: CdrPlg.DLL
    0x16683000 - 0x166a1762 CdrPM.DLL PEF binary: CdrPM.DLL
    0x166a2000 - 0x16705c76 CdrSty.DLL PEF binary: CdrSty.DLL
    0x16706000 - 0x169f486f CdrTra.DLL PEF binary: CdrTra.DLL
    0x169f5000 - 0x16b1178a CdrTxt.DLL PEF binary: CdrTxt.DLL
    0x16b12000 - 0x16bee2dd CdrTxtUI.DLL PEF binary: CdrTxtUI.DLL
    0x16bef000 - 0x16d35c3b CdrUI.DLL PEF binary: CdrUI.DLL
    0x16d36000 - 0x16d47666 CdrWip.DLL PEF binary: CdrWip.DLL
    0x16d48000 - 0x16d73668 CrlHex.DLL PEF binary: CrlHex.DLL
    0x16d74000 - 0x16d9709d CrlVfx.DLL PEF binary: CrlVfx.DLL
    0x16d98000 - 0x16da6986 WritingTools.DLL PEF binary: WritingTools.DLL
    0x16da7000 - 0x16f7f810 CrlIUI.DLL PEF binary: CrlIUI.DLL
    0x16f80000 - 0x16fa8914 ATL.DLL PEF binary: ATL.DLL
    0x16fa9000 - 0x16ffc53c CdrPdfUI.DLL PEF binary: CdrPdfUI.DLL
    0x16ffd000 - 0x170188e2 ArtMediaToolCore.DLL PEF binary: ArtMediaToolCore.DLL
    0x17019000 - 0x17133e0c BaseToolCore.DLL PEF binary: BaseToolCore.DLL
    0x17134000 - 0x17157ad7 BezierFHToolCore.DLL PEF binary: BezierFHToolCore.DLL
    0x17158000 - 0x1716a15f ConnectorToolCore.DLL PEF binary: ConnectorToolCore.DLL
    0x1716b000 - 0x171d7874 ContourTool.DLL PEF binary: ContourTool.DLL
    0x171d8000 - 0x171e776a DimensionToolCore.DLL PEF binary: DimensionToolCore.DLL
    0x171e8000 - 0x17231eb1 DistortionTool.DLL PEF binary: DistortionTool.DLL
    0x17232000 - 0x1729e7be DropShadowTool.DLL PEF binary: DropShadowTool.DLL
    0x1729f000 - 0x172a850c EllipseToolCore.DLL PEF binary: EllipseToolCore.DLL
    0x172a9000 - 0x17302648 EnvPerspTool.DLL PEF binary: EnvPerspTool.DLL
    0x17303000 - 0x173bb566 ExtrudeTool.DLL PEF binary: ExtrudeTool.DLL
    0x173bc000 - 0x173c7a1d EyeDrpprToolCore.DLL PEF binary: EyeDrpprToolCore.DLL
    0x173c8000 - 0x173fb6d1 FillToolCore.DLL PEF binary: FillToolCore.DLL
    0x173fc000 - 0x17406237 KnifeToolCore.DLL PEF binary: KnifeToolCore.DLL
    0x17407000 - 0x174093ec LiveShapeToolCore.DLL PEF binary: LiveShapeToolCore.DLL
    0x1740a000 - 0x1741990a MeshFillToolCore.DLL PEF binary: MeshFillToolCore.DLL
    0x1741a000 - 0x1743f9d4 NodeEditToolCore.DLL PEF binary: NodeEditToolCore.DLL
    0x17440000 - 0x1744faf7 OutlineToolCore.DLL PEF binary: OutlineToolCore.DLL
    0x17450000 - 0x1745f456 PickToolCore.DLL PEF binary: PickToolCore.DLL
    0x17460000 - 0x17468e6d PolygonToolCore.DLL PEF binary: PolygonToolCore.DLL
    0x17469000 - 0x1746ce9c SpiralToolCore.DLL PEF binary: SpiralToolCore.DLL
    0x1746d000 - 0x17470494 RectangleToolCore.DLL PEF binary: RectangleToolCore.DLL
    0x17471000 - 0x1747bc5f TextTool.DLL PEF binary: TextTool.DLL
    0x1747c000 - 0x1748d2ef TrnsprncyToolCore.DLL PEF binary: TrnsprncyToolCore.DLL
    0x1748e000 - 0x174939bb ZoomPanToolCore.DLL PEF binary: ZoomPanToolCore.DLL
    0x17494000 - 0x17494e43 CrlCtlIntl.DLL PEF binary: CrlCtlIntl.DLL
    0x17495000 - 0x174a3ff5 CrlPPD.DLL PEF binary: CrlPPD.DLL
    0x174a4000 - 0x174a52dd CdrPrnIntl.DLL PEF binary: CdrPrnIntl.DLL
    0x174a6000 - 0x17501f60 KodakCMSC PEF binary: KodakCMSC
    0x17502000 - 0x17502dc0 CrlClrIntl.DLL PEF binary: CrlClrIntl.DLL
    0x17503000 - 0x17503aca CrlCuiIntl.DLL PEF binary: CrlCuiIntl.DLL
    0x17504000 - 0x1751816e CdrAutosense.DLL PEF binary: CdrAutosense.DLL
    0x17519000 - 0x17519ea2 CrlFrmWkIntl.DLL PEF binary: CrlFrmWkIntl.DLL
    0x1751a000 - 0x17558273 CrlLShape.DLL PEF binary: CrlLShape.DLL
    0x17559000 - 0x17559e03 CdrTxtIntl.DLL PEF binary: CdrTxtIntl.DLL
    0x1755a000 - 0x1755a98d IUIIntl.DLL PEF binary: IUIIntl.DLL
    0x1755b000 - 0x1755c2dd CdrPDFIntl.DLL PEF binary: CdrPDFIntl.DLL
    0x17bdb000 - 0x17c55696 CrlPreflight.DLLCrlClr.DLL PEF binary: CrlPreflight.DLLCrlClr.DLL
    0x17c56000 - 0x17c571db CrlPreflightIntl.DLL PEF binary: CrlPreflightIntl.DLL
    0x17c73000 - 0x17cb993c SymbolTool.DLL PEF binary: SymbolTool.DLL
    0x17daa000 - 0x17daa9cf DrawIntl.DLL PEF binary: DrawIntl.DLL
    0x17ea1000 - 0x17ea19cf ComponentIntl.DLL PEF binary: ComponentIntl.DLL
    0x17f03000 - 0x17f039cf CrlFXIntl.DLL PEF binary: CrlFXIntl.DLL
    0x17f0e000 - 0x17f0e9cf CrlFXControlsIntl.DLL PEF binary: CrlFXControlsIntl.DLL
    0x17fe9000 - 0x17fecb7d PolyLineToolCore.DLL PEF binary: PolyLineToolCore.DLL
    0x17fed000 - 0x17ff0b39 ThreePtToolCore.DLL-9e59-2f1138f PEF binary: ThreePtToolCore.DLL-9e59-2f1138f
    0x1c1cf000 - 0x1c1f62ef BlendToolCore.DLL PEF binary: BlendToolCore.DLL
    0x1c2a8000 - 0x1c304dab DimensionTool.DLL PEF binary: DimensionTool.DLL
    0x1c305000 - 0x1c3281d2 PolyLineTool.DLL PEF binary: PolyLineTool.DLL
    0x1c329000 - 0x1c358388 NodeEditTool.DLL PEF binary: NodeEditTool.DLL
    0x1c359000 - 0x1c3c35e5 TransparencyTool.DLL PEF binary: TransparencyTool.DLL
    0x1c3db000 - 0x1c416379 RectangleTool.DLL PEF binary: RectangleTool.DLL
    0x1c417000 - 0x1c4e8d4d CrlFX.DLL= PEF binary: CrlFX.DLL=
    0x1c4ff000 - 0x1c5621f0 CrlFXControls.DLL PEF binary: CrlFXControls.DLL
    0x1c575000 - 0x1c59f53d FHTransformTool.DLL9 PEF binary: FHTransformTool.DLL9
    0x1c5a0000 - 0x1c5dd283 MeshFillTool.DLL PEF binary: MeshFillTool.DLL
    0x1c5e8000 - 0x1c62164a PolygonTool.DLL PEF binary: PolygonTool.DLL
    0x1c62d000 - 0x1c653186 CdrPDFCmp.DLL PEF binary: CdrPDFCmp.DLL
    0x1c65a000 - 0x1c66c407 BezierTool.DLL PEF binary: BezierTool.DLL
    0x1c66d000 - 0x1c6a35a1 EllipseTool.DLL PEF binary: EllipseTool.DLL
    0x1c6ac000 - 0x1c6dc4ef EraserTool.DLL PEF binary: EraserTool.DLL
    0x1c6e4000 - 0x1c7121a3 SpiralTool.DLL PEF binary: SpiralTool.DLL
    0x1c71e000 - 0x1c74f726 ZoomPanTool.DLL PEF binary: ZoomPanTool.DLL
    0x1c759000 - 0x1c7e3d05 BlendTool.DLL PEF binary: BlendTool.DLL
    0x1c7fc000 - 0x1c827c6c ConnectorTool.DLL PEF binary: ConnectorTool.DLL
    0x1c82f000 - 0x1c84f932 PenTool.DLL PEF binary: PenTool.DLL
    0x1c855000 - 0x1c885b84 ThreePtEllpsTool.DLL PEF binary: ThreePtEllpsTool.DLL
    0x1c88d000 - 0x1c93a789 FillTool.DLL PEF binary: FillTool.DLL
    0x1c969000 - 0x1c992db9 GraphPaperTool.DLL PEF binary: GraphPaperTool.DLL
    0x1c99b000 - 0x1c9b8ec9 KnifeTool.DLL PEF binary: KnifeTool.DLL
    0x1c9be000 - 0x1c9f1517 ThreePtRectTool.DLL PEF binary: ThreePtRectTool.DLL
    0x1c9fb000 - 0x1ca14f0a FreeHandTool.DLL PEF binary: FreeHandTool.DLL
    0x1ca15000 - 0x1ca90d24 ArtisticMediaTool.DLL PEF binary: ArtisticMediaTool.DLL
    0x1caac000 - 0x1cafa6fb PickTool.DLL PEF binary: PickTool.DLL
    0x1cb03000 - 0x1cb408a0 LiveShapeTool.DLL PEF binary: LiveShapeTool.DLL
    0x1cb4a000 - 0x1cb896d1 OutlineTool.DLL PEF binary: OutlineTool.DLL
    0x1cb99000 - 0x1cbd2c83 RoughenTool.DLL PEF binary: RoughenTool.DLL
    0x1cbd3000 - 0x1cbeb107 BrushToolCore.DLL PEF binary: BrushToolCore.DLL
    0x1cc00000 - 0x1cc426dc SmudgeTool.DLL PEF binary: SmudgeTool.DLL
    0x1cc4f000 - 0x1cc79c85 EyeDropperTool.DLL PEF binary: EyeDropperTool.DLL
    0x1cc7f000 - 0x1cca1c66 ThreePtcurveTool.DLL PEF binary: ThreePtcurveTool.DLL
    0x1cd28000 - 0x1ce35cc0 WT9_1LI.DLL PEF binary: WT9_1LI.DLL
    0x8fe00000 - 0x8fe54fff dyld 44.2 /usr/lib/dyld
    0x90000000 - 0x901b3fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x9020b000 - 0x9020ffff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x90211000 - 0x90264fff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90291000 - 0x90342fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90371000 - 0x906aefff com.apple.CoreGraphics 1.256.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9073a000 - 0x90813fff com.apple.CoreFoundation 6.4.4 (368.18) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9085c000 - 0x9085cfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9085e000 - 0x90960fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x909ba000 - 0x90a3efff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90a68000 - 0x90ad6fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90aed000 - 0x90afffff libauto.dylib /usr/lib/libauto.dylib
    0x90b06000 - 0x90dddfff com.apple.CoreServices.CarbonCore 671.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90e43000 - 0x90ec3fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f0d000 - 0x90f4efff com.apple.CFNetwork 4.0 (129.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90f63000 - 0x90f7bfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x90f8b000 - 0x9100cfff com.apple.SearchKit 1.0.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91052000 - 0x9107bfff com.apple.Metadata 10.4.3 (121.20.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9108c000 - 0x9109afff libz.1.dylib /usr/lib/libz.1.dylib
    0x9109d000 - 0x9125ffff com.apple.security 4.2 (24844) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91362000 - 0x9136bfff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91372000 - 0x91399fff com.apple.SystemConfiguration 1.8.1 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x913ac000 - 0x913b4fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x913b9000 - 0x913d9fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x913df000 - 0x913e7fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913eb000 - 0x91469fff com.apple.audio.CoreAudio 3.0.1 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914a7000 - 0x914a7fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914a9000 - 0x914e1fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x914fc000 - 0x915c9fff com.apple.ColorSync 4.4.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9161e000 - 0x916b1fff com.apple.print.framework.PrintCore 4.3 (172.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x916f8000 - 0x917b5fff com.apple.QD 3.8.18 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917f3000 - 0x91851fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9187f000 - 0x918a3fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x918b7000 - 0x918dcfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x918ef000 - 0x91931fff com.apple.LaunchServices 10.4.5 (168) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9194d000 - 0x91961fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9196f000 - 0x919a8fff com.apple.ImageIO.framework 1.4.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x919bd000 - 0x91a83fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91ad0000 - 0x91ae5fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91aea000 - 0x91b06fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b0b000 - 0x91b7afff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91b91000 - 0x91b95fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91b97000 - 0x91bc8fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91bcc000 - 0x91c0ffff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c16000 - 0x91c2ffff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91c34000 - 0x91c37fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91c39000 - 0x91c39fff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91c3b000 - 0x91d25fff com.apple.vImage 2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d2d000 - 0x91d4cfff 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
    0x91db8000 - 0x91e1dfff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e27000 - 0x91eb9fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91ed3000 - 0x92463fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x924ab000 - 0x927bbfff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x927e8000 - 0x92874fff com.apple.DesktopServices 1.3.1 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x928b6000 - 0x92ae0fff com.apple.Foundation 6.4.2 (567.21) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92bfe000 - 0x92cdcfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92cfc000 - 0x92deafff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e9d000 - 0x92e9dfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92e9f000 - 0x92eb3fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92ecb000 - 0x92edbfff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ee7000 - 0x92efcfff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f0e000 - 0x92f95fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92fa9000 - 0x92fb4fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92fbe000 - 0x92febfff com.apple.openscripting 1.2.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93005000 - 0x93015fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93021000 - 0x93087fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x930b8000 - 0x9310afff com.apple.NavigationServices 3.4.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93136000 - 0x93153fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93165000 - 0x93172fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9317b000 - 0x9348dfff com.apple.HIToolbox 1.4.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x940bf000 - 0x94189fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x941dd000 - 0x941ddfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x945d8000 - 0x945e7fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x945ef000 - 0x945fbfff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94640000 - 0x94658fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9465f000 - 0x948c9fff com.apple.QuickTime 7.0.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9a1ed000 - 0x9a1eefff com.apple.iokit.dvcomponentglue 1.7.5 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    I hope you understand this... I surely don't

  • Problem with different resultset with same data and same query in Oracle 8.1.7 and 9i

    Hello,
    I have been using this query in oracle 8.1.7
    SELECT
    ID,
    AREA_NO
    FROM MANAGER_AREA MGR
    WHERE COMPANY_ID = :id AND
    (:value < (SELECT COUNT(ROWID)
    FROM MANAGER_WORK MW
    WHERE MW.AREA_ID = MGR.ID AND
    (MW.END_WORK IS NULL OR MW.END_WORK >= SYSDATE)))
    order by AREA_NO;
    In the above query I want to see rows from MANAGER_AREA table depending upon date criteria in the table MANAGER_WORK and also upon the parameter :value i.e if I pass a value as 0 I get to see records for which their is atleast 1 record in MANAGER_WORK with the date criteria and if I pass -1 then I get all the records because minimum value that count(*) would give is 0. The resultset was as expected in 8.1.7.
    A couple of days back I installed PERSONAL 9i to test for testing the basic functionality of our program with the same data. This query fails and irrespective whether I pass -1 or 0 it returns me same dataset which I would have got in case if I pass 0.
    I do not know whether this is a bug that has got introduced in 9i. Can anybody help me with this problem. It would be difficult for me to change the parameter send to this query as the Query is called from many different places.
    Thanks in advance
    Amol.

    I cannot use a Group by and a having statement over here. The problem with 'Group by' and 'having' clause is If I have to make a join between the two tables. When I use join then I get only rows that are linked to each other in the table.
    If I use outer join to solve that problem then I have to take in consideration the other date condition. My previous query use to virtually discard the corelated query result by using -1 as the value. This will not happen in the join query.
    Amol.

  • Problem With File Crashing in Photoshop CS5

    Hello I have a design file that  I just created in Photoshop CS5 last night. I went in to do some editing today and it keeps craahing within a few seconds of being opened. I have never had this problem with a file before and I need it to turn in at work.  ANy helpful ideas out there on what may be happening? It's happened at least twenty times now....

    If you do a search, you will find several threads dealing with file corruption in CS5/ CS5.1. The long and short of it is, that the file is a goner, but feel free to try things like opening it in another program (Art Rage, Corel Painter, GIMP) or image viewer (XnView, ACDSee) to recover at least parts of it...
    Mylenium

Maybe you are looking for

  • Can Flex be used to create simple games?

    Hi. I'm thinking of creating some simple games for children 6 - 10 years of age.The games can be things such as drag-and-drop and multiple choice. I'd like to store the results on a database. Can I use Flex Builder to do this or do you recommend Flas

  • USB ports don't work

    I just purchased a G72t laptop Aug. 23 and 2 or the 3 USB ports do not recognize any devices. I have a wireless mouse plugged into the 3rd USB and it works fine. I tried to install a printer (HP 4280) and it would not work on either of the other 2 po

  • AudioElement causes an error in Flex 4

    Greetings, A few days ago Ryan and Brian helped me to patch the problem wtih importing video into Flex by using the 'loadForCompatibility' flag. This morning I ran into similar problem with audio: the SWF that uses simplest OSMF player plays fine in

  • 'Cannot begin data load. Analytic Server Error(1042006): Network Error

    Hi... I got a error message when I upload data from source file into Planning via IKM SQL to Essbase (data). Some records are found following errors. 'Cannot begin data load. Analytic Server Error(1042006): Network Error [10061]: Unable To Connect To

  • Not getting Cost information when using /*+ RULE */ in toad 9.5

    Hi, While optimizing a query when I am using /*+RULE */ in the query I am not getting any info for cost and cardinality. Can you tell me is the /*+RULE* / obsolete in oracle or what can be the reason. Help me.. Thanks in advance.