Duplicate Journal Entry and system crash

Hi All,
Just wondering anyone experience when duplicate the journal entry and change the posting date and system will just hang and follow by crash?
Please advise.
Best Regards,
Foong Yee

Hi Foong Yee Tai...
Check with the Following SAP Note...
1616687 - B1 shuts down when updating amount in Journal Entry
Regards
Kennedy

Similar Messages

  • Duplicate rows on Query with journal entries and AP documents

    Hi Experts,
    I ahve the below query allowing me to have some information from journal entries and retrieve some other from AP docuements and PO.
    The thing is the query duplicates rows because the AP docuements have several rows but i don t know how to do to remove them (i guess this has to do with JOIN function...)
    SELECT
    T2.[GroupMask] as 'Account Family',
    T2.[FatherNum] as 'Parent Account',
    T2.[AcctCode] AS 'Account Code',
    T2.[AcctName] AS 'Account Name',
    T0.[TaxDate] AS 'Document Date',
    T0.[Number] AS 'Number',
    T0.[DocSeries] AS 'Document Series',
    T0.[BaseRef] AS 'Base Reference',
    T0.[TransId] AS 'Transaction Number',
    T0.[Ref2] AS 'Reference 2',
    T1.[ContraAct] AS 'Offset Account',
    T4.[BaseRef] AS 'PO code',
    T1.[Project] AS 'Project Code',
    T1.[ProfitCode] AS 'Distribution Rule',
    T1.[OcrCode2] AS 'Costing Code 2',
    T1.[OcrCode3] AS 'Costing Code 3',
    T1.[OcrCode4] AS 'Costing Code 4',
    (T1.[SYSdeb]-T1.[SYSCred])  AS 'Total Amount EUR',
    (T1.[FCDebit]- T1.[FCCredit]) AS 'Total Amount (FC)',
    T5.[DocTotalSy] AS 'PO Amount (EUR)'
    FROM  [dbo].[OJDT] T0 
    INNER  JOIN [dbo].[JDT1] T1  ON  T1.[TransId] = T0.[TransId]  
    INNER  JOIN [dbo].[OACT] T2  ON  T2.[AcctCode] = T1.[Account]  AND T2.[AcctCode] = T1.[Account]  
    INNER JOIN [dbo].[OPCH] T3 ON T3.[DocNum] = T0.[BaseRef]
    INNER JOIN [dbo].[PCH1] T4 ON T3.[DocEntry] = T4.[DocEntry]
    LEFT JOIN [dbo].[OPOR] T5 ON T5.[DocNum] = T4.[BaseRef]
    WHERE
    (T2.[AcctCode] > (N'599999' ) ) AND  (T2.[AcctCode] < (N'799999' ) )
    AND (T0.[TaxDate]>= [%0] ) AND (T0.[TaxDate]<= [%1])

    Try This
    SELECT T2.[GroupMask] AS 'Account Family',
       T2.[FatherNum] AS 'Parent Account',
       T2.[AcctCode] AS 'Account Code',
       T2.[AcctName] AS 'Account Name',
       T0.[TaxDate] AS 'Document Date',
       T0.[Number] AS 'Number',
       T0.[DocSeries] AS 'Document Series',
       T0.[BaseRef] AS 'Base Reference',
       T0.[TransId] AS 'Transaction Number',
       T0.[Ref2] AS 'Reference 2',
       T1.[ContraAct] AS 'Offset Account',
       T4.[BaseRef] AS 'PO code',
       T1.[Project] AS 'Project Code',
       T1.[ProfitCode] AS 'Distribution Rule',
       T1.[OcrCode2] AS 'Costing Code 2',
       T1.[OcrCode3] AS 'Costing Code 3',
       T1.[OcrCode4] AS 'Costing Code 4',
       sum(T1.[SYSdeb]-T1.[SYSCred]) AS 'Total Amount EUR',
       sum(T1.[FCDebit]- T1.[FCCredit]) AS 'Total Amount (FC)',
       T6.[DocTotalSy] AS 'PO Amount (EUR)'
    FROM OJDT T0
    INNER JOIN JDT1 T1 ON T0.TransId = T1.TransId
    INNER JOIN OACT T2 ON T1.Account = T2.AcctCode
    INNER JOIN OPCH T3 ON T0.TransId = T3.TransId
    INNER JOIN PCH1 T4 ON T3.DocEntry = T4.DocEntry
    INNER JOIN POR1 T5 ON T4.[BaseEntry] = T5.[DocEntry]
    AND T4.[BaseLine] = T5.[LineNum]
    INNER JOIN OPOR T6 ON T5.DocEntry = T6.DocEntry
    GROUP BY T2.[GroupMask],
       T2.[FatherNum],
       T2.[AcctCode],
       T2.[AcctName],
       T0.[TaxDate],
       T0.[Number],
       T0.[DocSeries],
       T0.[BaseRef],
       T0.[TransId],
       T0.[Ref2],
       T1.[ContraAct],
       T4.[BaseRef],
       T1.[Project],
       T1.[ProfitCode],
       T1.[OcrCode2],
       T1.[OcrCode3],
       T1.[OcrCode4],
       T6.[DocTotalSy]
    Regards,
    Kennedy

  • NULL Value in Journal Entry and Wrong Tax Summary

    Hi people,
    I need your expert help for a big problem that appens to some customers.
    They run SAP BO 8.8 SP:00 PL:12
    This is the scenario:
    You insert a new documet,  A/R Invoice or A/P Invoice is the same, problem appear in all of them.
    After you insert the document, using SQL Server Management try this Select statment:
    Select * from JDT1 where JDT1.debit is null OR JDT1.credit is null
    A list of record where listed. And, this is the problem, NULL values are all in the VAT Lines in debit or credit colums.
    If you try to make a SUM(debit-credit) you discovery that, 1000,00-null=null
    Consequently, TAX Sumary report, that probably use arithmetic operation like me in SELECT statment,  count a wrong number when null values in DEBIT or CREDIT column in JDT1 for VAT declaration.
    How could I solve? And how i can make invoices store 0 rather than NULL in the VAT Line?
    Thanks in advance for your tips and solutions

    Thaks Neetu for your answer.
    I thinks there is a misurandertanding.
    My problem is not SQL.
    My problem is the SAP TAX Report.
    I used SQL only for check data and discover why SAP raise a wrong TAX Summary report.
    So, my question is: Why invoices write null values in journal entry, and how I can solve the problem that TAX summary report use null value in operations so the results are wrong.
    Thanks,
    Jonny Cortonicchi

  • PARK & POST  Journal Entry and auto reversal

    Dear All,
    Our auditors has offered the following changes to be implemented in SAP system.
    1. JE approval: Configure the system functionality to place journal entries in a u201Choldu201D status when entered into the system, then the supervisor/manager review and approval then required to release the journal entry from the u201Choldu201D status and post the entry to the general ledger. The reviewer should not have the ability to initiate a journal entry.
    2. JE reversals:  Utilize the functionality to automatically reverse journal entries, booked in prior month as u201Creversing,u201D when new period is opened.
    3. 3-way match: Utilize the SAP functionality to perform an automated 3-way match process between invoice, purchase order, and goods receiving documentation. If invoices meet the 3-way match criteria based on established variance thresholds, invoices should automatically be approved for payment. If variances are noted, which exceed tolerance thresholds set by Management within the system, work flows should be used within the system to automatically route the invoice for the require approval.
    How this changes can incorporated in the system.
    Do suggest.
    Regards,

    For point 1, there is a functionality in SAP where all parked documents will be blocked and then released by the authorized person. There is a standard workflow for that. You may want to check Make and CHeck Settings for Document Parking. If this doesn't satisfy, then there's a need to create a customized workflow. Plus authorizations must be checked so that the users will not be able to Post but only Park. Note that, there is another functionality in Document posting called "Hold" this one, system doesn't assign any financial document. You can assign any reference/number to the document.
    For point 2, there is a Mass Reversal functionality in SAP called the F.80. For accruals, you may use FBS1 which you can input the reversal date and run F.81 to run the reversal.
    For point 3, it is a standard SAP functionality. You must set tolerance as to qty or price variance and the system automatically blocks the invoice for posting and the authorized person is required to release the approved invoices to remove the block for payment. In SAP, when you enter the PO for a particular invoice, it will give you how much or how many is actually goods received for that particular PO. in that sense you will be able to see whether the invoice is completely billed for the whole PO or not.

  • How to remove duplicate server entries in System Landscape

    Hi there, in our SSM 4.0 system landscape (SMSY), there are duplicate server entries (one in lowercase, the other in uppercase). How do you remove the duplicate entries, as whenever you try to delete, say, the uppercase server entry, the system tells you that it is being used in a solution etc? Thus, even though the server entries are in different cases, it still views them as the same server entry, and you cannot delete one or the other.

    Hello Bernardt,
    In smsy there is an icon "Where is used".
    I suppose you speak about a server that has been created in lowercase and again in uppercase. Until you don´t "clean" logical component, project, solution you are not going to be able to delete the entry.
    At least usually I follow this path. I don´t think there is a most "automatic" way, but who knows
    Best regards,
    Dolores

  • Function Module: to get Cash Journal Entries and Balances

    Dear Guru's,
    We need to develop a function module to display cash journal opening balance line item entries and closing balance of specific period.
    we have found document entries through table TCJ_DOCUMENTS or TCJ_POSITIONS now require help to generate opening and closing balances.
    Please help for the solution.
    AAR

    Hi,
    check FM FCJ_GET_DATA_FOR_SCREEN. Next time you can try to figure out by yourself. The program for transaction FBCJ is not that complicated and you can easily find this FM used there.
    Cheers

  • Bank statement Nr in journal entry and Payments

    In Notenumber 1374872 (SP 01/PL7) a change has been implemented that the number of the payment run is copied to the remarks of the payment and the journal entry. I think it will be good idea to do the same for the number of the bankstatement in bank stament processing. Hereby the text for the note 1374872. The reason why and the solution are the same.
    Regards,
    ProSigma BV
    Cees Hameete
    Symptom
    To find the number of the payment wizard run in payments and journal entries, bookkeepers currently have to open the journal entry, navigate to the payment document, and then search manually in the executed payment wizard runs to find the correct number.
    Other terms
    Incoming payment; outgoing payment; payment wizard; journal entry
    Reason and Prerequisites
    Functionality description
    Solution
    To improve usability and provide integrated journal remarks information, SAP Business One was changed as follows:
    When an incoming or outgoing payment is generated using the payment wizard, the application adds the payment wizard run number to the "Journal Remarks" field of the payment document and to the "Remarks" field in the journal entry on both header and row level.
    The values in the "Journal Remarks" and "Remarks" field have the following structure:
    Incoming Payments - [Customer Code] - [Payment Wizard Run Number]
    Outgoing Payments - [Vendor Code] - [Payment Wizard Run Number]
    SAP intends to provide a patch or patches in order to solve the problem described.
    The section Reference to Related Notes below will list the specific patches once they become available.
    The corresponding Info file of the patches in SAP Service Marketplace will also show the SAP Note number.
    Be aware that these references can only be set at patch release date.
    SAP will deliver patches only for selected releases at its own discretion, based on the business impact and the complexity of the implementation.

    I completely agree with your proposal.  We have the same problem at the moment.  I hope SAP will implement a solution for this.

  • Stuttering video/audio and system crashes?

    For the better part of this year, I've had a terrible time with video and audio stuttering on my MacBook (Sept. 2007; 2.16GHz, 4MB RAM). This was especially noticeable when watching streaming Netflix videos, and it didn't seem to matter if I was using Safari or Firefox. Clearing the browser cache has little to no impact.
    The problem appears to have worsened since I upgraded to Snow Leopard about two months ago. (I'd previously been using OS 10.4.11; I now have 10.6.7). This same problem now impacting YouTube and QuickTime, even when I'm viewing files on my hard drive (approx. 27 GB free on a 120 GB drive), so I doubt that my internet connection is to blame. This happens whether I'm on WiFi or on an Ethernet connection -- also, my Ethernet randomly decides to stop working, but that's (probably) a separate issue.
    (Also since my OS upgrade, I'm suddenly having battery issues as well.)
    The problem is sometimes so bad that the entire system crashes, and I'm forced to do a cold/hard reboot of my MacBook. This has happened twice within the past 24 hours. Mostly, I can watch a few seconds or sometimes several minutes of video before the video and audio start sticking and stuttering again -- so pretty much any video capability is nearly worthless to me at this point.
    Here's the Panic Report from my latest system crash this morning... I don't know how to read Panic Reports, so I'm hoping someone might spot something that I can fix to address this issue?
    Interval Since Last Panic Report:  69709 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    0FEDE34F-A36E-41ED-B143-B31AFF61812B
    Wed Jun  8 09:59:42 2011
    panic(cpu 0 caller 0x28f17d): "pmap_flush_tlbs() timeout: " "cpu(s) failing to respond to interrupts, pmap=0x5fd71d0 cpus_to_respond=0x2"@/SourceCache/xnu/xnu-1504.9.37/osfmk/i386/pmap.c:3561
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x420fbb28 : 0x21b510 (0x5d9514 0x420fbb5c 0x223978 0x0)
    0x420fbb78 : 0x28f17d (0x597130 0x5fd71d0 0x2 0x73bd000)
    0x420fbbe8 : 0x2939ff (0x5fd71d0 0x1760a000 0x0 0x41f42221)
    0x420fbd78 : 0x254f7c (0x5fd71d0 0x1760a000 0x0 0xbddb8)
    0x420fbde8 : 0x257f97 (0x416911c 0x5fd71d0 0x1760a000 0x0)
    0x420fbf38 : 0x2aa430 (0x78dc148 0x1760a000 0x0 0x3)
    0x420fbfc8 : 0x2a081a (0x762d0a0 0x0 0x10 0x5341064)
    BSD process name corresponding to current thread: plugin-container
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: MacBook2,1 (Mac-F4208CAA)
    System uptime in nanoseconds: 35391390659717
    unloaded kexts:
    com.apple.driver.CSRHIDTransitionDriver          2.4.0f1 (addr 0x42077000, size 0x12288) - last unloaded 24672258926767
    loaded kexts:
    com.google.driver.Gild          1.0.0 - last loaded 24609888691244
    com.apple.driver.AudioAUUC          1.54
    com.apple.driver.AppleUpstreamUserClient          3.5.4
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleIntelGMA950          6.2.6
    com.apple.driver.AppleMCCSControl          1.0.17
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.AppleHDA          1.9.9f12
    com.apple.driver.AppleIntelIntegratedFramebuffer          6.2.6
    com.apple.driver.SMCMotionSensor          3.0.0d4
    com.apple.iokit.AppleYukon2          3.2.1b1
    com.apple.driver.AppleIntelMeromProfile          19
    com.apple.driver.AirPort.Atheros21          424.14.5
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.5.0d5
    com.apple.driver.AppleLPC          1.4.12
    com.apple.driver.AppleBacklight          170.0.34
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.AppleUSBTrackpad          200.3.2
    com.apple.driver.AppleUSBTCKeyEventDriver          200.3.2
    com.apple.driver.AppleUSBTCKeyboard          200.3.2
    com.apple.iokit.SCSITaskUserClient          2.6.5
    com.apple.driver.AppleIntelPIIXATA          2.5.1
    com.apple.driver.AppleFWOHCI          4.7.1
    com.apple.BootCache          31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.iokit.IOAHCIBlockStorage          1.6.3
    com.apple.driver.AppleUSBHub          4.1.7
    com.apple.driver.AppleAHCIPort          2.1.5
    com.apple.driver.AppleUSBEHCI          4.1.8
    com.apple.driver.AppleUSBUHCI          4.1.5
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleACPIButtons          1.3.5
    com.apple.driver.AppleSMBIOS          1.6
    com.apple.driver.AppleACPIEC          1.3.5
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          105.13.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement          105.13.0
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.0f1
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.driver.DspFuncLib          1.9.9f12
    com.apple.iokit.IOAudioFamily          1.8.0fc1
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.AppleHDAController          1.9.9f12
    com.apple.iokit.IOHDAFamily          1.9.9f12
    com.apple.iokit.IO80211Family          314.1.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.driver.AppleSMC          3.1.0d3
    com.apple.driver.IOPlatformPluginFamily          4.5.0d5
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.CSRUSBBluetoothHCIController          2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.0f1
    com.apple.iokit.IOBluetoothFamily          2.4.0f1
    com.apple.iokit.IOUSBHIDDriver          4.1.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.5
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6
    com.apple.driver.AppleUSBMergeNub          4.1.8
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOATAPIProtocolTransport          2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.5
    com.apple.iokit.IOATAFamily          2.5.1
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.driver.XsanFilter          402.1
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOUSBUserClient          4.1.5
    com.apple.iokit.IOAHCIFamily          2.0.4
    com.apple.iokit.IOUSBFamily          4.1.8
    com.apple.iokit.IOHIDFamily          1.6.5
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.TMSafetyNet          6
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.2
    com.apple.driver.AppleACPIPlatform          1.3.5
    com.apple.iokit.IOPCIFamily          2.6
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 2.16 GHz, 4 GB, SMC 1.17f0
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHW2120BH, 111.79 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-857E
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021a, 0x1d200000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x5d200000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x7d100000

    Definitely not. I've got a 2007 MacBook, and even with the extended warranty that coverage expired a year ago.
    If you're concnered about cost, you could always call and ask. In my experience, the people at the Genius Bar (and Apple Store in general) are happy to provide assistance free of charge. If you have to replace a part, system, etc. you'll certainly need to cover that, but they should talk to you about costs and get your consent before doing any work on your machine.

  • Documents, Journal entries and DTW

    Hello,
    Is there a way that when I import a journal entry, DTW tells me that I can't because this JE is coming from a document and the JE already exists ?
    I saw that there is the field "Origin No." (table OJDT, BaseRef) which is displayed when a document is created in SBO.
    But is there a way to import this number (coming from the document) in this field using DTW ?
    Thank you
    Thibault

    Hi again
    The best would be to import all your documents. Then once you are done make a dump of all the documents and journals created, use sql and link them in sql already. The new journals you are going to import, use vlookup in excel to match keys and debit and credits to pick up possible duplication.
    Hope this helps

  • Duplicate journal entry

    HI Expert,
    My client want to prepare on Functional Specification for identifying the Duplicate Entries in GL, Vendor and Customer A/c. there is already Standard report available in SAP but they needed other than that. Here the client is using SAP as database and Spooling the report in other interface (ACL report tool for Auditor).
    My question is if I will use BSID/BSAD,BSIS/BSAS and BSIK/BSAK table what should be the logic apply by me to identifying the duplication of Data. Or which Feild should i Link for the Above.

    Your client needs to provide business requirement for what exactly is considered a "duplicate" in their business settings. Then a functional analyst needs to analyze the business requirements and prepare a functional specification for an ABAP developer. Which, in turn, should use his/her own intelligence and expertise to create a technical spec and do the development.
    If you're expecting the community members to perform these tasks for you, then I think we need to discuss the compensation for our consulting services first.

  • Deploying a program to a user with UAC enabled causes LaunchWith32BitLauncher error and system crash

    We are deploying a program to run as the logged on user on a Win 7 Sp1 client which runs as an EXE silently.  It fails to execute and we believe that it's due to it being blocked by UAC.
    When we examine the logs we see the following error in the Ccm32BitLauncher.log "the LaunchWith32BitLauncher failed with error code 0x800702e4" (The requested operation requires elevation) and in the execmgr.log we see "CreateProcess
    or CreateProcessAsUser failed to execute command line with non-recoverable error 0x800702e4" along with "EnterRsRuningState failed to run script scriptname.exe 0x87d01101" (A fatal error has been encountered while attempting to run the program.
    The program execution will not be retried.) Afterwards the system will either recycle hard or blue screen - sometimes its immediate and sometimes its 1-3 minutes later.
    This program runs against the machine with the user's rights, which may or may not have admin rights, because its modifying something user specific.  For the users that have admin rights it works fine, on other non admin users is when it crashes.
    Anyone else come across this out there?  We are running SCCM 2012 R2 (no CUs).
    Thanks
    - Dave

    Hi,
    If this problem is related to UAC, you could try to set GPO settings(User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode) to
    Elevate without prompting.
    For more information:
    ConfigMgr 2012: Application Deployment and User Account Control (UAC)
    http://mwesterink.wordpress.com/2013/10/04/configmgr-2012-application-deployment-and-user-account-control-uac/
    Note: Microsoft provides third-party contact information to help you find technical support. This contact
    information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Duplicate invoce entry and posting

    Hi
    Our End user entered invoice with T Code MIR7 for PO 4500000190 Full PO amount  and saved that .
    But again he entered invoice with MIR 7 for same PO .
    System allows to enter doubled invoice and strange is system also aloows to post both the documents  through MIR 4
    I ve checked system settings , we have activated duplicate invoice check
    Then what will be the issue

    hi Jeyakanthan A 
    I am trying to find out the settings you mentioned. Would you please elaborate, where I can see the settings.
    Regards,
    Vaibhav

  • Frequent Mail Quits and System Crashes

    For about the last three weeks, Mail has been quitting often.  After than the system often becomes nonresponsive and crashes, spinning beach ball, have to force a restart. 
    Here's the most recent problem report from Mail.
    Process:         Mail [12628]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         5.2 (1278)
    Build Info:      Mail-1278000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [220]
    Date/Time:       2012-09-07 08:41:12.513 -0500
    OS Version:      Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:          426922 sec
    Crashes Since Last Report:           40487
    Per-App Interval Since Last Report:  818342 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      61794530-486F-49FE-AE44-1049B7F81405
    Crashed Thread:  29
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    objc[12628]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x00007fff8e8c93d3 szone_free + 810
    1   com.apple.CoreData                      0x00007fff9351db2f _PF_Handler_Primitive_SetProperty + 31
    2   com.apple.CoreData                      0x00007fff9352ce11 -[NSSQLCore _prefetchRelationshipKey:sourceEntityDescription:sourceObjectIDs:prefetchRelati onshipKeys:inContext:] + 7137
    3   com.apple.CoreData                      0x00007fff9352b20c -[NSSQLCore _prefetchWithFetchRequest:withObjectIDs:inContext:] + 732
    4   com.apple.CoreData                      0x00007fff934d3931 -[NSSQLCore _newRowsForFetchPlan:selectedBy:withArgument:] + 4225
    5   com.apple.CoreData                      0x00007fff934c9867 -[NSSQLCore newRowsForFetchPlan:] + 359
    6   com.apple.CoreData                      0x00007fff934c8e74 -[NSSQLCore objectsForFetchRequest:inContext:] + 532
    7   com.apple.CoreData                      0x00007fff934c89dd -[NSSQLCore executeRequest:withContext:error:] + 221
    8   com.apple.CoreData                      0x00007fff934c82c0 -[NSPersistentStoreCoordinator executeRequest:withContext:error:] + 2624
    9   com.apple.CoreData                      0x00007fff934c6203 -[NSManagedObjectContext executeFetchRequest:error:] + 579
    10  com.apple.AddressBook.framework          0x00007fff8f03bd35 +[ABRecordCoreDataFactoryImpl fetchObjectsForClass:withPredicate:prefetchingKeyPaths:managedObjectContext:aff ectedStores:] + 521
    11  com.apple.AddressBook.framework          0x00007fff8f03b92d +[ABRecordCoreDataFactoryImpl fetchPublicRecordsForClass:withPredicate:prefetchingKeyPaths:addressBook:persis tentStoreUrls:] + 167
    12  com.apple.AddressBook.framework          0x00007fff8f03b880 +[ABRecordCoreDataFactoryImpl fetchPublicRecordsForClass:withPredicate:prefetchingKeyPaths:addressBook:] + 30
    13  com.apple.AddressBook.framework          0x00007fff8f03b731 -[ABAddressBook recordsForClass:matchingPredicate:prefetchingKeyPaths:takeLock:] + 357
    14  com.apple.AddressBook.framework          0x00007fff8f039609 -[ABAddressBook recordsMatchingSearchElement:takeLock:] + 1100
    15  com.apple.AddressBook.framework          0x00007fff8f0391bb -[ABAddressBook recordsMatchingSearchElement:] + 23
    16  com.apple.imcore                        0x00007fff8e490d1e 0x7fff8e475000 + 113950
    17  com.apple.imcore                        0x00007fff8e47ee99 0x7fff8e475000 + 40601
    18  com.apple.imcore                        0x00007fff8e48fa92 0x7fff8e475000 + 109202
    19  com.apple.imcore                        0x00007fff8e47ee13 0x7fff8e475000 + 40467
    20  com.apple.imcore                        0x00007fff8e47ede9 0x7fff8e475000 + 40425
    21  com.apple.imcore                        0x00007fff8e47e8a3 0x7fff8e475000 + 39075
    22  com.apple.imcore                        0x00007fff8e47e43b 0x7fff8e475000 + 37947
    23  com.apple.imcore                        0x00007fff8e47e3cf 0x7fff8e475000 + 37839
    24  com.apple.imcore                        0x00007fff8e47bdfe 0x7fff8e475000 + 28158
    25  com.apple.imcore                        0x00007fff8e49b609 0x7fff8e475000 + 157193
    26  com.apple.imcore                        0x00007fff8e47e065 0x7fff8e475000 + 36965
    27  com.apple.imcore                        0x00007fff8e49dc9b 0x7fff8e475000 + 167067
    28  com.apple.CoreFoundation                0x00007fff8fd9eefc __invoking___ + 140
    29  com.apple.CoreFoundation                0x00007fff8fd9ed94 -[NSInvocation invoke] + 132
    30  com.apple.CoreFoundation                0x00007fff8fd9ef64 -[NSInvocation invokeWithTarget:] + 52
    31  com.apple.imfoundation                  0x00007fff9270a0e5 0x7fff926e9000 + 135397
    32  com.apple.imfoundation                  0x00007fff927082a7 0x7fff926e9000 + 127655
    33  com.apple.imfoundation                  0x00007fff92709ebc 0x7fff926e9000 + 134844
    34  com.apple.CoreFoundation                0x00007fff8fd9c70d -[NSObject performSelector:withObject:] + 61
    35  com.apple.Foundation                    0x00007fff96c65d70 __NSThreadPerformPerform + 214
    36  com.apple.CoreFoundation                0x00007fff8fd1b4f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    37  com.apple.CoreFoundation                0x00007fff8fd1ae1c __CFRunLoopDoSources0 + 444
    38  com.apple.CoreFoundation                0x00007fff8fd41b49 __CFRunLoopRun + 905
    39  com.apple.CoreFoundation                0x00007fff8fd41486 CFRunLoopRunSpecific + 230
    40  com.apple.HIToolbox                     0x00007fff960004d3 RunCurrentEventLoopInMode + 277
    41  com.apple.HIToolbox                     0x00007fff96007781 ReceiveNextEventCommon + 355
    42  com.apple.HIToolbox                     0x00007fff9600760e BlockUntilNextEventMatchingListInMode + 62
    43  com.apple.AppKit                        0x00007fff9785ee31 _DPSNextEvent + 659
    44  com.apple.AppKit                        0x00007fff9785e735 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    45  com.apple.AppKit                        0x00007fff9785b071 -[NSApplication run] + 470
    46  com.apple.AppKit                        0x00007fff97ad7244 NSApplicationMain + 867
    47  com.apple.mail                          0x000000010b27b52c 0x10b1a3000 + 886060
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff927857e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff8dcd878a _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8dcd731a _dispatch_mgr_thread + 54
    Thread 2:: -[IMAPAccount _synchronizeAccountWithServerWithUserInput:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff92784bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e8b32a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff96d3168d -[__NSOperationInternal waitUntilFinishedOrTimeout:] + 224
    3   com.apple.MessageFramework              0x00007fff90e653d1 -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 161
    4   com.apple.MessageFramework              0x00007fff90e652da -[IMAPGateway waitUntilClientOperationIsFinished:] + 462
    5   com.apple.MessageFramework              0x00007fff90e64068 -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 392
    6   com.apple.MessageFramework              0x00007fff90f57fbb -[IMAPConnection sendIDIfNeeded] + 162
    7   com.apple.MessageFramework              0x00007fff90e5a1b1 -[IMAPAccount _connectAndAuthenticate:] + 496
    8   com.apple.MessageFramework              0x00007fff90e58c42 -[IMAPAccount _recoverFromConnectionlessState] + 136
    9   com.apple.MessageFramework              0x00007fff90e588bd -[IMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 159
    10  com.apple.MessageFramework              0x00007fff90e58612 -[IMAPAccount _gatewayForMailboxUid:name:options:] + 166
    11  com.apple.MessageFramework              0x00007fff90e584ec -[IMAPAccount gatewayForStore:options:] + 126
    12  com.apple.MessageFramework              0x00007fff90eb2bc3 -[IMAPAccount _listingForMailboxUid:listAllChildren:onlySubscribed:withUserInput:] + 96
    13  com.apple.MessageFramework              0x00007fff90eb2739 -[IMAPAccount _listingForMailboxUid:listAllChildren:withUserInput:] + 80
    14  com.apple.MessageFramework              0x00007fff90eb268a -[IMAPAccount _synchronizeMailboxListWithUserInput:] + 67
    15  com.apple.MessageFramework              0x00007fff90eaa2ee -[RemoteStoreAccount _synchronizeAccountWithServerWithUserInput:] + 329
    16  com.apple.MessageFramework              0x00007fff90ea9f8a -[IMAPAccount _synchronizeAccountWithServerWithUserInput:] + 43
    17  com.apple.CoreFoundation                0x00007fff8fd9eefc __invoking___ + 140
    18  com.apple.CoreFoundation                0x00007fff8fd9ed94 -[NSInvocation invoke] + 132
    19  com.apple.MessageFramework              0x00007fff90e3ef68 -[MonitoredInvocation invoke] + 196
    20  com.apple.MessageFramework              0x00007fff90e1ba79 -[ThrowingInvocationOperation main] + 33
    21  com.apple.MessageFramework              0x00007fff90e1ba1f -[_MFInvocationOperation main] + 449
    22  com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    23  com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    24  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    25  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    26  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    27  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 3:: -[SnippetManager _calculateSnippetForMessages]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff92784c7e __psynch_rw_wrlock + 10
    1   libsystem_c.dylib                       0x00007fff8e8ebbd3 pthread_rwlock_wrlock + 459
    2   com.apple.MessageFramework              0x00007fff90e1f9c5 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 374
    3   com.apple.MessageFramework              0x00007fff90e1e934 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x00007fff90eddc55 +[Library setSnippetsForMessages:] + 82
    5   com.apple.MessageFramework              0x00007fff90edda9c -[LibraryStore saveSnippetsForMessages:] + 301
    6   com.apple.MessageFramework              0x00007fff90edb94b __-[SnippetManager _calculateSnippetForMessages]_block_invoke_1 + 1318
    7   com.apple.CoreFoundation                0x00007fff8fd9665f ____NSDictionaryEnumerate_block_invoke_4 + 31
    8   com.apple.CoreFoundation                0x00007fff8fd1b121 CFBasicHashApply + 113
    9   com.apple.CoreFoundation                0x00007fff8fd964bb __NSDictionaryEnumerate + 907
    10  com.apple.MessageFramework              0x00007fff90edb407 -[SnippetManager _calculateSnippetForMessages] + 291
    11  com.apple.CoreFoundation                0x00007fff8fd9eefc __invoking___ + 140
    12  com.apple.CoreFoundation                0x00007fff8fd9ed94 -[NSInvocation invoke] + 132
    13  com.apple.MessageFramework              0x00007fff90e1ba79 -[ThrowingInvocationOperation main] + 33
    14  com.apple.MessageFramework              0x00007fff90e1ba1f -[_MFInvocationOperation main] + 449
    15  com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    16  com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    17  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    19  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    20  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 4:: -[EWSStore openSynchronously]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff92785a8e pread + 10
    1   libsqlite3.dylib                        0x00007fff945fbce5 unixRead + 69
    2   libsqlite3.dylib                        0x00007fff9461d4f6 readDbPage + 102
    3   libsqlite3.dylib                        0x00007fff9461bc9b sqlite3PagerAcquire + 315
    4   libsqlite3.dylib                        0x00007fff9464a872 moveToChild + 146
    5   libsqlite3.dylib                        0x00007fff94658b89 sqlite3BtreeMovetoUnpacked + 761
    6   libsqlite3.dylib                        0x00007fff94645205 sqlite3VdbeExec + 39765
    7   libsqlite3.dylib                        0x00007fff9463aa5b sqlite3_step + 1883
    8   com.apple.MessageFramework              0x00007fff90e49737 __+[Library sendMessagesMatchingQuery:to:options:]_block_invoke_1 + 805
    9   com.apple.MessageFramework              0x00007fff90e1ebd3 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 1165
    10  com.apple.MessageFramework              0x00007fff90e48b19 +[Library sendMessagesMatchingQuery:to:options:] + 385
    11  com.apple.MessageFramework              0x00007fff90e44d6e +[Library sendMessagesMatchingCriterion:to:options:] + 1703
    12  com.apple.MessageFramework              0x00007fff90e53380 -[LibraryStore openSynchronouslyUpdatingMetadata:returnRetainedMessages:] + 530
    13  com.apple.MessageFramework              0x00007fff90e6ca1f -[LibraryStore openSynchronouslyUpdatingMetadata:] + 163
    14  com.apple.MessageFramework              0x00007fff90f46170 -[EWSStore openSynchronouslyUpdatingMetadata:] + 89
    15  com.apple.CoreFoundation                0x00007fff8fd9eefc __invoking___ + 140
    16  com.apple.CoreFoundation                0x00007fff8fd9ed94 -[NSInvocation invoke] + 132
    17  com.apple.MessageFramework              0x00007fff90e3ef68 -[MonitoredInvocation invoke] + 196
    18  com.apple.MessageFramework              0x00007fff90e1ba79 -[ThrowingInvocationOperation main] + 33
    19  com.apple.MessageFramework              0x00007fff90e1ba1f -[_MFInvocationOperation main] + 449
    20  com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    21  com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    22  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    23  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    24  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    25  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 5:: -[MFAosImapAccount _synchronizeAccountWithServerWithUserInput:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff92784e42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8e865dea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff8e865bb5 usleep + 53
    3   com.apple.AOSKit                        0x00007fff931465f2 AOSTransactionWaitUntilFinished + 29
    4   com.apple.AOSKit                        0x00007fff9314646a AOSKGetMailProperties + 369
    5   com.apple.MessageFramework              0x00007fff90ff0fb2 -[MFAosImapAccount(Internal) aoskitPropertyForKey:] + 123
    6   com.apple.MessageFramework              0x00007fff90eb338b -[MFAosImapAccount hostname] + 28
    7   com.apple.MessageFramework              0x00007fff90e639fe -[IMAPConnection _authenticateUsingAccount:authenticator:] + 83
    8   com.apple.MessageFramework              0x00007fff90e62c5d -[Connection authenticateUsingAccount:] + 492
    9   com.apple.MessageFramework              0x00007fff90e62992 -[IMAPConnection authenticateUsingAccount:] + 74
    10  com.apple.MessageFramework              0x00007fff90e5a316 -[IMAPAccount _connectAndAuthenticate:] + 853
    11  com.apple.MessageFramework              0x00007fff90e58c42 -[IMAPAccount _recoverFromConnectionlessState] + 136
    12  com.apple.MessageFramework              0x00007fff90e588bd -[IMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 159
    13  com.apple.MessageFramework              0x00007fff90e58612 -[IMAPAccount _gatewayForMailboxUid:name:options:] + 166
    14  com.apple.MessageFramework              0x00007fff90e584ec -[IMAPAccount gatewayForStore:options:] + 126
    15  com.apple.MessageFramework              0x00007fff90eb2bc3 -[IMAPAccount _listingForMailboxUid:listAllChildren:onlySubscribed:withUserInput:] + 96
    16  com.apple.MessageFramework              0x00007fff90eb2739 -[IMAPAccount _listingForMailboxUid:listAllChildren:withUserInput:] + 80
    17  com.apple.MessageFramework              0x00007fff90eb268a -[IMAPAccount _synchronizeMailboxListWithUserInput:] + 67
    18  com.apple.MessageFramework              0x00007fff90eaa2ee -[RemoteStoreAccount _synchronizeAccountWithServerWithUserInput:] + 329
    19  com.apple.MessageFramework              0x00007fff90ea9f8a -[IMAPAccount _synchronizeAccountWithServerWithUserInput:] + 43
    20  com.apple.CoreFoundation                0x00007fff8fd9eefc __invoking___ + 140
    21  com.apple.CoreFoundation                0x00007fff8fd9ed94 -[NSInvocation invoke] + 132
    22  com.apple.MessageFramework              0x00007fff90e3ef68 -[MonitoredInvocation invoke] + 196
    23  com.apple.MessageFramework              0x00007fff90e1ba79 -[ThrowingInvocationOperation main] + 33
    24  com.apple.MessageFramework              0x00007fff90e1ba1f -[_MFInvocationOperation main] + 449
    25  com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    26  com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    27  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    28  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    29  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    30  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 6:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff92784df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8fd8ac8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff8e8af8bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff8e8b2b75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff92784c2e __psynch_rw_rdlock + 10
    1   libsystem_c.dylib                       0x00007fff8e8ec1a0 pthread_rwlock_rdlock + 573
    2   com.apple.MessageFramework              0x00007fff90e1f997 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 328
    3   com.apple.MessageFramework              0x00007fff90e1e934 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x00007fff90f75ab2 +[Library mailboxURLStringForFeed:] + 185
    5   com.apple.MessageFramework              0x00007fff91040fd1 -[RSSInterchange _mailboxForFeed:] + 192
    6   com.apple.MessageFramework              0x00007fff91041378 -[RSSInterchange _addStoreForFeedBeingRefreshed:] + 95
    7   com.apple.CoreFoundation                0x00007fff8fd9f541 -[NSObject performSelector:withObject:withObject:] + 65
    8   com.apple.PubSub                        0x00007fff9370f959 -[PSClient _tellDelegate:withObject:withObject:] + 91
    9   com.apple.PubSub                        0x00007fff9371190f -[PSFeed _beginRefresh] + 85
    10  com.apple.PubSub                        0x00007fff9370f6ef -[PSClient _handleFeedNotification:sender:] + 331
    11  com.apple.PubSub                        0x00007fff9371032f _ZL12feedNotifiedPN10Foundation12NotificationEP8PSClient + 65
    12  com.apple.PubSub                        0x00007fff937176a1 PSNotificationCenterLocalNotificationCallback + 149
    13  com.apple.CoreFoundation                0x00007fff8fd557ba _CFXNotificationPost + 2634
    14  com.apple.CoreFoundation                0x00007fff8fd8ca03 CFNotificationCenterPostNotificationWithOptions + 115
    15  com.apple.PubSub                        0x00007fff93754d78 Foundation::NotificationMessagePort::receive(int, __CFData const*) + 82
    16  com.apple.PubSub                        0x00007fff93718943 Foundation::MessagePort::_callback(__CFMessagePort*, int, __CFData const*, void*) + 191
    17  com.apple.CoreFoundation                0x00007fff8fdfe889 __CFMessagePortPerform + 729
    18  com.apple.CoreFoundation                0x00007fff8fd0babc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 44
    19  com.apple.CoreFoundation                0x00007fff8fd0b7eb __CFRunLoopDoSource1 + 155
    20  com.apple.CoreFoundation                0x00007fff8fd41f27 __CFRunLoopRun + 1895
    21  com.apple.CoreFoundation                0x00007fff8fd41486 CFRunLoopRunSpecific + 230
    22  com.apple.Foundation                    0x00007fff96c21f7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    23  com.apple.Foundation                    0x00007fff96c21e67 -[NSRunLoop(NSRunLoop) run] + 62
    24  com.apple.MessageFramework              0x00007fff90e3c2dd -[RSSInterchange _runManager] + 1345
    25  com.apple.Foundation                    0x00007fff96c7072a -[NSThread main] + 68
    26  com.apple.Foundation                    0x00007fff96c706a2 __NSThread__main__ + 1575
    27  libsystem_c.dylib                       0x00007fff8e8af8bf _pthread_start + 335
    28  libsystem_c.dylib                       0x00007fff8e8b2b75 thread_start + 13
    Thread 8:: -[IMAPAccount _synchronizeAccountWithServerWithUserInput:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff92784bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e8b32a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff96d3168d -[__NSOperationInternal waitUntilFinishedOrTimeout:] + 224
    3   com.apple.MessageFramework              0x00007fff90e653d1 -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 161
    4   com.apple.MessageFramework              0x00007fff90e652da -[IMAPGateway waitUntilClientOperationIsFinished:] + 462
    5   com.apple.MessageFramework              0x00007fff90e64068 -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 392
    6   com.apple.MessageFramework              0x00007fff90f57fbb -[IMAPConnection sendIDIfNeeded] + 162
    7   com.apple.MessageFramework              0x00007fff90e5a1b1 -[IMAPAccount _connectAndAuthenticate:] + 496
    8   com.apple.MessageFramework              0x00007fff90e58c42 -[IMAPAccount _recoverFromConnectionlessState] + 136
    9   com.apple.MessageFramework              0x00007fff90e588bd -[IMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 159
    10  com.apple.MessageFramework              0x00007fff90e58612 -[IMAPAccount _gatewayForMailboxUid:name:options:] + 166
    11  com.apple.MessageFramework              0x00007fff90e584ec -[IMAPAccount gatewayForStore:options:] + 126
    12  com.apple.MessageFramework              0x00007fff90eb2bc3 -[IMAPAccount _listingForMailboxUid:listAllChildren:onlySubscribed:withUserInput:] + 96
    13  com.apple.MessageFramework              0x00007fff90eb2739 -[IMAPAccount _listingForMailboxUid:listAllChildren:withUserInput:] + 80
    14  com.apple.MessageFramework              0x00007fff90eb268a -[IMAPAccount _synchronizeMailboxListWithUserInput:] + 67
    15  com.apple.MessageFramework              0x00007fff90eaa2ee -[RemoteStoreAccount _synchronizeAccountWithServerWithUserInput:] + 329
    16  com.apple.MessageFramework              0x00007fff90ea9f8a -[IMAPAccount _synchronizeAccountWithServerWithUserInput:] + 43
    17  com.apple.CoreFoundation                0x00007fff8fd9eefc __invoking___ + 140
    18  com.apple.CoreFoundation                0x00007fff8fd9ed94 -[NSInvocation invoke] + 132
    19  com.apple.MessageFramework              0x00007fff90e3ef68 -[MonitoredInvocation invoke] + 196
    20  com.apple.MessageFramework              0x00007fff90e1ba79 -[ThrowingInvocationOperation main] + 33
    21  com.apple.MessageFramework              0x00007fff90e1ba1f -[_MFInvocationOperation main] + 449
    22  com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    23  com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    24  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    25  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    26  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    27  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 9:: -[POPAccount _synchronizeMailboxListWithFileSystem]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff92784c2e __psynch_rw_rdlock + 10
    1   libsystem_c.dylib                       0x00007fff8e8ec1a0 pthread_rwlock_rdlock + 573
    2   com.apple.MessageFramework              0x00007fff90e1f997 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 328
    3   com.apple.MessageFramework              0x00007fff90e1e934 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x00007fff90e48b19 +[Library sendMessagesMatchingQuery:to:options:] + 385
    5   com.apple.MessageFramework              0x00007fff90f77299 +[Library messagesForMailbox:olderThanNumberOfDays:] + 576
    6   com.apple.MessageFramework              0x00007fff90f9932b -[LibraryStore deleteMessagesOlderThanNumberOfDays:compact:] + 87
    7   com.apple.MessageFramework              0x00007fff90ebc6df -[MailAccount deleteMessagesFromMailboxUid:olderThanNumberOfDays:] + 147
    8   com.apple.MessageFramework              0x00007fff90eabe36 -[MailAccount(Internal) _emptySpecialMailboxesIfNeededForQuit:] + 234
    9   com.apple.MessageFramework              0x00007fff90eaa186 -[MailAccount(Internal) _synchronizeMailboxListWithFileSystemBeforeImport:] + 423
    10  com.apple.CoreFoundation                0x00007fff8fd9eefc __invoking___ + 140
    11  com.apple.CoreFoundation                0x00007fff8fd9ed94 -[NSInvocation invoke] + 132
    12  com.apple.MessageFramework              0x00007fff90e3ef68 -[MonitoredInvocation invoke] + 196
    13  com.apple.MessageFramework              0x00007fff90e1ba79 -[ThrowingInvocationOperation main] + 33
    14  com.apple.MessageFramework              0x00007fff90e1ba1f -[_MFInvocationOperation main] + 449
    15  com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    16  com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    17  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    19  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    20  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 10:: -[EWSAccount _synchronizeAccountWithServerWithUserInput:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff92784ad2 __open + 10
    1   com.apple.CoreFoundation                0x00007fff8fd65cab fileOpen + 219
    2   com.apple.CoreFoundation                0x00007fff8fd3bfac _CFStreamOpen + 124
    3   com.apple.CoreFoundation                0x00007fff8fd65bc3 CFReadStreamOpen + 131
    4   com.apple.Heimdal                       0x00007fff925d17ac krb5_config_parse_file_multi + 471
    5   com.apple.Heimdal                       0x00007fff925d2d25 krb5_set_config_files + 119
    6   com.apple.Heimdal                       0x00007fff925d2b5d krb5_init_context_flags + 200
    7   com.apple.KerberosHelper                0x00007fff8def9937 KRBCreateSessionInfo + 321
    8   com.apple.KerberosHelper                0x00007fff8def73cd KRBCreateSession + 147
    9   com.apple.ExchangeWebServices           0x00007fff8edc7ced +[EWSKerberos _principalsForHost:user:] + 253
    10  com.apple.ExchangeWebServices           0x00007fff8edc7a17 +[EWSKerberos hasCredentialForHost:user:] + 18
    11  com.apple.ExchangeWebServices           0x00007fff8eddc010 -[SOAPRequest connection:canAuthenticateAgainstProtectionSpace:] + 170
    12  com.apple.Foundation                    0x00007fff96d84260 -[NSURLConnection(NSURLConnectionReallyInternal) sendCanAuthenticateAgainstProtectionSpace:] + 96
    13  com.apple.Foundation                    0x00007fff96d83e3c ___NSURLConnectionCanAuthenticateAgainstProtectionSpace_block_invoke_1 + 145
    14  com.apple.Foundation                    0x00007fff96d8447e _NSURLConnectionCanAuthenticateAgainstProtectionSpace + 124
    15  com.apple.CFNetwork                     0x00007fff96f52311 URLConnectionClient::_clientDidReceiveChallenge(_CFURLAuthChallenge*, URLConnectionClient::ClientConnectionEventQueue*) + 421
    16  com.apple.CFNetwork                     0x00007fff9700d95f URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 927
    17  com.apple.CFNetwork                     0x00007fff96f38389 URLConnectionClient::processEvents() + 185
    18  com.apple.CFNetwork                     0x00007fff96f3822e MultiplexerSource::perform() + 212
    19  com.apple.CoreFoundation                0x00007fff8fd1b4f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    20  com.apple.CoreFoundation                0x00007fff8fd1ad5d __CFRunLoopDoSources0 + 253
    21  com.apple.CoreFoundation                0x00007fff8fd41b49 __CFRunLoopRun + 905
    22  com.apple.CoreFoundation                0x00007fff8fd41486 CFRunLoopRunSpecific + 230
    23  com.apple.Foundation                    0x00007fff96c21f7b -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    24  com.apple.ExchangeWebServices           0x00007fff8eddc859 -[SOAPRequest sendSynchronously:] + 455
    25  com.apple.ExchangeWebServices           0x00007fff8edc22f5 -[EWSExchangeServiceBinding sendSynchronousMessage:error:] + 88
    26  com.apple.MessageFramework              0x00007fff90f200a6 -[EWSConnection _sendMessage:error:] + 238
    27  com.apple.MessageFramework              0x00007fff90f1f727 -[EWSConnection _fetchRootFolderId:] + 332
    28  com.apple.MessageFramework              0x00007fff90f20eba -[EWSConnection _connectAndAuthenticateUsingAccount:] + 650
    29  com.apple.MessageFramework              0x00007fff90f1f42d -[EWSConnection connectUsingAccount:] + 462
    30  com.apple.MessageFramework              0x00007fff90f1c96a -[EWSAccount authenticatedConnection] + 437
    31  com.apple.MessageFramework              0x00007fff90f1b7c8 -[EWSAccount _synchronizeMailboxListWithUserInput:] + 72
    32  com.apple.MessageFramework              0x00007fff90eaa2ee -[RemoteStoreAccount _synchronizeAccountWithServerWithUserInput:] + 329
    33  com.apple.CoreFoundation                0x00007fff8fd9eefc __invoking___ + 140
    34  com.apple.CoreFoundation                0x00007fff8fd9ed94 -[NSInvocation invoke] + 132
    35  com.apple.MessageFramework              0x00007fff90e3ef68 -[MonitoredInvocation invoke] + 196
    36  com.apple.MessageFramework              0x00007fff90e1ba79 -[ThrowingInvocationOperation main] + 33
    37  com.apple.MessageFramework              0x00007fff90e1ba1f -[_MFInvocationOperation main] + 449
    38  com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    39  com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    40  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    41  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    42  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    43  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 11:: -[DeliveryQueue _resetStateAndReprocessQueueIfNecessary]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff92784c2e __psynch_rw_rdlock + 10
    1   libsystem_c.dylib                       0x00007fff8e8ec1a0 pthread_rwlock_rdlock + 573
    2   com.apple.MessageFramework              0x00007fff90e1f997 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 328
    3   com.apple.MessageFramework              0x00007fff90e1e934 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x00007fff90e48b19 +[Library sendMessagesMatchingQuery:to:options:] + 385
    5   com.apple.MessageFramework              0x00007fff90e44d6e +[Library sendMessagesMatchingCriterion:to:options:] + 1703
    6   com.apple.MessageFramework              0x00007fff90e53380 -[LibraryStore openSynchronouslyUpdatingMetadata:returnRetainedMessages:] + 530
    7   com.apple.MessageFramework              0x00007fff90e6ca1f -[LibraryStore openSynchronouslyUpdatingMetadata:] + 163
    8   com.apple.mail                          0x000000010b1e5018 0x10b1a3000 + 270360
    9   com.apple.mail                          0x000000010b1e4dd4 0x10b1a3000 + 269780
    10  com.apple.CoreFoundation                0x00007fff8fd9eefc __invoking___ + 140
    11  com.apple.CoreFoundation                0x00007fff8fd9ed94 -[NSInvocation invoke] + 132
    12  com.apple.MessageFramework              0x00007fff90e3ef68 -[MonitoredInvocation invoke] + 196
    13  com.apple.MessageFramework              0x00007fff90e1ba79 -[ThrowingInvocationOperation main] + 33
    14  com.apple.MessageFramework              0x00007fff90e1ba1f -[_MFInvocationOperation main] + 449
    15  com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    16  com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    17  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    19  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    20  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff92785192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8e8b1594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 13:: Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff92784c7e __psynch_rw_wrlock + 10
    1   libsystem_c.dylib                       0x00007fff8e8ebbd3 pthread_rwlock_wrlock + 459
    2   com.apple.MessageFramework              0x00007fff90e1f9c5 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 374
    3   com.apple.MessageFramework              0x00007fff90e1e934 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x00007fff90ed9893 +[Library commitSynchronouslyPostingMessages:postFlags:postingOldFlagsByMessage:] + 638
    5   com.apple.MessageFramework              0x00007fff90ee0815 __-[LibraryStore async_setFlagsFromDictionary:forMessages:]_block_invoke_1 + 525
    6   com.apple.Foundation                    0x00007fff96c97ae1 -[NSBlockOperation main] + 116
    7   com.apple.MessageFramework              0x00007fff90e81c3a -[MFTaskOperation main] + 882
    8   com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    9   com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    10  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    11  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    12  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    13  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 14:: -[MailApp _tellSyncServicesToRegisterAndSync]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff9278367a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff92782d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8fd3950c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8fd41c74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8fd41486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff96c36b2e -[NSConnection sendInvocation:internal:] + 2206
    6   com.apple.CoreFoundation                0x00007fff8fd99fa4 ___forwarding___ + 756
    7   com.apple.CoreFoundation                0x00007fff8fd99c38 _CF_forwarding_prep_0 + 232
    8   com.apple.Foundation                    0x00007fff96c351e7 -[NSConnection rootProxy] + 74
    9   com.apple.syncservices                  0x00007fff91374431 +[NSConnection(SyncServicesExtensions) isd_rootProxyForConnectionWithRegisteredName:requestTimeout:replyTimeout:protoc ol:enableMultipleThreads:independentConversations:] + 213
    10  com.apple.syncservices                  0x00007fff9139c2bf -[ISyncConcreteManager _connectToServerNoLock] + 237
    11  com.apple.syncservices                  0x00007fff9139bf7b -[ISyncConcreteManager _connectToServer] + 283
    12  com.apple.syncservices                  0x00007fff9139b746 -[ISyncConcreteManager _performSelectorOnServer:numberOfArguments:] + 346
    13  com.apple.syncservices                  0x00007fff9139b5ea -[ISyncConcreteManager _performSelectorOnServer:withArg:withArg:] + 29
    14  com.apple.syncservices                  0x00007fff9139b50c -[ISyncConcreteManager clientWithIdentifier:] + 178
    15  com.apple.Mail.Syncer                   0x0000000112c24780 0x112c10000 + 83840
    16  com.apple.mail                          0x000000010b2277d3 0x10b1a3000 + 542675
    17  com.apple.CoreFoundation                0x00007fff8fd9eefc __invoking___ + 140
    18  com.apple.CoreFoundation                0x00007fff8fd9ed94 -[NSInvocation invoke] + 132
    19  com.apple.MessageFramework              0x00007fff90e3ef68 -[MonitoredInvocation invoke] + 196
    20  com.apple.MessageFramework              0x00007fff90e1ba79 -[ThrowingInvocationOperation main] + 33
    21  com.apple.MessageFramework              0x00007fff90e1ba1f -[_MFInvocationOperation main] + 449
    22  com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    23  com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    24  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    25  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    26  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    27  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 15:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.datadetectorscore             0x00007fff9040940e _DDScannerHandleState + 2794
    1   com.apple.datadetectorscore             0x00007fff90409730 _DDScannerHandleState + 3596
    2   com.apple.datadetectorscore             0x00007fff90409730 _DDScannerHandleState + 3596
    3   com.apple.datadetectorscore             0x00007fff90409730 _DDScannerHandleState + 3596
    4   com.apple.datadetectorscore             0x00007fff90407838 DDScannerScanQuery + 633
    5   com.apple.datadetectors                 0x00007fff938ca8c8 -[DDOperation scan] + 144
    6   com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    7   com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    8   libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    9   libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    10  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    11  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 16:: Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff92784c2e __psynch_rw_rdlock + 10
    1   libsystem_c.dylib                       0x00007fff8e8ec1a0 pthread_rwlock_rdlock + 573
    2   com.apple.MessageFramework              0x00007fff90e1f997 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 328
    3   com.apple.MessageFramework              0x00007fff90e1e934 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x00007fff90e48b19 +[Library sendMessagesMatchingQuery:to:options:] + 385
    5   com.apple.MessageFramework              0x00007fff90e44d6e +[Library sendMessagesMatchingCriterion:to:options:] + 1703
    6   com.apple.MessageFramework              0x00007fff90e4457f +[Library messagesMatchingCriterion:options:] + 122
    7   com.apple.mail                          0x000000010b206f5c 0x10b1a3000 + 409436
    8   com.apple.Foundation                    0x00007fff96c97ae1 -[NSBlockOperation main] + 116
    9   com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    10  com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    11  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    12  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    13  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    14  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 17:: Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff92784ad2 __open + 10
    1   com.apple.Foundation                    0x00007fff96c64b63 _NSmkstemp83 + 613
    2   com.apple.Foundation                    0x00007fff96c647f4 _NSCreateTemporaryFile + 522
    3   com.apple.Foundation                    0x00007fff96c33c2d _NSWriteBytesToFileWithExtendedAttributes + 277
    4   com.apple.Foundation                    0x00007fff96c33b13 _NSWriteBytesToFile + 23
    5   com.apple.Foundation                    0x00007fff96c33af0 -[NSData(NSData) writeToFile:atomically:] + 89
    6   com.apple.Foundation                    0x00007fff96c33948 -[NSDictionary(NSDictionary) writeToFile:atomically:] + 238
    7   com.apple.MessageFramework              0x00007fff90ed8b02 -[MFAccountStorage setObject:forKey:] + 234
    8   com.apple.MessageFramework              0x00007fff90eafcfa +[Account saveAccounts:usingDefaultsKey:forceWriteToMailPreferences:] + 197
    9   com.apple.MessageFramework              0x00007fff90ed8945 +[MailAccount saveAccountInfoToDefaults] + 189
    10  com.apple.MessageFramework              0x00007fff90e7a0a3 -[IMAPAccount setServerID:] + 379
    11  com.apple.MessageFramework              0x00007fff90e79e4c __-[IMAPConnection executeID:]_block_invoke_1 + 108
    12  com.apple.CoreFoundation                0x00007fff8fda4cee __NSArrayEnumerate + 718
    13  com.apple.MessageFramework              0x00007fff90e79690 -[IMAPConnection executeID:] + 211
    14  com.apple.MessageFramework              0x00007fff90e795b8 -[IMAPClientIDOperation executeOnConnection:] + 25
    15  com.apple.MessageFramework              0x00007fff90e6675d -[IMAPConnection prepareAndExecuteOperation:outWrongState:] + 1510
    16  com.apple.MessageFramework              0x00007fff90e65c36 -[IMAPGateway _allowClientOperationThrough:] + 855
    17  com.apple.MessageFramework              0x00007fff90e65652 -[IMAPGateway allowClientOperationThrough:] + 350
    18  com.apple.MessageFramework              0x00007fff90e654c8 -[IMAPClientOperation main] + 85
    19  com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    20  com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    21  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    22  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    23  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    24  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 18:: -[LocalAccount _synchronizeMailboxListWithFileSystem]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff92784c2e __psynch_rw_rdlock + 10
    1   libsystem_c.dylib                       0x00007fff8e8ec1a0 pthread_rwlock_rdlock + 573
    2   com.apple.MessageFramework              0x00007fff90e1f997 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 328
    3   com.apple.MessageFramework              0x00007fff90e1e934 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x00007fff90e48b19 +[Library sendMessagesMatchingQuery:to:options:] + 385
    5   com.apple.MessageFramework              0x00007fff90f77299 +[Library messagesForMailbox:olderThanNumberOfDays:] + 576
    6   com.apple.MessageFramework              0x00007fff90f9932b -[LibraryStore deleteMessagesOlderThanNumberOfDays:compact:] + 87
    7   com.apple.MessageFramework              0x00007fff90ebc6df -[MailAccount deleteMessagesFromMailboxUid:olderThanNumberOfDays:] + 147
    8   com.apple.MessageFramework              0x00007fff90eaa186 -[MailAccount(Internal) _synchronizeMailboxListWithFileSystemBeforeImport:] + 423
    9   com.apple.CoreFoundation                0x00007fff8fd9eefc __invoking___ + 140
    10  com.apple.CoreFoundation                0x00007fff8fd9ed94 -[NSInvocation invoke] + 132
    11  com.apple.MessageFramework              0x00007fff90e3ef68 -[MonitoredInvocation invoke] + 196
    12  com.apple.MessageFramework              0x00007fff90e1ba79 -[ThrowingInvocationOperation main] + 33
    13  com.apple.MessageFramework              0x00007fff90e1ba1f -[_MFInvocationOperation main] + 449
    14  com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    15  com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    16  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    17  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    18  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    19  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 19:: Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff92784c2e __psynch_rw_rdlock + 10
    1   libsystem_c.dylib                       0x00007fff8e8ec1a0 pthread_rwlock_rdlock + 573
    2   com.apple.MessageFramework              0x00007fff90e1f997 +[Library _checkOutDBHandleForWriting:isPrivileged:] + 328
    3   com.apple.MessageFramework              0x00007fff90e1e934 +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 494
    4   com.apple.MessageFramework              0x00007fff90e7091c +[Library snippetsForMessages:] + 147
    5   com.apple.MessageFramework              0x00007fff90e70886 -[LibraryStore snippetsForMessages:] + 25
    6   com.apple.MessageFramework              0x00007fff90e70669 __-[SnippetManager fetchSnippetsForMessages:]_block_invoke_1 + 85
    7   com.apple.CoreFoundation                0x00007fff8fd9665f ____NSDictionaryEnumerate_block_invoke_4 + 31
    8   com.apple.CoreFoundation                0x00007fff8fd1b121 CFBasicHashApply + 113
    9   com.apple.CoreFoundation                0x00007fff8fd964bb __NSDictionaryEnumerate + 907
    10  com.apple.MessageFramework              0x00007fff90e702ba -[SnippetManager fetchSnippetsForMessages:] + 230
    11  com.apple.mail                          0x000000010b2366a5 0x10b1a3000 + 603813
    12  com.apple.Foundation                    0x00007fff96c97ae1 -[NSBlockOperation main] + 116
    13  com.apple.Foundation                    0x00007fff96c5e6b4 -[__NSOperationInternal start] + 705
    14  com.apple.Foundation                    0x00007fff96c71912 ____NSOQSchedule_block_invoke_2 + 124
    15  libdispatch.dylib                       0x00007fff8dcd6a86 _dispatch_call_block_and_release + 18
    16  libdispatch.dylib                       0x00007fff8dcd7965 _dispatch_worker_thread2 + 255
    17  libsystem_c.dylib                       0x00007fff8e8b13da _pthread_wqthread + 316
    18  libsystem_c.dylib                       0x00007fff8e8b2b85 start_wqthread + 13
    Thread 20:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff92784bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8e8b3274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff98550de0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff996ef76a ***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
    4   com.apple.WebCore                       0x00007fff996ef6c3 WebCore::LocalStorageThread::threadEntryPoint() + 99
    5   com.apple.WebCore                       0x00007fff996ef60b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
    6   libsystem_c.dylib                       0x00007fff8e8af8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff8e8b2b75 thread_start + 13
    Thread 21:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff9278367a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff92782d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8fd3950c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8fd41c74 __CFRunLoopRun + 1204
    4  

    Do a backup.
    Quit Mail.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder. Go to Library/Containers/com.apple.mail.  Move the folder com.apple.mail to your desktop. You must move the entire folder, not just the contents.
    Restart, re-launch Mail and test. If the problem is solved, recreate any required Mail settings and import any emails you want to save from the folder on the desktop. You can then put the folder in the Trash. If the problem remains, return the folder to where you got it replacing the one that is there. 
    Information learned from Linc Davis. Thanks to leonie for some information contained in this.
    Crashes/quits unexpectedly

  • CS 5 Activation and System Crash

    My system disk has crashed and I have replaced it. Now I want to reinstall CS 5 but my activation count has been exceeded. What is the contact for Adobe so that I can have this count reset?
    Or is there something else I should do?

    Hi Steve,
                   Is your issue resolved now ?
                   If it's not resolved, you can message me with the serial number of the product CS5 and I will check with it.
    Thank you.
    Mansingh Patel

  • Lightroom Library Grid Mode - Uncommanded Ratings Changes and System Crash

    I have Lightroom 5.  When I am in Library Mode and Grid view with a rating filter set, I get the following:
    On multiple occasions, when the mouse is in the vicinity of the "set Rating" stars, the existing ratings of photos in the grid start changing one after the other for no reason (no mouse clicks).
    When I try to use the Undo command to restore the correct prior rating,. Lightroom ALWAYS crashes and shutsdown.
    Has anyone seen this before?

    Are you using a Bluetooth mouse? My Apple Magic Mouse sometimes scrolls by itself for a few instants after I click on something. By that I mean that if I move it sideways or up and down, without having my fingers on its top, it acts as if I had swiped my finger on its active surface. If this happens while your cursor is on or near the ratings field, it may act as if you were changing the rating on purpose? Of course, this is just a guess, as you did not state your OS or hardware.

Maybe you are looking for