Image Capure doesn't run application

I use Image Capture to download photos from my camera. I have set it to run an Applescript after download to rename all the downloaded files. The Applescript icon appears briefly in the dock but nothing happens. I have inserted a display dialog at the beginning of the script but it doesn't display. I have wrapped the script in Try/on error, with a display on error, but nothing appears. The script runs perfectly when run manually.
Any suggestions?
AK

Resolved - the script needs to be a stay-open application, with the action in the on idle handler.
AK

Similar Messages

  • MacBook Doesn't Run Applications

    I have a lot of problems with application that I download for my mac. The two most frustrating are AIM and Full Tilt Poker. I downloaded the mac versions of them both and they both open and work for a little. But they constantly just stop working. I have to use "force quit" to get them to close. Then they work worse after that. I have uninstalled and re-installed them both and they still don't work. I have e-mailed full tilt poker about the problem cause it has caused me to lose money, and they havent gotten back to me. Is this just a "mac problem" or is it something with my computer? My roommate also has a mac and he doesn't have the problem with AIM so it isnt a connection problem.
    Thank You,
    Vito

    You could try trashing the preference files for the applications. Sometimes those can cause odd issues. It's happened to me a couple of times with iTunes, and thats Apple software. To trash the preference files:
    1. Navigate to the folder /Users/{your short username}/Library/Preferences in a Finder window
    2. Find the file (or files) that end with the name of the application + .plist
    3. Move those files to the trash
    4. Empty the trash
    5. Restart the applications
    Sometimes you also need to remove the application support folder for the application. To do that:
    1. Navigate to the folder /Users/{your short username}/Library/Application Support in a Finder window
    2. Find the folder named the same as the application
    3. Move it to the trash
    4. Empty the trash
    5. Restart the applications
    If neither of those work then I don't have any more ideas for you.
    Hope this helps,
    Alex

  • Bridge to Photoshop Image Processor won't run

    I'm using Photoshop CS3 Extended - V 10.0.1 and Bridge V 2.1.1.9
    I'm trying to run some photos through Image Processor via Bridge. After selecting all of the photos, selecting Tools > Photoshop > Image Processor, Photoshop opens, but the Image Processor doesn't run.
    I've tried processing other photos in other folders and it works fine. Then I tried processing the problematic folder on a different computer with no luck. There just seems to be an issue with this group of photos.
    I check the information on the photos and they're not locked or anything. I'm not sure what else to do. Any ideas?

    Try run the Image Processor directly from Photoshop menu File->Scripting. See if you can select the folder and run the processing.
    What is the special with that folder? such as size, permission, special name or special file?

  • HT204150 After having upgraded to mountain lion, the application "contacts" doesn't run. I don't see any contact and add new contacts . The application doesn't run

    After having upgraded to mountain lion, why the application "contacts" doesn't run? Why is impossible add a new contact and I don't see old contacts that I can see on my Ipad?

    I have the same problem. I would like to include this information:
    .- A message "error CoreDAVerrorDomain 1" is shown
    .- with other user, in the same MAC I do not have the problem

  • I can see the Safari icon on my iPhone screen, but the program doesn't run. I have checked the settings and it is on and not restricted. Can I delete the application and reinstall it?

    I can see the Safari icon on my iPhone screen, but the program doesn't run. I have checked the settings and it is on and not restricted. It seems that the application has simply stopped running. The little "searching" icon just spins and spins. Can I delete the application and reinstall it?

    You can't delete it. you will need to do a restore.
    Restore: http://support.apple.com/kb/HT1414

  • Unable to write text in Hindi Language in Flex running application

    I am not able to write text in Hindi in flex running application.
    I have installed Hindi font by window system CD and all I did for font installation.
    But still I am not able to write in Hindi in the running flex application by using Flash Player with all version.
    I am able to write text in Hindi in MS Word, even in the flex builder editor and all the place but not in the running application.
    Is Flash Player doesn’t support Hindi Writing?
    My running application support all other languages except Hindi.
    Please help me. It’s very urgent.
    Thanks In Advance

    Hello GargMoniKa
    even we are facing the same problem.
    we have a requirement of writing HINDI text using English Keyboard.
    you have mentioned above that you have implemented the other languages.
    can you please share the code so that we can try for other languages.
    i m really in need of it.
    thnk u in advance...

  • PLSQL compiles but doesn't run.. I've declared it everywhere but still..

    PLSQL compiles but doesn’t run.. I’ve declared it everywhere but still..
    Afternoon.. Hopefully a quick one for someone.. I’m trying to run a Concurrent Program in ORACLE Financials using a Data Template derived BI Publisher report.
    Error message received..
    SUBIXCLT module: UofS Expense Claim Tracking Report
    +--------------------------------------------------------------------------
    All Parameters: raisedby=:status=:claimant=:expense_date_from=:expense_date_to=:LP_ORDERED_BY=Expense Report Number
    Data Template Code: SUBIXCLT
    Data Template Application Short Name: PO
    Debug Flag: N
    {raisedby=, claimant=, expense_date_to=, expense_date_from=, status=, LP_ORDERED_BY=Expense Report Number}
    Calling XDO Data Engine...
    [060410_025628319][][STATEMENT] Start process Data
    [060410_025628324][][STATEMENT] Process Data ...
    [060410_025628329][][STATEMENT] Executing data triggers...
    [060410_025628329][][STATEMENT] BEGIN
    SUBIXCLT.claimant := :claimant ;
    SUBIXCLT.expense_date_from := :expense_date_from ;
    SUBIXCLT.expense_date_to := :expense_date_to ;
    SUBIXCLT.raisedby := :raisedby ;
    SUBIXCLT.status := :status ;
    SUBIXCLT.lp_ordered_by := :lp_ordered_by ;
    :XDO_OUT_PARAMETER := 1;
    END;
    l_flag Boolean;
    BEGIN
    l_flag := SUBIXCLT.BEFOREREPORT(L_ORDERED) ;
    if (l_flag) then
    :XDO_OUT_PARAMETER := 1;
    end if;
    end;
    [060410_025628356][][EXCEPTION] SQLException encounter while executing data trigger....
    java.sql.SQLException: ORA-06550: line 4, column 33:
    PLS-00201: identifier 'L_ORDERED' must be declared
    ORA-06550: line 4, column 1:
    PL/SQL: Statement ignoredThe Data Template
    The Data Template
    <?xml version="1.0" encoding="utf-8" ?>
    - <dataTemplate name="UofS_OutstandngExpenses_Report" defaultPackage="SUBIXCLT" dataSourceRef="FINDEV" version="1.0">
    - <properties>
      <property name="xml_tag_case" value="upper" />
      <property name="include_parameters" value="true" />
      <property name="debug_mode" value="on" />
      </properties>
    - <parameters>
      <parameter name="claimant" dataType="character" defaultValue="" />
      <parameter name="expense_date_from" dataType="date" defaultValue="" />
      <parameter name="expense_date_to" dataType="date" defaultValue="" />
      <parameter name="raisedby" dataType="character" defaultValue="" />
      <parameter name="status" dataType="character" defaultValue="" />
      <parameter name="lp_ordered_by" dataType="character" defaultValue="" />
      </parameters>
    - <dataQuery>
      <dataTrigger name="beforeReportTrigger" source="SUBIXCLT.BEFOREREPORT(L_ORDERED)" />
    - <sqlStatement name="Q1">
    - <![CDATA[
    SELECT DISTINCT
    erh.invoice_num,
    pap.full_name EMP_CLAIMING,
    DECODE(NVL(erh.expense_status_code, 'Not yet Submitted (NULL)'), 'CANCELLED', 'CANCELLED',
         'EMPAPPR', 'Pending Individuals Approval',      'ERROR', 'Pending System Administrator Action',
         'HOLD_PENDING_RECEIPTS     ', 'Hold Pending Receipts', 'INPROGRESS', 'In Progress', 'INVOICED', 'Ready for Payment',
         'MGRAPPR', 'Pending Payables Approval', 'MGRPAYAPPR', 'Ready for Invoicing', 'PAID', 'Paid',
         'PARPAID', 'Partially Paid',     'PAYAPPR', 'Payables Approved',     'PENDMGR', 'Pending Manager Approval',
         'PEND_HOLDS_CLEARANCE', 'Pending Payment Verification',     'REJECTED', 'Rejected',     'RESOLUTN',     'Pending Your Resolution',
         'RETURNED',     'Returned',     'SAVED',     'Saved',     'SUBMITTED',     'Submitted',     'UNUSED',     'UNUSED',
         'WITHDRAWN','Withdrawn',     'Not yet Submitted (NULL)') "EXPENSE_STATUS" ,
    NVL(TO_CHAR(erh.report_submitted_date,'dd-MON-yyyy'),'NULL') SUBMIT_DATE,
    NVL(TO_CHAR(erh.expense_last_status_date,'dd-MON-yyyy'),'NULL') LAST_UPDATE,
    erh.override_approver_name ER_Approver,
    fu.description EXP_ADMIN,
    erh.total,
    erh.description 
    FROM
    AP_EXPENSE_REPORT_HEADERS_all erh,
    per_all_people_f pap, fnd_user fu
    WHERE erh.employee_id = pap.person_id
    AND fu.user_id = erh.created_by
    AND NVL(erh.expense_status_code, 'Not yet Submitted') NOT IN  ('MGRAPPR', 'INVOICED', 'PAID', 'PARPAID')
    AND pap.full_name = NVL(:claimant, pap.full_name)
    AND TRUNC(erh.report_submitted_date) BETWEEN NVL(:expense_date_from, '01-JAN-1999') AND NVL(:expense_date_to,'31-DEC-2299')
    AND fu.description = NVL(:raisedby,fu.description)
    AND erh.expense_status_code = NVL(:status,erh.expense_status_code) &LP_ORDERED_BY
      ]]>
      </sqlStatement>
      </dataQuery>
      <dataTrigger name="beforeReportTrigger" source="SUBIXCLT.BEFOREREPORT(L_ORDERED)" />
    - <dataStructure>
    - <group name="G_XP_CLM_TRACKNG" source="Q1">
      <element name="INVOICE_NUM" value="INVOICE_NUM" />
      <element name="EMP_CLAIMING" value="EMP_CLAIMING" />
      <element name="EXPENSE_STATUS" value="EXPENSE_STATUS" />
      <element name="SUBMIT_DATE" value="SUBMIT_DATE" />
      <element name="LAST_UPDATE" value="LAST_UPDATE" />
      <element name="LP_ORDERED_BY" dataType="varchar2" value="SUBIXCLT.LP_ORDERED_BY" />
      </group>
      </dataStructure>
      </dataTemplate>The PL SQL..
    The PL SQL..
    CREATE OR REPLACE PACKAGE Subixclt IS
    L_ORDERED  VARCHAR2(50);
    RAISEDBY VARCHAR2(50);
    STATUS VARCHAR2(50);
    CLAIMANT VARCHAR2(50);
    LP_ORDERED_BY VARCHAR2(50);
    FUNCTION BEFOREREPORT(L_ORDERED IN VARCHAR2) RETURN VARCHAR2;
    EXPENSE_DATE_FROM DATE;
    EXPENSE_DATE_TO DATE;
    --RETURN VARCHAR2;
    END;
    CREATE OR REPLACE PACKAGE BODY Subixclt IS
    FUNCTION BEFOREREPORT(L_ORDERED IN VARCHAR2)RETURN VARCHAR2 IS
    BEGIN
    Fnd_File.PUT_LINE(Fnd_File.LOG,'L_ORDERED'||L_ORDERED);
    DECLARE
    LP_ORDERED_BY VARCHAR2(50);
    L_ORDERED  VARCHAR2(50);
    RAISEDBY VARCHAR2(50);
    STATUS VARCHAR2(50);
    CLAIMANT VARCHAR2(100);
    EXPENSE_DATE_FROM DATE;
    EXPENSE_DATE_TO DATE;
    BEGIN
    IF (LP_ORDERED_BY='Expense Report Number') THEN
         LP_ORDERED_BY :='order by 1 asc;';
      ELSIF (LP_ORDERED_BY='Person Claiming') THEN
         LP_ORDERED_BY :='order by 2 asc;';
      ELSIF (LP_ORDERED_BY='Submit Date') THEN
      LP_ORDERED_BY :='order by 4 asc;';
      END IF;
    RETURN(L_ORDERED);
    --RETURN NULL;
    END;
    END;
    END;Thanks for looking..
    Steven
    Edited by: Mr_Alkan on Jun 4, 2010 3:35 PM

    One has to initialise a session first for use with Oracle Apps if you want to make it run as a concurrent job.
    Any decleration within your package will not be recognised unless initialisation is sucessful.
    Investigate the built-in packages:
    FND_GLOBAL - for initialisation
    FND_SUBMIT - for setting session relevant parameters
    -- function returns true or false depending on whether the initialisation was sucessful or not
    create or replace function is_Init_OK (p_User_Name       in varchar2
                                          ,p_Responsibility  in varchar2
                                          ,p_Language        in varchar2) return boolean as
      b_Set_NLS   boolean;
      b_Set_Mode  boolean;
      r_ISet      fnd_Init := Get_Init_Set(p_User_Name, p_Responsibility);
      begin
        -- 1
        fnd_global.apps_initialize(r_ISet.User_ID, r_ISet.Resp_ID, r_ISet.App_ID);
        -- 2
        b_Set_NLS := fnd_submit.set_nls_options(p_Language);
        -- 3
        b_Set_Mode  := fnd_submit.set_mode (false);
        return (b_Set_Mode and b_Set_NLS and (    (r_ISet.Resp_ID is not null)
                                              and (r_ISet.User_ID is not null)
        exception
          when others then
            return false;
    end is_Init_OK;
    -- for example
    declare
      l_User_ID number = 'IMPORT_POST'; --- import post user
      l_Resp    number =  'Import and Posting responsibility' -- import posting responsibility
      l_Language varchar2(100) := 'AMERICAN';
      b_Init boolean := false;
      INIT_EXCEPTION exception;
    begin
      b_Init := is_Init_OK(l_User_ID, l_Resp, l_Language);
      if (not b_Init) then
        raise INIT_EXCEPTION;
      end if;
      -- conitnue with your processing
      exception 
        when others then
          when INIT_EXECPTION then
          when others then
    end;
    /

  • Executable doesn't run in other computer

    Hello all,
    I have built a executable for one of our labview application and it works properly in this PC, the problem is the executable doesn't run in other computers, I've read the documentation sorting it out.
    I checked:
    -The OS is the same in both PC.
    -I attached the file sepdrv in executable's folder (I am using serial communication).
    -Labview Run Time Engine is instaled.
    The executable doesn't take the default icon in other computers, does it...

    Hi!
       It shouldn't be a licensing problem, and you don't have to have LabView installed on the PC in which your application will run, installer is meant for this! Otherwise, if you had LabView on target PC, it would have been enough to run the VI on the other PC (provided you've the same libraries....).
       I use NI Developer Suite 7.1, so in LabVIew 7.1, you have
         tools --> Build application or shared library ...
       Go to "installer settings", check "create installer", and in "advanced properties" check for what you need for your application to run.
       I only have an "evaluation version" of LV 8.5, so I cannot grant you that I can help you, but I'm doing a little check...  please, let me know what LabView do you have!
    graziano

  • Ntttcp doesn't run traffic on first command execution

    Hi,
    I noticed some weird behavior of ntttcp_x64.exe which sometimes doesn't run any traffic on the first time it's been executed.
    Waiting for it to complete, shows that 0.000MB/s were transmitted. (no traffic was actually running)
    Re-running right after that with the same command lines, works fine.
    Have you ever encountered this behaviour?
    I'm using current latest version (5.28) on Win2012R2 release version.
    Thanks.

    No application errors.
    commands:
    server: ntttcp_x64.exe -r -a 4 -t 10 -m 16,*,<IP>
    client: ntttcp_x64.exe -s -a 4 -t 10 -m 16,*,<same IP as above>
    here is a screenshot:
    C:\>NTttcp_x64.exe -r -a 4 -t 10 -m 16,*,11.137.90.1
    Copyright Version 5.28
    Network activity progressing...
    Thread  Time(s) Throughput(KB/s) Avg B / Compl
    ======  ======= ================ =============
         0    0.000            0.000         0.000
         1    0.000            0.000         0.000
         2    0.000            0.000         0.000
         3    0.000            0.000         0.000
         4    0.000            0.000         0.000
         5    0.000            0.000         0.000
         6    0.000            0.000         0.000
         7    0.000            0.000         0.000
         8    0.000            0.000         0.000
         9    0.000            0.000         0.000
        10    0.000            0.000         0.000
        11    0.000            0.000         0.000
        12    0.000            0.000         0.000
        13    0.000            0.000         0.000
        14    0.000            0.000         0.000
        15    0.000            0.000         0.000
    #####  Totals:  #####
       Bytes(MEG)    realtime(s) Avg Frame Size Throughput(MB/s)
    ================ =========== ============== ================
            0.000000      10.013          0.000            0.000
    Throughput(Buffers/s) Cycles/Byte       Buffers
    ===================== =========== =============
                    0.000       0.000         0.000
    DPCs(count/s) Pkts(num/DPC)   Intr(count/s) Pkts(num/intr)
    ============= ============= =============== ==============
           47.738         0.119        1817.238          0.003
    Packets Sent Packets Received Retransmits Errors Avg. CPU %
    ============ ================ =========== ====== ==========
              47               57           0      0      0.000
    NOTE::Avg CPU% drops below 0% if test duration is too short

  • Image Capture doesn't recognize my Built-in iSight Camera

    I'm trying to use Image Capture but when I open the application is shows the following message:
    "No scanner or camera connected".
    It's supposed the camera is connected because I'm also using Skype video call (not at the same time I'm trying to use Image Capture) and there's no problem with it.
    Image Capture was working perfectly couple months ago, now it isn't.
    Does somebody know what the problem might be?
    Thanks for your comments and opinions.
    Sebastian.

    image capture doesn't use the isight, it's for other digital cameras & scanners. use the screen capture ability. hold, command shift, press 4 & tap spacebar to see a camera icon. click on an open / active window when it's lighted in blue, click the mouse. saves the pic as a png on your desktop.

  • Image Capture doesn't recognize my Canon device camera (it has before). I made a copy of the Image Capture app by mistake.  What do I do?

    My Macbook doesn't have iPhoto installed. ??  I don't know why, because it used to be installed.
    I have been able to download photos from my camera using Image Capture, but now Image Capture doesn't show my camera in the Devices window.  It did yesterday.
    Ideally, I would like to install iPhoto again, but how do I do it without having to purchase the app again?
    This might also be relevant:
    I wanted to add an Image Capture icon to my dock, but I inadvertently made a copy of the app (called Image Capture copy).  When I tried to erase the copy, I couldn't.  Image Capture copy is in my Trash and the Image Capture app is in my Applications folder.  I tried opening the app from both the Trash version and the app version, but it doesn't help.
    Please help!
    Sue

    Use the disks that came with your Mac to do a custom install of the software you need, i.e. iPhoto.  The disk should look like #4 in this screenshot:

  • How to run application made in Forms 6i on Oracle 10 G AS Forms Service

    Hi Guru(s),
    I would like to know that if it is possible to run an application made in Forms Developer 6i on Oracle 10 G AS Forms and Reports service standalone. Actually I must use a Windows 2003 Server and Oracle 9i Forms Service(webforms) doesn`t run on Windows 2003, therefore I am forcibly using Oracle 10 G AS, I have installed Oracle 10G AS Successfully (Forms and Reports Service Standalone). But when I try to run a form made with Developer version 6i it says form is made using old version of Form Builder.
    I certainly cannot go for upgrading my application due to time and cost factors.
    Thanks in advance,
    Regards,
    Sumit.

    It seems that you didn't recompile forms. If so, then try to do it, you can use frmcmp.exe to compile .pll and .fmb files.

  • TI SmartView doesn't run since the last Mac OS X update

    Hi everybody,
    I currently use TI SmartView (Interactiv Emulator for TI Calcs) with my pupils. Since the last update of Mac OS X (my macbook runs with 10.6.5 version), TI SmartView doesn't run and I have the following message which appears:
    +Process: JavaApplicationStub [1208]+
    +Path: /Applications/TI-SmartView83Plus.fr84Plus.App/Contents/MacOS/JavaApplicationStub+
    +Identifier: com.apple.javajdk16.TI-SmartView pour TI-83 Plus.fr / TI-84 Plus+
    +Version: 1.0 (1.0)+
    +Code Type: X86 (Native)+
    +Parent Process: launchd [172]+
    Do you know what is this problem ? Is it a problem with Java ?
    Many thanks for your answers !
    Friendly yours,
    David

    - I also tried to reinstall this software, without any success.
    - TI contacted me and gave me a web link to download TI SmartView 1.1 ... I've done this, installed it ... and the same problem is always here ! :-((
    I think that this problem probably comes from Java.
    Here is the beggining of the error report:
    +Process: JavaApplicationStub [4114]+
    +Path: /Applications/TI-SmartView83Plus.fr84Plus.app/Contents/MacOS/JavaApplicationStub+
    +Identifier: com.apple.javajdk16.TI-SmartView pour TI-83 Plus.fr / TI-84 Plus+
    +Version: 1.1.0 (1.1.0)+
    +Code Type: X86 (Native)+
    +Parent Process: launchd [185]+
    +Date/Time: 2010-11-16 19:56:16.147 0100
    +OS Version: Mac OS X 10.6.5 (10H574)+
    +Report Version: 6+
    +Interval Since Last Report: 93556 sec+
    +Crashes Since Last Report: 27+
    +Per-App Interval Since Last Report: 89 sec+
    +Per-App Crashes Since Last Report: 9+
    +Anonymous UUID: 7B1EBE0A-09F1-47A9-8160-D8EE63F71569+
    +Exception Type: EXCBADACCESS (SIGBUS)+
    +Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000010+
    +Crashed Thread: 20 Java: Thread-2+
    +Application Specific Information:+
    +Java information:+
    +Exception type: Bus Error (0xa) at pc=00000000250ce4aa+
    +Java VM: Java HotSpot(TM) Client VM (17.1-b03-307 mixed mode macosx-x86)+
    Does it help someone to solve the problem ??

  • Programs bookmark in pcmanfm doesn't display applications

    like in topic i click on bookmark "programs", it open address "menu://applications/"
    but it's empty. i think it supose to show some activators.
    i want to say also that, pcmanfm doesn't see applications at all.
    i  mean when i click on some file " open with" the installed programs list is empty.
    same happens when i run libfm-pref-apps.
    how can i fix these issues?

    Hi, I solved this by installing "xdg-user-dirs-gtk" and run "xdg-user-dirs-gtk-update"
    I think that this is caused by the change of some localizations and not to update properly the list of file names , the problem happened me when I installed xdg-menu and translations to spanish (because I'm speak spanish and not understand very well the english) so it only need to update the list of localized menus, thing that doesn't do automaticaly in other enviroments that isn't GNOME or KDE
    I'm sorry for edit this old post but i have to correct it.
    To make the PcManFM's applications sidebar work, you have to run lxpanel. and then launch pcmanfm from it, that's all folks.
    Now i can sleep again
    Last edited by joseperezc (2011-08-22 22:15:39)

  • Attribute change run process doesn't run in the chain

    Hello everyone,
    I have implemented a process chain with multiple parallel processes (12, like the batch processes in the application server) and I have put for each stream a loading of master data followed by the attribute change run process. When I run my chain then I find that one o two Attribute change run process doesn't run (the InfoObject chosen seem to be random!). The chain remain in yellow color. Can you help me anyone about this question?
    Regards,
    Francesco

    Couple of thing you should keep in mind while loading master data.
    if two loads are targeted to the same infoobject they will collide and as a result the later load will fail.
    it is a good practice to use only one Attribute change run in the end before you load master data. but if there are dependecies you can use several in series
    Also when you set up Attribute change run make sure that Attribute change run will pickup only the particualr infoobject not all the objects in the Attribute change run list.

Maybe you are looking for

  • Remote not working for Apple TV

    New unit the 29th of May. Was working great then yesterday the music started stopping and starting in the middle of a song> Tried all the things listed in the PDF help file for Apple TV with no luck. Left the power on last night and it was off this A

  • Transport a smartform

    Hi everybody, do you know how to transport a smartform and the standard text from on system to another? thank you

  • What function module is used to post application fees of an applicant in SLcM

    Hi Experts, Can any one please tell me what function module is used to post the application fees to fico in student life cycle management? Thanks & Regards, Prashanti Swain

  • Volume Settings

    Every second day the volume setting which controls hearing voicemails turns itself down for high to low. Why does this happen and what can be done to stop the volume altering itself?

  • Spell check in Mail Leopard

    I accidently got some miss spelled words learned into Spell check in Mail app. On Leopard. What can I do to correct this problem. Is there away to reset the spell checker so that miss spelled words I learned into spell checker can be eliminated?