Auto Update of configuration values in PR from SRM.

Hi,
For Configurable material we have characteristics values.
Material is configurable material with material type as services.
Same ECC material is replicate in SRM.
Create Shopping cart in portal SRM EBP for Multiple line item for material. Each material item will have different characteristics value.
Currently User attaching excel sheet with different characteristic value in Shopping cart.
Once Shopping cart no is created and Shopping cart no goes for approval.
Once approved, PR is created automatically.
Attached document is available in PR.
Buyer has to maintain manually characteristics value for material in Purchase order (PO) for each material item.
Is any way to Update Characteristics values in PR automatically when saving?
Regards,
Babar

Hello,
updated_by and update_datePlease use triggers to populate audit data. That's the best way to do.
CREATE OR REPLACE TRIGGER "TRG_TABLE_NAME_BRU"
BEFORE UPDATE ON "TABLE_NAME"
     REFERENCING OLD AS OLD NEW AS NEW
     FOR EACH ROW
BEGIN   
     IF NOT UPDATING ('UPDATED_BY') OR :NEW.UPDATED_BY IS NULL THEN
          :NEW.UPDATED_BY := NVL(v('APP_USER'),USER);
     END IF;
     IF NOT UPDATING ('UPDATE_DATE') OR :NEW.UPDATE_DATE IS NULL THEN
          :NEW.UPDATE_DATE := SYSDATE;
     END IF;
END TRG_TABLE_BRU;
/Regards,
Hari

