Enable Print in IW22 after the maintanence Order is TECOed

Hi Frds,
I have a requirement to enable the print functionality (in the PM notification menu - PMNotification>Print-->Notification) for any maintanence order's notification after the maintanence order is TECOed.
Once we do TECO the notification becomes uneditable and print-->notification is disabled.
Please let me know if any user exit could be useful for this and what logic is required.
Many thanks in advance...
Regards,
Karthick C

Hi,
This can be easily achived by playing little bit with the PF Status.
In the FM : PM_SET_PF_STATUS you need to create an implicit enhancement at the end.
after checking the sy-tcode and notification status just set the standard pf status once again
only thing delete the fcode PRNT from the excluding table T_EX_FCODE[].
so your code will be
if sy-tcode = 'IW22'.
Put  Logic to check notification status
delete T_EX_FCODE where fcode = 'PRNT'.
SET PF-STATUS I_STATUS EXCLUDING T_EX_FCODE OF PROGRAM 'SAPMIWO0'.
endif.
This should solve your problem.
Regards
Bikas

Similar Messages

  • My iphone 5s got stolen and the option to erase data after 10 tries was not enabled. What happens after the incorrect password is input after 10 times?

    my iphone 5s got stolen and the option to erase data after 10 tries was not enabled. What happens after the incorrect password is input after 10 times?

    After the sixth erroneous passcode entry a delay is imposed that increases exponentially and eventually reaches over 40 years before another attempt can be made.
    No one yet knows how long the next delay is.

  • Process Order does Confirmations and GR even after the Process order is CNF

    Not Sure why the Formatting is lost.
    Hi Gurus,                                                                               
    I am a beginner in this area and request your help.                                                                               
    We are implementing a project where the process order Confirmation in SAP ECC 5.0 in SAP PPPI module is done using xMII which call the BAPI_PROCORD_CREATE_TT     RFC.
    The customer wants to (certain times) do a final confirmation without actually completing the order e.g if the Order Qty is 100 then, they want to just manufacture 25 and then do a final confirmation, after which SAP GUI screen does not allow any Process order Confirmations against that process order.
    We are using the BAPI_PROCORDCONF_CREATE_TTRFC to do multiple PO Confirmations and GR for particular Process order. Below is a scenario
    Case 1:
    1. Order Qty =100  ( Unlimited Delivery is not checked and tolerance is Zero).
         Which means only 100 is accepted.
    2. 100 Quantities are produced and confirmed using the BAPI_PROCORDCONF_CREATE_TT (with Final confirmation value as 1 , which mean auto confirmation)
    3. Next when the BAPI confirms & GR's against the same order, the Complete qty is not visible in the COR3 status. And is visible only in the COGI transaction.
    That is expected behavior. and i am ok with that.
    Case 2: (The one with the problem)
    1.  Order Qty =100  ( Unlimited Delivery is not checked and tolerance is Zero).
         Which means only the 100 is accepted.
    2.  25 Quantities are produced and confirmed using BAPI_PROCORDCONF_CREATE_TT (with Final Confirmation value as X , which mean Final confirmation)
    3. The Confirmation and GR go through and the status of the process order now changed is CNF and the Deliverd qty is 25.
    At this point , if you logon to SAP GUI and try to make a process order confirmation you get an error messages which says the Process Order is already confirmed and no more confirmations or GR can be done against this Process order.
    4. But when you Again Run the BAPI_PROCORDCONF_CREATE_TT, it goes ahead and confirms and makes the GR for that Process order.
    The Expected Behavior should have been that this quantity is now in the COGI transaction.
    5. The Process order  allows any number of Further confirmations till the Ordered Qty and Delivered quantity are  same .
    so dear gurus I know i have written a very long doubt but would be very happy to get a response from you. I would ideally not like to enhance or change the BAPI and want to understand if I have missed some setting or parameter that I have to pass in the BAPI for the final confirmation so that once the Status of the Process order is CNF , no more Confirmations are allowed even from the BAPI.
    Thanks in Advance.
    Regards
    Suraj

    Hi Suraj,
    I am not positive, but I suspectt the problem lies in the BAPI.  It might be how you have the data set in MII, but it sounded like you are doing it correctly. 
    However there are a number of things you can do to troubleshoot your situation.
    First create a few process orders to test with. 
    Record the confirmation numbers and counters for each of the following:
    1) Do a final confirmation (for quantity of 25 instead of the 100) in CORK (or whichever transaction you are using). 
    2) Do a final confirmation (for quantitiy of 25 instead of the 100) in SE37 or BAPI in ERP using the BAPI_PROCORDCONF_CREATE_TT.
    3) Do a final confirmation (for quantitiy of 25 instead of the 100) from MII using your current transaction. 
    Review the confirmations in ERP to see if there are any differences.
    Review the confirmaitons in MII to see if there are any non visible differences (use a Tracer to retrieve the response segment from an execution of BAPI_PROCORDCONF_GETDETAIL using the recorded confirmation numbers and counters) 
    Case 1) If there are differences in the results, that should tell you how to modify your transaction to include or change the appropriate values in your inputs. 
    Case 2) If there are no differences, then it is most likely that there is something not working properly in the BAPI you are using.  It may not completely replicate the functionality in CORK (or whichever transaction you are using in ERP).  Then open a ticket, because the BAPI is not working as it should.
    Good luck,
    Mike
    Edited by: Michael Appleby on Aug 17, 2009 8:20 PM

  • To print Digital signature on the Purchase Order

    How to print Digital Signature, on the PO Print copy (PDF).
    It will be based on release strategy. Whoever is approving the PO, his signature should be printed automatically on the Purchase Order.
    How to achieve this ??
    Please let me know in detail
    thanks
    amit

    Hi Amit,
    I am not sure on how to get the the signature of the person who released the PO, because as per my understanding the Relase Strategy i.e the Relase code is attached to a Basis profile.
    What I would suggest is if you can get all the guys who can release a PO and define him as a Purchaser ie. a Purchasing group then it would be easier to print his signature in the PO.
    Here are the Highlevel steps
    1. Just have the Signature you want to print in a Tiff format.
    2. You can upload the signature as a standard Text using program RSTXLDMC to upload and give a text name.
    3. call the text name in your sap scripts.
    reward if useful.
    Thx,
    MJ

  • Prevent entering result recording after the production order closed.

    Hi QM Gurus,
    I want to prevent entering the result recording (we used inspection point) after the corresponding production order was closed.
    Please help.
    Cheers,
    Sun

    hi all,
    Enhancement QEEM0015 is only used for individual result, it can not be used for summerized result.
    Enhancement QEEM0011 is the right one for my case.
    It works before the system valuates the inspectoin characteristics' result for both individual and summerized result.
    Thanks all for your help.
    Regards,
    Sun

  • How to print blank records after the detail records in a masterdetail report

    Hi,
    Developing a report for time and attendance record. In this report I am printing all the employees in a department, limiting the no. of records per page to 10.
    I need to insert blank lines at the end of all of the detail records in a page that has less than 10 employee records so that the no. of records displayed on a page can always be 10(these blank lines will facilitate the management to note down the temporary employees who worked for the department but are not part of the department).
    I am using a tabular form with group above layout.
    The report layout is as follows:
    Department : FINANCE & ADMINISTRATION
    Employee Name | Employee Number |
    1 Jim | 1234 | _________________
    2 John | 5678 |__________________
    3 blank
    4 blank
    5
    6
    7
    8
    9
    10 balnk
    Supervisor's Sign:______________________
    Note: the no. of blank lines should be inserted dynamically based on the no. of emp. records being printed on the page.
    Any help is greatly appreciated.
    Thanks in advance.
    Kavita.

    Your solution works when I am not limiting the no. of records per page for a department to 10 records and when I want to print blanks lines for the depts that has fewer than 10 employees in it.
    Exactly in my report I have several dept's that has more than 10 emp's. In such cases I'll be printing first 10 in one page and the rest in the next page. Now I want to dynamically print the blank lines in the second page depending on the no. of emp's on that page. I tried to acheive this by using a CS column that reset's at page level but, REPORTS is not letting me use CS column that reset's at page level in a format trigger. I also tried to copy the CS value into a parameter and or to a Place holder column and did not help.
    Any more work around ideas to acheive this?? please help.
    Thanks alot
    Kavita.
    Hi
    Create a column called Serial_No in ur emloyee query like this
    select 1 , empno ,ename from emp;
    Create a summary column on the serial column with the function SUM
    and resetting it to Page
    Display the column in the report by using the text color as white
    so it doesn't display in the report
    I think this should help u i believe
    Sri
    Hi,
    Developing a report for time and attendance record. In this report I am printing all the employees in a department, limiting the no. of records per page to 10.
    I need to insert blank lines at the end of all of the detail records in a page that has less than 10 employee records so that the no. of records displayed on a page can always be 10(these blank lines will facilitate the management to note down the temporary employees who worked for the department but are not part of the department).
    I am using a tabular form with group above layout.
    The report layout is as follows:
    Department : FINANCE & ADMINISTRATION
    Employee Name | Employee Number |
    1 Jim | 1234 | _________________
    2 John | 5678 |__________________
    3 blank
    4 blank
    5
    6
    7
    8
    9
    10 balnk
    Supervisor's Sign:______________________
    Note: the no. of blank lines should be inserted dynamically based on the no. of emp. records being printed on the page.
    Any help is greatly appreciated.
    Thanks in advance.
    Kavita.

  • What to do with the Sales Order once the Production Order is TECO?

    Hi everybody,
    What to do after a Production Order is confirmed, GI, GR, and the Production Order is Technically Complete?
    In MD04, I can still see the Sales Order, and I can see also the line with CSTOCK (Customer Stock).
    What to do now to complete the scenario?
    Thanks in advance,
    Rudy.

    Thank you!
    But I get the following message in VL01N:
    "No schedule lines due for delivery up to the selected date "
    What does it mean exacly?
    I have a Confirmed Production Order.
    I have a quantity in CSTOCK.
    So, what is missing here?
    Thanks in advance!
    Rudy

  • Printing Tax values in the Purchase order

    Hi MM Gurus,
        In the print out of Purchase order, I am getting the Total net value excluding tax
    while the requirement is PO should have the value including the tax. Tax setting is
    maintained and I am getting all the tax values properly in the P.O. but in print out
    tax amount is not coming. How to resolve this? Any configuration required in the
    IMG or is it an ABAP work? Kindly let me know as early as possible.
    Regards
    Yoga

    Hi Yoga,
    It is not clear whether you are using the standard SAP layout for PO printing or you have prepared your own layout. It is also not clear whether you want the %age of tax is to be printed or the value of tax.
    I assume you have prepared your own layout using smartforms.
    You have to get in touch with your ABAPer to modify the smartform for tax %age/amount.
    You can get the table tables using FV13.
    I hope you know how to get those details.
    -Nandu More

  • My HP printer stopped scanning after the HP 2.7 Update.  How do I roll it  back?

    I upgraded to Lion and my new HP Photosmart Premium (C309g) worked great until the HP Printer Software Update 2.7 came down.  Since then, whenever I try to scan anything in Preview, Image Capture, or the printer itself, the scan window sits at "Scanning document 'Document Name'" forever.  The progress bars come and go, but it never finishes.
    I talked with a useless half-wit at HP and he told me to wipe my Mac and Time Machine backup and reinstall from my recovery CD's.  (Too bad my recovery discs install Tiger!)  I told him that wasn't happening, and he had me reset the printing system, which did nothing.
    How do I roll back the HP 2.7 update?
    Upgrading to Mac OS X 10.7.1 today didn't solve the problem.

    I was hoping for a cleaner solution, but Time Machine to the rescue.
    I removed everything under /Library/Printers (except PPD's) and then restored the rest from my first TM backup after installing Lion.  That and a reboot fixed all of the printing problems.
    However, I tried the same trick for the /Library/Image Capture folder, but it didn't work.  It at least remembers my scan settings now, but the scan still hangs at some point in the beginning, usually on "Scanner is warming up" or the first piece of "Scanning document name."
    Also, for cleanliness' sake, I removed the HP 2.7 entry from the InstalledSoftware.plist file, and told Software Update to ignore it.

  • Could someone please help us?  Our mail keeps crashing when we try to print - this is after the Mavericks upgrade

    We have done everything we can think off, but Apple Mail crashes when we try to print anything.  This was after we updated to Mavricks.
    We have reintexed the messages, rebuilt the mailbox, run disk premissions, etc. and nothing seems to work - very flustrating!  Definitely not like the old days when everything just worked with Apple.
    Following is the crash report.
    Process:         Mail [3957]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         7.2 (1874)
    Build Info:      Mail-1874000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [150]
    Responsible:     Mail [3957]
    User ID:         501
    PlugIn Path:       /Library/Printers/Canon/PS3/PDEs/EF283976 (FF).plugin/Contents/MacOS/EF283976 (FF)
    PlugIn Identifier: com.efi.print.pde.5FF81E1E-3457-42F4-BC07-077DADCA00FA.PInf
    PlugIn Version:    3.1.025.0 (3.1.025.0)
    Date/Time:       2014-03-23 09:51:17.000 -0400
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  366131F3-EA85-F60D-521F-296312251DFB
    Sleep/Wake UUID: C24EC442-25DE-40AF-9FFD-08D983C2707E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0xffffffffffffffff
    VM Regions Near 0xffffffffffffffff:
    --> shared memory          00007fffffeb2000-00007fffffeb3000 [    4K] r-x/r-x SM=SHM 
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_platform.dylib                0x00007fff85edcf26 _platform_bzero$VARIANT$Merom + 22
    1   com.efi.print.pde.5FF81E1E-3457-42F4-BC07-077DADCA00FA.PInf          0x00000001117ad12c UI_Panel::UI_Panel(PDEData*) + 332
    2   com.efi.print.pde.5FF81E1E-3457-42F4-BC07-077DADCA00FA.PInf          0x00000001117a9680 -[FieryFeaturesPDE5FF81E1E345742F4BC07077DADCA00FA initWithCallback:] + 944
    3   com.efi.print.pde.5FF81E1E-3457-42F4-BC07-077DADCA00FA.PInf          0x00000001117a85a9 -[FieryFeaturesPDEPlugIn5FF81E1E345742F4BC07077DADCA00FA PDEPanelsForType:withHostInfo:] + 115
    4   com.apple.print.framework.Print.Private          0x000000010e2b6630 0x10e2ae000 + 34352
    5   com.apple.print.framework.Print.Private          0x000000010e2b5096 0x10e2ae000 + 28822
    6   com.apple.print.framework.Print.Private          0x000000010e2b3698 0x10e2ae000 + 22168
    7   com.apple.print.framework.Print.Private          0x000000010e2b1a60 0x10e2ae000 + 14944
    8   com.apple.print.framework.Print.Private          0x000000010e2c4903 0x10e2ae000 + 92419
    9   com.apple.print.framework.Print.Private          0x000000010e2c4413 0x10e2ae000 + 91155
    10  com.apple.AppKit                        0x00007fff8f0f141c -[NSWindowController _windowDidLoad] + 450
    11  com.apple.AppKit                        0x00007fff8f0d8016 -[NSWindowController window] + 110
    12  com.apple.AppKit                        0x00007fff8f44a4fc -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 530
    13  com.apple.AppKit                        0x00007fff8f448200 __91-[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:]_block_invoke35 3 + 149
    14  com.apple.AppKit                        0x00007fff8f447fed __91-[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:]_block_invoke + 54
    15  com.apple.AppKit                        0x00007fff8f447fa8 -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 630
    16  com.apple.mail                          0x000000010185220e 0x101645000 + 2150926
    17  com.apple.Foundation                    0x00007fff84e05f28 NSKeyValueNotifyObserver + 387
    18  com.apple.Foundation                    0x00007fff84e050f8 NSKeyValueDidChange + 453
    19  com.apple.Foundation                    0x00007fff84e09be6 -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 118
    20  com.apple.MailUI                        0x00007fff8975955f -[MUIWKViewController browsingContextControllerDidFinishLoad:] + 213
    21  com.apple.WebKit2                       0x00007fff87b825b2 WebKit::WebPageProxy::didFinishLoadForFrame(unsigned long long, CoreIPC::MessageDecoder&) + 112
    22  com.apple.WebKit2                       0x00007fff87b57793 WebKit::WebPageProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 3353
    23  com.apple.WebKit2                       0x00007fff87b44a6b CoreIPC::MessageReceiverMap::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 125
    24  com.apple.WebKit2                       0x00007fff87b4f5eb WebKit::ChildProcessProxy::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 13
    25  com.apple.WebKit2                       0x00007fff87b54cee WebKit::WebProcessProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 24
    26  com.apple.WebKit2                       0x00007fff87b448b9 CoreIPC::Connection::dispatchMessage(***::PassOwnPtr<CoreIPC::MessageDecoder>) + 101
    27  com.apple.WebKit2                       0x00007fff87b447e2 CoreIPC::Connection::dispatchOneMessage() + 106
    28  com.apple.WebCore                       0x00007fff8b61934e WebCore::RunLoop::performWork() + 270
    29  com.apple.WebCore                       0x00007fff8b619222 WebCore::RunLoop::performWork(void*) + 34
    30  com.apple.CoreFoundation                0x00007fff8e283731 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    31  com.apple.CoreFoundation                0x00007fff8e274ea2 __CFRunLoopDoSources0 + 242
    32  com.apple.CoreFoundation                0x00007fff8e27462f __CFRunLoopRun + 831
    33  com.apple.CoreFoundation                0x00007fff8e2740b5 CFRunLoopRunSpecific + 309
    34  com.apple.HIToolbox                     0x00007fff8acb6a0d RunCurrentEventLoopInMode + 226
    35  com.apple.HIToolbox                     0x00007fff8acb67b7 ReceiveNextEventCommon + 479
    36  com.apple.HIToolbox                     0x00007fff8acb65bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    37  com.apple.AppKit                        0x00007fff8ee5c3de _DPSNextEvent + 1434
    38  com.apple.AppKit                        0x00007fff8ee5ba2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    39  com.apple.AppKit                        0x00007fff8ee4fb2c -[NSApplication run] + 553
    40  com.apple.AppKit                        0x00007fff8ee3a913 NSApplicationMain + 940
    41  libdyld.dylib                           0x00007fff91a505fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff85aae662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8589c43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8589c152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff85aa9a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff85aa8d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8e275155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8e274779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8e2740b5 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff8effc16e _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff85aa9a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff85aa8d18 mach_msg + 64
    2   com.apple.QuartzCore                    0x00007fff8dccd377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x00007fff8dccd2ad thread_fun + 25
    4   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff85aa9a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff85aa8d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8e275155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8e274779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8e2740b5 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff84e63967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff84e6376b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff85aad9aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff8e2c0b83 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff870219c5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 13:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff870219c5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 17:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 18:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 19:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff85aade6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 21:: Dispatch queue: NSOperationQueue 0x610000036120
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff84e34930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff84e2b7d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.Mail.framework                0x00007fff8940624e -[MFMessageRouter asynchronouslyRouteMessages:] + 75
    5   com.apple.Mail.framework                0x00007fff894412ed -[MFPOPStore connection:didRetrieveData:forMessageNumber:] + 514
    6   com.apple.Mail.framework                0x00007fff8943a2c9 -[MFPOPConnection _retr:] + 792
    7   com.apple.Mail.framework                0x00007fff8943a97f __44-[MFPOPConnection fetchMessages:totalBytes:]_block_invoke + 101
    8   com.apple.Foundation                    0x00007fff84e562ae __NSIndexSetEnumerate + 1316
    9   com.apple.Mail.framework                0x00007fff8943a838 -[MFPOPConnection fetchMessages:totalBytes:] + 448
    10  com.apple.Mail.framework                0x00007fff8943f33c -[MFPOPStore fetchSynchronously] + 1881
    11  com.apple.Mail.framework                0x00007fff89436134 -[MFPOPAccount fetchSynchronously] + 133
    12  com.apple.CoreFoundation                0x00007fff8e23dbec __invoking___ + 140
    13  com.apple.CoreFoundation                0x00007fff8e23da54 -[NSInvocation invoke] + 308
    14  com.apple.MailCore                      0x00007fff91aafb44 -[MCMonitoredInvocation invoke] + 211
    15  com.apple.MailCore                      0x00007fff91ad27e8 -[MCThrowingInvocationOperation main] + 40
    16  com.apple.MailCore                      0x00007fff91a76ed8 -[_MCInvocationOperation main] + 332
    17  com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    18  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    19  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    20  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    21  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    22  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    23  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    24  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    25  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 22:: -[MFLibraryStore openSynchronously]  Dispatch queue: NSOperationQueue 0x6180002288c0
    0   libsystem_kernel.dylib                  0x00007fff85aae962 pread + 10
    1   libsqlite3.dylib                        0x00007fff89d4e1d4 unixRead + 100
    2   libsqlite3.dylib                        0x00007fff89d745ee readDbPage + 478
    3   libsqlite3.dylib                        0x00007fff89d7318d sqlite3PagerAcquire + 349
    4   libsqlite3.dylib                        0x00007fff89da88f7 sqlite3BtreeMovetoUnpacked + 1143
    5   libsqlite3.dylib                        0x00007fff89d8e50c sqlite3VdbeExec + 4284
    6   libsqlite3.dylib                        0x00007fff89d8c40a sqlite3_step + 666
    7   com.apple.Mail.framework                0x00007fff8937cfed __50+[MFLibrary sendMessagesMatchingQuery:to:options:]_block_invoke + 257
    8   com.apple.Mail.framework                0x00007fff89394525 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1328
    9   com.apple.Mail.framework                0x00007fff8937cea2 +[MFLibrary sendMessagesMatchingQuery:to:options:] + 319
    10  com.apple.Mail.framework                0x00007fff8938ccae +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 483
    11  com.apple.Mail.framework                0x00007fff893abc12 -[MFLibraryStore openSynchronouslyUpdatingMetadata:returnRetainedMessages:] + 546
    12  com.apple.Mail.framework                0x00007fff893ab922 -[MFLibraryStore openSynchronouslyUpdatingMetadata:] + 161
    13  com.apple.CoreFoundation                0x00007fff8e23dbec __invoking___ + 140
    14  com.apple.CoreFoundation                0x00007fff8e23da54 -[NSInvocation invoke] + 308
    15  com.apple.MailCore                      0x00007fff91aafb44 -[MCMonitoredInvocation invoke] + 211
    16  com.apple.MailCore                      0x00007fff91ad27e8 -[MCThrowingInvocationOperation main] + 40
    17  com.apple.MailCore                      0x00007fff91a76ed8 -[_MCInvocationOperation main] + 332
    18  com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    19  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    20  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    21  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    22  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    23  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    24  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    25  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    26  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 23:: Dispatch queue: NSOperationQueue 0x600000820060
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff8937cea2 +[MFLibrary sendMessagesMatchingQuery:to:options:] + 319
    5   com.apple.Mail.framework                0x00007fff8938ccae +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 483
    6   com.apple.Mail.framework                0x00007fff8938e13a +[MFLibrary messagesMatchingCriterion:options:searchType:] + 104
    7   com.apple.mail                          0x00000001016b0192 0x101645000 + 438674
    8   com.apple.Foundation                    0x00007fff84e250b5 -[NSBlockOperation main] + 75
    9   com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    10  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    11  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    12  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    13  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    15  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 24:: Dispatch queue: NSOperationQueue 0x600000820060
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff8937cea2 +[MFLibrary sendMessagesMatchingQuery:to:options:] + 319
    5   com.apple.Mail.framework                0x00007fff8938ccae +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 483
    6   com.apple.Mail.framework                0x00007fff8938e13a +[MFLibrary messagesMatchingCriterion:options:searchType:] + 104
    7   com.apple.mail                          0x00000001016b0192 0x101645000 + 438674
    8   com.apple.Foundation                    0x00007fff84e250b5 -[NSBlockOperation main] + 75
    9   com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    10  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    11  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    12  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    13  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    15  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 25:: Dispatch queue: NSOperationQueue 0x600000820060
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff8937cea2 +[MFLibrary sendMessagesMatchingQuery:to:options:] + 319
    5   com.apple.Mail.framework                0x00007fff8938ccae +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 483
    6   com.apple.Mail.framework                0x00007fff8938e13a +[MFLibrary messagesMatchingCriterion:options:searchType:] + 104
    7   com.apple.mail                          0x00000001016b0192 0x101645000 + 438674
    8   com.apple.Foundation                    0x00007fff84e250b5 -[NSBlockOperation main] + 75
    9   com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    10  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    11  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    12  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    13  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    15  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 26:: -[MFMessageRouter _routeQueuedMessages]  Dispatch queue: NSOperationQueue 0x610000036120
    0   libsystem_kernel.dylib                  0x00007fff85aad7ee __psynch_rw_wrlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e00e _pthread_rwlock_lock + 507
    2   com.apple.Mail.framework                0x00007fff89395304 +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 374
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff89372f20 +[MFLibrary insertOrUpdateMessages:withMailbox:fetchBodies:isInitialImport:oldMessagesByNew Message:remoteIDs:newDocumentIDs:setFlags:clearFlags:messageFlagsForMessages:cop yFiles:progressDelegate:updateRowIDs:error:] + 4493
    5   com.apple.Mail.framework                0x00007fff893afcbf -[MFLibraryStore appendMessages:unsuccessfulOnes:newMessageIDs:newMessages:newDocumentIDsByOld:f lagsToSet:forMove:error:] + 642
    6   com.apple.Mail.framework                0x00007fff894189ee -[MFMessageStore appendMessages:unsuccessfulOnes:newMessageIDs:newMessages:flagsToSet:forMove:er ror:] + 57
    7   com.apple.Mail.framework                0x00007fff89418a22 -[MFMessageStore appendMessages:unsuccessfulOnes:newMessageIDs:newMessages:flagsToSet:forMove:] + 46
    8   com.apple.Mail.framework                0x00007fff89418a4d -[MFMessageStore appendMessages:unsuccessfulOnes:newMessageIDs:newMessages:flagsToSet:] + 37
    9   com.apple.Mail.framework                0x00007fff89418a9b -[MFMessageStore appendMessages:unsuccessfulOnes:newMessageIDs:newMessages:] + 29
    10  com.apple.Mail.framework                0x00007fff89417b1f -[MFMessageStore finishRoutingMessages:routed:] + 353
    11  com.apple.Mail.framework                0x00007fff89406993 -[MFMessageRouter _routeQueuedMessages] + 1174
    12  com.apple.CoreFoundation                0x00007fff8e23dbec __invoking___ + 140
    13  com.apple.CoreFoundation                0x00007fff8e23da54 -[NSInvocation invoke] + 308
    14  com.apple.MailCore                      0x00007fff91aafb44 -[MCMonitoredInvocation invoke] + 211
    15  com.apple.MailCore                      0x00007fff91ad27e8 -[MCThrowingInvocationOperation main] + 40
    16  com.apple.MailCore                      0x00007fff91a76ed8 -[_MCInvocationOperation main] + 332
    17  com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    18  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    19  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    20  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    21  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    22  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    23  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    24  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    25  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 27:: Dispatch queue: [MFLibrary writeQueue]
    0   libsystem_kernel.dylib                  0x00007fff85aad7ee __psynch_rw_wrlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e00e _pthread_rwlock_lock + 507
    2   com.apple.Mail.framework                0x00007fff89395304 +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 374
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff893677a6 +[MFLibrary commitSynchronouslyPostingMessages:postFlags:postingOldFlagsByMessage:] + 644
    5   com.apple.Mail.framework                0x00007fff893acf63 __59-[MFLibraryStore async_setFlagsFromDictionary:forMessages:]_block_invoke + 435
    6   com.apple.Foundation                    0x00007fff84e250b5 -[NSBlockOperation main] + 75
    7   com.apple.MailCore                      0x00007fff91ad2544 -[MCTaskOperation main] + 642
    8   com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    9   com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    10  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    11  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    12  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    13  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    14  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    15  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    16  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 28:: -[MessageViewer _synchronouslyMarkAsJunkMail:inStores:delete:]  Dispatch queue: NSOperationQueue 0x610000036120
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff89383df3 +[MFLibrary loadSecondaryMetadataForMessage:] + 132
    5   com.apple.Mail.framework                0x00007fff893a792b -[MFLibraryMessage to] + 87
    6   com.apple.MailCore                      0x00007fff91a946b1 -[MCMessage(StringRendering) renderHeaders:] + 73
    7   com.apple.MailCore                      0x00007fff91a947dd -[MCMessage(StringRendering) renderString:] + 35
    8   com.apple.MailCore                      0x00007fff91a820ad -[MCMessage stringValueRenderMode:updateBodyFlags:junkRecorder:bodyOnly:] + 143
    9   com.apple.Mail.framework                0x00007fff893653e1 -[MFJunkMailFilter trainOnMessages:junkMailLevel:] + 880
    10  com.apple.Mail.framework                0x00007fff8941ae17 -[MFMessageStore async_setJunkMailLevel:forMessages:trainJunkMailDatabase:userRecorded:] + 250
    11  com.apple.Mail.framework                0x00007fff893f73db __55-[MFMessageContext async_setJunkMailLevel:forMessages:]_block_invoke_2 + 69
    12  com.apple.CoreFoundation                0x00007fff8e28f85f __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 111
    13  com.apple.CoreFoundation                0x00007fff8e28f76e -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 222
    14  com.apple.Mail.framework                0x00007fff893f7352 -[MFMessageContext async_setJunkMailLevel:forMessages:] + 165
    15  com.apple.mail                          0x000000010173420d 0x101645000 + 979469
    16  com.apple.CoreFoundation                0x00007fff8e23dbec __invoking___ + 140
    17  com.apple.CoreFoundation                0x00007fff8e23da54 -[NSInvocation invoke] + 308
    18  com.apple.MailCore                      0x00007fff91aafb44 -[MCMonitoredInvocation invoke] + 211
    19  com.apple.MailCore                      0x00007fff91ad27e8 -[MCThrowingInvocationOperation main] + 40
    20  com.apple.MailCore                      0x00007fff91a76ed8 -[_MCInvocationOperation main] + 332
    21  com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    22  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    23  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    24  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    25  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    26  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    27  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    28  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    29  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff85aade6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 30:: Dispatch queue: NSOperationQueue 0x600000820060
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff8937cea2 +[MFLibrary sendMessagesMatchingQuery:to:options:] + 319
    5   com.apple.Mail.framework                0x00007fff8938ccae +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 483
    6   com.apple.Mail.framework                0x00007fff8938e13a +[MFLibrary messagesMatchingCriterion:options:searchType:] + 104
    7   com.apple.mail                          0x00000001016b0192 0x101645000 + 438674
    8   com.apple.Foundation                    0x00007fff84e250b5 -[NSBlockOperation main] + 75
    9   com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    10  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    11  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    12  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    13  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    15  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 31:: -[MessageViewer _synchronouslyMarkAsJunkMail:inStores:delete:]  Dispatch queue: NSOperationQueue 0x610000036120
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff89383df3 +[MFLibrary loadSecondaryMetadataForMessage:] + 132
    5   com.apple.Mail.framework                0x00007fff893a792b -[MFLibraryMessage to] + 87
    6   com.apple.MailCore                      0x00007fff91a946b1 -[MCMessage(StringRendering) renderHeaders:] + 73
    7   com.apple.MailCore                      0x00007fff91a947dd -[MCMessage(StringRendering) renderString:] + 35
    8   com.apple.MailCore                      0x00007fff91a820ad -[MCMessage stringValueRenderMode:updateBodyFlags:junkRecorder:bodyOnly:] + 143
    9   com.apple.Mail.framework                0x00007fff893653e1 -[MFJunkMailFilter trainOnMessages:junkMailLevel:] + 880
    10  com.apple.Mail.framework                0x00007fff8941ae17 -[MFMessageStore async_setJunkMailLevel:forMessages:trainJunkMailDatabase:userRecorded:] + 250
    11  com.apple.Mail.framework                0x00007fff893f73db __55-[MFMessageContext async_setJunkMailLevel:forMessages:]_block_invoke_2 + 69
    12  com.apple.CoreFoundation                0x00007fff8e28f85f __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 111
    13  com.apple.CoreFoundation                0x00007fff8e28f76e -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 222
    14  com.apple.Mail.framework                0x00007fff893f7352 -[MFMessageContext async_setJunkMailLevel:forMessages:] + 165
    15  com.apple.mail                          0x000000010173420d 0x101645000 + 979469
    16  com.apple.CoreFoundation                0x00007fff8e23dbec __invoking___ + 140
    17  com.apple.CoreFoundation                0x00007fff8e23da54 -[NSInvocation invoke] + 308
    18  com.apple.MailCore                      0x00007fff91aafb44 -[MCMonitoredInvocation invoke] + 211
    19  com.apple.MailCore                      0x00007fff91ad27e8 -[MCThrowingInvocationOperation main] + 40
    20  com.apple.MailCore                      0x00007fff91a76ed8 -[_MCInvocationOperation main] + 332
    21  com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    22  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    23  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    24  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    25  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    26  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    27  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    28  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    29  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 32:: +[MFLibrary commitSynchronously]  Dispatch queue: NSOperationQueue 0x610000036120
    0   libsystem_kernel.dylib                  0x00007fff85aad7ee __psynch_rw_wrlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e00e _pthread_rwlock_lock + 507
    2   com.apple.Mail.framework                0x00007fff89395304 +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 374
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff893677a6 +[MFLibrary commitSynchronouslyPostingMessages:postFlags:postingOldFlagsByMessage:] + 644
    5   com.apple.CoreFoundation                0x00007fff8e23dbec __invoking___ + 140
    6   com.apple.CoreFoundation                0x00007fff8e23da54 -[NSInvocation invoke] + 308
    7   com.apple.MailCore                      0x00007fff91ad27e8 -[MCThrowingInvocationOperation main] + 40
    8   com.apple.MailCore                      0x00007fff91a76ed8 -[_MCInvocationOperation main] + 332
    9   com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    10  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    11  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    12  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    13  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    15  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 33:: Dispatch queue: NSOperationQueue 0x600000820060
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff8937cea2 +[MFLibrary sendMessagesMatchingQuery:to:options:] + 319
    5   com.apple.Mail.framework                0x00007fff8938ccae +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 483
    6   com.apple.Mail.framework                0x00007fff8938e13a +[MFLibrary messagesMatchingCriterion:options:searchType:] + 104
    7   com.apple.mail                          0x00000001016b0192 0x101645000 + 438674
    8   com.apple.Foundation         

    I found the solution here, it's really works!
    I'm glad I found this site.
    http://ituneserrorfix.blogspot.com/2013/11/how-to-fix-error-4013.html

  • Printing of mainwindow after the secondary windows in the First Page

    Dear All,
    I have a requirement where i have to print the 4 secondary windows in the first half of a page and main window should start from the second half of the first page page.In main window i have used a template according to the cleunts requiremen.
    My Problem is i am getting the main window in second page and its not starting  in the first page.
    Please suggest how can achieve this.
    Regards,
    Prathima

    Check the the layout. What is the size of 4 secondary windows , as these are in the upper half , starting of main window is depending on them. You should check their size , also do test run to aline them properly.
    Hope this helps you.

  • Firefox won't print 'highlights' made by a marking tool on a form. I have enabled 'Print backgrounds' options and the yellow image overlays print fine in other browsers. Is this a setting within windows 7?

    I am trying to print a document through Firefox. We have a Form view / marking tool to make these image overlays to make highlighted boxes on the document.
    It prints the yellow 'highlight overlays' fine in all other browsers and in OSX using firefox, but the highlighted boxes won't print in Firefox using Windows 7.
    I have the 'Print backgrounds' option checked in Firefox settings.
    Please advise.

    I am trying to print a document through Firefox. We have a Form view / marking tool to make these image overlays to make highlighted boxes on the document.
    It prints the yellow 'highlight overlays' fine in all other browsers and in OSX using firefox, but the highlighted boxes won't print in Firefox using Windows 7.
    I have the 'Print backgrounds' option checked in Firefox settings.
    Please advise.

  • Input SFC Data after the shop order is done

    Hello,
    Is there a way that I can modify or input SFC Data(SFC_DATA_ENTRY) for a finished SFC?
    Thanks

    Hi,
    As I can see in 6.1.4.14, you can use any POD with SFC_DATA_ENTRY plugin. You can enter any operation and resource, then manually enter SFC ID and launch the plugin. So, the fact that SFC is Done does not make any difference for SFC Data Entry.
    Regards,
    Sergiy

  • Purch Req get deleted once the maintenance order is TECO'ed

    Guys,
    Purchase requistion is automatically get deleted once I do the TECO, I think there should be a config to restrict this. Could anyopne knwo what I need to do for this. Thanks.

    Hi Praveen ,
    TECO is assigned to work which is Technically completed (Physical work  completed ).
    When Maintenance work required for the Order is completed , it means that excess material and services planned are no longer required.
    Hence Purchase requisition is automatically get deleted once you do the TECO .
    Any purchase requisitions that have not been converted into purchase orders are deleted . This is standard functionality.
    Though system allows you to do the following
    a)Locked or Unlocked
    b)Set deletion flag
    c) you can still post some cost like invoice receipt for material delivered or consumed
    User Exits will surely help you in this Scenario ,  Your ABAP team will be able to help you here  .
    Regards
    Arif

  • Print after a transfer order

    Hi everybody, I need to print a label after each transfer order, does anybody know how to do it?? I mean, do I need a user exit to know when a tranfer order is created??
    Thanks

    HI,
    you can check out transaction LT31, for printing Transfer Orders.
    Even if you don´t want to print the Transfer Order, you can try to known where the Logistic responsable, customize these TO prints, and so, you can customize another layout printing when TO is created.
    If there is a print program for TO's, you may be able to customize a new layout and print program for label
    It's just an idea,
    Regards,

