Save command currently not available

Hi
I have created a Photoshop plugin and it was working fine..Now suddenly I am facing an issue..On execution, I am getting an error "Save Command is currently not available". I have not changed anything in code. I am not able to trace the reason.
Earlier I thought that it is space issue and I vacated memory in my system. But no luck.
Please guide.
Thanks

Something has changed in my functions for doing batch actions in Bridge.  In CS5 Bridge I try to do a simple batch action of saving a DNG file as a jpg and closing the file.  When I attempt this I get a message saying 'The command "Save" is currently not available.
Batch using tools menu from Bridge to reach Photoshop should work as expected in both CS4 and CS5. If not then there is something wrong on either your system or install.
Go to Bridge CS5 preference and look for the section Start Up Scripts and see if there is still a Start Up Script for Photoshop CS5 present and with a checkmark in front for activation. If not try first to restart bridge holding down option key and choose refresh preferences. This should retrieve the original Start Up scripts again.
If your command save as is not available check the action and see what the save path for that acton is. If it is a copied action from an other system changes are that it still contains the save path for the old drive and if the script can't find it it provides a warning message.
Also check if the drive you save to has both read and write permission.

Similar Messages

  • Lost preferences and when requesting a batch operation  the  error "The command "Batches" is currently not available."

    For CS6 when I started to work again I had lost screen preferences and when tried to run a batch operation I got the message "The command "Batches" is currently not available."  Where are these files stored and how can I restore them?

    Found IT !!!   For Windows - go to users appdata folder and windows has a file restore function.  restored Actions Palette.psp and Adobe Photoshop X64 CS6 Prefs.psp files to previous versions.  Works great.
    Alvin55

  • How to creat a "The command is currently not available" script alert?

    I'm working to construct a Configurator-like panel whose buttons play actions located on Photoshop's regular Actions panel.
    I'm using Eclipse and the EB3 plug-in and have made decent progress.  Here is a sample of code from the Photoshop.jsx file that is executed for one of the buttons.
    $._ext_CURVESLAYER={
        run : function() {   
            doAction('Curves', 'Adjustment-Layers');
    Very basic.  Just a doAction command to find the necessary action set and action and play it.
    When using Configurator and the necessary action is NOT present on Photoshop's regular Actions panel, a script alert is generated that says  "The command is currently not available"
    The panel I've created using EB3 doesn't provide this alert.  Nothing happens when I click a button on the EB3 panel whose action is missing from Photoshop's regular actions panel.  I'd like to be able to generate some type of message, like this script alert, if the action in the doAction command doesn't run as expected.
    It looks like Configurator may have used this code to generate this script alert base on the fact that it contains the words : "The command is currently not available"
    function ps_invoke_action(actionSet, actionName)
        var action = decode(actionName);
        var group = decode(actionSet);
    writelog("invoke action " + action + " " + group);
        ErrStrs = {};
    ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation");
        try
    app.doAction(action, group);
        catch(e)
            if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;}
            else
    alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));
    I don't know Java at all, but I'm pretty sure this code doesn't work with the EB3 panels.  I tried copying it into the ext.js file and it had no effect.  (Most of this has been trial and error for me, and I thought that would be worth a try.)
    Can anyone help me with the code I need to use to generate the appropriate script alert if the doAction command doesn't run properly and where to put it in the various files required for an EB3-generated panel?
    Thanks!

    Hi,
    As per my knoledge, there is no automatted way to find out from which (Command line, Application and Script) the application is running. here
    i am suggesting some guidelines as specified below.
    1. Define standard arguments codes for the decrypt program like.
    1 - for Application.
    2 - for Script.
    3 - others.
    if(args[0] == 1)
    Decrypt PWD
    else if(args[0] == 2)
    DO Some thing
    else if(args[0] == 3)
    DO Some thing
    else
    -- Do not Decrypt --

  • TS3297 iTunes store says: "Purchase of this item is currently not available. This item is being modified. Please try again later."

    I'm trying to purchase an album via iTunes and I keep getting the message:
    "Purchase of this item is currently not available. This item is being modified. Please try again later."
    What does that mean? Why is it listed in the store if it's not available? When will it be available?
    iTunes 10.7.0.21
    Thanks.

    It means it's being modified, try again later.
    Sorry, but which part of that do you not understand?
    Perhaps they're changing the price, so while they are doing that, you cannot buy it. It'll save you moaning later that you bought it and then the price went down. Or perhaps they've found that the album is faulty and so it has been removed until they can upload a non-faulty version. In either case, it will be available when Apple are ready to make it available. No one here knows when that will be.
    Wait 24 hours and try again. If no luck, wait another 24 hours and try again. Obviously, Apple would prefer you to buy the song from them, so that's why it's still listed. But it's up to you how long you wait before deciding that you've waited long enough and you simply buy the album from another store. You have that choice, it's not compulsory to buy from Apple you know.

  • Problem in converting word to html- file get error msg 'This command is not available because no document is open'

    Hi,
    I write the some asp code to save the word file from client machine to server machine , and convert it into the html file.
    it working fine when i debug the code into the visual studio but when i deploy code on iis it give me a error 'This command is not available because no document is open' , while i try to save file into html format.
    lot of time i try this give all the security full access to iis user and other things .
    can any one help me. i fully frustrated from this problem. 
    my need only upload the word document from client to server machine and convert it into the word document. 
    only IIS give me the problem, suggest me what setting i need to do in iis 
    please help me humble request 

    Hi,
    In this forum we mainly discuss questions about Office client questions and feedbacks, issues related to coding are not supported here.
    Based on the description, although the question is about converting Word documents, it's more likely to be a permission issue, the question is better to be posted in the IIS.NET forum:
    http://forums.iis.net/
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs. Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Actions command make not available

    I have been working with PSE since version 2 but have not posted in this forum so if I break a "rule", I apologize in advance.
    Using PSE 13 ( new to this version) on a pc - Win 7 - hp laptop - plenty of hd space and memory
    I have downloaded actions from a very reputable site and cannot get them to run. The error message: The command "make" is currently not available.
    I've downloaded and unzipped fresh copies 3x. Deleted and reloaded to PSE 13 3x. So I thought the problem was in the actions until I ran through some of the default actions that came within PSE 13. Borders and Lose Weight seemed to work but when I came to Sepia Toning, I got the same error message. The message gives me the option to "continue" or "stop" but the action doesn't run correctly if I chose "continue".
    Thanks in advance for your help.
    Roberta

    It might also be that the psds since from lightroom are 16 bits per channel.
    After you transfer the psd from lightroom to photoshop elements, if you go to Image>Mode and click on 8 Bits/Channel, do the actions work?

  • Getting error on imac at time of loading photoshop plugin - "One or more plugins currently not available on you system"

    Hi,
    I am getting below error message while loading photoshop plugin on intel mac os 10.5.7 in photoshop CS3.
    "One or more plugins are currently not available on you system. For details, see  Help -> System info"
    In System info it is giving error as
    "Plug-ins that failed to load:
       Dissolve NO VERSION -  - from the file “/Applications/Adobe CS3/Adobe Photoshop CS3/Plug-Ins/Filters/Dissolve.plugin/”
    I have build this code with Xcode v3.0 & selected settings build configuration as "i386".
    Is there any CS3 SDK updated need for intel mac or any build settings need to be done in xcode?
    Same plugin is working well on emac, but giving above mentioned error on intel mac.
    Please let me know if anyone have any idea about this.
    Thanks in advance.

    Thanks a lot for you suggetion.
    2009/5/22 Ramón G Castañeda <[email protected]>
    If you had been running CS3 on a PPC machine (PowerPC or pre-Intel box)
    it's likely the plug-in was not written for Universal Binary.
    >
    Now that you have an Intel iMac, any plug-ins that have not been updated
    for Universal Binary will not run, because your CS3 is now running natively
    in Universal Binary.
    >
    In order to run your older plug-ins, you would have to run CS3 in Rosetta
    emulation software—with a corresponding, MASSIVE performance hit..
    Rosetta emulates the PPC chip.  To set up CS3 to run in Rosetta, you
    highlight the application icon in the Finder a do a Get Info on it (Command
    I).  check the Run in Rosetta box, close the dialog box, launch CS3 and
    watch it crawl along.
    >

  • "This command is not available because no document is open" when opening Word 2013

    Whenever I launch Word 2013, the error message "This command is not available because no document is open" appears.  This causes an issue that prevents a program called SNAP used for education from working properly.  I've been able
    to work around the error message itself by disabling the start screen for Word 2013, so it opens straight into a blank document, but SNAP still does not work.
    I've not been able to make any headway researching the issue.  It seems most people run into this error scripting or coding, and it's usually that they try to save a document or something before they actually make the document.
    I don't know that it's relevant, but this is occuring on a 32-bit Windows 7 box.

    Hi, I work with SNAP Technical Support and this is a known issue with Cengage's KPDO add-in.
    Cengage Keyboarding's Add-In to Word prevents the SnapPlayer application from communicating with Word. This add-in will
    need to be disabled.
    You
    may see the following error in the log when this occurs:<Exception>System.Runtime.InteropServices.COMException
    (0x80080005): Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80080005.at
    SnapPlayer.Skills.Applications.Word.Launch() in D:ProjectsVisual StudioSnap PlayerSnapSkillsApplicationsWord.vb:line 234
    Disabling the add-in will resolve the issue.

  • Hello Vivek here, i was trying to download apps from itunes and i could get the error message as itunes currently not available for past 2 days

    Hello Vivek here, i was trying to download apps from itunes and i could get the error message as itunes currently not available for past 2 days, is there any problem ideally or, please leave a reply
    <Email Edited By Host>

    Hi vivekanandanganesan,
    Thanks for using Apple Support Communities.  This article has some steps you can try if you are unable to connect to the iTunes Store:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Cheers,
    - Ari

  • The page you requested is currently not available. Please try again later .

    The message occurs, when I try to view a message from my PC. On other PCs the problem does NOT occur.
    Original message:
    " The page you requested is currently not available. Please try again later ...
    If you have questions, please send email to [email protected]
    For more information on the Oracle Collaboration Suite features, please refer to Oracle Technology Network"
    Pls help.
    Borys Lubera

    is this related to collab suite. if ys pls post in collab suite forum. this is reports forum

  • Purchase of this item is currently not available. This item is being modified. Please try again later.

    Apple Support:
    I have tried to purchase albums by Muse dated 2003 and earlier from the iTunes Store in Denmark.
    For all of  these I am getting the response:
    "Purchase of this item is currently not available. This item is being modified. Please try again later.".
    Well its been like this for one week now.
    Is it still "being modified" or is it an access error that should not be there and that I am getting a misleading error message?
    Apple please help !
    Thanks,
    Alex

    All you can do is keep trying.  It happens sometimes.

  • This site is currently not available... Please try again later

    Hi,
         I had created a site http://budgie.azurewebsites.net/. I was able to successfully access this site. After a couple of days, I had deleted this site. Now, in my azure portal, I no longer see the web site budgie, but accessing the url gives
    me the error "This site is currently not available...  Please try again later".
         What must I do to completely remove this? I need to recreate this site again with the same url.
          I am able to create other azure web sites, and access them.
    Thanks & regards,
    Samuel Philip
    [email protected]
    SamuelPhilip

    Just as the message says, please try again later. This has to do with the fact the Azure hasn't completed purged your website name from their system yet. Besides, the external DNS servers may still holds the name/address reference.
    "Nameserver changes can typically take 0 to 24 hours to take effect, but they are known to take as long as
    48 hours to go into full effect. DNS zone record changes such as A, MX and CNAME records can typically take
    0 to 4 hours to resolve but are known to take as long as
    8 hours to fully propagate."
    Frank

  • Payment processing is currently not available

    payment processing is currently not available   Postepay

    Since Monday, I have been unable to buy music through
    iTunes store, as I've consistently got the error
    message "The iTunes Store is unable to process
    purchases at this time - Payment processing is
    temporarily unavailable...please try to make your
    purchase later"
    I've tried changing my card to a different one, in
    case it's a problem with the connection to my bank,
    but on the relevant "My Account" page, when I click
    to confirm, I again get "Payment processing is
    currently not available"
    iMac G5   Mac OS X (10.4.8)
    Did you manage to reslove this as I'm suffering with the same problem and have been for about a week now?
    G4   Mac OS X (10.3.9)  

  • Could not complete Photomerge command because COMMAND was not available. What do I do now?

    Text of message when I tried a Photomerge: "Could not complete Photomerge command because "command" was not available."
    How do I fix this?

    Lots more information needed. Operating system and version, version of PSE, what exactly did you do to create your merge, step by step.

  • "This Voice message is currently not available"

    Sometime I get the messsage: "This Voice message is currently not available" when I want to listen to message. There is no rime and resaon to it. It happens randomly and I can listen to messages from the same person other times.Anybody has any idea why?  

    And, um, what country are you currently in (connecting from)?

Maybe you are looking for

  • Damaged Hard Drive, Can I Clone?

    I have a damaged hard drive that does everything but boot my MBP, I can use it as an external drive and it works fine.  My question is when i get my new hard drive can i boot damaged hard drive in safe mode and clone it to new hard drive or will it t

  • Can I add a point cloud to a 3D PDF?

    I created a 3D model based off of a point cloud and I want to include the point cloud in the PDF. I already exported the Revit model into the PDF. Thanks.

  • BPM Performance monitoring

    Hi experts, I would like to monitorize the performance of my BPMs. I want to know how much each BPM last. This information it's available in SXMB_MONI -> PE, there I can know that by watching to begining and end of each singular process. 1.-How can I

  • ORA-12528: TNS:listener: all appropriate instances are blocking new connect

    Dear All, I got the following error when use 'STARTUP MOUNT;' in sqlplus Error ORA-12528: TNS:listener: all appropriate instances are blocking new connections I am using Oracle 10 Database and Window XP Operating System How to solve it. Please help m

  • Dataset changes

    I finally have gotten around to asking a question prior to picking and poking and generally messing up my applications. So what I would like to know is how to change the locations of an Access database then changing the properties of the dataset to r