Trying to load actions into PSE 10, Adobe is missing....

I am trying to load actions into PSE 10. Following the instructions given, I go to Mac HD/Library/Application support/....next step should be Adobe but it is missing. Any ideas? Thanks!!

Okay, you can do this, but it's going to be more complicated than if you had the regular version. All file paths are different in the app store version, since apple requires that everything be contained within the app package itself for app store programs. Start by right-clicking the actual editor application>Show Package Contents>Contents>Application Data>Photoshop Elements>10.0>Photo Creations and you should see photo effects, which I presume is the folder you're looking for. If you want to install in the actions player, it would be  Contents>Application Data>Photoshop Elements>10.0>Locale>en_US (or your location)>Workflow Panels>Actions.
In either path, when you try to put the file into the folder you will get a message that it can't be modified. Click Authenticate and give it your OS X account password and you will be able to put the action into the folder.
Edit: Oh, and mediaDatabase.db3 is in the Locale >en_US (or equivalent) folder.

Similar Messages

  • I'm trying to load actions into PSE9 on a MAC, not there when reopen PSE9

    I'm trying to load actions into PSE9 on a MAC, I follow all the directions and when I reopen PSE9 they aren't there.  CAN SOME ONE HELP ME!
    Here are the steps I followed
    MAC HD
    Library
    Application support
    Adobe
    photoshop elements
    9.0
    photo creations
    photo effects
    pasted the actions and png files
    went back to
    9.0
    locale
    en_US
    renamed Mediadatabase.db3 to MediadatabaseOLD.db3
    reopened PSE9 and they are NOT showing in the effects palette
    WHAT AM I MISSING???????????????

    I just tried that and they are still ot showing up?  It did take a few minutes to rebuild but the actions are not in the effects palette.  I'm stumped.

  • HELP!!!  I am trying to install actions into pse 13, which I have done several times before and I can't find my media database.db3 file to delete to get them to load.  I have totally uninstalled pse13 and reinstalled and still having the same problem.  I

    Anyone?

    Are you aware that you can just load them into the actions panel by going to window>actions, then clicking the four lined square on the panel and choosing Load Actions from the menu? You don't have to put them into the effects panel anymore and there's no deleting mediaDatabase.db3 that way.
    If you really need them in the effects panel for some reason (like for add-on tools) you are probably not finding the right  library. The library at the top level of your hard drive isn't exactly hidden in recent versions of OS X, but it's very hard to get to it. The easiest way is to go to the finder preferences>sidebar and turn on Show Hard Disks. Then when you open a new finder window your hard drive will be in the list on the left side of the window. Click it and the library you want will be at the top level of results on the right side. But the actions panel is much easier.

  • I loaded actions into my PSE 10, then when I restarted my PC (windows 7) and PSE 10 I got a Runtime Error (Microsoft Visual C    Runtime Library)

    I loaded actions into my PSE 10, then when I restarted my PC (windows 7) and PSE 10 I got a Runtime Error (Microsoft Visual C    Runtime Library)

    Are these actions you put into the C:\ProgramData\Adobe\Photoshop Elements\10.0\Photo Creations\photo effects folder?
    If so, did you delete both the
    ThumbDatabase.db3  in C:\ProgramData\Adobe\Photoshop Elements\10.0
    and
    MediaDatabase.db3 in C:\ProgramData\Adobe\Photoshop Elements\10.0\Locale\en_us
    after installing the actions?
    Then let the pse 10 editor run for about 10 to 20 minutes to rebuild the effects database.

  • Getting an error while trying to load data into cube

    Hello,
    I am trying to load data into cube but it gives me following error:
    fiscal year variant not expected.
    Can someone tell what could be done on fiscal year
    Cheers
    Jim.

    Hi,
    May be you have not mapped anything to fiscal variant or not included fiscal variant in the cube but you have used fiscal period inside it.
    You should load fiscal variant if you wanna use fiscal period.
    Map fiscal variant to a constant K4 or from the source if present and then see the result.
    Generally it is K4 except for FI-CO cubes .
    In the transfer rules, select field '0fiscvarnt' 'Tp' click
    Enter K4 for Constant................Save and Activate
    Iam sure you'd fix the issue.
    Regards,
    Ray

  • Loading Actions into CS6

    I'm trying to load my action sets into CS6, when I go to load them from the actions palette they are not seeing the actions in my presets folder.  What do I need to do to load my actions?

    Please repost your answer in the forum dedicated to the specific application you are using.

  • Trying to load byteArray into image

    Hi i have loaded an image with an byteArray from a filereference instance, somthing like:
    myImage.source = myFileReference.data;
    this works great, so i know Images.source can be set to a byteArray.
    When i'm converting a bitmapdata to bytearray ,and load it into an image i get an error. This is my code:
    myImage.source = myBitmap.bitmapData.getPixels(myBitmap.bitmapData.rect);
    I get:
    Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type.
    Any ideas why this doesn't work?
    thanks.

    Because that bytearray only contains bitmapdata and not a full image file with, say, a JPG header or GIF header.  If all you have is a bitmap data's byteArray, simply create another bitmap from it and pass that to myImage.source
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Loading Actions in PSE 10

    I have been following the directions on the Florabella you tube page on how to load actions. Everytime I try to add a new cation however I lose the actions that I loaded. How do I keep my already loaded actions and add the new ones?
    Thanks yiu in advance for any help you may be able to offer

    Perhaps these instructions will help:
    (where is says Install Actions for Photoshop Elements 9 and up)
    http://www.texaschicksblogsandpics.com/photography-page/installing-actions-in-photoshop-el ements/

  • ODI Error when trying to Load Metadata into Essbase

    Hi - I get the following error when I try to Load Metadata into Essbase.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 23, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: Cannot build dimension. Essbase Error(1030100): Cannot open file: [D:\Hyperion\HYPERION_ODI_FILES\MGD\SCEN.err]
         at com.hyperion.odi.essbase.ODIEssbaseMetaWriter.loadData(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyInstance.invoke(PyInstance.java)
         at org.python.pycode._pyx1.f$0(<string>:23)
         at org.python.pycode._pyx1.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.Py.exec(Py.java)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2375)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1616)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1581)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java:69)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:83)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: com.essbase.api.base.EssException: Cannot build dimension. Essbase Error(1030100): Cannot open file: [D:\Hyperion\HYPERION_ODI_FILES\MGD\SCEN.err]
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect.essMainBuildDimension(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMainMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source)
         at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source)
         at com.essbase.api.session.EssOrbPlugin.essMainBuildDimension(Unknown Source)
         at com.essbase.api.datasource.EssCube.buildDimension(Unknown Source)
         at com.hyperion.odi.essbase.wrapper.EssbaseApplication.buildDimension(Unknown Source)
         at com.hyperion.odi.essbase.ODIEssbaseMetaWriter.loadData(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyInstance.invoke(PyInstance.java)
         at org.python.pycode._pyx1.f$0(<string>:23)
         at org.python.pycode._pyx1.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.Py.exec(Py.java)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2374)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1615)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1580)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java:68)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:534)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         ... 1 more
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Cannot build dimension. Essbase Error(1030100): Cannot open file: [D:\Hyperion\HYPERION_ODI_FILES\MGD\SCEN.err]
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2375)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1616)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1581)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java:69)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1954)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:322)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:246)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:237)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:794)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:114)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:83)
         at java.lang.Thread.run(Thread.java:662)
    Any help on this greatly appreciated.
    Thanks
    Sundeep

    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Cannot build dimension. Essbase Error(1030100): Cannot open file: [D:\Hyperion\HYPERION_ODI_FILES\MGD\SCEN.err]
    Does the folder D:\Hyperion\HYPERION_ODI_FILES\MGD exist
    Is there a lock on the SCEN.err file if it exists, can you delete it
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Trying to load ozone into adobe... and not kill myself.

    I do everything like I'm suppose to up to the vst plug in manager and when I select the effects I want to enable and hit ok nothing happens.  Nothing is showing up in the directx menu after, no new screen or menu is popping up, I don't really know what is suppose to happen next I just know nothing is happening next.  I got no clue why.  Please help if you have any ideas.  Thank you.

    I mother effin figured it out... actually it just magically worked all of a sudden! YoOoOoOoO!!!!!!

  • I am trying to import photos into PSE 12 from folders on my desktop, which are organized by broad topics--family, vacations, etc..  Many of my photos are located in several folders.  When I try to import them to PSE I get a message saying some photos were

    I am new to PSE 12 and am trying to import my photos from folders on my desktop which I have organized by the categories I had in my previous program (Creative Memories).  Many of my photos are located in multiple folders, i.e. one photo could be in "Family," Vacations" and "Birthdays."  When I try to import the contents of each folder on my desktop I am often getting the message that many of my photos were not imported as they are already in my catalog.  Is there a way that I can import any one photo multiple times so that it ends up in all the folders I want it to be in?  I know I can locate the photo in PSE and copy it to a different folder(s), but there are so many not being imported that this would be a huge task!

    By design, the organizer (and any other database management systems) is there to prevent you from duplicating your media files. The catalog management allows you to have the same image in different categories or albums. Duplication in different folders is to be absolutely avoided.
    The same image file can have multiple tags like 'family', 'vacations', 'birthdays' and be present in three different albums with the same names. On obvious advantage is less disk space. Another one with your present folder system is that if you edit one of your duplicates, the other ones are unchanged.
    I don't see an easy way to make your present folder structure simplified for the organizer ...

  • Got new adobe id and password,trying to load library book to nook, adobe digital ed will not open???

    got a new adobe id and password,  trying to download a lib book to my nook,  adobe digital ed won't open,  why not?  JLW

    I like reading ebooks, good !
    injection molding
    plastic closure
    plastic parts
    plastic cap manufacturer
    plastic bucket
    plastic jar
    plastic blow molding
    scaffolding manufacturers
    scaffold suppliers

  • Bridge failing to load photo into PSE on mac preview only

    Anyone have any ideas of why most of the time importing photos into a PSE file works but occasionally it only opens the photo in preview on my macbook?

    I don't really follow you, but do you mean that double clicking a file in bridge usually opens the file in PSE but sometimes in Preview instead? Check your bridge>preferences>file type associations to see if you have any formats set to go to Preview instead. For instance, you may have told bridge to send jpegs to PSE, but PNG files to Preview.

  • Action trouble, PSE 9 and Windows 8

    I am having a hard time loading actions into PSE 9 sincee ive got Windows 8, using the same process for windows 7 but no luck.

    You may need to re-boot. New items are usually added right at the bottom of the list, so scroll right down the list. 
    If that makes no difference you probably need or rebuild the media database.   
    Close Photoshop Elements Editor and Organizer.
    Navigate to:
      C:\Program Data\Adobe\Photoshop Elements\9.0\Locale\en_us
      Delete the file Mediadatabase.db3.
    Re-launch Photoshop Elements Editor. A progress bar appears as the media database is re-created. Wait for this process to complete. It make take some time and the screen may periodically go blank; so go away and get yourself a coffee and be patient.

  • Installing Actions in PSE 9 Downloaded from App Store

    Hi everyone,
    I'm seeing quite a few folks who downloaded PSE 9 from Mac's app store that can't install actions into PSE.  I've connected to their computers, unhid hidden folders, and looked for the navigation path I would have expected.  That doesn't work.  I ran searches for the native Elements actions like Blizzard and couldn't find them.
    Nothing works.  Any ideas?
    At first I thought this was a Lion issue, but it appears that the App Store is the common theme.  I know the App Store version doesn't have the Organizer, but I was under the impressions that it was the same other than that.
    Thanks!
    Erin
    Texas Chicks Blogs and Pics

    Hey guys, thanks so much for your time!
    I've seen it on Lion - a brand new install on a brand new computer and I've seen it on 10.6.7, which is not, I think, Lion.
    Mtstuner, I tried all but one of the suggestions on those links you sent.  Even revealling the hidden files in the Library didn't do it.  But I'll try the last suggestion regardless.  If I could just find where Blizzard and the other native ATNs are stored, I'd be good.
    I even tried that scary typing in the Mac terminal thing.  Never have done that before.  It did reveal hidden files, but not the ones I'm looking for.
    I think it has something to do with the App version.  Without the Organizer, I would expect the file structure to be different.  However, I wouldn't expect it to be so different that I can't find the files anywhere.  I've been able to find them on a million (or so) different computers/versions of PSE/operating systems.  But this is the first time I've ever tried on an App.
    I'm going to reconnect with one of these folks who is having issues tomorrow to see if there is anything else I can try.  I'll report back if I get any more helpful info.  I'm leaving on a vacation tonight, but this has really picqued my curiosity!
    Thanks again for the help!
    Erin

