Bundling Process

Hello All,
I am just wondering if anyone could enlighten me on the black magic that is the builder panel
So I understand sort of the bundling process and what happens - you import stacks, that reads the indd doc and links which is exported as a format that the content viewer can read - this bit is all fine
what I don't understand is when you go to upload a local folio to the server side of things.
So I'm currently uploading and watching my blue little bar increase in size EVER SO SLOWLY, but then on top of that a new window appears every now and again with the instruction
"Downloading image"
I don't understand why this happens, I thought after a build everything to that folio was local and you just pushed it to the cloud, but it seems that even though everything is/should be stored in one place on my machine the folio builder is still calling on external assets before upload
It seems like a devilishly complicated process and I would just like to understand the process
If anyone could give any light that would be amazing - maybe I've crossed my wires somewhere in the process but hey ho!

If you are working locally in the panel and use the "Upload to Folio Producer" method, we're doing a lot more than a simple file transfer. Each article isn't just uploaded, but it's also virus-scanned and indexed for sharing and subsequent publishing. Getting from the upload buffer into storage, through virus scanning, and indexed for expedited access requires some additional file transfers since the buffering, storage, unpackaging/scanning, and indexing are happening across different systems to optimize for time via parallelization. What you're seeing are status messages to chart the interim process.
Let me know if you have more questions, thanks.

