Process id 251 md import

Although my iMac should be idling, the processor is reving up to over 70%. Culprit is a process called md import, process id is 251...it uses over 20 MB of real memory and 90 MB of virtual memory
Parent process is launchd (1)
How can I find out what that is?
PS. Sample text looks like this:
Analysis of sampling pid 251 every 10.000000 milliseconds
Call graph:
245 Thread_100f
245 0x2970
245 0x2ad0
245 0x66b0
245 0x87a0
245 CFRunLoopRun
245 CFRunLoopRunSpecific
245 __CFRunLoopRun
243 mach_msg
243 machmsgtrap
243 machmsgtrap
2 __CFRunLoopDoTimer
2 _spin_lockrelinquish
2 _spin_lockrelinquish

Yes. As C Ogle says, this is the spotlight indexing process at work. It fires up every time you boot from a different volume, too, and indexes everything afresh on any other drives that may be connected, unless you turn it off. You are seeing it because you have been going through your attempts to get that external drive to boot I would guess.
Cheers
Rod

Similar Messages

  • Error while processing /libs/commerce/content/import.html

    hello every body;
    I wanna import a catalog from hybris to cq5, I fill the form when I click import catalog; it gives me this error:
    Error while processing /libs/commerce/content/import.html
    thanks for your help;

    thanks sham;
    ok; it's resoleved now, it was a problem in the version of cq,i was using cq5.4,it dosn't work with this version;
    but I have an other problem here where I imported a catalog from hybris; the function getProductPrice(product) doesn't work;in the file /apps/geometrixx-outdoors/components/nav_products/listitem_product.jsp
    i the line: final String price = session.getPriceInfo(product); anit gives me the error:
    Caused by: java.lang.NullPointerException
              at com.adobe.cq.commerce.hybris.impl.HybrisSessionImpl.getProductPriceInfo(HybrisSessionImpl .java:184)
              at com.adobe.cq.commerce.hybris.impl.HybrisSessionImpl.getProductPrice(HybrisSessionImpl.jav a:211)
              at com.adobe.cq.commerce.hybris.impl.HybrisSessionImpl.getProductPrice(HybrisSessionImpl.jav a:207)
    thanks for your help;

  • Process Flow fails to import

    Hi,
    I am trying to import a process flow from one design repository to another and am failing misrably! I have saved an mdl export of the process flow from the repository where it was created and am simply importing the same mdl into the new rep. I do not get any errors during the import however do get a number of warnings like the one below:
    Warning at line 23: MDL1312: Referenced logical location with name <LOC_X> and UOID <109A0BEE09814D6DE04400306EF40E82> not found for PROCESSMODULE <WAREHOUSE_x>. Logical location not set for this module.
    The result of the import is that the process flow is not imported at all.
    what does it mean by Logical Location?
    Any help on this would be most appreciated.
    Thanks
    Mitesh

    Perfect..thats what I was missing. This has soved my original issue but I'm hitting a new one...in my project export there is an invalid process flow (a process flow is making a call to a function that returns a incorrect datatype) and this is causing my import to error. My question now is; is it possible to import an invalid process flow?
    thanks for your help on this.

  • Is it possible to replace masters with versions without going through the process of exporting and importing?

    Is it possible to overwrite the master files with the versions without having to go through the entire process of exporting and importing back the images?
    Thnx in advance

    A small refinement if you shoot RAW. Remember, no RAW file can ever be edited or rewritten. Thus, in the old days, the flow was:
    RAW>TIFF/PSD and you ended up with two large files. (This is why some folks used to delete the RAW Masters.)
    With Aperture the flow is something like:
    RAW+Version(s) Only the Version is only 30 KB. (There is, of course, additional overhead of Thumbs and Previews, but, depending on your settings, this is only a fraction of the size of a TIFF or PSD.)
    You question goes right to the heart of the concept of a non-destructive workflow. With Aperture you always preserve your original Master file; the only things that are ever at risk are your edits (called Adjustments). Ironically, this is even more valuable if you shoot JPEG or TIFF as those files could be rewritten.)
    Aperture goes to great lengths to give you the best of both worlds; you always have the Master to revert to and your "edits" take up very little disk space. And you don't have to waste time trying to sync folders of RAW, TIFF, and JPEG. Similarly, you never have to worry about resizing images, changing color spaces, or any number of other things that get locked into an image file when you use a destructive workflow.
    Remember, Aperture will happily Export files in any format you may need. Export 'em, use 'em, delete 'em - your Masters are still safe in Aperture.
    DiploStrat

  • Error while running Process Order API to import orders - URGENT HELP NEEDED

    Hi all,
    I'm stuck with order import using OE_ORDER_PUB.PROCESS_ORDER api. Wanted to import a simple order in Vision database using the process order api. Figured out the right data to use, inserted into Headers and Lines Iface All tables. When calling the OE_ORDER_PUB.PROCESS_ORDER api, it is throwing this error:
    "Header ID does not exist on this record or does not match ID specified on header record. You require a valid header ID if the operation is Create."
    But when I validate the same record using the CORRECTIONS form in Order Import GUI, the order is successfully validated. Also the order is imported when I click the IMPORT button.
    I understand that HEADER_ID column is not required for creating a new order, but not sure why it is erroring. Here is the data I'm using:
    Insert into oe_headers_iface_all
    (org_id, order_type_id, order_source_id, orig_sys_document_ref, ordered_date, request_date,
    sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,
    CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,OPERATION_CODE)
    values (204, 1430, 1046, '101040', sysdate, sysdate, 204, 1004, 606, 1018, 1017, 0, sysdate, 0, sysdate, 0, 'CREATE');
    Insert into oe_lines_iface_all
    ("ORDER_SOURCE_ID","ORIG_SYS_DOCUMENT_REF","ORIG_SYS_LINE_REF","ORIG_SYS_SHIPMENT_REF","ORG_ID","INVENTORY_ITEM","LINE_TYPE_ID",request_date,"SCHEDULE_DATE","DELIVERY_LEAD_TIME","ORDERED_QUANTITY","ORDER_QUANTITY_UOM",sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,"UNIT_SELLING_PRICE","CREATED_BY","CREATION_DATE","LAST_UPDATED_BY","LAST_UPDATE_DATE","LAST_UPDATE_LOGIN","OPERATION_CODE")
    values
    (1046,'101040', '1', '1', 204, 'AS72111', 1427, sysdate, sysdate+1, 0, 10, 'Ea' ,204, 1004, 606, 1018, 1017,100,0,sysdate,0,sysdate,0,'CREATE');
    Any help is appreciated.
    FYI - this is a 11.5.10.2 version installed on Windows 2003 server.
    Thanks in advance.
    Jags

    I might be late in replying, but hope it might help.
    From your query it seems you are inserting records into interface tables and then calling process order API( probably from some PL/SQL block).
    This is where I am confused, because I hope you understand, that interface tables are for use with Order Import concurrent Program, and for Process ORder API, you need to provide the data as parameter. The api has, header record type and line table type as parameters. So you need to assign correct data to these variables and pass them as parameter when you are calling Process Order API.
    If you are doing the same thing, then post the exact pl/SQL code and error message from the API. That might help diagnose the issue.
    Regards,
    Nitin Darji

  • Process for Trading and Imports in CIN

    Dear Friends,
    The main business of our client is manufacturing and selling. For that they have a separate excise license. Along with that they do some trading activity of imported goods and for that they have different license. While imports there is a portion of Customs duty which is creditable and non creditable. Recoverable portion of customs duty is passed to the customer.
    To map this in SAP we are proposing a dummy plant with different registration number as a Depot. which can directly procure the imported goods and sell with the additional recoverable duty to the customer with other taxes like Education cess, H & S Education cess and VAT.
    Now I have following questions
    1)     Whether this set up is OK
    2)     Whether this new plant can procure imported materials directly and sell to the final customer with excise transactions?
    3)     If yes, whether this will update RG23 D register correctly?
    4)     If no, what process need to be set up for this in SAP?  (e.g stock transfer from main plant to the dummy plant i.e. do we need to take the imported goods stock in the manufacturing plant, Transfer the same to the Dummy plant with all Excise implications and then sell the goods from Depot?)
    5)     With this will the RG23D register  be updated during Sales?
    Can anyone please guide me so as to how to map this in SAP with RG23D register updation.
    Regards,
    Harsh

    Hey there Ashish,
       There are a couple of things to know about this:
     - AFAIK - this feature isn't available in Project Online
     - For on-premise Project Server 2013 you need to go to Central Administration->General APplication Settings->Manage PWA->Operational Policies->Alerts and Reminders and switch it on there.  If you can't see the setting make sure you
    have already configured the outgoing SMTP sever settings for your installation.
    Cheers,
       James.
    James Boman BSc. MCP:EAD -

  • Vendor Return process in case of Import Goods (Excisable)

    Can anyone provide me the complete process details with configuration in case of Return of Import Goods to Vendor?
    The scenario is we have received the goods from an overseas Vendor by availing the benefit of CVD and we have made payment to the Vendor. Now the goods need to be returned back to the Vendor overseas.
    Thanks in advance

    Import Vendor return is like re export from business point of view.
    You can follow export sales process in sap.
    What i suggest is for example if it is raw material you can create a bom with parent material as X-01,child material as Y what
    you are returning to vendor.
    Note: Create parent material as HALB with sales view & accounting view with valuation of raw material.
    Do production goods receipt,it willl bring stock to parent material.
    Create customer for vendor.
    Adopt export sales process,create a sales order,delivery,billing,invoice,excise invoice,ARE1.
    Note : Discuss with FI consultant/core team take care of accounting effects in billing.
    Clear balances for customer or vendor using F-53 or F-58.
    Note : You need to tell excise/submit documents telling it is not actual export.
    or
    If you opt for purchasing route,then there is lot of customs formalities to be completed & also need to pay duties taken credit,depends on value of goods if it is high, you can opt for import vendor returns or ask vendor for debit memo which will be adjusted with future purchases against same vendor
    I also asked same question in forum, refer link for solution [ Import material - Vendor returned(Indian scenario)  |Import material - Vendor returned(Indian scenario);

  • BPEL process blue print not importable by JDeveloper

    Hi
    I have a troublesome BPEL process that is not being imported into JDeveloper. Others work fine and the closed loop process change management works great.
    However, this particular one is annoying.
    On selecting the process, JDeveloper downloads the required information. I click 'Next' and/or 'Finish' and it starts 'Creating Project'. That's all it does. Eventually it finishes and nothing has been added to the project.
    Has anyone seen this before, or know where a log may be of the process to debug it?
    Any help most appreciated.
    I am using 10.1.3.4 BPA Suite and 10.1.3.3 JDev
    Cheers
    Chris

    Aha
    I get the following exception occuring.
    ## download =C:\DOCUME~1\cbell\LOCALS~1\Temp\bpaserver_download20348.zip
    ## download =C:\DOCUME~1\cbell\LOCALS~1\Temp\bpaserver_download20349.zip
    java.io.IOException
    at oracle.ide.net.URLFileSystem.copy(URLFileSystem.java:297)
    at oracle.tip.tools.ide.common.bpeldesigner.util.Helper.copyFiles(Helper.java:130)
    at oracle.tip.tools.ide.pm.projectwizard.JDevProjectBuilder.createExistingBluePrintProject(JDevProjectBuilder.java:144)
    at oracle.tip.tools.ide.pm.projectwizard.JDevProjectBuilder.createIDEProject(JDevProjectBuilder.java:71)
    at oracle.tip.tools.ide.pm.projectwizard.BPELProjectWizard.handleFinish(BPELProjectWizard.java:57)
    at oracle.tip.tools.ide.common.graph.wizard.JWizard$1.run(JWizard.java:400)
    at java.lang.Thread.run(Thread.java:595)
    Think I may raise an SR.
    Cheers
    Chris

  • How to get current process version when photos imported?

    I have Lightroom 5 but my photos are still imported with the old process version (2010)  How can I get the current process version (2012) to be applied automatically on my imported photos?

    Hi Andreas,
    Did you ever get an answer to your problem?
    I am facing the same issue now and i cannot get a lead.
    Thanks,
    Dimitris

  • Activating parallel processing in SAINT when import is active

    Hi All,
    I am installing EHP3 for ECC 6.0 at the moment and the import takes a long time. Does anyone know if I can adjust the parallel import options in SAINT after I stop the import?
    So
    1. Stop the import.
    2. adjust settings.
    3. restart the import.
    I'm not sure that the settings options are released for editing when the import is canceled.
    I first want to make sure before killing the running import.
    Thanks,
    Arjan

    Hi Arjan,
    What is the number of parallel R3trans processes are you using ? SAP does not recommends more than 5. Check SAP note 1083533. See below extract from this note: 
    Number of parallel processes during the installation: You can reduce the duration of the installation by using parallel processing for several R3trans processes. Five parallel R3trans processes are known to be effective. We do not recommend several
    background processes for parallel processing of the method execution (otherwise, it may result in a termination as described
    in section 5)
    Also, for this it is also recommended to use latest R3trans and tp. for this check SAP note 1110690.
    Thanks
    Sunny

  • Error after import external webservice(RFC) wsdl url to Process Composer

    Hi all,
    I try to use RFC webservice in my BPM as below:
    1. Expose RFC as webservice using CAF (import external service RFC and then create application service use this external service)
    2. Define Destination in NWA.
    3. Create a Process Composer project, and import the external webservice(RFC) wsdl file as service interface in the project.
    After importing, i get error : the port type specified for the ...binding is undefined. Check port type name and ensure it is defined.
    If i import another external service, not RFC (such as business object), there is no error.
    My system is NWCE 7.11
    Thanks in advance,
    Sinh.
    Edited by: Sinh Nguyen Van on Jul 20, 2009 8:29 AM

    Hi Bharath,
    Below is content of wsdl url and error message, thanks
    Error message:
    The 'zfm_rfc_caf_as' port type specified for the 'zfm_rfc_caf_asBinding' binding is undefined. Check the 'zfm_rfc_caf_as' port type name and ensure it is defined.
    wsdl url :
    - <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.sap.com/caf/demo.sap.com/s00_caf_rfc/modeled/zfm_rfc_caf_as" xmlns:b0="http://www.sap.com/caf/demo.sap.com/s00_caf_rfc/modeled/zfm_rfc_caf_as">
      <import namespace="http://www.sap.com/caf/demo.sap.com/s00_caf_rfc/modeled/zfm_rfc_caf_as" location="http://sinhnv-lap:50000/zfm_rfc_caf_as/zfm_rfc_caf_asBeanImpl?wsdl=binding&mode=ws_policy" />
    - <service name="zfm_rfc_caf_as">
    - <port name="zfm_rfc_caf_asBindingPort" binding="b0:zfm_rfc_caf_asBinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://sinhnv-lap:50000/zfm_rfc_caf_as/zfm_rfc_caf_asBeanImpl" />
      </port>
      </service>
      </definitions>
    Edited by: Sinh Nguyen Van on Jul 22, 2009 4:18 AM

  • Error While Importing Process Flow in OWB Repository.

    Hi All,
    OWB Config Details is as follows:
    Oracle 9i Warehouse Builder Client: 9.2.0.2.8
    Oracle 9i Warehouse Builder Repository: 9.2.0.2.0
    Following Error Message is displayed when i tried to import process flow from one OWB Repositoty to another OWB Repository.
    Warning at line 23: MDL1312: Referenced logical location with name <PF_STG_INC_LOC> and UOID <F3940F1D5EB84985E0340003BA0AF737> not found for PROCESSMODULE <SALES_INC>. Logical location not set for this module.
    Warning at line 28: MDL1320: PROCESS PF_C_C_CALLS_INC in STG_INC.SALES_INC.SAL_INC cannot be imported because referenced STANDALONEPROCEDURE
    FLSTG.PROC_GET_ETL_DATA_DATE does not exist.
    Warning at line 28: MDL1320: PROCESS PF_STG_CALL_CENTER_CALLS_INC in FLSTG_INC.SALES_INC.SAL_INC cannot be imported because referenced STANDALONEPROCEDURE
    FL_TRG_FLSTG.PROC_UPDATE_RECO_CTL does not exist.
    Informational: MDL1134: COMMIT issued at end of import data file.

    Hello, all the errors you've been given are related to missing objects.
    You should re-create/import the location for you process flows before importing the process flows themselves.
    Also verify that you have imported the procedures FLSTG.PROC_GET_ETL_DATA_DATE and FL_TRG_FLSTG.PROC_UPDATE_RECO_CTL because you use them in your process flows so you need them: OWB refuses to import a process flows if some objects are missing because it would break some links.
    In general process flows should be imported where you have all the other objects in the repository because they are the final step and they reference many other objects.
    Hope this helps - Antonio

  • Separate Distribution Monitor Export and Import Processes on Multiple Machines

    Hi,
    Would you kindly let me know whether it is possible (means officially supported way) to run Distribution Monitor Export and Import processes on different machines?
    As per SAP note 0001595840 "Using DISTMON and MIGMON on source and target systems", it says as below.
    > 1. DISTMON expects the export and import to be carried out on the same server
    I think it means that export and import processes for the same tables must be run on the same machine, is it correct? If yes, Export on the machine A, and then Import those exported data on the other machine B is not the officially supported way... (However, I know it is technically possible.)
    Kind regards,
    Yutaka

    Hi Yutaka,
    Point no. 2 & 3 clarify the confusion. However let me explain it briefly:
    Distribution Monitor is used basically in case of migration of large SAP systems (database). It provides the feature to increase parallelism of export and import, distributing the process across available systems.
    You have to prepare the system for using DistMon. A common directory needs to be created as"commDir" and in case you use multiple systems for executing more number of processes of export and import then that "commDir" should be shared across all those systems.  And this is what the Point no.1 in KBA 1595840 mentions about. Distribution Monitor will run both the export and import process from the machine which is prepared for using DistMon and DistMon itself will control the other processes i.e. MigMon. No need to start separate MigMon.
    For example: You are performing a migration of SAP system based on OS:AIX and DB:DB2 to  OS: HP-UX and DB: Oracle. You need to perform the export using DistMon and you are having 4 Windows servers which can be used for parallel export/import. Once you have prepared the system for DistMon which hosts the "commDir" you'll have to provide the information of involved host machines in the "distribution_monitor_cmd.properties" file. Now when DistMon is executed it will distribute the export and import process across the systems which were defined in "distribution_monitor_cmd.properties" file automatically.
    Best regards,
    SUJIT

  • Engine restart after new Process WSDL import in webDynpro

    Hi,
    We have similar problem as mentioned in the thread Refresh cache of Adaptive Web Service model without restart
    There was a change in the Interface on the Process Composer ,we are importing the new WSDL into webDynpro.
    But webDynpro is pickingthe new WSDL during run time. Its working only after engine restart.
    Do we have any SAP Note for this ? Is this still open issue in CE 7.2 SP3 ?
    Thanks, ANil

    within my knowledge, currently restart is the only solution.

  • Importing the TR related to process chain in SCQ it fails with returncode 8

    Hi I am getting following errors while transporting from development to quality server.
       Start of the after-import method RS_RSPC_AFTER_IMPORT for object type(s) RSPC (Activation Mode)
       Version 'M' of chain Z_AP_BNL_SCEN_2_3 was saved without checking
       Results of check for process     in chain  :
       0 Chains Were Selected
       Version 'M' of chain Z_AP_CZ_SCEN_2_3 was saved without checking
       Results of check for process     in chain  :
       0 Chains Were Selected
       Version 'M' of chain Z_AP_PT_SCEN_2_3 was saved without checking
       Results of check for process     in chain  :
       0 Chains Were Selected
       Version 'M' of chain Z_AP_SK_SCEN_2_3 was saved without checking
       Results of check for process     in chain  :
       0 Chains Were Selected
       Start of the after-import method RS_RSPC_AFTER_IMPORT for object type(s) RSPC (Delete Mode)
       Start of the after-import method RS_RSPV_AFTER_IMPORT for object type(s) RSPV (Delete Mode)
       Start of the after-import method RS_RSPT_AFTER_IMPORT for object type(s) RSPT (Delete Mode)
       Errors occurred during post-handling RS_AFTER_IMPORT for RSPC L
       RS_AFTER_IMPORT belongs to package RS
       The errors affect the following components:
          BW-WHM (Warehouse Management)
       Post-import method RS_AFTER_IMPORT completed for RSPC L, date and time: 20100521120136
       Post-import methods of change/transport request SCDK904729 completed
            Start of subsequent processing ... 20100521120135
            End of subsequent processing... 20100521120136
       Execute reports for change/transport request: SCDK904729
       Reports for change/transport request SCDK904729 have been executed
            Start of................ 20100521120136
            End of.................. 20100521120136
       Execution of programs after import (XPRA)
       End date and time : 20100521120136
    Please suggest me the solution.

    Hello,
    The problem might be due to missing or incorrect customizing settings in
    Tcode RSTPRFC.                                                                               
    Please review the SAP note 659160                                                                               
    659160 - "Error during remote call of destination ' ... ' -RSPC051"                                                                               
    Please ensure the user and password are maintained in the transaction SM59 for the     
    myself rfc connection. Also for the transaction RSTPRFC.                                                                               
    There are objects that require client-specific processing as part of   
    import postprocessing. However, transports are usually performed in    
    client 000. This processing is enabled by an RFC logon with a user     
    change of client 000 to the productive client in BW.                                                                               
    Therefore please maintain these two places (sm59 and rstprfc) according to note  
    659160 - "Error during remote call of destination ' ... ' -RSPC051".   
    if those things are maintained this error shouldn't occur anymore
    /br

Maybe you are looking for

  • How can me and my husband update our 2 new mobile ...

    I purchase 2 new sim cards 1 for me and 1 for my husband, both were purchased in Israel under my own account since the provider (Golan Telecom) does not have an option for registering with my husband's passport number, only with my Israeli ID number.

  • Attachment size client object model in sahrepoint 2010

    hI     Here is my code  ExecuteOrDelayUntilScriptLoaded(getWebProperties, "SP.js"); var  attachmentFiles; function getWebProperties()  var itemId=5;  var list; var item;  var file;                var ctx = SP.ClientContext.get_current();            

  • HT1711 why do I have to double click everything now in itunes?

    Hello everyone, I'm not an expert on the Itunes program so this could be a dumb question, but I'll try to explain this in clear detail and be as brief as possible. Earlier versions of Itunes did not have this feature or issue, so it was when I update

  • Macbook Pro recognises webcam but gives no video

    I recently started to use a usb camera (Microsoft LifeCam Cinema) to have meetings with teams abroad. It was possible on two occassions to get video from the webcam. However, this morning plugging the webcam in caused the Macbook Pro to reboot. This

  • Problem transferring project to new new computer

    I am having serious issues transferring a Premiere Pro Creative Cloud project from one computer to another but using the same external hard drive. The project and all of its media and associated files are on one USB "My Passport for MAC" external har