Documents 2 Go Bug

I don't know where to report this, so I'm doing it here.
There is a bug in the Documents 2 Go version 2 Excel viewer. If you merge cells in Excel it can sometimes hide cells. For example it may have content in 2 cells, but once merged it will only display the content of the left most cell. The other content is still there,but is hidden from view. In Documents 2 Go it shows both cells which is not the same as what is seen in Excel.

Dobbin wrote:
If I now install version 6.2 of the desktop will this keep documents to go but give me the better functionality of 6.2? I am now really confused and ready to launch the whole lot down the stairs. Please help to save my sanity.
You should be able to install PD 6.2 now without losing Documents To Go, but as I indicated above, the older version of DTG you have might not run properly on your new desktop, or in conjunction with PD 6.2.
The version of Documents To Go which came with the E2 pre-dated Windows Vista, Windows 7, and Palm Desktop 6.2.  PD 6.2 was released largely because the quick install function of PD 4.x didn't work on Vista computers.  So you can go ahead and install PD 6.2 and it should retain your DTG installation.  But don't be surprised if it doesn't run properly, or sync your documents.
Suggest you visit the support pages at www.dataviz.com which might bring more clarity to the issues.
smkranz
I am a volunteer, and not an HP employee.
Palm OS ∙ webOS ∙ Android