Similar Messages

  • Bundling add-ons for SharePoint Online?

    Hi,
    Are there any add-on products out there that can bundle documents within SharePoint online? I'm aware of products that can do this on local documents (by bundling I mean select multiple files and merge them in to one file with the ability to select/arrange
    during the bundle process). My ideal solution wouldn't require locally installed software to enable this to work on tablet devices but if there is client software that could enable the selection of documents within a SharePoint online folder, manipulate, then
    save the output back to SharePoint online, this would suffice.
    Thanks
    Rob
    MCTS. GAP Consulting Ltd. Microsoft Community Contributor Award 2011 & 2013

    I just went through the SharePoint Appstore and didn't find any solutions to do the requirements you've asked, that's not to say that it hasn't been done somewhere before.. but there doesn't seem to be a solution publicly available at this stage in time.

  • How to implement bundle-like mechanism in Arch Linux

    I like Chakra's bundle system and I want to make it in Arch.
    I heard that bundle system is just a separate file system(like loop? I am not sure).
    Can you give some details?
    However, I think there must be some reasons that Arch does not implement such a convenient tool as bundle system.
    I want to hear about these reasons.
    Thank you.

    If you go back more in the history behind Chakra, how it came to live, you might know, it started bc of a desire to do another split.  That one was for KDE, resulting in KDEmod, which was fully accepted by Arch, a few years after, and is currently the way KDE is build in Arch too (KDE being split in multiple packages).
    While Chakra was just Arch + KDEmod, more and more users stated, there was a desire to split toolkits too.  Have a system that was either based on GTK, and for Chakra users, a system base on just Qt/KDE.  When the late Chakra founder Jan Mette called the meeting in February 2010 the discuss the plans for a full split from Arch, this desire expressed by many users was one of the driving factors for his decision.
    To have a fully functioning distro, and doing something this different, the discussion included finding some MacOS way of including some of the most well known, and revered Linux apps, that were GTK based.  That is how the idea of bundles came to fruit.
    At the start, a few hundred packages had either makedeps  or full dependency to gtk2, so it was left up to the user to install those apps, though the ISO's were gtk free.
    Once the bundles became more functional, and included all those most well known and revered Linux apps, the majority of the gtk apps were removed (slowly) from all repo's.  Plus in the good 2 years since, many apps/libs have been stripped of gtk, since many apps are build to function on both gtk and qt based systems, though they do not need the gtk libs at all to work just fine on a qt based system.  To remove gtk libs/functions from one app, makes very little difference, for ten, it is not a big difference, but you repeat it over a hundred times.....
    GTK is still in the repo's, and probably will stay there.  Users who do not want to stay gtk free have added many such apps in ccr, and as a service to them, it is nice to not have to compile gtk.  Plus there is no real solid substitute yet for flash, again as a service, it is still an option.  The bundle buildsystem also draws from the repo's, if a certain lib/app is set to draw from there during the bundle process, that is another reason gtk/gtk-apps are still in the repo's.
    As Allan states, downloading multiple bundles, will download multiple instance of a highly compressed gtk (or other lib/app).  This is ofc a draw back for bundles, but again, a well thought out, and chosen draw back.  Users who need more then 4-5 bundles, should really rethink using a distro that made the choice to see if a distro can be fully functional, when splitting toolkits.  Those users can install their needed apps from ccr, or perhaps should choose another distro.  But to have an application not needing a rebuild/break bc of a .so update is a big plus.  When libreoffice was not stripped of it's gtk deps, it was one of those bundles.  It included all, and one such bundle still runs perfectly on one of my installs, it was build February 2011 (granted, I'm using this one as a test case for bundle longevity).
    For those who do not need but 3-5 bundles, there is no gtk installed (takes more room, then downloading it in compressed form a few times).  And many bundles do contain more then one gtk app (GIMP bundle includes xsane for example, chromium includes flash, google-talkplugin, pdf plugin), so as an example in my case, I run one bundle almost all the time, and it brings me the only 3 gtk apps I need and I my installs are gtk free.  Btw, all bundled browser include the flashplugin.
    But bundles are not just for gtk, Skype is another example for bundle use.  This app brings in about 50 lib32 packages, if you are on x86_64, why install all those for just one app?  Some will state, it makes no difference, don't care to have a lot of extra libs installed, some will prefer to keep a more "clean" system.  Chakra goes with the latter.
    Since the bundle process can draw from the repo's, or build all needed packages in that system, in any setting chosen, any security update is no extra work, then any other rebuild.  That security update was either done in the regular repo's, all needed then is rebundle all included apps (the final bundle process, squash them, etc, takes about 40 secs), or if the apps is not in the repo's, just that one is rebuild/adjusted in the bundle system, and again, bundled with the rest of the existing packages included in that particular bundle.
    To address as a final note, the point made, you can't be bleeding edge bc of bundles.  I'll give the example of the gimp-dev bundle.  It needed the latest babl, gegl, much newer glib2, gtk2 (and more from that stack) then was in the repo's.  All those were updated in the bundle system (though not a visible repo, the bundle build system has some 200-250 packages at most times), tested and ran successfully for many users, and always making the latest dev version available for gimp, until the final release this week.  Since all glib2 updates were tested in this bundle for quite some time, when it was time for this update in the regular repo's, it was a simple and quick update for the whole stack.
    Bundles are not perfect at this stage, far from it, there are still many plans to improve on the whole system, but for something that is in use just 1 1/2 years, it truly is a viable option to have a system running on a single tooolkit.
    To address a question posted while writing this.  Chakra uses testing repo's a lot too.  Bundles are fully rolling, always the latest available, just like the apps and games repo in Chakra.
    Last edited by abveritas (2012-05-04 18:17:43)

  • Serial number setup steps and steps to execute in PO

    Dear SAP experts,
    I would like in a scenario where an article will have 20,000 serial codes and create a PO BOM with the bundle process.The article is not a physical article but electonic and will have codes and serial numbers.
    An article will have perhaps 20,000 components and these will have serial numbers.
    I would like to know what steps I need to setup to get the components of the serial numbers master data(BOM), how would I do the GR and GI to test this and also returns.
    Thanks for adivicing the necessary.
    Andy

    hi
    refer following
    http://www.sap123.com/showthread.php?t=65
    http://help.sap.com/saphelp_45b/helpdata/en/3c/abc17e413911d1893d0000e8323c4f/content.htm
    regards
    KI

  • Can you sync to a Treo 650 WITHOUT installing Palm Desktop?

    I own a Treo650. I want to permanently delete Palm Desktop so I never have to use it again. Can iSync be used on its own to sync the Treo with my address book and iCal? Does it need to have a portion of the Palm software to sync to my Treo? Thanks.

    No, you cannot: not with iSync. You must install an up-to-date version of the Palm Desktop, version 4.2.1 revision D or later, in most cases, because iSync requires that the HotSync Manager, Transport Monitor and other bundled processes be present in your configuration to launch, supervise and terminate a synchronization event.
    You do not have to use the Palm Desktop, and do not need to have an alias to it in your Dock. Deleting it is generally not a good idea for most users, for a number of reasons.
    As an alternative, you can sychronize a Palm OS 4 or later device using the Missing Sync for Palm OS, which installs its own equivalent components to those required by iSync, and in fact, defeats the HotSync Manager and Transport Monitor during installation and configuration.

  • Standard to list GL accounts and their master data.

    Hii..
    Does SAP provide some standard to lists all GL accouns along with their master data in production server?
    thanks Khan.

    The FS Items must be created via the BCS workbench, not as a task in the monitor. They may be manually entered, or uploaded via flatfile, or loaded via load-from-datastream if there is a source in BI for this.
    Only when the master data exists in BCS can data be collected.
    Also, there is no need to use the selection tab in the method if all FS items are included. In some cases a different method may be used for balance sheet (cumulative) vs. income statement (periodic) and in such cases, the selection is used so that the task may use bundling process.

  • HT1386 can you sync to a zen device?

    can you sync to a zen device from Itunes or Iphone?

    No, you cannot: not with iSync. You must install an up-to-date version of the Palm Desktop, version 4.2.1 revision D or later, in most cases, because iSync requires that the HotSync Manager, Transport Monitor and other bundled processes be present in your configuration to launch, supervise and terminate a synchronization event.
    You do not have to use the Palm Desktop, and do not need to have an alias to it in your Dock. Deleting it is generally not a good idea for most users, for a number of reasons.
    As an alternative, you can sychronize a Palm OS 4 or later device using the Missing Sync for Palm OS, which installs its own equivalent components to those required by iSync, and in fact, defeats the HotSync Manager and Transport Monitor during installation and configuration.

  • Indefinite WIP record life

    We have a situation where a document published using IDS on Day 1 needs to be included with a new business policy or subsequent renewals that could happen on Day 2 or Day 5,000 - basically, we need to keep that transaction in its original state so it can be republished any time as long as the policy is active. We have an approach to combine the first document with the subsequent requests by using WIP and some bundling processes. My concern is with the "keeping original transactions indefinitely" part. In theory, we could end up with 200,000+ records in a WIP table, with even more corresponding rows in a WIPData table. I am a little leery of the performance of such a database, and am curious if anyone has gone down a similar path to handle this type of requirement?
    I imagine we don't really use WIP like most customers, in that we've never maintained a system where we keep transactions for users to work on at a later time; typically, it is just a holding area so we can queue up transactions for batch print (emptying the database every day) or using it for an iDocumaker(ish) system where users manipulate transactions via WIPEdit and complete them in a single session. To that end, I don't think we've ever had more than several thousand rows in a WIP Database, and the performance has been great, but this process is considerably bigger.
    We are using SQL Server if that makes any difference.
    Thanks!
    Tony

    Tony,
    First of all you are right to be concerned with this approach. I can tell you with certainty that it can be a problematic solution - I am familiar with environments with as many as 800,000 WIP transactions in process and it can be quite burdensome on the database and backend fileservers (if storing WIP data on the file system).
    There are two approaches to solve this but it depends on whether or not you need to be able to change the WIP transaction. If you don't, then you can generate and archive the transaction (as PDF for example), and then use rules to pull back that image and incorporate it into a new transaction. Check out the AddMultiPageBitmap rule in the Documaker Rule book.
    The other approach is a bit similar but gives you more flexibility if you need to modify the previous transaction data. There is a little-known function that you can take advantage of (in fact we ended up using this function in the aforementioned environment with 800,000 WIP transactions). This function allows you to store a transaction in the legacy Documaker Archive format (that is, NAPOL + Formset data) which is very compact, and then you can "rehydrate" the archive transaction and add to an existing transaction. The rule is called LoadFormsetFromArchive, also in the same book. I won't go into gory details here, I'll let you explore each option and come back if you have followup questions.
    You didn't mention what Documaker version you're using but I'm guessing it's <12.0 so here are some links:
    RUL_BOOK
    (11.3) http://docs.oracle.com/cd/E15200_01/rul_book.pdf
    (11.4) http://docs.oracle.com/cd/E14902_01/rul_book.pdf
    (11.5) http://docs.oracle.com/cd/E16256_01/rul_book.pdf
    Also, I'm sure this goes without saying but making sure your database is properly indexed and maintained goes a long way in keeping the system in good shape. Having a million rows in a database isn't problematic as long as you have the proper hardware and maintenance routines in place (Example: using 32bit database server software on 32-bit architecture hardware while trying to maintain an index in-memory to prevent swapping on searching a million rows in a database table is not going to work; if you want to hold that index in memory you need more addressable space so 64bit is the way to go). Similarly, if you're storing files on the file system, some operating systems don't function well with hundreds of thousands files in a single directory, so you need to use a leafed directory pattern.
    -Andy

  • BPM Process Creation: Can't find bundle oracle.bpm.fusion.soa.msg

    Hi
    I cant create a BPM process in my Jdeveloper .4, .5 or .6. I have updated all them with the BPM extension. While creating a BPM application, the technologies being included in the application, i.e. BPM and SOA are correct. However, on the next page, I can't see any templates. Even if I click finish at that page, only a simple SOA project (not a BPM one, since the BPM Project Navigator tab is absent) gets created with an error log:
    SEVERE: Exception while updating observer[1]: oracle.tip.tools.ide.fabric.addin.SCAAddin@b8a11a
    java.util.MissingResourceException: Can't find bundle for base name oracle.bpm.fusion.soa.msg.BPMNStringResourceBundle, locale
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:952)
         at oracle.javatools.util.BundleLoader.getBundleImpl(BundleLoader.java:130)
         at oracle.javatools.util.BundleLoader.getBundle(BundleLoader.java:167)
         at oracle.javatools.util.BundleLoader.getBundle(BundleLoader.java:152)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.getChildElementValue(SCAConfig.java:580)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.loadComponentType(SCAConfig.java:451)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.loadComponentTypes(SCAConfig.java:395)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.<init>(SCAConfig.java:370)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.getSCAConfig(SCAConfig.java:148)
         at oracle.tip.tools.ide.fabric.config.SCAConfig.getSCAConfig(SCAConfig.java:133)
         at oracle.tip.tools.ide.fabric.addin.ScaProjectNodeListener.<init>(ScaProjectNodeListener.java:71)
         at oracle.tip.tools.ide.fabric.addin.SCAAddin.handleObjectOpenedEvent(SCAAddin.java:462)
         at oracle.tip.tools.ide.fabric.addin.SCAAddin.update(SCAAddin.java:348)
         at oracle.ide.model.IdeSubject.notifyObservers(IdeSubject.java:98)
         at oracle.ide.model.Node.notifyObservers(Node.java:786)
         at oracle.ide.model.UpdateMessage.fireObjectOpened(UpdateMessage.java:673)
         at oracle.ide.model.Node$14$1.run(Node.java:2878)
         at oracle.ide.model.NodeListener.invokeLaterIfNeeded(NodeListener.java:158)
         at oracle.ide.model.Node$14.nodeOpened(Node.java:2869)
         at oracle.ide.model.Node$5.run(Node.java:2531)
         at oracle.ide.model.Node.fireNodeEvent(Node.java:2467)
         at oracle.ide.model.Node.fireNodeOpened(Node.java:2529)
         at oracle.ide.model.Node.open(Node.java:988)
         at oracle.ide.model.Node.open(Node.java:922)
         at oracle.ideri.navigator.DefaultNavigatorWindow.openDataNodes(DefaultNavigatorWindow.java:1237)
         at oracle.ideri.navigator.DefaultNavigatorWindow.restoreExpansionState(DefaultNavigatorWindow.java:1215)
         at oracle.ideri.navigator.DefaultNavigatorWindow.loadLayout(DefaultNavigatorWindow.java:619)
         at oracle.ide.navigator.ProjectNavigatorWindow.loadLayout(ProjectNavigatorWindow.java:391)
         at oracle.ide.docking.DrawerWindow.loadLayout(DrawerWindow.java:640)
         at oracle.ide.navigator.ApplicationNavigatorWindow.loadLayout(ApplicationNavigatorWindow.java:1174)
         at oracle.ideimpl.docking.DockStationImpl.loadViewData(DockStationImpl.java:1353)
         at oracle.ideimpl.docking.TitledPanel.loadClientLayout(TitledPanel.java:1376)
         at oracle.ideimpl.docking.TitledPanel.loadLayout(TitledPanel.java:1714)
         at oracle.ideimpl.docking.TitledPanelXMLDockLayoutPersistence.loadComponent(TitledPanelXMLDockLayoutPersistence.java:29)
         at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
         at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
         at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
         at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
         at oracle.ideimpl.docking.SidePort.loadLayout(SidePort.java:255)
         at oracle.ideimpl.docking.DockStationImpl.loadValidLayout(DockStationImpl.java:1965)
         at oracle.ideimpl.docking.DockStationImpl.loadExistingPositions(DockStationImpl.java:1654)
         at oracle.ideimpl.docking.DockStationImpl.onStartup(DockStationImpl.java:1629)
         at oracle.ideimpl.docking.DockStationImpl.loadLayout(DockStationImpl.java:1473)
         at oracle.ideimpl.docking.DockStationListener.init(DockStationListener.java:36)
         at oracle.ide.layout.Layouts.activate(Layouts.java:814)
         at oracle.ide.layout.Layouts.activateLayout(Layouts.java:192)
         at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:728)
         at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Would really appreciate some quick help.
    Thanks,
    Pulkit

    Guessing you might hear from Oracle that the URL reference in your thread below is pointed to an the old version and that the classes are no longer supported.
    As you know, this is not the case - the URL you have in your thread for the API is the latest for 11.1.1.6. Both classes you mention should be supported (at least according to the Javadoc) and in a recent search I was not able to find them either.
    Might be worth a call to Oracle Support to either straighten out the Javadoc or get you a patch.
    Dan

  • HT1725 I have downloaded a movie and the downlaod has reached the end it will give a message saying "processing " and then it will start all over again . My pain I have spent so much on Internet data bundles  I can't afford to spend any more for just  one

    I have downloaded a movie  I purchased form iTunes and every time I get to the end of the download I will see a message "processing " and before i know it , the download will start all over again . My pain is i have spent so much money on the Internet data bundle almost twice the cost of the movie ! i can't afford to keep repeating this process , pls any ideas on how to get me out of this mess !

    can you stop the download completely? try to stop the download, delete the downloaded file and then re-downloading it. itunes should save your purchase so you won't have to pay every time you download.

  • PatchModule - Failed to process action for bundle

    Hi!
    ZCM 11.3.2. Can't get policy-based PM work. Tried with test-device, wo test, nothing. Policy is set, it appear on device bundles section. All...

    Morning everyone,
    I’ve just gone into my ZPM console this morning to check the deployment process of Flash 18 and noticed that it’s… disappeared?...

  • BE 6000 25 users bundles and ordering process

    To simplify BE 6000 ordering process for Disti and direct orders, we are introducing the new ordering structure.
    The following are some highlights.  Ordering guide will be published on Feb 4th 2013.
    Cisco Business Edition 6000 Version 9.1 now offers one simple process for both direct order and order through distribution: Server Bundle + Software Starter Bundle for 25 users + Additonal licenses. This change reduces cost for small BE6000 deployments and also helps reduce lead time.
    You can order the Server Bundle BE6K-ST-BDL-K9= directly or through distribution. A price reduction for the Server Bundle is effective on February 9, 2013.
    Cisco Business Edition 6000 9.1 now offers Software Starter Bundles for 25 users. The Software Starter Bundles do not include Business Edition 6000 server, and they are e-delivery only. Each new BE6000 system order requires one and only one Software Starter. Please refer to section 3.2 for more details about Starter Bundles.
    The Cisco Business Edition 6000 User Connect License Starter Bundle includes 25 Enhanced User licenses and 25 Unity Connection licenses with reduced cost. This bundle is different from Starter Bundles in BE6000 8.0 and existing Starter Bundles that have Basic User licenses.
    Customers can install only one  Software Starter Bundle per BE6000 deployment (single cluster). Stacking Software Starter Bundles is against Cisco policy, and will be rejected when you register the license on the Cisco license website.
    New System ordering work flow:
    Step 1. Order a BE6000 Server Bundle : BE6K-ST-BDL-K9=
    Note: For deployments that require high availability, order two server bundles for redundancy.
    If you need a secondary power supply, order UCSC-PSU-650W= as spare part
    Step 2. Select the top-level SKU R-CBE6K-K9, and choose a Software Starter Bundle
       BE6K-START-UCL25   - includes 25 ENHANCED user license and 25 advanced voice mail licenses
       BE6K-START-UWL25  - include 25 Cisco UWL standard licenses
    Note: Choose only one Software Starter Bundle per BE6000 deployment. If you purchased more than one server for redundancy, you should purchase only one Software Starter Bundle. Registering more than one Software Starter Bundle on one BE6000 cluster will be rejected.
    Step 3. Add additional user licenses. To enable more users beyond the users included in the starter bundle, you can select the appropriate quantities of the license depending on your user profiles (Table 7). One BE6000 deployment can have both UCL licenses and UWL licenses.
    Step 4.  Select a software version.
    Step 5. Select IM and presence deployment options
    Step 6. Order optional soft clients
    Step 7. Select a software subscription

    THe new ordering guide ( February 2013 version) for 25 user bundles and new BE 6000 ordering process is posted at following:
    http://www.cisco.com/web/partners/downloads/partner/WWChannels/technology/ipc/downloads/be_6000.pdf
    To order redundancy server, ordering two BE6K-ST-BDL-K9=  and one software starter bundle, choose one from : BE6K-START-UCL25 or BE6K-START-UWL25.
    Please note:  BE6K-STBDL2UWL100 is unders EOS, we encourage you to order using the new process.
    Please also note, some price reduction will happen this weekend.
    •EOS notification for BE 6000 SKUs
       A lot of SKUs are under EOS to simplify the ordering process. Please check the following link for details. Those SKUs will stay orderable for till the specified termination time in the notification.
    http://www.cisco.com/en/US/products/ps11369/prod_eol_notices_list.html
    •Price Change Announcement
    https://www.ciscodistributioncentral.com/news-and-events/news/2082
    Please click learn more for more details
    •Ordering Guide for New Ordering Process. Please look for 9.1 version
    http://www.cisco.com/web/partners/sell/technology/ipc/uc_tech_readiness.html

  • Call Bundling for custom bapi for mass data processing

    Hi all,
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/4c/4c0e96725311d396a80004ac96334b/frameset.htm
    can i create a custom bapi where i can compress created update tasks. Not single inserts but a single sql insert with many records.
    Are there some SAP FM in order to do it? Documentation says, i must do "Operations in buffer" and "Update buffer data".
    Regards
    Paul

    Is ABAPFIELD an IMPORTING parameter?
    > Total Questions:  17 (15 unresolved) 
    Maybe you should consider cleaning up your old posts.
    Rob

  • My safari won't open and keeps saying it quit unexpectedly. It started happening after I downloaded the update and when I went through a process to uninstall genieo. I also had to safe boot my computer. I don't know what did it and I cannot seem to fix it

    This is the message I keep getting. Help me please.
    Process:         Safari [354]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         7.0.3 (9537.75.14)
    Build Info:      WebBrowser-7537075014000000~3
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [163]
    Responsible:     Safari [354]
    User ID:         501
    Date/Time:       2014-04-16 22:58:20.708 -0400
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  DC8B7253-C74C-0BB5-779F-BD55E143A306
    Crashed Thread:  13
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000010b874f9c
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x10b874f9c:
        __DATA                 000000010b1c3000-000000010b1c7000 [   16K] rw-/rwx SM=PRV  /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
    --> __LINKEDIT             000000010b1c7000-000000010b971000 [ 7848K] r--/rwx SM=COW  /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
        MALLOC (admin)         000000010b971000-000000010b972000 [    4K] ---/rwx SM=NUL 
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x0000000103619dcd CFEqual + 285
    1   com.apple.Safari.framework              0x0000000100123be0 Safari::BookmarkLeaf::retainIconForTopLevelDomainURL() + 118
    2   com.apple.Safari.framework              0x000000010011e9c8 Safari::BookmarkFolder::insertChildAtIndex(***::PassRefPtr<Safari::Bookmark>, unsigned long) + 228
    3   com.apple.Safari.framework              0x000000010011e138 Safari::BookmarkFolder::initFromDictionaryRepresentation(Safari::CF::Dictionary const&, bool, Safari::BookmarkGroup*) + 492
    4   com.apple.Safari.framework              0x00000001001101cb Safari::Bookmark::bookmarkFromDictionaryRepresentation(Safari::CF::Dictionary const&, bool, Safari::BookmarkGroup*) + 91
    5   com.apple.Safari.framework              0x0000000100110a04 Safari::Bookmark::bookmarkFromDictionaryRepresentation(Safari::CF::Dictionary const&, Safari::BookmarkGroup*) + 22
    6   com.apple.Safari.framework              0x000000010011e0e7 Safari::BookmarkFolder::initFromDictionaryRepresentation(Safari::CF::Dictionary const&, bool, Safari::BookmarkGroup*) + 411
    7   com.apple.Safari.framework              0x00000001001101cb Safari::Bookmark::bookmarkFromDictionaryRepresentation(Safari::CF::Dictionary const&, bool, Safari::BookmarkGroup*) + 91
    8   com.apple.Safari.framework              0x000000010011fa7e Safari::BookmarkGroup::loadBookmarkGroupGuts() + 84
    9   com.apple.Safari.framework              0x000000010011f3b0 Safari::BookmarkGroup::BookmarkGroup(NSString*) + 462
    10  com.apple.Safari.framework              0x000000010012a9ea Safari::BookmarksControllerOld::BookmarksControllerOld() + 104
    11  com.apple.Safari.framework              0x000000010012a958 Safari::BookmarksControllerOld::shared() + 46
    12  com.apple.Safari.framework              0x00000001001288a4 -[BookmarksController _initWithBookmarksMenu:] + 201
    13  com.apple.Safari.framework              0x0000000100124a4b +[BookmarksController sharedController] + 137
    14  com.apple.Safari.framework              0x000000010014040f -[BrowserApplication sendEvent:] + 253
    15  com.apple.AppKit                        0x00000001048a6ea5 -[NSApplication _realDoModalLoop:peek:] + 761
    16  com.apple.AppKit                        0x00000001048a554e -[NSApplication runModalForWindow:] + 117
    17  com.apple.AppKit                        0x00000001048a50fd -[NSAlert runModal] + 145
    18  com.apple.AppKit                        0x000000010454d2a9 __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1054
    19  com.apple.AppKit                        0x000000010454ce4e -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    20  com.apple.AppKit                        0x000000010454cdef -[NSPersistentUIRestorer promptToIgnorePersistentState] + 213
    21  com.apple.AppKit                        0x000000010454cd13 -[NSPersistentUIManager promptToIgnorePersistentState] + 28
    22  com.apple.AppKit                        0x000000010454cb34 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 252
    23  com.apple.AppKit                        0x000000010454c909 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
    24  com.apple.AppKit                        0x000000010454c36b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    25  com.apple.Foundation                    0x0000000102aa4f0a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    26  com.apple.Foundation                    0x0000000102aa4d7d _NSAppleEventManagerGenericHandler + 106
    27  com.apple.AE                            0x0000000107598e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    28  com.apple.AE                            0x0000000107598c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    29  com.apple.AE                            0x0000000107598b36 aeProcessAppleEvent + 315
    30  com.apple.HIToolbox                     0x0000000106118161 AEProcessAppleEvent + 56
    31  com.apple.AppKit                        0x0000000104548246 _DPSNextEvent + 1026
    32  com.apple.AppKit                        0x0000000104547a2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    33  com.apple.Safari.framework              0x0000000100140d00 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161
    34  com.apple.AppKit                        0x000000010453bb2c -[NSApplication run] + 553
    35  com.apple.AppKit                        0x0000000104526913 NSApplicationMain + 940
    36  com.apple.Safari.framework              0x0000000100312c8d SafariMain + 267
    37  libdyld.dylib                           0x0000000106bcf5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x0000000106d66662 kevent64 + 10
    1   libdispatch.dylib                       0x0000000106b9943d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x0000000106b99152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 5:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                  0x0000000106d65716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x0000000106e7cc3b _pthread_cond_wait + 727
    2   com.apple.WebCore                       0x000000010a1bb4cb WebCore::IconDatabase::syncThreadMainLoop() + 507
    3   com.apple.WebCore                       0x000000010a1b805f WebCore::IconDatabase::iconDatabaseSyncThread() + 303
    4   com.apple.JavaScriptCore                0x0000000100bd153f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x0000000106e7a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x0000000106e7a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000106e7efc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x0000000106d65e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x0000000106e7bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x0000000106e7efb9 start_wqthread + 13
    Thread 10:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x0000000106d61a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x0000000106d60d18 mach_msg + 64
    2   com.apple.QuartzCore                    0x0000000101cc9377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x0000000101cc92ad thread_fun + 25
    4   libsystem_pthread.dylib                 0x0000000106e7a899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x0000000106e7a72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x0000000106e7efc9 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x0000000106d61a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x0000000106d60d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x000000010366c155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x000000010366b779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x000000010366b0b5 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x0000000102aea967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x0000000102aea76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x0000000106e7a899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x0000000106e7a72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x0000000106e7efc9 thread_start + 13
    Thread 12:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x0000000106d65a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x0000000106cb4dc0 nanosleep + 200
    2   libsystem_c.dylib                       0x0000000106cb4cb2 usleep + 54
    3   com.apple.AppKit                        0x00000001047ac21d -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation                    0x0000000102aea76b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib                 0x0000000106e7a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x0000000106e7a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x0000000106e7efc9 thread_start + 13
    Thread 13 Crashed:
    0   ???                                     0x000000010b874f9c 0 + 4488384412
    Thread 13 crashed with X86 Thread State (64-bit):
      rax: 0x746e656d656c4568  rbx: 0x0000000000000054  rcx: 0x00000001023cf000  rdx: 0x0000000000000054
      rdi: 0x00000001023cf000  rsi: 0x00000001013e2000  rbp: 0x00000001023d0ff0  rsp: 0x00000001023d0f68
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x000000010b6c3420  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x00000001013e2000
      rip: 0x000000010b874f9c  rfl: 0x0000000000010206  cr2: 0x000000010b874f9c
    Logical CPU:     2
    Error Code:      0x00000014
    Trap Number:     14
    Binary Images:
           0x1000de000 -        0x1000deffd  com.apple.Safari (7.0.3 - 9537.75.14) <170ED2F7-108B-326D-96B6-D54CCA40AA85> /Applications/Safari.app/Contents/MacOS/Safari
           0x1000e4000 -        0x1005eaffb  com.apple.Safari.framework (9537 - 9537.75.14) <4803DE3D-4606-3B70-A537-6D12F172665A> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
           0x1009d7000 -        0x1009d8ff7  libSystem.B.dylib (1197.1.1) <5292BF21-9406-32D5-8BB3-7DD02C672FA0> /usr/lib/libSystem.B.dylib
           0x1009e5000 -        0x100a03ff7  com.apple.Accounts (113 - 113) <FEB37642-C973-3CD2-B279-142492266A16> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
           0x100a26000 -        0x100a27fff  libquit.dylib (161.2) <54B83D99-F84C-35E1-87D5-FCCB2F200FBD> /usr/lib/libquit.dylib
           0x100a30000 -        0x100a4dff7  com.apple.framework.Apple80211 (9.3.1 - 931.58) <D5B2DD15-3DCC-31F6-9320-3A20A887C5D5> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x100a5f000 -        0x100a5ffff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x100a64000 -        0x100a64fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x100a6d000 -        0x100acbff7  com.apple.corelocation (1486.17 - 1486.24) <9FBB29F0-E000-3190-A96C-9EAA5CCCA2A0> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
           0x100b0e000 -        0x100b18ff7  com.apple.CrashReporterSupport (10.9 - 538) <DD7669BA-78A6-3BEA-8410-17F556ACAA18> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x100b26000 -        0x100b90ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x100bc8000 -        0x100f3fff6  com.apple.JavaScriptCore (9537 - 9537.75.12) <8018AEEE-9FAB-34DE-AF60-97B2F221747A> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
           0x10103a000 -        0x1011f2ff3  libicucore.A.dylib (511.31) <167DDD0A-A935-31AF-B5B9-940268EC3A3C> /usr/lib/libicucore.A.dylib
           0x10129c000 -        0x101386fff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
           0x10139e000 -        0x1013cfff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
           0x1013e3000 -        0x1013f0ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
           0x1013f9000 -        0x101407fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x101410000 -        0x101451fff  com.apple.PerformanceAnalysis (1.47 - 47) <B5B491F2-EF86-3382-B23B-EA78AC40AF25> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x101ca2000 -        0x101e3eff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x101f19000 -        0x102172ff9  com.apple.security (7.0 - 55471.14) <3F7100A0-FE46-333D-9A4B-396580F1B4FE> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x1022bd000 -        0x102330fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x102373000 -        0x1023a1ff7  com.apple.securityinterface (9.0 - 55047) <0346D8A9-2CAA-38F3-A741-5FBA5E9F1E7C> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x1023d3000 -        0x102436ff7  com.apple.SystemConfiguration (1.13 - 1.13) <63B985ED-E7E4-3095-8D12-63C9F1DB0F3D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x102476000 -        0x1025acffc  com.apple.WebKit (9537 - 9537.75.14) <CBAF76C6-E6F7-390A-A21D-CBCAF4A6896A> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
           0x1026a6000 -        0x102897ff3  com.apple.WebKit2 (9537 - 9537.75.14) <B3511A1C-A7E7-3F81-9EDB-2602C4EFAF19> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
           0x102a84000 -        0x102d82fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x102fc1000 -        0x10316ef27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
           0x103191000 -        0x1031e3fff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
           0x103242000 -        0x103304ff5  com.apple.CoreText (352.0 - 367.19) <24848DF1-67EC-3D41-9548-1F14C6DFBBF9> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x103375000 -        0x103376ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
           0x10337c000 -        0x1034ecff8  com.apple.CFNetwork (673.2.1 - 673.2.1) <AE407146-CCF2-33DD-AAEA-6887FD6F45BA> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x1035f5000 -        0x1035f5fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x1035fb000 -        0x1037e0fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x103955000 -        0x103a5bff7  com.apple.ImageIO.framework (3.3.0 - 1042) <6101F33E-CACC-3070-960A-9A2EA4BC5F44> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x103ac9000 -        0x1043e8af3  com.apple.CoreGraphics (1.600.0 - 599.20.11) <06212100-8069-31A1-9C44-F6C4B1695230> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x104519000 -        0x104519fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x104524000 -        0x10509afff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x105821000 -        0x105850ff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x105872000 -        0x105883ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
           0x10588f000 -        0x105891fff  com.apple.OAuth (25 - 25) <22D42C60-CA67-31D7-A4A4-AFD8F35408D7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
           0x10589d000 -        0x1058d5ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x105913000 -        0x105a66ff7  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <3511ABFE-22E1-3B91-B86A-5E3A78CE33FD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x105b03000 -        0x105b03ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <486A97CD-C1F7-324D-87BC-B07F7A415B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x105b10000 -        0x105d58ff7  com.apple.CoreData (107 - 481.01) <DA339795-5D97-35B5-9B04-629830013720> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x105e87000 -        0x105eebfff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x105f2c000 -        0x10605cff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x1060dd000 -        0x106387ff5  com.apple.HIToolbox (2.1 - 697.4) <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x1064e4000 -        0x1064ecff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x1064f8000 -        0x10653aff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
           0x106554000 -        0x10663bff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
           0x106677000 -        0x10675bfff  com.apple.coreui (2.1 - 231) <432DB40C-6B7E-39C8-9FB5-B95917930056> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x106824000 -        0x106875ff3  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <BF4C2FE3-8BC8-30D1-8347-2A7221268794> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x10689c000 -        0x1068a1fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x1068b0000 -        0x1068b1fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
           0x1068b9000 -        0x1068cbff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <4A5857F9-E249-3FA6-ADBB-410606AEC8CE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x1068da000 -        0x1068f2ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x106909000 -        0x106916fff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
           0x10692c000 -        0x1069f0ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <A3C552F0-670B-388F-93FA-D917F96ACE1B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x106a7a000 -        0x106a95ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
           0x106aa6000 -        0x106acfff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
           0x106ae2000 -        0x106ae6ff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
           0x106aef000 -        0x106af9fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
           0x106b0c000 -        0x106b13fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
           0x106b23000 -        0x106b2aff3  libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib
           0x106b34000 -        0x106b82fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
           0x106b96000 -        0x106bb0fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
           0x106bcc000 -        0x106bcfff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
           0x106bdc000 -        0x106bdcff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
           0x106be3000 -        0x106beaff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
           0x106bf8000 -        0x106bfdfff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
           0x106c06000 -        0x106c08ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
           0x106c10000 -        0x106c11ffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
           0x106c18000 -        0x106c29ff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
           0x106c33000 -        0x106c34ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
           0x106c39000 -        0x106cc2ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
           0x106cf0000 -        0x106cf2ff3  libsystem_configuration.dylib (596.13) <B51C8C22-C455-36AC-952D-A319B6545884> /usr/lib/system/libsystem_configuration.dylib
           0x106cfa000 -        0x106d02fff  libsystem_dnssd.dylib (522.90.2) <A0B7CF19-D9F2-33D4-8107-A62184C9066E> /usr/lib/system/libsystem_dnssd.dylib
           0x106d0f000 -        0x106d36ffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
           0x106d50000 -        0x106d6cff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
           0x106d92000 -        0x106dc1fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
           0x106dd1000 -        0x106decff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
           0x106dfd000 -        0x106e24ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
           0x106e43000 -        0x106e4cff3  libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib
           0x106e59000 -        0x106e5fff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
           0x106e79000 -        0x106e80ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
           0x106e93000 -        0x106e94ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
           0x106e9d000 -        0x106ea1ff7  libsystem_stats.dylib (93.90.3) <1A55AF8A-B6C4-3163-B557-3AD25DA643A8> /usr/lib/system/libsystem_stats.dylib
           0x106eae000 -        0x106eaffff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
           0x106eb9000 -        0x106ebeff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
           0x106ec7000 -        0x106eebfff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
           0x106f0a000 -        0x106f1afff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
           0x106f25000 -        0x106f29fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
           0x106f2f000 -        0x106f2fffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
           0x106f3a000 -        0x106f47ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
           0x106f4d000 -        0x107237fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x1072ba000 -        0x10734afff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x1073b5000 -        0x10742cfff  com.apple.CoreServices.OSServices (600.4 - 600.4) <DAF9AF17-0AC5-364C-B0BF-B1AF3FB4A07F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x1074d3000 -        0x107540fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x10758b000 -        0x1075e6ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x10761a000 -        0x1076e3fff  com.apple.LaunchServices (572.26 - 572.26) <EF8A4A15-0861-35C5-9744-5E1BC5C26DD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x10775b000 -        0x107784fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x1077aa000 -        0x1077b1fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x1077bb000 -        0x1077c6fff  libkxld.dylib (2422.90.20) <EF476345-7A69-3AC0-95ED-0196FB8910CB> /usr/lib/system/libkxld.dylib
           0x1077cd000 -        0x1077d8ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x1077ea000 -        0x1077edfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x1077f7000 -        0x10780eff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <38A25261-C622-3F11-BFD3-7AFFC44D57B8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x10782c000 -        0x107836ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x107842000 -        0x10786affb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
           0x10787d000 -        0x107909ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x10793c000 -        0x1079abff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x1079d9000 -        0x107a62fff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x107aaa000 -        0x107aefffe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x107b29000 -        0x107b38ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x107b47000 -        0x107b94ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x107bc8000 -        0x107c01ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x107c21000 -        0x107c2afff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x107c40000 -        0x107c43ffc  com.apple.IOSurface (91 - 91) <07CA8A59-1E32-3FB6-B506-18DAF58A8CE0> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x107c4d000 -        0x107c4dfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x107c54000 -        0x107f28fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x107f70000 -        0x107f70fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x107f76000 -        0x108041fff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x108053000 -        0x108103ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x108114000 -        0x1084f5ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x10855a000 -        0x1086c8ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x1086f5000 -        0x1087e4fff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x10885f000 -        0x1088a6fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x1088cc000 -        0x1088f0ff7  libJPEG.dylib (1042) <33648F26-A1DA-3C30-B15B-E9FFD41DB25C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x1088fc000 -        0x108955fff  libTIFF.dylib (1042) <51D02EEC-0D0C-34C1-91C8-D316473A3FEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x10896b000 -        0x108986ff7  libPng.dylib (1042) <36FF1DDA-9804-33C5-802E-3FCA9879F0E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x10898f000 -        0x108993ff7  libGIF.dylib (1042) <C57840F6-1C11-3273-B4FC-956950B94034> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x10899a000 -        0x108a88fff  libJP2.dylib (1042) <01D988D4-E36F-3120-8BA4-EF6282ECB010> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x108ab8000 -        0x108abafff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x108ac3000 -        0x108b0aff7  libcups.2.dylib (372.2) <37802F24-BCC2-3721-8E12-82B29B61B2AA> /usr/lib/libcups.2.dylib
           0x108b25000 -        0x108b3eff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x108b5b000 -        0x108b77fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
           0x108b83000 -        0x108c74ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
           0x108c8b000 -        0x108cf0ff5  com.apple.Heimdal (4.0 - 2.0) <523EC6C4-BD9B-3840-9376-E617BA627F59> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x108d21000 -        0x108d22fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x108d28000 -        0x108d2cff7  libheimdal-asn1.dylib (323.15) <B8BF2B7D-E913-3544-AA6D-CAC119F81C7C> /usr/lib/libheimdal-asn1.dylib
           0x108d36000 -        0x108d42ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <E5EF8E1A-7214-36D0-AF0D-8D030DF6C2FC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x108d5a000 -        0x108d63ffb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x108d6e000 -        0x108da9fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x108dbe000 -        0x108de3ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x108e00000 -        0x1090d0ffc  com.apple.CoreImage (9.2.7) <BF88A02E-994E-3970-AC62-04248CA8DC46> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x1091cb000 -        0x10921efff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x109247000 -        0x109286fff  libGLU.dylib (9.6) <EE4907CA-219C-34BD-A84E-B85695F64C05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x109296000 -        0x10929effc  libGFXShared.dylib (9.6) <E276D384-3616-3511-B5F2-92621D6372D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x1092a7000 -        0x1092b2fff  libGL.dylib (9.6) <A2EF4E15-EA08-396D-A1D4-29E1CED6876A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x1092c8000 -        0x109306ff7  libGLImage.dylib (9.6) <DCF2E131-A65E-33B2-B32D-28FF01605AB1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x109310000 -        0x109312fff  libCVMSPluginSupport.dylib (9.6) <FFDA2811-060E-3591-A280-4A726AA82436> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x109318000 -        0x10931bfff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x109326000 -        0x109759ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
           0x109975000 -        0x1099c3fff  com.apple.opencl (2.3.59 - 2.3.59) <8C2ACCC6-B0BA-3FE7-98A1-5C67284DEA4E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x1099e1000 -        0x1099edff3  com.apple.AppleFSCompression (56 - 1.0) <5652B0D0-EB08-381F-B23A-6DCF96991FB5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x1099f5000 -        0x109a0eff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x109a25000 -        0x109a55fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
           0x109a81000 -        0x109aa6ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x109ab9000 -        0x109b39fff  com.apple.CoreSymbolication (3.0 - 141) <DC9F84AA-9BD0-322B-83C3-FDC1FA771F37> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x109b57000 -        0x109bafff7  com.apple.Symbolication (1.4 - 129) <6D47983E-9B8E-38A0-9503-099601CF118E> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x109bfa000 -        0x109c29fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x109c47000 -        0x109ca6fff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x109ce7000 -        0x109d11ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
           0x109d24000 -        0x109d8afff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
           0x109def000 -        0x109df3fff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x109e01000 -        0x109e04fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x109e0d000 -        0x109e1ffff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x109e40000 -        0x109e58ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x109e6a000 -        0x109e6bff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x109e72000 -        0x109e74ff7  com.apple.securityhi (9.0 - 55005) <38784C88-AA07-350E-97A3-FCC24C97FC82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x109e7d000 -        0x10a03bfff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
           0x10a198000 -        0x10a1a2ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
           0x10a1b2000 -        0x10b004ffb  com.apple.WebCore (9537 - 9537.75.14) <99715507-9651-3DCE-831B-BF815FB3DE44> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
           0x10d527000 -        0x10d553fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x10d5c5000 -        0x10d5d2ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Librarian
           0x10d5ee000 -        0x10d5f6ff3  libCGCMS.A.dylib (599.20.11) <BB1E8D63-9FA1-3588-AC5D-1980576ED62C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
           0x10e467000 -        0x10e48fffb  libRIP.A.dylib (599.20.11) <D79461A6-2E24-3531-ADA2-EAC972384A7D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
           0x10e49f000 -        0x10e4a2ffa  libCGXType.A.dylib (599.20.11) <C0B41DDE-0988-3652-B03B-9E5EB0DABAEB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXTy pe.A.dylib
           0x110002000 -        0x110293fff  com.apple.RawCamera.bundle (5.04 - 736) <0C8A3629-BEAC-34A7-A3A3-B9AF4B3AB4B4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff61224000 -     0x7fff61257817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 1
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 591
        thread_create: 2
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=161.7M resident=86.2M(53%) swapped_out_or_unallocated=75.5M(47%)
    Writable regions: Total=1.1G written=10.2M(1%) resident=13.1M(1%) swapped_out=0K(0%) unallocated=1.1G(99%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG backing stores                     452K
    CG image                               12K
    CG raster data                         12K
    CG shared images                      180K
    Image IO                               16K
    JS JIT generated code                   8K
    JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
    Kernel Alloc Once                       8K
    MALLOC                               48.4M
    MALLOC (admin)                         32K
    Memory Tag 242                         12K
    Memory Tag 251                         36K
    SQLite page cache                     640K
    STACK GUARD                          56.0M
    Stack                                13.7M
    VM_ALLOCATE                          16.4M
    WebKit Malloc                        1232K
    __DATA                               23.5M
    __IMAGE                               528K
    __LINKEDIT                           41.9M
    __TEXT                              119.9M
    __UNICODE                             544K
    mapped file                          49.8M
    shared memory                           4K
    ===========                        =======
    TOTAL                                 1.4G
    TOTAL, minus reserved VM space      373.3M

    You installed the "Genieo" rootkit. The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work. I suggest the tedious procedure below to disable Genieo. This procedure may leave a few small files behind, but it will permanently deactivate the rootkit (as long as you never reinstall it.)
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Step 1
    In the Applications folder, there should be an item named "Genieo". Select it and open the Finder Info window. If it shows that the Version is less than 2.0, download and install the current version from the genieo.com website. This may seem paradoxical, since the goal is to remove it, but you'll be saving yourself some trouble as well as the risk of putting the system in an unusable state.
    There should be another application in the same folder named "Uninstall Genieo". After updating Genieo, if necessary, launch "Uninstall Genieo" and follow the prompts to remove the "newspaper-style home page." Restart the computer.
    This step does not completely inactivate Genieo.
    Step 2
    Don't take this step unless you completed Step 1, including the restart, without any error messages. If you couldn't complete Step 1, stop here and ask for instructions.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder should open with an item named "GenieoExtra.framework" selected. Move that item to the Trash. You'll be prompted for your administrator password.
    Move each of these items to the Trash in the same way:
    /Library/LaunchAgents/com.genieo.completer.update.plist
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client/u/usr/lib/libgenkit.dylib/usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib~/Library/Application Support/com.genieoinnovation.Installer~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those listed above, move them as well. There's no need to restart after each one. Some of these items will be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Step 3
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" or "InstallMac" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Your web browser(s) should now be working, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    Make sure you don't repeat the mistake that led you to install this software. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad has a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If youever download a file that isn't obviously what you expected, delete it immediately.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Genieo developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. It must be said that this failure of oversight is inexcusable and has seriously compromised the value of Gatekeeper and the Developer ID program. You cannot rely on Gatekeeper alone to protect you from harmful software.
    Finally, be forewarned that when Genieo is mentioned on this site, the developer sometimes shows up under the name "Genieo support." If that happens, don't believe anything he says, but feel free to tell him what you think of his scam.

  • How to enable multiple entries for bundling free goods in vbn1?

    Hi SAP Gurus,
    How can I enable bundling of free goods in SAP using vbn1?
    In creating an entry, I place the material number, qty and other required fields then assign the material number of the item that I want to bundle with the 1st product. My problem is that I can only assign 1 material number to a product.
    Scenario:
    Mat. No. 1 is the main item, then I assign matNo.2 to be budled with matNo.1. I also wanted to assign matNo.3 to be bundled with matNo.1. But unfortunately, When I place another entry using matNo.1. Error says that it is currently being processed. It seems I can only assign a single free goods. How can I set this to multiple?
    Thanks in advance!

    Hi Colleague,
    No. This function is not provided in the R/3 System. Only one record is taken into account during the free goods determination with the existence of several valid condition records. This record is the one with the largest minimum quantity. For this record the system only generates one free goods subitem.   
    Free goods can only be supported on a 1:1 ratio. This means that an order item can lead to a free goods item. Agreements in the following form are not supported: #eWith material 1, material 2 and material 3 are free of charge#e or #eIf material 1 and material 2 are ordered at the same time, then material 3 is free of charge#e.                        
    You can refer FAQ note 549963 which clarifies this point.
    I hope it can be helpful.
    Regards
    Ruy Castro

Maybe you are looking for