Maybe you are looking for

  • Executing interface for a SQL Server 2000 target

    Hi All, I am trying doing some initial experimentation with ODI, in executing its interface in compiling a SQL Server 2000 target from the same source. I designed an interface with Source and target having only one column, inserted some sample data f

  • Start Of Ramp-Up for SAP Portfolio and Project Management 5.0

    Start Of Ramp-Up for SAP Portfolio and Project Management 5.0 Starting with this new release, the application SAP Portfolio and Project Management 5.0 replaces both the SAP Resource and Portfolio Management (SAP RPM) application and the Collaboration

  • Doesn't iPhoto negate the need to sync photos from my windows laptop?

    My confusion started here.... https://discussions.apple.com/message/20512109#20512109 Then I thought I had it solved! So I created Journals and I could share them with anyone via the web - super! BUT.... I have just deleted the photos from the photos

  • Good Connection Low IP again, Very depressing

    Hi Guys, Very quick summary, we're at the fringes of acceptable adsl  so getting 2mb connects is pretty good to be honest, and without some breakthrough we're stuck with that. The problem is windy / rain causes dropped connections and short periods o

  • Mail won't go offline

    I just set up 6 macs with mail, 4 work great and 2 won't connect they just say working offline and I can't get them to stay online any suggestions? I've triple checked all off my settings.