Similar Messages

  • Problem in Jdeveloper 10.1.3, web services and document style.possible bug?

    Hello!
    I would like to generate a document-style web service from a wsdl file. The problem is that when I use it I get the following error:
    "operation echoStruct must have exactly one parameter as part of the SOAP body when used with a document-bare binding. All other parameters must be mapped to headers."
    A similar message is shown with other wsdl file that I'm using.
    I'm attaching the file that use to test it.
    Could you help me and tell me how I can fix it, please? or is it a bug?
    Regards,
    Antonio.
    <definitions xmlns:s1="http://soapinterop.org" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://soapinterop.org/xsd" xmlns:s2="http://soapinterop.org/AbstractTypes" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://soapinterop.org">
         <types>
              <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/xsd">
                   <s:import namespace="http://soapinterop.org"/>
                   <s:element name="echoStructParam" type="s0:SOAPStruct"/>
                   <s:complexType name="SOAPStruct">
                        <s:sequence>
                             <s:element minOccurs="1" maxOccurs="1" name="varFloat" type="s:float"/>
                             <s:element minOccurs="1" maxOccurs="1" name="varInt" type="s:int"/>
                             <s:element minOccurs="0" maxOccurs="1" name="varString" type="s:string"/>
                        </s:sequence>
                   </s:complexType>
                   <s:element name="echoStructReturn" type="s0:SOAPStruct"/>
                   <s:element name="echoStringArrayParam" type="s1:ArrayOfString"/>
                   <s:element name="string" type="s:string"/>
                   <s:element name="echoStringArrayReturn" type="s1:ArrayOfString"/>
                   <s:element name="echoStringParam" type="s:string"/>
                   <s:element name="echoStringReturn" type="s:string"/>
              </s:schema>
              <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org">
                   <s:import namespace="http://soapinterop.org/xsd"/>
                   <s:complexType name="ArrayOfString">
                        <s:sequence>
                             <s:element minOccurs="0" maxOccurs="unbounded" ref="s0:string"/>
                        </s:sequence>
                   </s:complexType>
                   <s:element name="ArrayOfString1" nillable="true" type="s1:ArrayOfString1"/>
                   <s:complexType name="ArrayOfString1">
                        <s:sequence>
                             <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string"/>
                        </s:sequence>
                   </s:complexType>
                   <s:element name="string" nillable="true" type="s:string"/>
              </s:schema>
              <s:schema targetNamespace="http://soapinterop.org/AbstractTypes">
                   <s:complexType name="StringArray">
                        <s:complexContent mixed="false">
                             <s:restriction base="soapenc:Array">
                                  <s:sequence>
                                       <s:element minOccurs="0" maxOccurs="unbounded" name="String" type="s:string"/>
                                  </s:sequence>
                             </s:restriction>
                        </s:complexContent>
                   </s:complexType>
              </s:schema>
         </types>
         <message name="echoStructSoapIn">
              <part name="echoStructParam" element="s0:echoStructParam"/>
         </message>
         <message name="echoStructSoapOut">
              <part name="echoStructResult" element="s0:echoStructReturn"/>
         </message>
         <message name="echoStringArraySoapIn">
              <part name="echoStringArrayParam" element="s0:echoStringArrayParam"/>
         </message>
         <message name="echoStringArraySoapOut">
              <part name="echoStringArrayResult" element="s0:echoStringArrayReturn"/>
         </message>
         <message name="echoStringSoapIn">
              <part name="echoStringParam" element="s0:echoStringParam"/>
         </message>
         <message name="echoStringSoapOut">
              <part name="echoStringResult" element="s0:echoStringReturn"/>
         </message>
         <portType name="WSDLInteropTestDocLitSoap">
              <operation name="echoStruct">
                   <input message="s1:echoStructSoapIn"/>
                   <output message="s1:echoStructSoapOut"/>
              </operation>
              <operation name="echoStringArray">
                   <input message="s1:echoStringArraySoapIn"/>
                   <output message="s1:echoStringArraySoapOut"/>
              </operation>
              <operation name="echoString">
                   <input message="s1:echoStringSoapIn"/>
                   <output message="s1:echoStringSoapOut"/>
              </operation>
         </portType>
         <binding name="WSDLInteropTestDocLitSoap" type="s1:WSDLInteropTestDocLitSoap">
              <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
              <operation name="echoStruct">
                   <soap:operation soapAction="http://soapinterop.org/" style="document"/>
                   <input>
                        <soap:body use="literal"/>
                   </input>
                   <output>
                        <soap:body use="literal"/>
                   </output>
              </operation>
              <operation name="echoStringArray">
                   <soap:operation soapAction="http://soapinterop.org/" style="document"/>
                   <input>
                        <soap:body use="literal"/>
                   </input>
                   <output>
                        <soap:body use="literal"/>
                   </output>
              </operation>
              <operation name="echoString">
                   <soap:operation soapAction="http://soapinterop.org/" style="document"/>
                   <input>
                        <soap:body use="literal"/>
                   </input>
                   <output>
                        <soap:body use="literal"/>
                   </output>
              </operation>
         </binding>
         <service name="WSDLInteropTestDocLit">
              <port name="WSDLInteropTestDocLitSoap" binding="s1:WSDLInteropTestDocLitSoap">
                   <soap:address location="http://mssoapinterop.org/asmx/wsdl/InteropTestDocLit.asmx"/>
              </port>
         </service>
    </definitions>

    Dev update: WSDL file seems fine. The problem is that it's for a document-bare service and, by default, the Unwrap Wrapped Parameters option on step 2 of the top-down wizard is enabled and checked. This means that we try to pick apart the input message into a series of parameters, yielding the error shown because a document-bare operation must have only one input parameter.
    If the Unwrap Wrapped Parameters option is unchecked, creation of the top-down service will succeed. In future, we ought to disable the option completely for everything but document-wrapped services, as that's the only time it applies.
    This is covered by bug 4630382.

  • Submit a Document on a bug workaround in metalink

    Hi All,
    Recently I did a workaround for an oracle bug. I'd like to publish a document in metalink for our use.
    Is there is way, where i can publish it in metalink or any other technical site?
    Cheers,
    Kamalesh JK

    Its there already in oracle forums & metalink forums. But, how about as a document in metalink?

  • Documents as links - bug??

    Hi,
    We use 'system attributes links' and 'user attribute links' to denote a use of particular document in a process.When a web export of the process is taken, the requirement is that the documents being referred to by 'system attributes links' and 'user attribute links' must get copied onto tomcat server.This is pretty well supported by the "Profile 3" of the web export but there is a problem.
    Documents represented by the format <"C:/docs/Document.doc"> ( documents on local machine) in attributes get copied on the server as 0 kb files and hence are of no value and are not viewable.
    The documents being referred to by the following format <\\192.8.32.33\Share\Document.doc> (documents on network drive) do not get copied to BP server at all.
    Please suggest if there is a particular way of doing this or if this is a bug!!.
    Regards
    Ashish

    Documents represented by the format <"C:/docs/Document.doc"> ( documents on local machine) in attributes get copied on the server as 0 kb files and hence are of no value and are not viewable.Hi,
    The above case occurs when the BPServer is on a machine other than the machine on which the document exists( web export is also taken from the documents machine) .So most probably the document is not copied if it is on a machine other than the BPServer's machine.
    Still the second case remains (of network drive) where no attempt is made to copy the document and in business publisher, the attribute link points to the location of the file on network drive.
    Regard
    Ashish
    Regards
    Ashish
    Message was edited by:
    AshishSharma

  • "Arrange Documents" panel plugin bug - Please Adobe give technical details

    Hi,
    A lot of users are hit by this bug that appears when installing certain
    plugins under CS4 (Nik Software plugins for example):
    - the menu bar buttons that should be highlighted in color when hovering
    them switch to a full grey area.
    - the 2 top Panels in the Arrange Documents drop down menu are
    invisible.
    Adobe say this is a problem with older plugins and a misunderstanding
    about how resources are managed in plugins (read : it's a developer
    mistake) and plugin vendors don't make any firm statement about this
    issue.
    The workaround that generally works is to close and reload the plugin
    but this works only for the current session.
    It would be nice if Adobe could give us users clear and detailed
    technical information about this issue. Many of us are developers or
    power users and since the communication between the plugin vendors and
    Adobe doesn't seem to be that effective, at least we would be able to
    transmit the information to the vendor's technical support ourselves.
    And as a developer, I'd like to know what mistake so many developers
    have made when using the CS4 SDK.
    It's very annoying to live with such trivial problems since months
    without seeing any fix released.
    Patrick

    [email protected] wrote:
    > Have you asked about this on the SDK mailing list?
    > Or contacted the Adobe product manager who works with third party
    > plugin developers?
    >
    > We maintain pretty active communication with third party developers.
    Chris,
    However, it seems that there's a communication problem about this
    particular issue, at least with some major vendors. I received a message
    from Nik Software yesterday telling me that they are aware of the
    problem and working on a fix. However, this is not a new problem and
    since it is apparently a well-known misunderstanding about how some PS
    APIs are working and since many plugins from various vendors are
    triggering this misbehavior of the PS UI, I guess this must have been
    documented somewhere. I can't imagine that this is not the case. If Nik
    Software had received the right information from Adobe, the problem
    should be gone since a long time.
    Well, ok, I'll ask on the SDK forum.
    Regards.
    Patrick

  • Transfer changes from Document to the Document Set [Sharepoint bug?]

    I I have Document Set, 1 Document inside and, for example,
    1 general field.
    Task: when I change Document I need to copy value of the general field to the Document Set.
    Problem: I made Workflow on Document that calls when I change it, this Workflow copies data to the Document Set.
    But it doesn't work, because when I change Document inside Document Set there are 2 events: "Document was changed" and "Document Set was changed". And the event "Document Set was changed" called first and it copies all general
    fields to all documents inside. That's why when my Workflow starts, field in Document has value from Document Set not the one that user typed.
    Any solutions to solve the task or problem (e.g. to increase the priority for Workflow on documents inside)?

    Hi ,
    According to your description, my understanding is that you want to copy the value of a field for a document inside a document set to the associated column for document set.
    How did you design your workflow?
    I did a test based on your description, and I used the ID (in my testing, the ID of the document set is 2)to find the associated document set, and the testAA is the column.
    My workflow is:
    In my testing, everything was ok. Please have a try as the above workflow, compare the result.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Can't open Pages 09 document

    Like many others on this post, I also cannot open a very important Pages 09 document built using mainly blank pages and a couple of standard Page Layout Templates.
    It is 80 pages of colour photos with captions, totalling 1.7 GB. I saved everything successfully and kept it on my EHD, but now I can't open it, even when copied back to my laptop. The message simply says it can't be opened, with no indication why.
    If I used too much capacity, why does the system not warn me?
    I can see the document through the ".pages Info" Preview thumbnail section, and can click through each page. However, although the document is set to "Open with: Pages.app" when I double-click on the preview, I get the same "can't open" message.
    Can anyone help please?

    Sounds as a corrupted file.
    Two tracks:
    (1) if the document is stored as a flatfile,
    rename it as xxx.pages.zip.
    Double click to expand.
    You will get a package entitled xxx.pages
    Like with every package, control + click to get "Show Package Contents"
    You will get a window showing
    a folder named Contents
    a file named index.xml (or index.xml.gz if the doc was stored as a package)
    the files corresponding embedded pictures
    a folder named QuickLook
    In this one you will get a file entitle Preview.pdf
    Open it with Preview.
    I assume that you will be able to copy the text contents and paste it in a new sane Pages document.
    With the displayed pdf, it will be quite easy to rebuild the original
    (2) attach the doc to a mail
    send them to my mailbox.
    I will do the surgery for you and will send the document to Apple Bugs Hunters to give them a new example of corrupted document to help them to find what is wrong in the program.
    Click my blue name to get my address.
    Yvan KOENIG (from FRANCE mercredi 5 août 2009 22:10:35)

  • The document does not have a valid format.

    I created a special format document when I had Pages '08. I needed the proportions of the document to match the special paper on which the document would be printed so I created a special size for my document rather than 8 1/2 x 11. If I remember right it was closer to 8 1/2 x 13 or so. Anyway, I have now upgraded to Pages '09 and can no longer open any of these special format documents. I have versions of a couple of the documents that were created in Pages '08 without the special proportional size page and they open without issue. However the special size documents all get "The document does not have a valid format" and will not open. I really NEED these documents. I have seen some posts about renaming to a .zip and then something about an index file but I don't understand where this index file might be and what good it will do to open it. Also I know the files exist because they are still showing their original file sizes (not 0 MB). Any assistance would be appreciated.

    Don't continue to search fruhulda.
    I never saw such files.
    The only things which I may recognize are :
    the strings :
    mluc
    (10) nbNO --> Norvegian
    (16) svSE --> Sveridge
    (4) fiFI --> Finnish
    (1) daDK --> Danish
    (17) zhCN --> Chineese(1)
    (5) frFR --> French
    (8) jaJP --> Japanese
    (3) enUS --> English (US)
    (12) ptBR --> Portuguese (Brasil)
    (15) esES --> Spanish
    (18) zhTW --> Chineese(2)
    (14) ruRU --> Russian
    (9) koKR --> Korean
    (6) deDE --> Deutch (Germany)
    (2) nlNL --> Dutch (Nederland)
    (7) itIT --> Italian
    They are the symbols used to identify the languages used for 16 versions
    Two others are missing:
    (11) Polish (Polska) missing
    (13) Portuguese (Portugal) missing
    I found also
    iMac in plain ASCII and .i.M.A.C (dots are in fact NIL characters) which is the Utf 16 representation of iMac.
    During a few seconds I thought that it was a piece of System Files but the page thumbnail must be available somewhere so that the Finder is able to display it.
    I will send these genetically modified documents to Apple Bugs Hunters.
    Yvan KOENIG (VALLAURIS, France) lundi 31 janvier 2011 17:46:39
    At the very end there is also the trailing string which fool the message parser:
    the formula : *_Copyright Apple, Inc., 2010

  • Bug in Adobe Reader when displaying lines?

    Hi there!
    I'm creating a complex document with Apache FOP, using tables with visible and hidden borders. Although, all lines have the same attributes, Adobe Reader renders them in different thikness. In the FOP forum, there has been a lot of discussions about this issue. Conclusion is, that it is not supposed to be a FOP bug. Some other readers render the created documents well. You might want to read about it here: http://apache-fop.1065347.n5.nabble.com/Cell-border-rendering-error-thicker-with-number-co lumn-spanned-tp17999p37229.html. Displaying on screen, it is possible to avoid this by not using "Enhance thin lines". However, printed documents allways show these lines in different thikness. To avoid this being a FOP bug, there is a simple example document, producing the bug with Adobe Reader. It can be found here: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/201211.mbox/raw/%3c5095C97A .[email protected]%3e/2. The document is hand crafted. To see the issue, turn on "Enhance thin lines" and try different zoom values. If this document contains incorrect contents, I'll be happy, if you let me know.
    Regards.

    You will not get a response from the bug report but they DO read the reports and use them to make future updates.
    I notice a lot of the other issues reported here have not been responded to either.
    Is that the normal process?
    I haven't noticed that at all. In fact, most posts here get results as long as the poster gives enough details. Keep in mind that the answers are coming from fellow users and it is not an official avenue to contact Adobe personnel.

  • Cannot open a pages document

    I'm sorry for the inconvenicence of a very long post, but my problem seems huge to me. I can not open a very very important and large document I worked on for months now. My pages document got to be saved, this is a real catasthrophe to me. Please, can anyone help me out?
    Beneath a copy of the problem report:
    Process: Pages [456]
    Path: /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
    Identifier: com.apple.iWork.Pages
    Version: 4.0.2 (751)
    Build Info: Pages-7510000~15
    Code Type: X86 (Native)
    Parent Process: launchd [89]
    Interval Since Last Report: 1010 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 22 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2009-08-10 11:02:50.863 +0200
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: 3296A570-1081-4F36-BCBF-867F4BD1612E
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000c6548a77
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x94030688 objc_msgSend + 24
    1 com.apple.iWork.Pages 0x00025498 _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 98676
    2 com.apple.iWork.Pages 0x0002535f _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 98363
    3 com.apple.iWork.Pages 0x0002500c _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 97512
    4 com.apple.iWork.Pages 0x00024ee6 _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 97218
    5 com.apple.iWork.Pages 0x00023ec3 _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 93087
    6 com.apple.iWork.Pages 0x00011635 _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 17169
    7 com.apple.iWork.Pages 0x000109eb _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 14023
    8 com.apple.AppKit 0x962bb4d2 -[NSDocument initWithContentsOfURL:ofType:error:] + 311
    9 com.apple.AppKit 0x9628b080 -[NSDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 391
    10 com.apple.iWork.Pages 0x000ca5b8 _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 774804
    11 com.apple.iWork.Pages 0x000caf3e _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 777242
    12 com.apple.sf.sfapplication 0x0368a98a -[SFAppApplicationDelegate(Private) pOpenDocumentWithContentsOfFile:] + 116
    13 com.apple.sf.sfapplication 0x03687f89 -[SFAppApplicationDelegate application:openFiles:] + 263
    14 com.apple.sf.sfapplication 0x03680983 -[SFAppApplicationDelegate handleDelayedOpen] + 131
    15 com.apple.sf.sfapplication 0x03685260 -[SFAppApplicationDelegate applicationDidFinishLaunching:] + 872
    16 com.apple.iWork.Pages 0x0000e38a _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 4198
    17 com.apple.Foundation 0x9021542a nsnotecallback + 106
    18 com.apple.CoreFoundation 0x9680c47a __CFXNotificationPost + 362
    19 com.apple.CoreFoundation 0x9680c753 _CFXNotificationPostNotification + 179
    20 com.apple.Foundation 0x90212680 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    21 com.apple.Foundation 0x9021bed8 -[NSNotificationCenter postNotificationName:object:] + 56
    22 com.apple.AppKit 0x96032df2 -[NSApplication _postDidFinishNotification] + 125
    23 com.apple.AppKit 0x96032d01 -[NSApplication _sendFinishLaunchingNotification] + 77
    24 com.apple.AppKit 0x9628a3f6 -[NSApplication(NSAppleEventHandling) _handleAEOpenDocuments:] + 109
    25 com.apple.AppKit 0x95fac0db -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 297
    26 com.apple.Foundation 0x9023aa9f -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 655
    27 com.apple.Foundation 0x9023a7af _NSAppleEventManagerGenericHandler + 223
    28 com.apple.AE 0x94e8f648 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 144
    29 com.apple.AE 0x94e8f57e dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    30 com.apple.AE 0x94e8f425 aeProcessAppleEvent + 177
    31 com.apple.HIToolbox 0x92849981 AEProcessAppleEvent + 38
    32 com.apple.AppKit 0x95fa98e9 _DPSNextEvent + 1189
    33 com.apple.AppKit 0x95fa8f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    34 com.apple.AppKit 0x95fa1f9f -[NSApplication run] + 795
    35 com.apple.AppKit 0x95f6f1d8 NSApplicationMain + 574
    36 com.apple.iWork.Pages 0x0000d515 _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 497
    37 com.apple.iWork.Pages 0x0000d414 _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 240
    38 com.apple.iWork.Pages 0x0007cf99 _gnu_cxx::newallocator<std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> >::construct(std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI)>, std::pair<unsigned char const*, Status ()(_xmlTextReader, SFMDI*)> const&) + 457845
    Thread 1:
    0 libSystem.B.dylib 0x9092346e _semwaitsignal + 10
    1 libSystem.B.dylib 0x90923236 usleep$UNIX2003 + 61
    2 com.apple.AppKit 0x9600fbf1 -[NSUIHeartBeat _heartBeatThread:] + 2042
    3 com.apple.Foundation 0x90215dfd -[NSThread main] + 45
    4 com.apple.Foundation 0x902159a4 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x9094d155 pthreadstart + 321
    6 libSystem.B.dylib 0x9094d012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x9091c2ce semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x90923da5 pthreadmutexlock + 569
    2 com.apple.Foundation 0x9021b673 -[NSLock lock] + 67
    3 SFWordProcessing 0x02aaaf49 -[SFWPSpellThread pRun:] + 289
    4 com.apple.Foundation 0x90215dfd -[NSThread main] + 45
    5 com.apple.Foundation 0x902159a4 _NSThread__main_ + 308
    6 libSystem.B.dylib 0x9094d155 pthreadstart + 321
    7 libSystem.B.dylib 0x9094d012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9091c2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9094e2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x9094fb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9025bdbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9025bbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x9025bb35 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.SFTabular 0x02496a59 -[SFTFormulaInitThreadManager formulaWorkerThread] + 91
    7 com.apple.Foundation 0x90215dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x902159a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x9094d155 pthreadstart + 321
    10 libSystem.B.dylib 0x9094d012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x1ab0dea0 ebx: 0x1954aad0 ecx: 0x94044af4 edx: 0xc6548a57
    edi: 0x19508d50 esi: 0x00000000 ebp: 0xbfffe5c8 esp: 0xbfffe588
    ss: 0x0000001f efl: 0x00010206 eip: 0x94030688 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0xc6548a77
    Binary Images:
    0x1000 - 0x30afe0 com.apple.iWork.Pages 4.0.2 (751) <b98950158e7158f87702c5050400d7a2> /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
    0x384000 - 0x39dffe com.apple.Keynote.sfstyles 1.0 (1.0) <235754ec34e8eb0f5ac7ee93085ae93b> /Library/Application Support/iWork '09/Frameworks/SFStyles.framework/Versions/A/SFStyles
    0x3ae000 - 0x3f8ff4 com.apple.Keynote.SFControls 1.0 (20030306_1) <10afb228af95aa9dbef62d64dc4280aa> /Library/Application Support/iWork '09/Frameworks/SFControls.framework/Versions/A/SFControls
    0x425000 - 0x47bfef com.apple.Keynote.sfarchiving 1.0 (0.0.1d1) <7a9e072cee4045d85f3ecc062b041c63> /Library/Application Support/iWork '09/Frameworks/SFArchiving.framework/Versions/A/SFArchiving
    0x678000 - 0x728ff7 com.apple.Keynote.sfutility 1.0 (0.0.1d1) <80a4ec8c3ddbeecd4b0a6348ed29091f> /Library/Application Support/iWork '09/Frameworks/SFUtility.framework/Versions/A/SFUtility
    0x795000 - 0x922fe2 com.apple.Keynote.sfdrawables 2.0 (2.0) <73029ea69e144dc3d9ad88d1611d8b11> /Library/Application Support/iWork '09/Frameworks/SFDrawables.framework/Versions/A/SFDrawables
    0x9e0000 - 0xa68ff9 com.apple.Keynote.proofreader 0 (1) <5f37617a9891097918795e5f3d4168de> /Library/Application Support/iWork '09/Frameworks/SFProofReader.framework/Versions/A/SFProofReader
    0xa76000 - 0xaaeffb com.apple.Keynote.SFAnimation 1.0 (0.0.1d1) <47e58f5236281c42704d4df64612e09a> /Library/Application Support/iWork '09/Frameworks/SFAnimation.framework/Versions/A/SFAnimation
    0xad8000 - 0xadafff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x1209000 - 0x1ceeffe +SFCompatibility ??? (???) <e6699005a1b72a82f620a9d0bf3f60f5> /Library/Application Support/iWork '09/Frameworks/SFCompatibility.framework/Versions/A/SFCompatibility
    0x2412000 - 0x28c0ff9 com.apple.SFTabular 1.0 (1.0) <1044a1509ff8b36d6a311f574c0bb5ef> /Library/Application Support/iWork '09/Frameworks/SFTabular.framework/Versions/A/SFTabular
    0x2a8a000 - 0x2cf6fef +SFWordProcessing ??? (???) <364650c03103eaa8c27501c28dc4dc81> /Library/Application Support/iWork '09/Frameworks/SFWordProcessing.framework/Versions/A/SFWordProcessing
    0x2e1a000 - 0x2f26fef com.apple.Keynote.sfrendering 1.0 (1.0) <16004a6306b9c444e950018643bf3ffd> /Library/Application Support/iWork '09/Frameworks/SFRendering.framework/Versions/A/SFRendering
    0x2f89000 - 0x303fff2 com.apple.Keynote.sfinspectors 1.0 (1.0) <2fc078c4db9f07bef531ffb6a99ea337> /Library/Application Support/iWork '09/Frameworks/SFInspectors.framework/Versions/A/SFInspectors
    0x309a000 - 0x33fbffa com.apple.Keynote.sfcharts 2.0 (2.0) <3aa3f34539c14911d58dcb705e5bc856> /Library/Application Support/iWork '09/Frameworks/SFCharts.framework/Versions/A/SFCharts
    0x362d000 - 0x3657ffb com.apple.Keynote.sflicense 1.0 (0.0.1d1) <e226df20f0181f24eb4f03e00270147c> /Library/Application Support/iWork '09/Frameworks/SFLicense.framework/Versions/A/SFLicense
    0x3672000 - 0x3712ffc com.apple.sf.sfapplication 1.0 (1.0) <d8caa96c63c8a5e91da1a94ab0545da3> /Library/Application Support/iWork '09/Frameworks/SFApplication.framework/Versions/A/SFApplication
    0x376f000 - 0x37a7fff com.apple.OSAKit 1.1 (55) <6a354cc1aef6d86cb2f63762b1f34b11> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x37d7000 - 0x3871ff4 com.apple.MobileMe 6 (1.0) <539f9872f3c88de5aac97381130acb19> /Library/Application Support/iWork '09/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x38cf000 - 0x3b28ffb com.apple.MessageFramework 3.6 (936) <d7a6e5f6721cbab99ed3e83137dba11a> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x3c7f000 - 0x3ca7ffb com.apple.framework.Admin 3.8 (3.8) <f4f6fab351683bc7cc0f09df54bdf2f2> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x3cc9000 - 0x3cd3fff libexslt.0.dylib ??? (???) <2d56b8c39848d8a524cb0ae8d6299f19> /usr/lib/libexslt.0.dylib
    0x3cd9000 - 0x3cfdfe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <32045add5f408ba4193bfaf296908bd2> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x3d12000 - 0x3e0bfe0 com.apple.DiskImagesFramework 10.5.5 (199) <221119fb6b335af96fb0e85a9403cbc5> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x3e71000 - 0x3ea7fff com.apple.MediaKit 9.1 (401) <36149a69962ed3101199093a6220ef74> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x3eb8000 - 0x3f81fe5 com.apple.DiscRecording 4.0.7 (4070.4.1) <7c105f35c674aad3a476f8959d3f3ebb> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x3fec000 - 0x4017ffb libcurl.4.dylib ??? (???) <54ada27deb3b4ff7043d8836264eca0d> /usr/lib/libcurl.4.dylib
    0x4362000 - 0x43cffff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x17e73000 - 0x1807afef com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x19437000 - 0x19449fff libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1944d000 - 0x1945bfeb libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x3e000000 - 0x3e045fef com.apple.glut 3.4.2 (GLUT-3.4.2) <b791e8acba4a4c38ab339eb79e929e57> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
    0x3f000000 - 0x3f41bfee +org.coin3d.Coin.framework 3.0.0a (3.0.0a) /Library/Application Support/iWork '09/Frameworks/Inventor.framework/Versions/C/Inventor
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90021ff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <daa1307737197c7757f44f16370249dc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90022000 - 0x90037ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9003b000 - 0x900f2ff3 com.apple.QTKit 7.6.2 (1327) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x900f3000 - 0x9011bff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9011c000 - 0x9011cffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1bce4a22b6a5cc7055d0938ddad269b2> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9011d000 - 0x9013aff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9013b000 - 0x90143fff com.apple.DiskArbitration 2.2.1 (2.2.1) <42908e7ecc17a83cec4afef2850ec79e> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90144000 - 0x90149fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9014a000 - 0x90150fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90151000 - 0x90151ff8 com.apple.ApplicationServices 34 (34) <e9cd7c823062c4382d89e3c9997f4739> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90152000 - 0x90202fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90203000 - 0x9020affe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib
    0x9020b000 - 0x90487fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x904a0000 - 0x904adfe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x904ae000 - 0x904e2fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x904e3000 - 0x908a1fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x908a2000 - 0x908aeffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x908af000 - 0x908b1fff com.apple.securityhi 3.0 (30817) <020419ad33b8638b174e1a472728a894> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x908b2000 - 0x908b2ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x908b3000 - 0x908b4ffc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib
    0x908b5000 - 0x908c3ffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib
    0x908c4000 - 0x908edfff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x908ee000 - 0x90919fe7 libauto.dylib ??? (???) <2072d673706bbe463ed2426af57a28d7> /usr/lib/libauto.dylib
    0x9091a000 - 0x9091affc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9091b000 - 0x90a82ff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x90a83000 - 0x90aa2ffa libJPEG.dylib ??? (???) <dad0ee08a8b850d679f024e090984480> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90aa3000 - 0x90f74fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90f75000 - 0x90f9efff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x90f9f000 - 0x90ff8ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91029000 - 0x911a9fff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x911aa000 - 0x91207ffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
    0x91212000 - 0x91248fef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x91249000 - 0x9124cfff com.apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9124d000 - 0x913b0ff2 com.apple.CalendarStore 3.0.8 (860) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x913b1000 - 0x91417ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x91418000 - 0x914bffec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x914c0000 - 0x914c5fff com.apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x915bb000 - 0x91777ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x91778000 - 0x91a9efe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x91a9f000 - 0x91b1cfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91b1d000 - 0x91ceeffb com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91cef000 - 0x91d61ff7 com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <058e71511bc69371e11ea40cf7a3fc19> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x91d7f000 - 0x9211cfef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9211d000 - 0x92124fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92125000 - 0x92157fff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x92222000 - 0x92222ffa com.apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92223000 - 0x9222ffff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x92230000 - 0x922a2fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x922a3000 - 0x922bbff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x922bc000 - 0x922f6ffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92560000 - 0x9262bfff com.apple.ColorSync 4.5.2 (4.5.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9262c000 - 0x92686ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x92687000 - 0x92816fe7 com.apple.CoreAUC 3.08.0 (3.08.0) <a412e535a9fb9c36ba972e5158059785> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92817000 - 0x92b1ffe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92b23000 - 0x92b5dfe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92b5e000 - 0x92bdbfeb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92bdc000 - 0x92c56ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x92c57000 - 0x92c60fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92c61000 - 0x93c3cff6 com.apple.QuickTimeComponents.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x93c3d000 - 0x93c4effe com.apple.CFOpenDirectory 10.5 (10.5) <01a0034b48d63524057b5f57dfc0605c> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x93c4f000 - 0x93c4fffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93c50000 - 0x93f2aff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93f2b000 - 0x93f3bfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x93f3c000 - 0x9401aff7 com.apple.WebKit 5530.19 (5530.19.2) <e03ca734ba224cf8b95348a9c922e332> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9401b000 - 0x940fbfff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x940fc000 - 0x94235ff7 libicucore.A.dylib ??? (???) <dd8aa51c356e79ef8cdfa341a0d69f5b> /usr/lib/libicucore.A.dylib
    0x94236000 - 0x94242ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x94243000 - 0x94285fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94286000 - 0x9432dfeb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9432e000 - 0x943f5ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x943f6000 - 0x943fdfe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib
    0x943fe000 - 0x9443ffe7 libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94440000 - 0x94546ff7 com.apple.PubSub 1.0.4 (65.11) <bcc4ae4e2dacbd25c5415bf9f7c65a67> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x94547000 - 0x94557ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x94558000 - 0x945c5ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x945c6000 - 0x949d6fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x949d7000 - 0x94a6aff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x94a6b000 - 0x94a83fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94a84000 - 0x94ac0fff com.apple.DAVKit 3.0.6 (661) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x94ac1000 - 0x94ba9ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94baa000 - 0x94bb5fe7 libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94bb6000 - 0x94bc5fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x94bc6000 - 0x94c4dff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x94c4e000 - 0x94c6cfff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x94c6d000 - 0x94d1fffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x94d20000 - 0x94d7cff7 com.apple.htmlrendering 68 (1.1.3) <a9f65fa1c4668dc7c49af5bf7d5287ad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x94d7d000 - 0x94da1feb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x94da2000 - 0x94de6feb com.apple.DirectoryService.PasswordServerFramework 3.0.4 (3.0.4) <45d0af6eed184b278990175527a0d3fa> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x94de7000 - 0x94e8aff7 com.apple.QuickTimeImporters.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x94e8b000 - 0x94e8bffe com.apple.quartzframework 1.5 (1.5) <49afd7e7e3b2cad89cfaf2ac8c67c8a4> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x94e8c000 - 0x94e8cff8 com.apple.Cocoa 6.5 (???) <e9318c93615b27231498bbe585b8da98> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94e8d000 - 0x94ebcfe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x94ebd000 - 0x94ec7feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <caa41909dcb5a18a94bc68cd13999bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x94ec8000 - 0x94ecdfff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x94ece000 - 0x94ed3ffc com.apple.KerberosHelper 1.1 (1.0) <c6b942d705fa0460ace11af01f316db1> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x94ed4000 - 0x94f53ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94f54000 - 0x94f78fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x94f79000 - 0x94fb0fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94fb6000 - 0x94fb8ff5 libRadiance.dylib ??? (???) <7f14661d29de8cbf01334909542c0fc5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94fb9000 - 0x950f1fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x950f2000 - 0x95123ffb com.apple.quartzfilters 1.5.0 (1.5.0) <01090d7204c55b32a6a11199fa0d2e2b> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x95124000 - 0x95163fef libTIFF.dylib ??? (???) <5bf6b42bc5e007fcea32f6620b14cba3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95164000 - 0x95168fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x95169000 - 0x951a7fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x951a8000 - 0x95262fe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95263000 - 0x952adfe1 com.apple.securityinterface 3.0.3 (36953) <0d481914378ffb037dd26144af5a1aa2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x952ae000 - 0x952b2fff libGIF.dylib ??? (???) <abf65b853acce7bc8419c74716be5be0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x952b3000 - 0x95394ff7 libxml2.2.dylib ??? (???) <4d54971007e14f8d80e6889ee1111f21> /usr/lib/libxml2.2.dylib
    0x95395000 - 0x953b1ff3 libPng.dylib ??? (???) <9f50967afbd4384e61e68439f81db76c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x953b2000 - 0x95403ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x95404000 - 0x95455feb com.apple.framework.familycontrols 1.0.4 (1.0.4) <e76b4fa1c25673c8e0fb183b6c0e8eaf> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x95456000 - 0x954e9fff com.apple.ink.framework 101.3 (86) <dfa9debcd7537849d228021d1d9c0f63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x954ea000 - 0x954eefff com.apple.OpenDirectory 10.5 (10.5) <29f7b10aad34ba8eb15b55d69dff6ddf> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x954ef000 - 0x954f3ffd com.apple.AOSNotification 1.0.0 (68.13) <d2a1f7c6e054d7451b17c7301e4dadd5> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x954f4000 - 0x954fbff7 libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x954fc000 - 0x95545fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x95546000 - 0x9555cfff com.apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9555d000 - 0x956cbff7 com.apple.JavaScriptCore 5530.19 (5530.19) <5eafe0cf33229588ef5a5cfc8454e618> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9571b000 - 0x9586dff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9586e000 - 0x9586effb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9586f000 - 0x9586fffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x95870000 - 0x95870fff com.apple.Carbon 136 (136) <ec1d4184925e652dbe1b9200a5a552ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95871000 - 0x95880ffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <43c5b91223501f917392f59fbf9d7ace> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x95881000 - 0x958b3ff7 com.apple.DotMacSyncManager 1.2.4 (308) <99bb01aa2cdb0d860a11a1097ffe421d> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x958b4000 - 0x95f54fe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x95f69000 - 0x96767fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96768000 - 0x967b7fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x967b8000 - 0x968ebfe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x968ec000 - 0x96919feb libvDSP.dylib ??? (???) <2ee4eb005babc90eaa352b33eb09226e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9691a000 - 0x96a62ff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <4febd1ccf49ae410e82d12c02ba33b68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96a63000 - 0x96af0ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96af1000 - 0x96b7bfe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96b7c000 - 0x96c08ff7 com.apple.LaunchServices 291 (291) <099eba2fe584376b476f9a262f41ecf2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x96c09000 - 0x974e4fff com.apple.WebCore 5530.19 (5530.19) <754a6e4c2fffe600ba3c07aeec3ccd92> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x974e5000 - 0x975c7fff com.apple.syncservices 3.3 (389.20) <bfedc8cbb3754652e13d67a45791fac9> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x975c8000 - 0x975d3fff com.apple.dotMacLegacy 3.1 (246) <d335114af509bf38a7ead5274a93dfb1> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x975d4000 - 0x97614fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0xba300000 - 0xba301fff libCyrillicConverter.dylib ??? (???) <374901b25e8f57052f4bf1505d069ff2> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0xba500000 - 0xba501ffb libGreekConverter.dylib ??? (???) <3f97cb41828997a97f430e9c71636c44> /System/Library/CoreServices/Encodings/libGreekConverter.dylib
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbb500000 - 0xbb500fe3 libThaiConverter.dylib ??? (???) <69cd2de2a67c5224ac2ab373e47ee84b> /System/Library/CoreServices/Encodings/libThaiConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Here is a reprint of what I sent you by mail:
    The problem is simple:
    a computer is not a perfect item.
    It may fail.
    I (and others) wrote many times that the rule, at least for important documents, is to backup, backup, backup …
    With a document like yours the minimal set of backup would be
    version n-2
    version n-1
    version n
    So, if version n appears to be corrupted, we may rely upon version n-1 or version n-2.
    I really don't understand why, even intelligent users, refuse to apply this rule.
    I am not God able to resurect deads.
    During the save process, something failed. It may be due to a bug or to a physical problem like an electrical failure.
    The file containing the description of the document, namely index.xml is readable but something is wrong in it so Pages is unable to use it.
    (1) I extracted the raw text.
    (2) I ask you if I am allowed to send the document to Apple Bugs Hunters to show them a sample of corrupted Index.xml file.
    In the attached folder are stored every components of the original document PLUS raw.txt which is THE text which was embedded in the document.
    You may download the free TextWrangler
    http://www.barebones.com/products/TextWrangler/download.html
    It will give you the ability to read the Index.xml file with a minimal formatting allowing you to get more infos that the raw text.
    As you know what you did, the embedded descriptors may be useful to rebuild the formatted document.
    Your text is in black
    colored items are descriptors.
    You will find bookmarks and other items
    Good luck, and next time, backup, backup, backup …
    Yvan KOENIG (VALLAURIS, France.) lundi 10 août 2009 17:03:07

  • New view of rotated page not saving in Acrobat X...

    When I open a PDF file in Acrobat X often the page(s) need to be rotated. This is easy enough to do and easy enough to save the document. The bug is that the saved document doesn't remember the rotated view. This worked in previous versions of Acrobat why is it not working in version 10??

    I discovered that there is a difference between page view rotation and page rotation. If I actually rotate the page then this problem goes away and I can save the file with it's new orientation in tact.

  • Quotation marks appearing as left or right arrows, does anyone know what is causing this?

    Hi there we are using Indesign 2014, I am not sure if that has anything to do with this or not, but certain paragraphs in a document have a bug, where by when you type in a quotation mark (') a left or right arrow appears. We have found that if we clear the paragraph styling this disappears and the quotation marks work fine again. It is worth noting that these paragraphs did not have any paragraph styles applied to them, but they were pasted in from MS Word. Has anyone else experienced this issue and do you know where it comes from?

    Ok thanks for enlightening me. We checked all the language settings on our workstations and they seem to be all set up as English UK and smart quotes are set to be used. I am not sure how to check the language assigned to a paragraph, as I say, there is not paragraph style applied to this text… Can you please let me know how to check this?
    The more I think about it, the more I think it is some sort of styling that has come in from MS Word. I thought InDesign was pretty good at stripping out anything like this.

  • SQL*LOADER ERROR 비교 (ORA-2359, ORA-1401)

    제품 : ORACLE SERVER
    작성날짜 : 2002-04-09
    SQL*LOADER ERROR 비교 (ORA-2359, ORA-1401)
    ==========================================
    PURPOSE
    SQL*LOADER 를 사용하는 경우 ORA-2359 ERROR가 나는 경우와
    ORA-1401 ERROR가 나는 경우를 비교한다.
    Examples
    table 의 desc가 다음과 같다고 가정하자.
    SQL> create table test5(a varchar2(1000));
    이 경우 delimiter 가 comma 인지 position 으로 구분되는지에 따라 error
    message가 달리 나타난다.
    1) ORA-2359 : field in datafile exceeded maximum specified length
    load data
    infile test.dat
    replace
    into table test5
    fields terminated by ','
    (a char) 로 실행 시 발생.
    ---> a char(1000) 으로 하면 error 해결이 가능하다.
    2) ORA-1401: inserted value too large for column
    load data
    infile test.dat
    replace
    into table test5
    fields terminated by ','
    (a position(1:2000) char)
    ---> 이 경우 a position (1:1000) char 로 하면 해결 가능하다 .
    * 참고로 + , - 기호와 comma 를 load 하기 위해서는 decimal external을
    사용한다. (a position decimal external (10))
    Reference Documents
    ---------------------

    You hit Bug 3531336
    Run the script catcio.sql from $ORACLE_HOME/rdbms/admin directory.
    Run this in sys schema.
    And then load the data with sqlloader.

  • Memory Leak in Publish-Subscribe Notification

    I am using publish-subscribe notification for async-notification on LINUX( ORACLE 8.1.7). Before doing it, I read a document(OCI Programmer!/s Guide) about publish-subscribe notification(chap.9).
    I created Queue(AQ) in database and registered callback function using 'OCISubscriptionRegister()'.
    All operations are done succesfully , but when OCISubscriptionRegister() is called, memory leak seems to occur. I check up the memory leak using LINUX system call( 'top' and 'vmstat' ).
    Does anyone have any idea or experience of this problem?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Lee Sung-won ([email protected]):
    Thanks for your reply..
    I have something to ask you. where can I get a document listing the bug?<HR></BLOCKQUOTE>
    null

  • XML Encoding error

    Hi,

    It appears that your XML is really encoded in ISO-8859-1, because you say that parses correctly (and then you get correct output, I guess). But apparently the XML doesn't have a prolog that declares that encoding, so your parser assumes it's encoded in UTF-8. That's the default for documents that don't declare their encoding.
    So get those documents fixed so they declare their encoding correctly. Or get them fixed so they are encoded in UTF-8. Either will solve your problem. If it's this FWTools thing that's generating these malformed documents, file a bug report with them.