Similar Messages

  • Auto Update of characteristic values in PO from SRM.

    Hi,
    For Configurable material we have characteristics values.
    Material is configurable material with material type as services.
    Same ECC material is replicate in SRM.
    Create Shopping cart in portal SRM EBP for Multiple line item for material. Each material item will have different characteristics value.
    Currently User attaching excel sheet with different characteristic value in Shopping cart.
    Once Shopping cart no is created and Shopping cart no goes for approval.
    Once approved, PR is created automatically.
    Attached document is available in PR.
    Buyer has to maintain manually characteristics value for material in Purchase order (PO) for each material item.
    Is any way to Update Characteristics values in PR automatically when saving?
    Regards,
    Swapnil

    check if the condition is marked as statstical one in the pricing procedure

  • How to auto update LOV in Crystal Parameter inherent from SAP MDX query

    Hi,
    I'm using SAP BW MDX as my data source. How do I auto update the LOV in the parameters such that LOVs are always updated from the source.
    I am using Crystal Report 2008.
    Thank you.
    Rose

    Hi
    Please refer to BusinessObjects XI Integration for SAP Solutions User's Guide from [here|http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_bip_sap_user_en.pdf]
    Hope this helps!!!
    Regards
    Sourashree

  • DMS configuration for attachement transfer from SRM to R/3

    Hi,
    SRM 5.0
    R/3 ECC6.0
    Scenario : SRM SC attachment transfer to PR in R/3
    I have done the DC10 and DC 30 configuration in R3
    BADI BBP_CREATE_REQ_BACK is implemented
    The attachement transfer is not happening to R/3
    can someone let me know the necessary DMS configuration to be done in backend system and some steps to validate the SRM configuration i have already done
    Thanks
    Jayesh

    Hi
    <b>Please refer to the links below -></b>
    Re: Attachments in PR and PO
    Re: Sending attachments from SRM to SAP Purchase Requisition
    Re: Transfer  SC attachment from srm 5.0 to backend R/3
    Re: Attachments to backend
    Re: Attachments in PR and PO
    Re: URL vs. document attached in back end EBP 4.0 Classic/4.7 E
    http://help.sap.com/saphelp_47x200/helpdata/en/41/648838ab4e8a11e10000009b38f8cf/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/49/b32640632cea01e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/d6/806c39917d423ee10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/9b/c2b9375e62545ce10000009b38f889/frameset.htm
    Do let me know incase you still have any queries.
    Regards
    - Atul

  • Auto update people picker value with email id when we add username in another people picker field in sharepoint 2013 list using javascript

    hi friends
    i have to people picker fields
    pp1 and pp2
    pp1 represents username
    pp2 represents email id
    here i problem is if user enters name in pp1, pp2 has to update with email id of corresponding user in pp1 dynamically.
    using java script is there any solution for this.
    please help me

    Hope below will help
    <asp:Content ID="Main" ContentPlaceHolderID="PlaceHolderMain" runat="server">
    <script type="text/ecmascript" language="ecmascript">
    var user;
    var visitorsGroup;
    function runCode() {
    var clientContext = new SP.ClientContext();
    var groupCollection = clientContext.get_web().get_siteGroups();
    // Get the visitors group, assuming its ID is 4.
    visitorsGroup = groupCollection.getById(4);
    user = clientContext.get_web().get_currentUser();
    var userCollection = visitorsGroup.get_users();
    userCollection.addUser(user);
    clientContext.load(user);
    clientContext.load(visitorsGroup);
    clientContext.executeQueryAsync(Function.createDelegate(this, this.onQuerySucceeded), Function.createDelegate(this, this.onQueryFailed));
    function onQuerySucceeded() {
    alert(user.get_title() + " added to group " + visitorsGroup.get_title());
    function onQueryFailed(sender, args) {
    alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    </script>
    <input id="Button1" type="button" value="Run Code" onclick="runCode()" />
    </asp:Content>http://msdn.microsoft.com/en-us/library/office/jj246835%28v=office.15%29.aspxhttp://msdn.microsoft.com/en-us/library/office/jj920104%28v=office.15%29.aspxhttp://stackoverflow.com/questions/20981226/sharepoint-2013-get-current-user-javascripthttp://sharepoint.stackexchange.com/questions/31457/get-user-via-javascript-client-object-model

  • Firefox auto update has changed my default language from English to American English. How do change it back?

    and keep that as the default

    If the Firefox user interface (menu bar) is in the wrong language or if you want to change the current language then you can get Firefox in the language of your choice here:
    * Firefox 6.0.x: http://www.mozilla.com/en-US/firefox/all.html

  • Flash player silent auto update not working

    I was glad to read the news about the new feature of silent auto updates of the Adobe Flash player, but unfortunately this is not working on my machine. Has anyone had the same problems and was able to solve them?
    Some information on my setup:
    I had previously installed Flash player version 11.1.102.63, both ActiveX and Plugin version (installed through the .msi files, deployed via Active Directory/GPO - no further configuration, just plain original .msi files).
    To test the auto update feature, I decided to install the new 11.2.202.228 version, but only the ActiveX version. I installed this via the .exe installer (install_flash_player_11_active_x_32bit.exe) manually, choosing "Install updates automatically when available (recommended)" in the last step of the installation, as seen here:
    http://www.adobe.com/devnet/flashplayer/articles/background-updater-windows.html
    When I open Control Panel -> Flash Player, under the "Advanced" tab I see:
    "Install updates automatically" is chosen, but greyed out (no admin rights with this windows user)
    ActiveX version: 11.2.202.228
    Plug-In version: 11.1.102.63
    The file "mms.cfg" under C:\WINDOWS\system32\Macromed\Flash\ contains:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    The task "Adobe Flash Player Updater" was created and is scheduled to run every 1 hour. I can see that it is started ("last start time"), the result code is 0x0 which means "no error".
    So everything as expected. But the auto update is not working, since the plugin version of flash player never gets updated!
    I edited the "mms.cfg" and added:
    SilentAutoUpdateVerboseLogging=1
    After manually starting the task, there are some lines added to "FlashInstall.log" in the same directory:
    2012-4-4+7-20-48.814 [info] 1614
    2012-4-4+7-20-48.829 [info] 1615
    2012-4-4+7-20-48.829 [info] 1618
    2012-4-4+7-20-48.829 [info] 1619 1063
    2012-4-4+7-20-48.876 [info] 1614
    2012-4-4+7-20-48.876 [info] 1615
    2012-4-4+7-20-48.876 [info] 1618
    2012-4-4+7-20-48.876 [info] 1608
    2012-4-4+7-20-48.876 [info] 1604
    2012-4-4+7-21-10.425 [warning] 1403 12029
    2012-4-4+7-21-10.425 [warning] 1407 183
    2012-4-4+7-21-10.425 [warning] 1408
    2012-4-4+7-21-10.456 [info] 1624
    2012-4-4+7-21-10.456 [info] 1612
    2012-4-4+7-21-10.456 [info] 1621
    What does this mean?
    Some more information:
    Windows XP SP3, all windows updates installed, german
    Avira Professional Security anti-virus software
    Machine is behind a proxy server, but this is set up in Control Panel -> Internet Options
    I suppose this is a problem with our proxy server. Does the auto updater not use the proxy information from the Windows Control Panel settings?
    Kind Regards,
    Martin

    Hey Hans,
    After reading of your sucsess I attempted to replicate it.
    I am happy to say that I managed to update from Adobe Flash 11.2.202.228 to 11.2.202.233 on serveral different windows 7 notebooks and desktops sliently.
    I went into the windows task scedular and ran the Adobe Flash Player Updater task (I didn't need to change anything in the task or the service for it to work).
    The only issue I found was that if I ran the task again without restarting the computer no requests from the client would show up in the logs from my web server but if I restarted my computer and then reran the task it would work again. I'm assuming that it will only sent requests out every 24hours is talked about in page 18 of the Flash Player 11.2 Administration Guide. 
    My Web Servers logs look like this:
    2012-04-27 05:45:01 W3SVC1967680676 10.135.12.38 GET /pub/flashplayer/update/current/sau/11/xml/version.xml - 443 - 10.135.13.17 Get+Flash+Player+version+xml/1.0 200 0 0
    2012-04-27 05:45:05 W3SVC1967680676 10.135.12.38 GET /pub/flashplayer/update/current/sau/11/install/install_all_win_ax_sgn.z - 80 - 10.135.13.17 Download+Flash+Player+Installer/1.0 200 0 0
    My mms.cfg looks like this:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    SilentAutoUpdateServerDomain=proxy.tallangatta-sc.vic.edu.au
    I think the biggest issue I had during testing was that I forgot to my web servers certificate into the windows certificate stores trusts root certs of my notebooks/desktops. EG: http://blogs.adobe.com/livecycle/2012/04/rights-management-how-to-get-windows-7-to-trust-a -self-signed-server-certificate.html
    I have since deployed the mms.cfg file and added my web servers certificate into the trusted root certs via group policy to all my clients and it is working very well. I have also writen a batch file to download the needed files from adobe for that backgroup updater and to put them on my web server. I created a daily task on my web server to run the batch file. If anyone wants the batch file or shell script please email me and I'll forward it on.
    My batch file pretty much looks like this:
    @echo off
    :::::::::: INFOMATION ABOUT SCRIPT ::::::::::
    :: This Script Titled  adobe-flash-background-updates and was written by Tyrone Wyatt of www.cloudportal.org.
    :: This Script is open to use by everyone and is not under any licence.
    :: See flash_player_11_2_admin_guide.pdf for more infomation on how this script is required to function.
    :::::::::: SCRIPT CONFIG ::::::::::
    :: The TITLE option is the scripts name
    set TITLE=adobe-flash-background-updates
    :: The LOG option is the log file.
    set LOG=./%TITLE%.log
    :: The SOURCE option is the mirror on which you would like to download the flash files from.
    set SOURCE=http://fpdownload2.macromedia.com
    :: The DESTINATION option is where you would like your downloaded files to go so they are accessable by your web service.
    set DESTINATION=d:\wwwroot\Proxy
    :: The VERSION option is the current major version of Flash Player (for Flash Player 11.2, the major version is 11).
    set VERSION=11
    :: The Proxy settings for wget to use
    set HTTP_PROXY=http://edupass.tallangatta-sc.vic.edu.au:8080
    :::::::::: SCRIPT CORE ::::::::::
    echo Welcome to %TITLE% Script!
    echo =O====== %date% %time% ======== >> %LOG% 2>&1
    if exist %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\xml (
    echo Skipping destination folder structure creation.
    ) else (
    echo Creating destination folder structure.
    mkdir %DESTINATION%\pub >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current\sau >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION% >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\xml >> %LOG% 2>&1
    mkdir %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install >> %LOG% 2>&1
    echo Downloading files...
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/xml/version.xml -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\xml\version.xml >> %LOG% 2>&1
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/install/install_all_win_ax_sgn.z -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install\install_all_win_ax_sgn .z >> %LOG% 2>&1
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/install/install_all_win_pl_sgn.z -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install\install_all_win_pl_sgn .z >> %LOG% 2>&1
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/install/install_all_win_64_ax_sgn.z -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install\install_all_win_64_ax_ sgn.z >> %LOG% 2>&1
    wget.exe -nv %SOURCE%/pub/flashplayer/update/current/sau/%VERSION%/install/install_all_win_64_pl_sgn.z -O %DESTINATION%\pub\flashplayer\update\current\sau\%VERSION%\install\install_all_win_64_pl_ sgn.z >> %LOG% 2>&1
    echo Script complete! See log file for more infomation %LOG%
    echo =X====== %date% %time% ======== >> %LOG% 2>&1
    echo. >> %LOG% 2>&1
    :::::::::: END OF SCRIPT ::::::::::
    Thanks for your help,
    Tyrone Wyatt.

  • Auto update of time when changing time zones - PLEASE help.

    I travel for a living and I can't figure out how to get this 8310 to auto update the time when I fly from one time zone to another. Can anyone help me with this? Thank you so much in advance!

    I'm sorry to inform you that the blackberry does not have a feature like this yet. You can read this FAQ and it will give you some tips though.
    Why doesn't my time update correctly when I change Time Zones? - BlackBerryFAQ.com
    You would need to set that manually and enter the meeting times in accordingly.
    Sorry!

  • I updated Apple Configurator to 1.3 and my database isn't migrating.

    I updated Apple configurator to 1.3 from 1.2.1 and the database isnt migrating, it crashes during the process. When i use time machine to go back to before the update it starts trying to migrate again it doesnt revert it to 1.2.1 . When i try and revert back a few months the database does migrate but that was when we had personal profiles assigned to the devices but that was causing problems because a single corrupte user file can cause configurator to crash regularly and barely run. When i try and operate within the migrated 1.3 it beachballs/freezes as soon as you click anywhere within the app. Ideally i would want a away where i could revert to 1.2.1.
    crash details below
    Process:         Apple Configurator [1326]
    Path:            /Applications/Apple Configurator.app/Contents/MacOS/Apple Configurator
    Identifier:      com.apple.configurator
    Version:         1.3 (264)
    Build Info:      AppleConfigurationUtility-264000000000000~1
    App Item ID:     434433123
    App External ID: 15579538
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [128]
    User ID:         503
    Date/Time:       2013-07-17 09:27:12.827 +1000
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          121562 sec
    Crashes Since Last Report:           9
    Per-App Interval Since Last Report:  4512 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      416B309B-172A-B0D2-0A87-10B34726DDD7
    Crashed Thread:  1  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    264
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0]'
    abort() called
    terminate called throwing an exception
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff92877b06 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff92e1a3f0 objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff9282a117 -[__NSPlaceholderArray initWithObjects:count:] + 119
    3   CoreFoundation                      0x00007fff9283cad0 +[NSArray arrayWithObjects:count:] + 48
    4   Apple Configurator                  0x000000010414151f Apple Configurator + 984351
    5   CoreData                            0x00007fff8f6edcd9 -[NSMigrationManager(InternalMethods) _doSecondPassForMapping:error:] + 521
    6   CoreData                            0x00007fff8f6ef08b -[NSMigrationManager(InternalMethods) _migrateStoreFromURL:type:options:withMappingModel:toDestinationURL:destination Type:destinationOptions:error:] + 2283
    7   CoreData                            0x00007fff8f6ebb52 -[NSMigrationManager migrateStoreFromURL:type:options:withMappingModel:toDestinationURL:destinationT ype:destinationOptions:error:] + 610
    8   Apple Configurator                  0x0000000104137bc5 Apple Configurator + 945093
    9   Apple Configurator                  0x000000010413643d Apple Configurator + 939069
    10  Apple Configurator                  0x0000000104133305 Apple Configurator + 926469
    11  Apple Configurator                  0x00000001041325cd Apple Configurator + 923085
    12  Apple Configurator                  0x000000010408f518 Apple Configurator + 255256
    13  Apple Configurator                  0x000000010408eebd Apple Configurator + 253629
    14  Apple Configurator                  0x000000010408ea85 Apple Configurator + 252549
    15  libdispatch.dylib                   0x00007fff89cf90b6 _dispatch_client_callout + 8
    16  libdispatch.dylib                   0x00007fff89cf9041 dispatch_once_f + 50
    17  Apple Configurator                  0x000000010408ea26 Apple Configurator + 252454
    18  Apple Configurator                  0x0000000104054b7e Apple Configurator + 15230
    19  libdispatch.dylib                   0x00007fff89cfcf01 _dispatch_call_block_and_release + 15
    20  libdispatch.dylib                   0x00007fff89cf90b6 _dispatch_client_callout + 8
    21  libdispatch.dylib                   0x00007fff89cfa1fa _dispatch_worker_thread2 + 304
    22  libsystem_c.dylib                   0x00007fff93e1ed0b _pthread_wqthread + 404
    23  libsystem_c.dylib                   0x00007fff93e091d1 start_wqthread + 13
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8840c686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8840bc42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff92814233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff92819916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff928190e2 CFRunLoopRunSpecific + 290
    5   com.apple.HIToolbox                     0x00007fff8a142eb4 RunCurrentEventLoopInMode + 209
    6   com.apple.HIToolbox                     0x00007fff8a142c52 ReceiveNextEventCommon + 356
    7   com.apple.HIToolbox                     0x00007fff8a142ae3 BlockUntilNextEventMatchingListInMode + 62
    8   com.apple.AppKit                        0x00007fff8fab7533 _DPSNextEvent + 685
    9   com.apple.AppKit                        0x00007fff8fab6df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    10  com.apple.AppKit                        0x00007fff8faae1a3 -[NSApplication run] + 517
    11  com.apple.AppKit                        0x00007fff8fa52bd6 NSApplicationMain + 869
    12  com.apple.configurator                  0x0000000104058d6d 0x104051000 + 32109
    13  com.apple.configurator                  0x00000001040534c4 0x104051000 + 9412
    Thread 1 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff8840e212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff93e1db54 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff93e61dce abort + 143
    3   libc++abi.dylib                         0x00007fff8ab5c9eb abort_message + 257
    4   libc++abi.dylib                         0x00007fff8ab5a39a default_terminate() + 28
    5   libobjc.A.dylib                         0x00007fff92e1a873 _objc_terminate() + 91
    6   libc++.1.dylib                          0x00007fff887998fe std::terminate() + 20
    7   libobjc.A.dylib                         0x00007fff92e1a5de objc_terminate + 9
    8   libdispatch.dylib                       0x00007fff89cf90ca _dispatch_client_callout + 28
    9   libdispatch.dylib                       0x00007fff89cf9041 dispatch_once_f + 50
    10  com.apple.configurator                  0x000000010408ea26 0x104051000 + 252454
    11  com.apple.configurator                  0x0000000104054b7e 0x104051000 + 15230
    12  libdispatch.dylib                       0x00007fff89cfcf01 _dispatch_call_block_and_release + 15
    13  libdispatch.dylib                       0x00007fff89cf90b6 _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff89cfa1fa _dispatch_worker_thread2 + 304
    15  libsystem_c.dylib                       0x00007fff93e1ed0b _pthread_wqthread + 404
    16  libsystem_c.dylib                       0x00007fff93e091d1 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8840ed16 kevent + 10
    1   libdispatch.dylib                       0x00007fff89cfbdea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff89cfb9ee _dispatch_mgr_thread + 54
    Thread 3:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8840c686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8840bc42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff92814233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff92819916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff928190e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8927a546 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff892d8562 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff93e1c7a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff93e091e1 thread_start + 13
    Thread 4:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8840e386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff93ea6800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff93ea6717 usleep + 54
    3   com.apple.AppKit                        0x00007fff8fc9c838 -[NSUIHeartBeat _heartBeatThread:] + 543
    4   com.apple.Foundation                    0x00007fff892d8562 __NSThread__main__ + 1345
    5   libsystem_c.dylib                       0x00007fff93e1c7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff93e091e1 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8840e322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff92858f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff93e1c7a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff93e091e1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8840e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff93e1ef4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff93e1ed13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff93e091d1 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8840e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff93e1ef4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff93e1ed13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff93e091d1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8840e6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff93e1ef4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff93e1ed13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff93e091d1 start_wqthread + 13
    Thread 9:
    Thread 1 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x0000000104d6dbc8  rdx: 0x0000000000000000
      rdi: 0x0000000000001603  rsi: 0x0000000000000006  rbp: 0x0000000104d6dbf0  rsp: 0x0000000104d6dbc8
       r8: 0x00007fff7979f278   r9: 0x000000000000000a  r10: 0x0000000030000000  r11: 0x0000000000000206
      r12: 0x0000000104d6dd50  r13: 0x00007fff781e0d48  r14: 0x0000000104d6e000  r15: 0x0000000104d6dc30
      rip: 0x00007fff8840e212  rfl: 0x0000000000000206  cr2: 0x00007fff79798ff0
    Logical CPU: 0
    Binary Images:
           0x104051000 -        0x1043b8fef  com.apple.configurator (1.3 - 264) <70C92827-902A-3BF6-8895-42BD787E15E0> /Applications/Apple Configurator.app/Contents/MacOS/Apple Configurator
           0x104455000 -        0x1045d6ff7  com.apple.AirTrafficHost (287 - 287) <A90B874E-1B60-332B-B9ED-49F2D191EE9E> /System/Library/PrivateFrameworks/AirTrafficHost.framework/Versions/A/AirTraffi cHost
           0x1045e4000 -        0x1045f7fff  com.apple.ConfigurationProfile (1.3 - 1) <2F99AA2E-83A4-3685-BCDA-33E9BCB76C50> /Applications/Apple Configurator.app/Contents/Frameworks/ConfigurationProfile.framework/Versions/A/ ConfigurationProfile
           0x10460a000 -        0x104638fff  com.apple.ConfigurationProfileUI (1.3 - 1) <1C97E282-3C4C-3AF5-81A3-B64CBBF2F81C> /Applications/Apple Configurator.app/Contents/Frameworks/ConfigurationProfileUI.framework/Versions/ A/ConfigurationProfileUI
           0x104662000 -        0x1046fffff  com.apple.mobiledevice (555.43 - 555.43) <4460453F-C565-36B8-B1B8-6626AF98CBB5> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x10474a000 -        0x104a42fff  com.apple.CommerceKit (1.2.0 - 135.30) <4CF8EAB4-3E80-3AAD-AA85-C93455C71B38> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
           0x104ae3000 -        0x104af8fff  com.apple.log4cocoa (1.0 - 2) <46CC916A-95ED-3BE7-9D62-69D92FABFAED> /Applications/Apple Configurator.app/Contents/Frameworks/Log4Cocoa.framework/Versions/A/Log4Cocoa
           0x104b0c000 -        0x104b2bff7  com.apple.DistributionKit (700 - 735) <CDB189A0-F913-3D68-9747-CE3097B25D7E> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit
           0x104b49000 -        0x104bebfff  com.apple.PackageKit (3.0 - 260) <B9C3BB80-C2A3-3E9E-A9C0-EB58B5F42512> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
           0x104c58000 -        0x104c5cfff  com.apple.ServerInformation (1.2 - 1) <31EDF873-3B73-3899-9989-2B57BD45D65A> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
           0x108f2b000 -        0x109c86fff  com.apple.CoreFP (2.4.16 - 2.4.16) <BC24CECB-5B51-3BC7-A6AC-9D301D09F3C1> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
        0x7fff63c51000 -     0x7fff63c8593f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff87dc8000 -     0x7fff87de7ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff87e78000 -     0x7fff8811cff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8811d000 -     0x7fff8811efff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff8811f000 -     0x7fff8811ffff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff88120000 -     0x7fff8837bff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8837c000 -     0x7fff883aefff  com.apple.framework.Admin (12.1 - 12.1) <2DA7835C-D3AB-3512-BDC1-03F437270772> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff883af000 -     0x7fff883fbff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
        0x7fff883fc000 -     0x7fff88417ff7  libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
        0x7fff88438000 -     0x7fff8845ffff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff88460000 -     0x7fff88462fff  libCVMSPluginSupport.dylib (8.9.2) <EF1192AC-3357-3A0B-BFAF-6594D7737892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff88518000 -     0x7fff886a3fff  com.apple.WebKit (8536 - 8536.30.1) <56B86FA1-ED74-3001-8942-1CA2281540EC> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff886a4000 -     0x7fff886f5ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff886f6000 -     0x7fff88703fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff88704000 -     0x7fff88791ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff88792000 -     0x7fff887faff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff887fb000 -     0x7fff88981fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff88982000 -     0x7fff88d79fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff88d7a000 -     0x7fff88d89ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff88d8a000 -     0x7fff88d96ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff88da2000 -     0x7fff88e67ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff88e68000 -     0x7fff88f42fff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff88f43000 -     0x7fff88f82ff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff88f83000 -     0x7fff88fd8ff7  libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff88fd9000 -     0x7fff89001fff  libJPEG.dylib (850) <DC750E1E-BD07-339B-A4A6-D86BFE969F68> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff89054000 -     0x7fff890bcfff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff890ce000 -     0x7fff890cefff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff890cf000 -     0x7fff891effff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff891f0000 -     0x7fff89233ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff89242000 -     0x7fff895a1fff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff895a2000 -     0x7fff895a9fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff895aa000 -     0x7fff895edff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff895ee000 -     0x7fff89608fff  com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff898ce000 -     0x7fff898f8ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff89949000 -     0x7fff899a3ff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff899a7000 -     0x7fff899a7fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff899a8000 -     0x7fff899ffff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff89a00000 -     0x7fff89a0bff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff89a0c000 -     0x7fff89ba7fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff89bac000 -     0x7fff89bdafff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff89bdb000 -     0x7fff89bdbffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <EC55FB59-2443-3F08-9142-7BCC93C76E4E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff89bdc000 -     0x7fff89cf6fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff89cf7000 -     0x7fff89d0cff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff89d0f000 -     0x7fff89d59ff7  libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff89d5a000 -     0x7fff89d5bfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff89d5c000 -     0x7fff89d70fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff89ece000 -     0x7fff89eeffff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff89ef0000 -     0x7fff89fedff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8a009000 -     0x7fff8a00bfff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
        0x7fff8a00c000 -     0x7fff8a011fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8a013000 -     0x7fff8a0d0ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8a0d9000 -     0x7fff8a0e2ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8a0e3000 -     0x7fff8a413fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8a841000 -     0x7fff8ab58ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8ab59000 -     0x7fff8ab7eff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff8ab7f000 -     0x7fff8ac8afff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8ac8b000 -     0x7fff8acadff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8acae000 -     0x7fff8acdafff  com.apple.framework.Apple80211 (8.4 - 840.22.1) <7CFDDBBB-87DF-3CB5-AB69-A77D73F26239> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8ad0a000 -     0x7fff8b4b1fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8b4b2000 -     0x7fff8b4e8fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8b4e9000 -     0x7fff8b4eaff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff8b4eb000 -     0x7fff8b4f8ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8b742000 -     0x7fff8b78afff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff8b902000 -     0x7fff8ba04fff  libJP2.dylib (850) <2E43216C-3A5A-3693-820C-38B360698FA0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8ba07000 -     0x7fff8ba26ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8ba27000 -     0x7fff8ba67ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8ba68000 -     0x7fff8ba7ffff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8ba80000 -     0x7fff8ba94fff  com.apple.AppContainer (2.1 - 1) <E1BC0E2F-836F-3082-A8CF-3CE7F6746535> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff8bad8000 -     0x7fff8ca97ff7  com.apple.WebCore (8536 - 8536.30.2) <3FF4783B-EF75-34F5-995C-316557148A18> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8ca98000 -     0x7fff8caa6fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8caa7000 -     0x7fff8caa7fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8caa8000 -     0x7fff8caa9fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8caaa000 -     0x7fff8caaafff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8caab000 -     0x7fff8caccff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8cacd000 -     0x7fff8cbe6fff  com.apple.ImageIO.framework (3.2.1 - 850) <C3FFCEEB-AA0C-314B-9E94-7005EE48A403> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8cbe7000 -     0x7fff8cbf8ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff8cbf9000 -     0x7fff8cdf9fff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
        0x7fff8cdfa000 -     0x7fff8cdfdfff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff8ceb7000 -     0x7fff8cebbfff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8cebc000 -     0x7fff8cf13ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8cfc3000 -     0x7fff8cfc6fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8d022000 -     0x7fff8d056fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8d057000 -     0x7fff8d0baff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8d119000 -     0x7fff8d15dfff  libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
        0x7fff8d1c9000 -     0x7fff8d1cbfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8d1cc000 -     0x7fff8d1cdfff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8d1ce000 -     0x7fff8d1fcff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8d209000 -     0x7fff8d29dff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8d29e000 -     0x7fff8d2e7fff  com.apple.DiskManagement (5.2.1 - 665.1) <8F2C8673-B1DE-33CE-A024-5E179EA8D378> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff8d3b7000 -     0x7fff8d3bafff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8d3bb000 -     0x7fff8d3bdfff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8d3be000 -     0x7fff8d40dff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8d410000 -     0x7fff8d45bfff  com.apple.framework.CoreWLAN (3.3 - 330.15) <047FA8CB-7447-3171-9518-6C88DA71F20E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8d45c000 -     0x7fff8d464fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8d465000 -     0x7fff8d6d2ff7  com.apple.RawCamera.bundle (4.06 - 694) <80FC94C3-73C1-31AD-B3D2-C57C581EEF22> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8d6da000 -     0x7fff8d6edff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8d6ee000 -     0x7fff8d6f0ff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8d779000 -     0x7fff8d77dff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8d801000 -     0x7fff8d881ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8d882000 -     0x7fff8d973ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8e235000 -     0x7fff8e248ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8e249000 -     0x7fff8ebd94af  com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics

    Hi MrMtotheTizzle,
    There have been a lot of crashing issues with 1.3. There are a few discussions going on here in the communities that may help you:
    https://discussions.apple.com/message/22503007?ac_cid=tw123456#22503007
    https://discussions.apple.com/message/22456350#22456350
    Also, it looks like there are issues with Lion and AC v1.3: http://support.apple.com/kb/TS4613
    I plan to stick with v1.2.1 until some of these issues get cleared up.
    Good luck and hope this helps!!
    ~Joe

  • Windows XP Permissions vs AIR Auto Update

    Hello All,
    I've just started getting into AIR, and I've run into an
    issue. I'm planning an app that would be distributed to Windows XP
    users with limited accounts. The issue I'm currently trying to
    tackle is how to get the application to auto update when a user
    opens it from a limited account. Currently it gives me the error:
    "An error occurred while updating the application. Try updating it
    again. If the problem persists, contact the application author.
    Error# 0".
    Since I'm a Mac guy, I don't know too much about permissions
    and account settings in XP. Is there a way to simply give the
    application the necessary permissions without having the user have
    to login every time like the "Run with different credentials"
    option.

    No, there's no way around this. Prevent applications from
    updating themselves is part of what limited accounts are supposed
    to do.
    You might try finding out how software is normally updated
    for these machines. That's probably the path you want to take for
    this application, too.

  • Trouble migrating from SDK 4.1.0 to 4.5.1 with auto updater

    I have just upgraded to Flash Builder 4.5 from 4 but am now having problems with the auto updater.
    I am getting this error: There was an error downloading the update. Error# 16824
    I have followed these instructions: http://www.adobe.com/devnet/air/articles/air_update_framework.html#articlecontentAdobe_num beredheader_4
    But have yet to succeed.
    Currently my app contains the new update swcs as instructed in the above and points to the following xml file:
    <?xml version="1.0" encoding="utf-8"?>
    <update xmlns="http://ns.adobe.com/air/framework/update/description/1.0">
              <version>Beta 1.0.2</version>
              <force>true</force>
        <url>http://domain.com/Beta_1_0_2.air</url>
        <description><![CDATA[
              Change over to new update procedure
        ]]></description>
    </update>
    but i am still getting that error.
    I have tried swapping the framework description and checking through all my code but still nothing.
    Any help would be greatly appreciated as I need to know I can push the new version out as an update.

    If you have the right software and follow strictly the instructions you shouldn't face any issue to upgrade, here are a few advises:
    1. Create and save in an external location a backup file of the appliance, for this you can go to System Configuration/ACS Backup.
    2. To upgrade from 4.2.0.124 to 4.2.1.15 you will need to download two files from the Cisco page:
    Make sure to install FIRST the one called "ACSse-Upgrade-Pkg-appl-mng-v4.2.1.15-K9.zip", after that you can install the other one. This installation order is very very important, otherwise the upgrade will fail.
    3. In case that something goes wrong with the upgrade don't worry, you have a backup file so you still can install again 4.2.0.124, restore the backup and start the upgrade again.
    Rate if it helps!

  • App auto updates are not saving configuration data for these Apps.

    I use Junos Pulse to connect to my work office on my iphone and my ipad air.    I am having problems when this App does an Auto Update from the App Store, that I loose all of my configuration settings.   I have co-workers that do not have this problem.  I'm at a loss to understand what settings on my devices are causing this to happen.

    now. SEEMS to be working o.k. again. but for how long ?
    do iDevices need a pre-update update in order to be able to install and apply an iOS update ???

  • QUICKTIME [7.4.1] Why can't get from auto-update?

    I'm trying to get the new quicktime from the auto/update, but it says my software is upto date / but when i checked online the new version was available only from its website,,, so whys it not there in autoupdate, is there a problem in the new version / which is why apple is not it putting on,,, help plz?

    Lawrence,
    Thanks for your reply. 
    So to affirm your point, I agree there are certain users who (for whatever reasons) prefer to evaluate and research the available consensus on every single update published for every single of their apps.  So yes, my want to have apps on the iPhone auto-update (vs being required to manually click to update them) might  frustrate some. To that end, I'd imagine there are very few features (like an auto update) a company could add to a heavily used system (like Apple's iOS) without generating some controversy; the auto-update I want is no exception. 
    That said, the argument that the majority (or even a significant minority) of users wouldn't want to receive the most updated versions of the apps they have on their phones seems a bit thin.  Updates are just that: "up to date" versions of their software.  The onus is on the developers to release functioning and improved updates; that's an obligation Apple should reinforce if they desire a robust and diverse ecology of apps to augment the utility and value of their phones. 
    The present dynamic assumes iPhone users want to invest their time evaluating and collecting research on the viability of each new update to their apps.  That's ridiculous and implies a mistrust of both their app publishers, as well as the effectiveness of a democratic marketplace:
    App publishers want to do right by their users, thus they want to release good updates, and
    A marketplace of user ratings and reviews influence other user behavior, so an irresponsible developer wouldn't get very far releasing crap updates.
    Christian Hunter
    Austin, TX

  • Go from manually update to auto-update without losing songs?

    I was trying to delete some podcasts from my ipod, and was following the directions on the help menu which told me to go to preferences and choose manual update, then delete. I tried it, and it didn't work. When I decided to go back to auto update, I received a message that everything on my ipod would be deleted and the update would be just what is on the itunes on that machine. I have more than one computer, and have itunes on each one. There are different songs on each computer. If I go to manually update on this computer, it will erase the songs I've put on from other computers. All this and I still have the unwanted podcasts. Can anyone help me to go back to auto-update without losing songs? If worse comes to worst I guess I'll have to update, lose the songs, and then re-update at my other computers. thanks.

    Afraid that's not possible. If you go to auto-update, the iPod gets cleared and replaced with the current contents of the iTunes library.

  • How do I create a chart in Keynote that auto-updates from data in Numbers?

    Hello all!  So, there are lots of answer to this for iWork'09, but I haven't found them for the current version of Work.
    What I'd like to do is take data from Numbers and create a chart in Keynote that would then auto-update if I edited the data in Numbers.  Put another way, the Keynote chart data would 'live' in Numbers - every time I edit the Numbers data, I'd like those changes to reflect in Keynote.  Any thoughts on how to do this outside of always cutting and pasting from Numbers to Keynote?
    Thanks!!

    Thanks Gary.  I thought I was crazy.  I remember that it used to be available - bummer that it's not now.

Maybe you are looking for