Maybe you are looking for

  • Enemy Territory: gamma change impossible with fglrx 8.42.3-1

    After the last fglrx update I am unable to change my gamma in Enemy Territory. It just stays very dark. I heard that other people have the same problem (German ubuntu (:p) forums: http://forum.ubuntuusers.de/topic/130081/#1046848). Now I tried to dow

  • FireWire devices doesn't mount nor are recognized by OSX

    A known issue but with several solucions posted but nothing seems to help me out... Something is wrong with the FireWire of my Powerbook G4 667 MHz. External harddrives as soundcards as iPods as anything with a FireWire interface won't mount. However

  • 1 record 2 tables. Identity duplication issue

    Hi, I have to add a file info in two different tables: the first one is the dictionary and the second one is used to store the file. The issue is the IDs set in the second table is not correct. Could you please let me know if you see anything wrong i

  • Date formating in scripts

    hi experts, I want to print date in dd.mm.yyyy format in script. I have used SET DATE MASK command in script... But i am getting ddmmyyy format without any seperators. plz tell me what can be done. regards. sm

  • Recommend a Car Charger with FM transmitter

    Hi there, I'm looking for recommendations for a good car charger for my 3GS that also has an FM transmitter so I can listen to music in my car. Something that plugs into a cigarette lighter socket. Thanks in advance