Maybe you are looking for

  • If I want to restore back to snow leopard

    I've had it with Lion. I want to restore Leopard. I have never use the backup utilities in Leopard, but I have backed up what I need to manually to another drive. What I want to ask about is app store purchases and itunes purchases and bookmarks. Aft

  • How can I store my iPhone's photos on my computer?

    Basically, I have a LOT of photos on my iPhone and I really need some more space. They are things I need, so screenshots etc... And also basic photos, but I would like to keep them all. I have tried to move them onto my computer, yet it just says 'Th

  • ESata internal connectors

    Hey guys, I've been having some problems with my firewire lately. I use all firewire and my computer keeps getting kernel panics 5 times a day. For work I just got some drives that came with a eSata extender with the ability to connect on my mother b

  • Missing ligature font chars

    I have some pdf in which 'ligature' font chars are missing: I can see correctly 'ff' and 'ffi' chars displaying the pdf, but If I copy and paste text (or extract text using SDK) there are no 'ffi', 'ff' chars (with copy-paste a see a square instead o

  • How do I successfully export an OMF so Protools can open it? My film is 86 minutes.

    How do I successfully export and OMF file so that protools can open it? My film is 86 minutes. Do I have to separate the film into 15 minutru reels to do so? Or is there another way to do it? Please help!!!!