Triggering BPC Package Link from BW backend

Has anyone figured out a way to trigger a Package Link from the BW backend? We would like to run our standard BW process chain(s) to load Master Data and Hierarchies and THEN once that is successful, trigger the BPC package link to load the data into BPC... We'd like to do the same for transactional data too.
We were given function module UJD_RUN_PACKAGE_LINK but could not get it to actually do anything.
No hits on Google either.... well after this message there will be one hit 
Thanks,
Eric

Jonathan,
Bingo!!
UJD_TEST_PACKAGE_LINK calls function UJD_RUN_PACKAGE_LINK which we were trying to do. We just must have messed up some parameters.
Anyway, UJD_TEST_PACKAGE_LINK works brilliantly!
For those reading this in the future....
1. Find your LINK_ID  in table UJD_LINK. The CONTENT field gives you clues as to which one.
2. Execute UJD_TEST_PACKAGE_LINK.
3. Find your LINK_ID in the drop down and then hit enter. It will fill in your Appset Id and Appl Id.
4. Make sure you enter a user id to run it under (<domain>\<bpc userid>)
5. For our purposes we don't have any manual prompts so left it blank.
6. Save as a variant or simply just run.
7. Enjoy
Thanks again everyone.

Similar Messages

  • InDesign CS4 packages multiple copies of links from book

    I use the Book feature to package the 20-some-odd newspaper ads we create weekly at our in-house art dept for a grocery chain. These ads consist of placed JPEGs of products surrounded by supporting copy and prices. Each ad is a different size and sometimes the products vary from ad to ad, but most use links common to eachother.
    The trouble I'm having with ID CS4 is that when I package the book containing all these ads, each common link is copied separately for each ad into the Links folder. For example: File.jpg, File_1.jpg, File_2.jpg, etc.
    I've experienced this in CS3 only when the links have had the same file name but were linked from different paths. In CS4, even when the .indd files are all linking to the same files with the same paths, extra copies are created.
    I've found it tedious to use the Finder to delete all the extra copies and then re-link everything in InDesign.
    Is this a bug or am I missing some setting somewhere?
    Thanks,
    Amanda

    I recreated this problem using a single PSD file that I placed in a 6 page Book file. I found that when you resize the image and/or re-crop the picture box, the book package with create copies of the image.
    So, my vote is that this is a bug too.

  • Using Assembler to extract links from a file contained in a package

    Hi everyone,
    I need help creating a DDX file that would extract links from the second file in a package. Can you point me to some examples somewhere? The file has links to other files in the package. It doesn`t work when I remove it from the package, the links seem to be broken, so I can`t extract them. I've tried a lot of ways with PackageFiles nameKeys but I always get the Cover page links for some reason. We need to extract the links to view what they need to look like.  Ultimately, I need to replace URL links with links to files in a package.  In the solution, I will extract URL links, replace them with GOTOE actions in the .xfdf file and reinsert the links in that PDF that's being packaged.  It will point directly to files in the package as oppose to web locations.  I plan to apply an XSLT transformation as a step in the process.
    Thanks,
    Alain Roy

    You mentioned that The file has links to other files in the package. How did those links get there? Were those links originally between PDF files in a relative folder structure? Then you put those PDF files into the PDF package?
    Unfortunately, Acrobat 9 does not support hypertext linking between files in a PDF package.
    You mentioned your lack of success getting the links from the second file in the PDF package. In your PackageFiles result element, you can specify the name of the file you want, but you cannot specify the ordinal number of the file.  Here is a DDX that extracts a file from a package. The <NoPackage> changes the result from a PDF package to a single PDF.
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/">
    <PDF result="myresult">
    <NoPackage/>
        <PackageFiles  nameKeys="Recap.pdf">
            <PDF source="doc1"/>
        </PackageFiles>
    </PDF>
    </DDX>

  • Can we setup dependancies in DM package links in BPC 7.5

    When you have multiple tasks in DM package links, is one executed after the other irrespective of the success of other ?.
    Can we build something in DM package links which resembles a regular BW process chain, on success do this on failure do that....
    Regards

    Hi,
    we can create two different packages in Data Manager by using the same process chain, but different script logics. But if any changes are performed in one of them, changes will be updated in the other one automatically. So, the user cannot really create two different packages.Hope this helps.
    Regards,
    Sanjeev

  • Transport of package links in BPC NW 10.0

    Hello Experts,
    I have observed something strange that not all package links seem to be transporting to target system.
    Though i have collected 6 package links through RSA1 granular transport methodology ... i see only 2 have been  imported into Q.
    I could see the elements in the transport request, howver when imported only two package links were imported and others were missing.
    did any one notice such behavior? or am i missing something?
    Thanks.

    any thoughts folks?
    has any one seen this before?

  • Package Links and APPSET transports

    We are on BPC NW7.5 SP08 - I have a quick question -
    If I create a local package link in my Prod environment (unique name to Prod only) in APPSET "A", would that be deleted by a transport of APPSET "A" from our Dev environment?   I know that reports and input schedules are not, but how about package links? 
    I ask this because package links for loading master data hierarchies from BW InfoObjects do not transport well beacuse the the generated upper node of the hierachy will be unique in each environment. 
    Mitchell

    Hi,
    I dont think it would get deleted. As you have a uique name for the package link in your prod, please go ahead and create your trnsport, it would not be deleted.
    A PLINK would get overwritten if you have the plink with the same name.
    Thanks,
    Sreeni

  • How can we trigger the notification from SAP backend system to SMP3.0.

    Hi All,
    Can any one help me to know is there any standard approaches available to get notification from SAP backend system to SMP3.O server after any event that has been triggered.
    Any of suggestion related to above will be helpful.
    Thanks,
    Anjali

    Hi Ekansh,
    I have few more question regarding push notification from backend.
    Refferd Link:-http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40ab6d83-b7b8-3010-65bc-d7a08f0f35f3?QuickLink=index&…
    Pushing Notifications Made Easy!!! : Push a Notification
    Have perform all the steps till creating RFC Destination to mobile platform by creating a new push service.
    I just wanted to have a clarity on target host that we are specifying should also have SMP3.0 server installed???
    Actually I am using http listener downloaded from membrane site which is running on that target host machine.
    But I am unable to get any response in my listener.
    Even wanted to know the necessity of exchange of certificate for SSL Connection.
    SMP server Certificate exchange with SAP Backend and SMP server certificate exchange with HTTP Listener????
    Because currently I am trying to have a notification from SAP Backend directly to HTTP Listener without having SMP server.
    Can u please correct me where I am going wrong.
    Thanks & regards,
    Anjali Agrawal

  • How to write custom messages to Data Manager package log from within SSIS?

    Just wonder in BPC 7.0/7.5 MS how do you write custom messages to Data Manager package log from within SSIS?  I mean I want to log output of specific custom tasks (non-BPC) in SSIS control flow to the resultant BPC package log created when running SSIS package in Data Manager.  Can this be done in a Script Task or some other way?  Not much documentation out there on this.
    Thanks,
    Brian

    Hi Brian
    In order to achieve what you want, it can get tricky in your package, ultimately It would depend on the task, for example if you had an execute SQL task, you could use a RAISEERROR command in your SQL statement and BPC would return the error message that you specified.
    If you had other tasks, then it would be a bit more tricky, you would have to have custom messages based on event handlers.
    Please see below links for examples :
    [Custom messages for logging|http://msdn.microsoft.com/en-us/library/ms345174.aspx]
    [Custom Logging Using Event Handlers |http://consultingblogs.emc.com/jamiethomson/archive/2005/06/11/SSIS_3A00_-Custom-Logging-Using-Event-Handlers.aspx]
    Hope this helps
    Kind Regards
    Daniel

  • Data Manager Package Launch from BPF Error

    Hi experts,
    In some client PCs, after installing BPC for Excel, Data Manager shows Icon aspect (instead of package list aspects like the rest of PCs).
    Our main problem is on BPF "Run Package" Link: BPC returns a "user non-authorised" error, and User need to run package from DM manually.
    Any idea?
    Regards

    Hey Pablo
    Can you replicate the error on the same machine, using a user that doesnt experience this error. (basically, you want to establish if it is client or machine issue or a user task security issue ?)
    The user which is executing the BPF, is that user in the reviewer or owner property in your entity dimension?
    What task profile does the user have?
    Kind Regards
    Daniel

  • Include art board images in packaged Links folder

    Is there a way to include the images placed on the art board in the packaged Links folder? Meaning include all the images when packaging not just the ones in the document.
    Here's my weird workflow as well. Maybe someone could suggest a change that would improve the process.
    1- designers lay out editorial features not knowing if the images will land on color or B/W pages (dont ask — I wish I could change this).
    2- color images are placed in the layout but b/w versions are placed on the art board — directly left or right of the page containing the color version.
    3- features can sit for days until ready for pagination.
    4- production artists paginate the pages after ad-logs are complete.
    5- images in editorial content are swapped, when needed, to b/w — placing the original color images onto the art board.
    6- features are packaged for delivery to a web production team which copies and pastes the text and images into web templates.
    6a- If color images are swapped for b/w during print pagination and the article packaged they will not be available for the web production department.
    I have joined a stubborn team that I finally convinced to move from Quark 4... but they can not let go of this art board process. Any suggestions, comments or feedback is greatly appreciated.

    mckayk_777 wrote:
    Just a thought.
    Increase the size of the sludge to include the images and see if they are taken when packaged then
    I believe tha answer to that is no, but Packaging DOES pick up anything that touches the bleed area. This mans defining a large bleed gives you a lot of space on the pastebaord that will potentially be included in the package, but it also means that using the bleed guides and document bleed settings in the print and export dialogs is no longer valid, a small inconvenience since you can easily add a new set of ruler guides for the bleed and define bleed dimensions in the dialogs.
    Or get REALLY sneaky and define the bleed as huge, then define the slug as the size you would use for the bleed. When you print or export, don't set a bleed, but include the slug area. The big downside to this is that the bleed area is included in the view when you fit spread or fit page in window.

  • Speedgrade crashes when I try to open project! Projects won't Direct Link from Premiere either.

    Speedgrade crashing when I try to open a project! Projects won't Direct Link from Premiere either - the menu option is greyed out and I cannot select it. I've installed and uninstalled Speedgrade, all all my Creative Cloud software is up to date.
    My computer: Brand new 2013 MacBook Pro with Mavericks, 4GB of RAM, 2.4 GHz Intel Core i5.
    I can open Speedgrade, but the moment I pull in a project, it crashes. This is the error it's giving me:
    Process:         sgmacosx [3186]
    Path:            /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/MacOS/sgmacosx
    Identifier:      adobe.SpeedGrade
    Version:         8.0.0 (8.0.0)
    Build Info:      Adobe SpeedGrade CC 2014-0~141
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [135]
    Responsible:     sgmacosx [3186]
    User ID:         501
    Date/Time:       2014-06-23 14:29:22.365 -0700
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  8BFF6EBC-81CF-942C-5950-AB80F0F71196
    Sleep/Wake UUID: 677DE7FE-5EA1-424E-B532-353AD4FDA3DF
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0xfffffffffffffff0
    VM Regions Near 0xfffffffffffffff0:
    --> shared memory          00007fffffeba000-00007fffffebb000 [    4K] r-x/r-x SM=SHM
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8cffe292 __kill + 10
    1   com.adobe.dvacore.framework   0x0000000102ccaf2a (anonymous namespace)::SignalHandler(int, __siginfo*, void*) + 410
    2   libsystem_platform.dylib       0x00007fff90e755aa _sigtramp + 26
    3   libc++abi.dylib               0x00007fff942b1a13 __dynamic_cast + 41
    4   com.apple.opencl               0x00007fff8854a455 0x7fff8853e000 + 50261
    5   com.apple.opencl               0x00007fff885594b7 0x7fff8853e000 + 111799
    6   com.apple.opencl               0x00007fff885593eb clSetKernelArg + 70
    7   com.adobe.GPUFoundation.framework 0x0000000106d7833f void boost::fusion::detail::for_each_dispatch<boost::fusion::zip_view<boost::fusion::vector2<b oost::function_types::parameter_types<void (*)(float4 const*, int, GF::DevicePixelFormat, float4*, int, GF::DevicePixelFormat, int, int, int), boost::add_reference<mpl_::arg<-1> > > const&, boost::fusion::list<float4 const*, int, dvamediatypes::PixelFormat, float4*, int, dvamediatypes::PixelFormat, int, int, bool, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> const&> > const, GF::PushArgument, boost::fusion::forward_traversal_tag>(boost::fusion::zip_view<boost::fusion::vector2<boos t::function_types::parameter_types<void (*)(float4 const*, int, GF::DevicePixelFormat, float4*, int, GF::DevicePixelFormat, int, int, int), boost::add_reference<mpl_::arg<-1> > > const&, boost::fusion::list<float4 const*, int, dvamediatypes::PixelFormat, float4*, int, dvamediatypes::PixelFormat, int, int, bool, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> const&> > const&, GF::PushArgument const&, boost::fusion::forward_traversal_tag) + 79
    8   com.adobe.GPUFoundation.framework 0x0000000106d781ad int GF::InvokeKernel<void (*)(float4 const*, int, GF::DevicePixelFormat, float4*, int, GF::DevicePixelFormat, int, int, int), boost::fusion::list<float4 const*, int, dvamediatypes::PixelFormat, float4*, int, dvamediatypes::PixelFormat, int, int, bool, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> >(boost::shared_ptr<GF::Device> const&, void*, void (*)(float4 const*, int, GF::DevicePixelFormat, float4*, int, GF::DevicePixelFormat, int, int, int), dim3, dim3, boost::fusion::list<float4 const*, int, dvamediatypes::PixelFormat, float4*, int, dvamediatypes::PixelFormat, int, int, bool, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> const&) + 125
    9   com.adobe.GPUFoundation.framework 0x0000000106d75469 GF::PixelFormatConvert(boost::shared_ptr<GF::Device> const&, void const*, int, dvamediatypes::PixelFormat, void*, int, dvamediatypes::PixelFormat, int, int, dvamediatypes::RenderQuality, bool, boost::shared_ptr<dvacore::utility::RecycledMemory const> const&) + 23257
    10  com.adobe.GPUFoundation.framework 0x0000000106d8e595 GF::ConvertFrame(ASL::InterfaceRef<MF::IVideoFrame, MF::IVideoFrame> const&, ASL::InterfaceRef<MF::IVideoFrame, MF::IVideoFrame> const&, dvamediatypes::RenderQuality) + 1301
    11  sgmacosx                       0x0000000100428708 CIrOpenGLCompositingEngine::COperand::bBindToTexture(CIrPoint const&, unsigned int, bool) + 2266
    12  sgmacosx                       0x0000000100425411 CIrOpenGLCompositingEngine::COperator::bRender(double, double, CIrList<CIrOpenGLCompositingEngine::COperandInstance>*, bool, bool, CIrTransformationMesh const*, bool) + 2387
    13  sgmacosx                       0x0000000100422fd1 CIrOpenGLCompositingEngine::bRender(CIrString const&, IIrCompDataProvider const*, CIrPoint const&, CIrPoint const&, CIrRect const&, CIrFrameBuffer*, CIrFrameBufferObject*, CIrOpenGLContext*, bool, bool, bool, double) + 20091
    14  sgmacosx                       0x0000000100417ba6 CIrOpenGLBlitter::BlitSingle(unsigned int, CIrRect const*) + 5800
    15  sgmacosx                       0x000000010024e9ee CIrBlitter::DrawBackground(CIrRect const*) + 304
    16  sgmacosx                       0x000000010024efad CIrBlitter::DrawWindow(CIrWindow*, CIrPoint const&, CIrRect const&, bool) + 809
    17  sgmacosx                       0x000000010024f00d CIrBlitter::DrawWindow(CIrWindow*, CIrPoint const&, CIrRect const&, bool) + 905
    18  sgmacosx                       0x000000010024f00d CIrBlitter::DrawWindow(CIrWindow*, CIrPoint const&, CIrRect const&, bool) + 905
    19  sgmacosx                       0x000000010024e6fd CIrBlitter::Blit(bool) + 841
    20  sgmacosx                       0x000000010044307a CIrosApp::ScreenUpdate(CIrList<IIrCompDataProvider const> const*, bool) + 212
    21  sgmacosx                       0x0000000100440bbf CIrosApp::CommandLoop() + 3275
    22  sgmacosx                       0x000000010043fb9e CIrosApp::iDoRun() + 3978
    23  sgmacosx                       0x000000010001ead2 main + 98
    24  sgmacosx                       0x0000000100003744 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8cfff662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8951b421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8951b136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8cffee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8fbfdfb9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8cffee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8fbfdfb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8cffee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8fbfdfb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff8cffaa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8cff9d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff92648fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff926485e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff92647f25 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x00007fff926fd811 CFRunLoopRun + 97
    6   com.adobe.dvacore.framework   0x0000000102ba8019 dvacore::threads::RunPlatformEventLoop() + 89
    7   com.adobe.dvacore.framework   0x0000000102bab0f8 dvacore::threads::(anonymous namespace)::EventLoopExecutor::EventLoopMain(dvacore::threads::SyncPoint&) + 216
    8   com.adobe.dvacore.framework   0x0000000102ba7a5c boost::function0<void>::operator()() const + 28
    9   com.adobe.dvacore.framework   0x0000000102bb4523 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    10  com.adobe.boost_threads.framework 0x0000000102aaadba thread_proxy + 186
    11  libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    12  libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    13  libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff8cfff64a kevent + 10
    1   com.adobe.dvatransport.framework 0x00000001031774fc boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 236
    2   com.adobe.dvatransport.framework 0x00000001031771a7 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 375
    3   com.adobe.dvatransport.framework 0x0000000103176d18 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 552
    4   com.adobe.dvatransport.framework 0x0000000103166157 SkyConnectionEnv::MainLoop() + 167
    5   com.adobe.dvatransport.framework 0x0000000103165c09 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    6   com.adobe.boost_threads.framework 0x0000000102aaadba thread_proxy + 186
    7   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x000000010037919e CIrFrameCache::ThreadFunction() + 716
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff8cffdf22 __connect + 10
    1   sgmacosx                       0x0000000100599e50 CIrSocket::poConnectToRemote(CIrString, int, bool) + 190
    2   sgmacosx                       0x000000010059c4ee CIrSocketFiFoConnection::CConnectRemote::OnPrologue(CIrSocketFiFoConnection*) + 86
    3   sgmacosx                       0x000000010059c228 CIrSocketFiFoConnection::ThreadFunction() + 50
    4   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    5   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    6   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x00000001004ea1cd CIrRIServer::ThreadFunction() + 521
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff8cffe716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfbc3b _pthread_cond_wait + 727
    2   com.adobe.dvacore.framework   0x0000000102b800db boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 139
    3   com.adobe.dvacore.framework   0x0000000102b7fe48 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 552
    4   com.adobe.dvacore.framework   0x0000000102b7fc0a boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_ io_service_runner>::run() + 42
    5   com.adobe.dvatransport.framework 0x0000000103177bb3 boost_asio_detail_posix_thread_function + 19
    6   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff8cffe716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfbc3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8b42c800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8b42c9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8b3fd145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000102bb964d dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 141
    6   com.adobe.dvacore.framework   0x0000000102bb75b0 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 160
    7   com.adobe.dvacore.framework   0x0000000102ba7a5c boost::function0<void>::operator()() const + 28
    8   com.adobe.dvacore.framework   0x0000000102bb4523 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    9   com.adobe.boost_threads.framework 0x0000000102aaadba thread_proxy + 186
    10  libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    11  libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    12  libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff8cffe716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfbc3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8b42c800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8b42c9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8b3fd145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000102bb964d dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 141
    6   com.adobe.dvacore.framework   0x0000000102bb75b0 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 160
    7   com.adobe.dvacore.framework   0x0000000102ba7a5c boost::function0<void>::operator()() const + 28
    8   com.adobe.dvacore.framework   0x0000000102bb4523 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    9   com.adobe.boost_threads.framework 0x0000000102aaadba thread_proxy + 186
    10  libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    11  libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    12  libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff8cffe716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfbc3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8b42c800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8b42c9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8b3fd145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000102bb964d dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 141
    6   com.adobe.dvacore.framework   0x0000000102bb75b0 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 160
    7   com.adobe.dvacore.framework   0x0000000102ba7a5c boost::function0<void>::operator()() const + 28
    8   com.adobe.dvacore.framework   0x0000000102bb4523 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    9   com.adobe.boost_threads.framework 0x0000000102aaadba thread_proxy + 186
    10  libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    11  libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    12  libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x00000001005dfb1e CIrTangentDevices::ThreadFunction() + 196
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff8cffee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8fbfdfb9 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff8cffee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8fbfdfb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x0000000100379edf CIrFrameCache::CTicketLoader::ThreadFunction() + 121
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x0000000100379edf CIrFrameCache::CTicketLoader::ThreadFunction() + 121
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x0000000100379edf CIrFrameCache::CTicketLoader::ThreadFunction() + 121
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x0000000100379edf CIrFrameCache::CTicketLoader::ThreadFunction() + 121
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff8cffee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8fbfdfb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000000000000b  rcx: 0x00007fff5fbfb988  rdx: 0x0000000000000000
      rdi: 0x0000000000000c72  rsi: 0x000000000000000b  rbp: 0x00007fff5fbfb9d0  rsp: 0x00007fff5fbfb988
       r8: 0x0000000000000040   r9: 0x00007fff5fbfb900  r10: 0x0000000000000000  r11: 0x0000000000000206
      r12: 0x0000000000000000  r13: 0x0000000000000040  r14: 0x00007fff5fbfbe78  r15: 0x00007fff5fbfbe10
      rip: 0x00007fff8cffe292  rfl: 0x0000000000000206  cr2: 0xfffffffffffffff0
    Logical CPU:     0
    Error Code:      0x02000025
    Trap Number:     133
    Binary Images:
           0x100000000 -        0x100ae7ff7 +sgmacosx (???) <91D1FAE7-D645-35AA-A07D-D78C1FADF56C> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/MacOS/sgmacosx
           0x1016da000 -        0x101937ff7 +QtCore (4.6) <CE0DF6D7-6F83-1ED7-6411-7AF7FB2FD394> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
           0x1019c6000 -        0x1022effef +QtGui (4.6) <782E276D-EE76-98E5-FA48-0EFA1DF29A3F> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
           0x102571000 -        0x10261eff7 +QtOpenGL (4.6) <5D09ECAB-1980-65F5-85CB-3D6EF915A208> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
           0x10265c000 -        0x102728fef +QtNetwork (4.6) <F0DB9B5B-B832-0E7D-7C5C-0D05CD42EC9C> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
           0x102768000 -        0x1027a4fef +QtXml (4.6) <0D38C829-B350-F496-1690-03A16BA953E3> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
           0x1027bd000 -        0x1027c1fff  com.apple.agl (3.2.3 - AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x1027c8000 -        0x1028c1fff +com.adobe.amtlib (8.0.0.68 - 8.0.0.68) <D3641035-0C73-3572-BB1B-2D2FBC7268F4> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x1028d4000 -        0x102943ff7 +com.adobe.adobe_caps (adobe_caps 7.0.0.21 - 7.0.0.21) <CE3C6356-9EE2-3B88-8261-8612A0743F56> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x10294e000 -        0x102987ff7 +com.adobe.pip (7.2.1.3399) <9E80366E-2A40-34CA-AAE3-2CA50F5F8505> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x102991000 -        0x102a1dfff +com.adobe.headlights.LogSessionFramework (7.2.1.3399) <4D4A32E1-2B7F-34AC-A310-B842CABE6080> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x102a64000 -        0x102a77ff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) <58BB943C-98EC-3812-AAAB-74F66630D1D4> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x102a81000 -        0x102a83fff +com.adobe.boost_system.framework (8.0.0 - 8.0.0.0) <0BFBB9DE-2FBB-3C53-83A5-78CB9CE69BF7> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x102a8c000 -        0x102a92fff +com.adobe.boost_date_time.framework (8.0.0 - 8.0.0.0) <E189C45A-E466-3986-A066-7F5FA72BF848> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x102aa9000 -        0x102ab7fff +com.adobe.boost_threads.framework (8.0.0 - 8.0.0.0) <E33B3F2F-93E6-3E16-A3A6-644564AA819E> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x102ad6000 -        0x102d65fff +com.adobe.dvacore.framework (8.0.0 - 8.0.0.0) <03241185-CBD1-3B3F-A262-6F376410C895> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x102fbb000 -        0x102feafff +com.adobe.dvamediatypes.framework (8.0.0 - 8.0.0.0) <881F4B60-5BF0-3885-86B2-32850F60B76B> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvamediatypes.framework/Versions/A/dvamediatypes
           0x10301e000 -        0x103022ff7 +com.adobe.PRM.framework (8.0.0 - 8.0.0.141) <CEB18B59-8563-3F1F-A756-3DF191FD4701> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/PRM.framework/Versions/A/PRM
           0x103030000 -        0x10307dfff +com.adobe.ASLFoundation.framework (8.0.0 - 8.0.0.141) <AB6BA2FA-9BEB-3A02-B99F-F3918520D2FA> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ASLFoundation.framework/Versions/A/ASLFoundation
           0x1030e7000 -        0x1030f8fff +com.adobe.ASLMessaging.framework (8.0.0 - 8.0.0.141) <18C028EA-C0AE-3913-9C2F-32FCE1A73D30> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ASLMessaging.framework/Versions/A/ASLMessaging
           0x103114000 -        0x103117fff +com.adobe.Memory.framework (8.0.0 - 8.0.0.141) <EEF80A05-5601-3372-9110-9283A8D0DEE9> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/Memory.framework/Versions/A/Memory
           0x103120000 -        0x103130ff7 +com.adobe.ASLUnitTesting.framework (8.0.0 - 8.0.0.141) <71C2617B-9088-36E8-845A-2B32394EF762> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ASLUnitTesting.framework/Versions/A/ASLUnitTesting
           0x10314e000 -        0x1031b2ff7 +com.adobe.dvatransport.framework (8.0.0 - 8.0.0.0) <A13433E1-0924-347D-946B-889392C7BCB2> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvatransport.framework/Versions/A/dvatransport
           0x103247000 -        0x103272ff7 +com.adobe.dvamarshal.framework (8.0.0 - 8.0.0.0) <7A3B6B9E-D3A5-339F-9891-CD57FBAADCA6> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvamarshal.framework/Versions/A/dvamarshal
           0x1032b5000 -        0x1034f0fff +com.adobe.dynamiclink.framework (8.0.0 - 8.0.0.0) <1FADAE67-0E34-3F9D-9F92-164676C738DC> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dynamiclink.framework/Versions/A/dynamiclink
           0x103767000 -        0x1037eafff +com.adobe.MediaFoundation.framework (8.0.0 - 8.0.0.141) <C6DE9655-DA44-3730-96E9-6C8F290EAF12> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/MediaFoundation.framework/Versions/A/MediaFoundation
           0x10389c000 -        0x10392fff7 +com.adobe.AudioRenderer.framework (8.0.0 - 8.0.0.141) <CA203EC0-B1AE-396D-894B-E99AA5D03A92> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AudioRenderer.framework/Versions/A/AudioRenderer
           0x1039f6000 -        0x103ae2ff7 +com.adobe.dvacaptioning.framework (8.0.0 - 8.0.0.0) <7F9E3171-5792-3DBB-B587-2ABF754C2C29> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvacaptioning.framework/Versions/A/dvacaptioning
           0x103bb5000 -        0x103c17fff +com.adobe.dvatemporalxmp.framework (8.0.0 - 8.0.0.0) <C340C765-8699-3A01-8E8A-5BFA66FADD91> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvatemporalxmp.framework/Versions/A/dvatemporalxmp
           0x103c55000 -        0x103c61ff7 +com.adobe.boost_signals.framework (8.0.0 - 8.0.0.0) <969C9F38-A7E9-3504-B94A-1A90BF40DA68> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x103c7c000 -        0x103d22ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.6 -c 11 - 79.156380) <334C4A16-A9B5-315E-A4EE-727BB6D2FD32> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x103db9000 -        0x103ecaff7 +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 106 - 79.156380) <8C878AC5-DA1E-36D9-B3C0-8039732CAF2F> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x103f7f000 -        0x10404bff7 +com.adobe.dvametadata.framework (8.0.0 - 8.0.0.0) <E5D03571-5F6F-3DC7-B28E-8F13726F3538> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvametadata.framework/Versions/A/dvametadata
           0x10412f000 -        0x104f72ff7 +com.adobe.Backend.framework (8.0.0 - 8.0.0.141) <F7D3F929-A310-3843-876C-494D1972B79B> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/Backend.framework/Versions/A/Backend
           0x105c89000 -        0x105cc5fff +com.adobe.MLFoundation.framework (8.0.0 - 8.0.0.141) <561F2310-069A-3AAC-8118-C35F54BC26C7> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/MLFoundation.framework/Versions/A/MLFoundation
           0x105d2b000 -        0x105e6afef +com.adobe.ImageRenderer.framework (8.0.0 - 8.0.0.141) <C2BE700C-F81E-3A49-83B1-BBD7F7ABE82B> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ImageRenderer.framework/Versions/A/ImageRenderer
           0x105f57000 -        0x105fcffff +com.adobe.VideoFrame.framework (8.0.0 - 8.0.0.141) <63E089B1-25AA-3468-AB6F-3C4F56F5D475> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/VideoFrame.framework/Versions/A/VideoFrame
           0x106043000 -        0x10607cff7 +com.adobe.PluginSupport.framework (8.0.0 - 8.0.0.141) <735FE2BF-7EFF-32D7-BB4C-C3A964688281> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/PluginSupport.framework/Versions/A/PluginSupport
           0x1060c1000 -        0x1060edfff +com.adobe.SweetPeaSupport.framework (8.0.0 - 8.0.0.141) <11B542CC-81DF-3B23-9DAC-654AABFA0017> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/SweetPeaSupport.framework/Versions/A/SweetPeaSupport
           0x10612f000 -        0x106176ff7 +com.adobe.TransmitHost.framework (8.0.0 - 8.0.0.141) <F6BD63A0-3047-33B2-A350-F99B79D19A58> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TransmitHost.framework/Versions/A/TransmitHost
           0x1061cd000 -        0x1062f1ff7 +com.adobe.VideoRenderer.framework (8.0.0 - 8.0.0.141) <51262505-A92C-3898-8030-FE974FEDE1D6> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/VideoRenderer.framework/Versions/A/VideoRenderer
           0x106434000 -        0x106489ff7 +com.adobe.AudioSupport.framework (8.0.0 - 8.0.0.141) <30C32A99-B403-3791-8917-8740506C6774> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AudioSupport.framework/Versions/A/AudioSupport
           0x1064e9000 -        0x1064edff7 +com.adobe.MediaUtils.framework (8.0.0 - 8.0.0.141) <1FEB096F-449E-3B2D-9B08-D1F4068A5653> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/MediaUtils.framework/Versions/A/MediaUtils
           0x1064f7000 -        0x10668efff +com.adobe.ImporterHost.framework (8.0.0 - 8.0.0.141) <D4A48160-F2B9-3D77-84F7-F20ADEC53D63> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ImporterHost.framework/Versions/A/ImporterHost
           0x106838000 -        0x1068affff +com.adobe.PlayerHost.framework (8.0.0 - 8.0.0.141) <1CF1D440-5074-3A11-8AE6-B934FBDAECD6> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/PlayerHost.framework/Versions/A/PlayerHost
           0x106951000 -        0x10698afff +com.adobe.AudioFilterHost.framework (8.0.0 - 8.0.0.141) <96D7630F-DE89-399E-8AED-22D620E9CB6C> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AudioFilterHost.framework/Versions/A/AudioFilterHost
           0x1069e1000 -        0x106adbfff +com.adobe.VideoFilterHost.framework (8.0.0 - 8.0.0.141) <B2B7F280-9C2F-35F6-BDE2-EA3EFFC6BAAE> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/VideoFilterHost.framework/Versions/A/VideoFilterHost
           0x106bda000 -        0x106bf1fff +com.adobe.ProjectSupport.framework (8.0.0 - 8.0.0.141) <C430776B-48D2-3379-B49E-446FA23AC7D1> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ProjectSupport.framework/Versions/A/ProjectSupport
           0x106c1f000 -        0x106c33ff7 +com.adobe.ProjectConverterHost.framework (8.0.0 - 8.0.0.141) <1A41AED7-659B-3BBF-A67C-DEB609A56F6E> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ProjectConverterHost.framework/Versions/A/ProjectConverterHo st
           0x106c59000 -        0x106ca4ff7 +com.adobe.AudioFilters.framework (8.0.0 - 8.0.0.141) <0E785A7E-1138-3E10-973B-009D5C860B0F> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AudioFilters.framework/Versions/A/AudioFilters
           0x106d1d000 -        0x10719ffff +com.adobe.GPUFoundation.framework (8.0.0 - 8.0.0.141) <4EEB64AA-6A1F-3F79-B7F9-075E8A0ECA52> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/GPUFoundation.framework/Versions/A/GPUFoundation
           0x107448000 -        0x10790aff7 +com.adobe.dvaui.framework (8.0.0 - 8.0.0.0) <C8297DB9-9EBF-37A9-88DC-86C2D9F78548> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x107f19000 -        0x107f78ff7 +com.adobe.DynamicLinkMedia.framework (8.0.0 - 8.0.0.141) <8391A5CA-25E0-3A19-8E6A-15DC34E62E75> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/DynamicLinkMedia.framework/Versions/A/DynamicLinkMedia
           0x108033000 -        0x108091fff +com.adobe.TitleRenderer.framework (8.0.0 - 8.0.0.141) <E36D1191-D787-390C-9662-E4F2B964D1C1> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TitleRenderer.framework/Versions/A/TitleRenderer
           0x108126000 -        0x10817bff7 +com.adobe.BravoInitializer.framework (8.0.0 - 8.0.0.141) <8D54B8E6-3C66-370D-A724-56C0814E1B08> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/BravoInitializer.framework/Versions/A/BravoInitializer
           0x1081f2000 -        0x108339ff7 +com.adobe.ACE (AdobeACE 2.20.02.32392 - 2.20.02.32392) <EEA8A4D3-C123-3481-9814-D944EFB498EF> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x10834d000 -        0x108682ff7 +com.adobe.AGM (AdobeAGM 4.30.32.32392 - 4.30.32.32392) <3DFB9C65-1183-3F0F-91F7-BC802DA3B984> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1086ee000 -        0x10870bfff +com.adobe.BIB (AdobeBIB 1.2.03.32392 - 1.2.03.32392) <56FC86F3-E5FC-3A4D-A8CF-4BB1BBA68753> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x108713000 -        0x108a24fff +com.adobe.CoolType (AdobeCoolType 5.15.00.32392 - 5.15.00.32392) <B4AF88AD-C6DF-373A-A878-4106489B4B12> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x108a6c000 -        0x108d44fe6 +libxerces-c-3.0.dylib (0) <46020284-EEA8-7D7B-388C-BF23A318C997> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/libxerces-c-3.0.dylib
           0x108ec5000 -        0x108ee9fe7 +com.mainconcept.mc.enc.dv (9.8 - 9.8.11.6624) <B3F151F9-AE9D-86B9-EF98-495C061210F1> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/mc_enc_dv.framework/Versions/9/mc_enc_dv
           0x108efd000 -        0x108f23fff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <249709DE-AF0D-349D-AAFB-35E580305B67> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x108f2b000 -        0x108f4eff7 +com.adobe.dvaunittesting.framework (8.0.0 - 8.0.0.0) <BB72D627-34BF-3E5B-82DD-0A81A9F662CA> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvaunittesting.framework/Versions/A/dvaunittesting
           0x108f8f000 -        0x109021fff +com.adobe.dvaaudiodevice.framework (8.0.0 - 8.0.0.0) <D92C1AC0-4CE8-3DA1-8FF5-0E946F813312> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvaaudiodevice.framework/Versions/A/dvaaudiodevice
           0x1090e4000 -        0x10914dfff +com.adobe.QT32Client.framework (8.0.0 - 8.0.0.141) <D65727B2-ECF1-35F7-9E53-EF231AD6F381> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QT32Client.framework/Versions/A/QT32Client
           0x1091e5000 -        0x1091f4ff7 +com.adobe.dvacaptioningui.framework (8.0.0 - 8.0.0.0) <233F6FEB-ED97-369F-8F64-95DD4639577C> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvacaptioningui.framework/Versions/A/dvacaptioningui
           0x109214000 -        0x1092d6fff +com.adobe.dvaeve.framework (8.0.0 - 8.0.0.0) <277C535A-FEAF-385D-A5F4-248EBEA149DA> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
           0x10942b000 -        0x109439ff7 +com.adobe.boost_filesystem.framework (8.0.0 - 8.0.0.0) <756BF412-0DEC-3396-826B-ACDB220755C3> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
           0x10944d000 -        0x10950eff7 +com.adobe.dvaaudiofilterhost.framework (8.0.0 - 8.0.0.0) <59B7BC66-57A8-3484-AB3A-1F3979170CDA> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvaaudiofilterhost.framework/Versions/A/dvaaudiofilterhost
           0x1095fa000 -        0x109621ff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x10963d000 -        0x1096fbfff +com.adobe.dvaworkspace.framework (8.0.0 - 8.0.0.0) <81A3CCA6-F437-3FCC-B49C-5EBD6AF9509E> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x10980d000 -        0x10986fff7 +com.adobe.FontEngine.framework (8.0.0 - 8.0.0.141) <AA840C31-F7DC-34A2-9A65-92FC9A3C2DEF> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/FontEngine.framework/Versions/A/FontEngine
           0x1098fb000 -        0x109914ff7 +com.adobe.TitleLayer.framework (8.0.0 - 8.0.0.141) <0B87CF1E-3382-36BB-B837-BA077445468D> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TitleLayer.framework/Versions/A/TitleLayer
           0x109aaf000 -        0x109abdff7 +com.adobe.TitleImageManager.framework (8.0.0 - 8.0.0.141) <817A7E41-1906-3FBA-BE55-B1DC555AEA62> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TitleImageManager.framework/Versions/A/TitleImageManager
           0x109ad9000 -        0x109b58fff +com.adobe.TitleCharacterFactory.framework (8.0.0 - 8.0.0.141) <AA54483F-8E50-36A5-826D-304E6C9DCA0E> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TitleCharacterFactory.framework/Versions/A/TitleCharacterFac tory
           0x109bb5000 -        0x109c98fff +com.adobe.TitleCG.framework (8.0.0 - 8.0.0.141) <E405431C-AEAB-305C-8E61-61CA1EA44904> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TitleCG.framework/Versions/A/TitleCG
           0x109d30000 -        0x109fb0fff +com.adobe.TitleLayout.framework (8.0.0 - 8.0.0.141) <331CB986-E666-32F7-B4AC-939CDD5D2DF5> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TitleLayout.framework/Versions/A/TitleLayout
           0x10a5ea000 -        0x10a5f2ff3  libCGCMS.A.dylib (599.23.13) <59F7AEED-90EB-35C2-85A6-5BC44CC9B3FA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
           0x10c1e4000 -        0x10c1e7ffa  libCGXType.A.dylib (599.23.13) <E459DD26-592F-3DBD-8C47-B342ECE8FFD3> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
           0x10c4c9000 -        0x10c56cff7  ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x10c5b4000 -        0x10c5dcffb  libRIP.A.dylib (599.23.13) <FFE421E6-CB15-3F9D-ADF4-679E26B09892> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
           0x10c7f1000 -        0x10c7f5ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.1 - 2.6.1f2) <E5405175-7735-3F30-97ED-F44645033DC7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x110348000 -        0x1104e8ff7  GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x110524000 -        0x11054dfff  GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x116d8c000 -        0x116d8eff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x118a65000 -        0x118d17ff7 +com.adobe.ImporterQuickTime.framework (8.0.0 - 8.0.0.141) <368ADF9C-738E-321B-912B-730D3BE80E4B> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/ImporterQuickTime.bundle/Contents/MacOS/ImporterQuickTi me
           0x118ed8000 -        0x118ff1fef +com.mainconcept.mc.dec.mp2v (9.8 - 9.8.11.6624) <ADC1D391-89AA-E18F-05C0-58793FED6DC8> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/mc_dec_mp2v.framework/Versions/9/mc_dec_mp2v
           0x118ff4000 -        0x119017fff +com.adobe.QTParser.framework (8.0.0 - 8.0.0.141) <E1A473D9-581D-3134-AC0F-C83000982A0C> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QTParser.framework/Versions/A/QTParser
           0x119036000 -        0x1190e8fef +com.adobe.IPPMPEGDecoder.framework (8.0.0 - 8.0.0.141) <FA1C0CC3-BB78-31E1-BC09-38EDD87F8C56> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/IPPMPEGDecoder.framework/Versions/A/IPPMPEGDecoder
           0x119127000 -        0x119447fe7 +com.adobe.CodecSupport.framework (8.0.0 - 8.0.0.141) <A19171FC-4ADA-3E72-A6F2-D0AB90812DDC> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/CodecSupport.framework/Versions/A/CodecSupport
           0x1195b0000 -        0x1197b2fcf +com.mainconcept.mc.bc.dec.avc (9.8 - 9.8.11.6624) <436641E8-7C73-4346-5740-EDA0C61A2379> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/mc_bc_dec_avc.framework/Versions/9/mc_bc_dec_avc
           0x1197bb000 -        0x11990ffeb +com.mainconcept.mc.dec.mp4v (9.8 - 9.8.11.6624) <F27870EB-399B-9898-B03B-47009790E2C5> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/mc_dec_mp4v.framework/Versions/9/mc_dec_mp4v
           0x119918000 -        0x1199f4fe7 +libmp4decMT.dylib (1.1.3) <A663DA9C-874F-742A-58B2-B5665D99CA03> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/libmp4decMT.dylib
           0x119a4d000 -        0x119aa3fff +com.adobe.PlayerMediaCore.framework (8.0.0 - 8.0.0.141) <2D639F2C-280A-3E07-8B18-7642AFBE7C0E> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/PlayerMediaCore.bundle/Contents/MacOS/PlayerMediaCore
           0x119afd000 -        0x119b45ff7 +com.adobe.DisplaySurface.framework (8.0.0 - 8.0.0.141) <C9C43902-90F9-3A1A-BE5D-C15B702C1569> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/DisplaySurface.framework/Versions/A/DisplaySurface
           0x119b9c000 -        0x119bccfff +com.adobe.RendererCPU.framework (8.0.0 - 8.0.0.141) <3CDF0782-0E4C-360F-987B-5AA7A9D31D7A> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/RendererCPU.framework/Versions/A/RendererCPU
           0x119c05000 -        0x119d45ff7 +com.adobe.RendererGPU.framework (8.0.0 - 8.0.0.141) <BBA8B0B2-228A-3939-B59A-645C82D0A35C> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/RendererGPU.framework/Versions/A/RendererGPU
           0x119f62000 -        0x119f73ff7 +com.adobe.PremiereFiltersMetaPlugin.framework (8.0.0 - 8.0.0.141) <CA1053A8-97AC-375E-9F91-5B24CBFE46BC> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/PremiereFiltersMetaPlugin.prmp/Contents/MacOS/PremiereF iltersMetaPlugin
           0x119f88000 -        0x119f99fff +com.adobe.TransitionsMetaPlugin.framework (8.0.0 - 8.0.0.141) <E9F66B45-66E4-3E24-8FEE-01679C5E35CC> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/TransitionsMetaPlugin.prmp/Contents/MacOS/TransitionsMe taPlugin
           0x11aafe000 -        0x11ab01ff7 +com.adobe.Opacity.framework (8.0.0 - 8.0.0.141) <8C7C46D7-91B4-3D6A-B22E-8890BB2A487F> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/Opacity.bundle/Contents/MacOS/Opacity
           0x11ab0a000 -        0x11ab0dff7 +com.adobe.Motion.framework (8.0.0 - 8.0.0.141) <D9BACE81-AF3E-3403-B870-814B399590E1> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/Motion.bundle/Contents/MacOS/Motion
           0x121a4a000 -        0x121a89ff7 +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 8.0.0.14 - 8.0.0.14) <FC7DECBD-48F6-3E2F-8E40-42F19885B415> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotificatio ns
           0x122536000 -        0x122562ff7 +com.adobe.ImporterMPEG.framework (8.0.0 - 8.0.0.141) <AB682B01-5004-34B5-B658-15FF3FA8C25F> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/ImporterMPEG.bundle/Contents/MacOS/ImporterMPEG
           0x123f0b000 -        0x123f24fff +com.adobe.ImporterFastMPEG.framework (8.0.0 - 8.0.0.141) <EC483748-8C8C-3B10-BF7F-CB47661D9B93> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/ImporterFastMPEG.bundle/Contents/MacOS/ImporterFastMPEG
           0x126810000 -        0x1268efff3 +com.mainconcept.mc.mfimport (9.8 - 9.8.11.6624) <8D0E0AB2-CD0C-AFCF-4A32-D608A637F0B7> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/mc_mfimport.framework/Versions/9/mc_mfimport
        0x123400000000 -     0x123400435ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.26.34 - 8.2.6) <D900EBB2-0E47-3DB8-8AA7-A795652167C9> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIn telHD5000GraphicsGLDriver
        0x7fff6f6fd000 -     0x7fff6f730817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff87a8f000 -     0x7fff87b51ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff87b52000 -     0x7fff87b5cfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff87b87000 -     0x7fff87b90fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
        0x7fff87b91000 -     0x7fff87bc5fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff87c3c000 -     0x7fff87c63ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff87c64000 -     0x7fff87cf0ff7  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
        0x7fff87cf1000 -     0x7fff87cf1fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff87cff000 -     0x7fff87d37ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
        0x7fff87d38000 -     0x7fff87d39ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
        0x7fff87e37000 -     0x7fff87e3affc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff87e3b000 -     0x7fff87ea7fff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff87f7a000 -     0x7fff88224ff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
        0x7fff88238000 -     0x7fff88267fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff88284000 -     0x7fff88286fff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
        0x7fff88524000 -     0x7fff8853dff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8853e000 -     0x7fff8858cff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff888f2000 -     0x7fff88bc6fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
        0x7fff88bca000 -     0x7fff88bd4ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff88c1c000 -     0x7fff88c2afff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
        0x7fff88c2b000 -     0x7fff88c33ffc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff89226000 -     0x7fff89236ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff89237000 -     0x7fff89238ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff89239000 -     0x7fff892bafff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
        0x7fff89518000 -     0x7fff89532fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D99

    I tried 3.0 and the latest book now opens and ADE says it is on KOBO after I drag it there, but when I disconnect and open KOBO itself it is not there.

  • Database link from XE to 8i - Ok for XE, but error ORA-12705 for ApEx

    I have oracle 8.1.7.4 (8i) with these settings:
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    {color:#ff0000}NLS_CHARACTERSET CL8MSWIN1251{color}
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT dd-mon-rr
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZH:TZM
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZH:TZM
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    {color:#ff0000}NLS_NCHAR_CHARACTERSET CL8MSWIN1251{color}
    NLS_RDBMS_VERSION 8.1.7.4.0
    And oracle XE:
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    {color:#ff0000}NLS_CHARACTERSET AL32UTF8{color}
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    {color:#ff0000}NLS_NCHAR_CHARACTERSET AL16UTF16{color}
    NLS_RDBMS_VERSION 10.2.0.1.0
    I create database link from XE to 8i - it works fine:
    I create view in XE based on table from 8i
    and using SQL Developer {color:#0000ff}I can Select/Insert{color} into this view {color:#0000ff}from XE{color}.
    BUT when I login {color:#0000ff}to Application Express{color} and try the same SELECT from the view - {color:#0000ff}I get error:{color}
    ORA-12705: ORA-12705: invalid or unknown NLS parameter value specified
    ORA-02063: preceding line from LINKED8i
    What should I do to make Application Express work with the view based on table in remote database correctly - i.e. allow me to Select/Insert/... ?

    Hi,
    i don't have a solution for your problem but i want to share with you my research in using Database Links with XE/Apex.
    I have done it a in a lot of projects and in most of all cases it shows a strange behavior when using Database Links via Apex. As far as i know SQL-Request in Apex are executed via the DBMS_SQL-Package. And that seems to be source for all errors and strange behaviors you get.
    If you post a SQL-Request directly from your XE, everything's fine. If you do the same from APEX, sometimes it is very slow and sometimes it fails.
    So, my approach to this issue is to work with Materialized Views. Your can create MV's on your XE to reference your remote tables and even schedule refreshes. In Apex, you only work with these MV's instead of the remote tables. And everything's going to be fine!
    Hope this helps!
    Regards, Jens

  • How to go to anchor html link from external html page in JEditorPane

    Hi people,
    I've been trying to jump to an anchor link from an external html page in JEditorPane, and I cannot get it working, I'm sure it can be done somehow...
    The HTML page has a link like:
    Hello
    and this is loaded into JEditorPane ok.
    The HyperlinkListener implementation:
    public void hyperlinkUpdate( HyperlinkEvent e )
    try {
    if ( e.getEventType() == HyperlinkEvent.EventType.ACTIVATED )
    editorPane_.setPage( getClass().getResource(
    MyDialog.this.getBaseURL().concat( e.getURL().getFile().substring(
    e.getURL().getFile().lastIndexOf( "/" ) + 1 ) ) ) );
    if ( e.getURL().getRef() != null )
    editorPane_.scrollToReference( e.getURL().getRef() );
    else return;
    } catch ( IOException ioe ) { ioe.printStackTrace(); }
    This code loads the new html file ok, but it does not scroll to the anchor. The MyDialog.this.getBaseURL() just returns something like com.name.package, I construct the URL by using this base url and the name of the html file to open.
    ANy help, thanks

    he! I'm not alone in my desperation. Take a look at my problem:
    I've got a JEditorPane (not editable) inside a JFrame. The JEditorPane is loaded with the HTML text and all the links to anchors are working properly when I click on them.
    BUT
    If I try to go to an anchor from outside this JFrame I can see how the JEditorPane scrolls to the right anchor and suddenly it scrolls back to the place where the caret was located!!!
    The "funny thing" is that my code is working in jdk1.3.1 but this is happening in jdk1.4.2. Is it a bug?!?!?!
    How could I figure out what position I have to set the caret to for every anchor in order to get the scroll working correctly???
    My implementation of hyperlinkUpdate (working properly, here isn't the problem):
       jEditorPane.addHyperlinkListener(new HyperlinkListener() {
          public void hyperlinkUpdate(HyperlinkEvent e) {
            if (e.getEventType() == HyperlinkEvent.EventType.ACTIVATED) {
              MiEditorPane src = (MiEditorPane)e.getSource();
              src.goToAnchor(e.getDescription().substring(1));
        });My object jEditorPane is an instance of this class:
      class MiEditorPane extends JEditorPane {
        MiEditorPane() {
          super();
        public void goToAnchor(String anchor) {
          super.scrollToReference(anchor);
      }And this is the method I call from outside the JFrame containing the JEditorPane:
      public void goToAnchor(String anchor) {
         jEditorPane.goToAnchor(anchor);
      }Any help greatly appreciated ...

  • PO confirmation from Customer Backend System

    Dear experts,
    I'm implementing SMI scenario with SAP SNC 5.1. I was traying to send a PO confirmation from Custoemr Backend system (ECC) to SNC.
    The process is this:
    1) Supplier creates and publish a Replenishment Order in SNC
    2) SNC sends to Custoemr backend system (ECC) the message VendorGeneratedOrderNotification.XML that is converted by SAP PI in to ORDERSP.ORDERS05 message.
    3) Customer backend system (ECC) receives this message and creates the PO.
    4) Customer backend system sends a message to SNC to confirm the PO creation.
    My question is about point 4, for this communication I'm using VendorGeneratedOrderConfirmation.XML (as described here http://help.sap.com/saphelp_scm2007/helpdata/en/46/77adcbf9cf0ad3e10000000a11466f/content.htm ), the IDOC I'm using is ORDRSP.ORDERS05 but I have a problem with mapping because there are some data missing.
    Is this combination ( ORDRSP.ORDERS05 > VendorGeneratedOrderConfirmation.XML ) correct for this type of communication?
    If not what kind of message should I use to send a PO confirmation from Customer backend system to SNC?
    Thank you in advance for your support.

    Hi Team,
    RO confirmation in SNC should be done with ReplenishmentOrderConfirmation_In as this is done by customer.
    If you see in help link
    VendorGeneratedOrderConfirmation
    The customer back-end system sends a purchase order confirmation to SAP SNC. This is used, for example, when SAP SNC awaits purchase order number assignment from the customer back-end system.
    VendorGeneratedOrderConfirmation is used when SNC needs purchase order number assignment.
    Regards,
    Nikhil

  • Removing customization link from portlet header.

    Hi,
    Could u suggest me out of the 2 ways to remove customization link from portlet header.I am using the default stock prices portlet in my page.
    Where and how should i change the provider.xml file.
    If not this how can I setShowEdit(False) which is one of the methods in MutablePortlet interface.How can i find this code related to Stock portlet.I mean where can we have access this code where the provider API's are used for some of the readymade portlets that oracle provides.
    I am using release 1 of oracle portal.
    Thanx
    Vipul

    Hi,
    I see two things that you could try :
    first try to set the security level at the portlet level, then allow users to display your portlet, not to customize it. I know it's possible with tabs, maybe it can apply to you.
    Else you also can modify the package of your portlet (or the provider.xml file if it's not the package). You should read the pl/sql code and find the variable concerning the customization link in the rendering part. It may be set to 'tru', just set it to 'false' and recompile.
    I've done it when installing some portlets and it works : that way I could translate the portlet in franch, remove the help link, remove the detail link, and so on...
    Hope this helps,
    Gael.

Maybe you are looking for