Media editor - Browse media files from a custom location

Hi,
I am using media banner cartridge, which provides a media editor for choosing media files. The media files have to be in Endeca\Apps\<application>\config\media folder for me to browse the media files from media editor. Is there a way to change this location to some other custom location say doc root of my webserver ?

Thanks Kristen, Naresh for your responses.
Kristen,
I had earlier read through the documentation for storing media assets directly in MDEX. However, what i understood is that it would require a separate MDEX instance (the document calls it media MDEX engine) and thereby additional licenses. Is my understanding correct? I was very keen on the MDEX approach earlier as there are limitations with ECR (wrt to # of media files and size). If the MDEX approach wont require additional instance, then certainly that is the approach i would take. Kindly advise.

Similar Messages

  • Reading Files from an FTP location based on Timestamp

    Hi,
    I have a requirement of reading files from an FTP location. The files should be read in the order they were saved in the folder. Can someone tell me how to solve this?
    Thanks,
    Ravi

    Hi Arik,
    Thanks for your reply. I tried doing what u said, but it isn't working. My requirement is to List the files in the folder using FTP adapter and get the file name with the least file stamp from the FTP adapter and pass the FileName dynamically to another FTP adapter which reads the file based on the FileName. When i tested after including the property (for listing the files) you mentioned, it is giving the following error (copied from flow trace):
    <messages>
    <input>
    <Invoke_getFileListFTP_FileListing_InputVariable>
    <part name="Empty" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <empty xmlns="http://xmlns.oracle.com/pcbpel/adapter/ftp/APP_SequentialFileTransfer/PRJ_SequentialFileTransfer/WS_GetFileList_FTP"/>
    </part>
    </Invoke_getFileListFTP_FileListing_InputVariable>
    </input>
    <fault>
    <bpelFault>
    <faultType>0</faultType>
    <bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    <part name="summary">
    <summary>Exception occured when binding was invoked. Exception occured
    during invocation of JCA binding: "JCA Binding execute of
    Reference operation 'FileListing' failed due to: Exception
    occured when binding was invoked. Exception occured during
    invocation of JCA binding: "Could not instantiate
    InteractionSpec
    oracle.tip.adapter.ftp.outbound.FTPListInteractionSpec due
    to: Cannot set JCA WSDL Property. Error while setting JCA
    WSDL Property. Property setListSorter is not defined for
    oracle.tip.adapter.ftp.outbound.FTPListInteractionSpec Please
    verify the spelling of the property. ". The invoked JCA
    adapter raised a resource exception. Please examine the above
    error message carefully to determine a resolution. ". The
    invoked JCA adapter raised a resource exception. Please
    examine the above error message carefully to determine a
    resolution.</summary>
    </part>
    <part name="detail">
    <detail>Cannot set JCA WSDL Property. Error while setting JCA WSDL
    Property. Property setListSorter is not defined for
    oracle.tip.adapter.ftp.outbound.FTPListInteractionSpec Please
    verify the spelling of the property.</detail>
    </part>
    <part name="code">
    <code>null</code>
    </part>
    </bindingFault>
    </bpelFault>
    </fault>
    <faultType>
    <message>0</message>
    </faultType>
    </messages>
    Thanks,
    Ravi
    Edited by: Ravi Santosh on Apr 24, 2012 11:02 PM

  • Why does the new operating system not delete the moved files from their original location - it seems like an enormous waste of space, time and effort to clean up every file once you've moved it

    Why does the new operating system not delete the moved files from their original locations - it seems like an enormous waste of space, time and effort to clean up every file once you've moved it - also, when transferring large amounts of files it becomes a very large problem remembering which files were transferred and which not.

    You're going to need to be more specific, as I'm not quite sure I understand what you're talking about.
    If you're referring to copying from an external hard drive or flash drive, and you want to actually move files rather than copy them, you can hold down the option key to force it to do a "move" rather than a "copy." This is not new behavior, though... the Mac OS has worked this way as long as I can recall (and I've been using it since 1984).
    If you're having a problem with trying to move files from one place to another on a single drive causing them to be copied instead, that is likely because of some permissions issue preventing you from actually being able to move them.

  • How to download a file from a custom server location?

    Hello experts,
    I have the following scenario:
    A BAPI creates an .exe file and stores it in a custom folder in the server where the portal (and my WD application) is running. This happens once a day.
    What I need to do is create a link or button (doesn't matter) so that users can click on it and download this file.
    I already checked the file upload - download tutorial (http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/202a850a-58e0-2910-eeb3-bfc3e081257f;jsessionid=%28J2EE3417500%29ID0774236150DB11016171821629714331End?overridelayout=true) however this one considers the file to be downloaded is stored in the src folder of the project, thus it doesn't really help me.
    How can I achieve this? Any suggestions and help will be greatly appreciated.
    Thanks!

    hi Alain,
    Use File API to read data from the file. It will return byte array from the file. Set Byte array to the file resouce context attribute.
    bind this attribute to the filedownload UI element.
    Since you need to read file from the same server where webdynpro application is running, You can give the folder path on the server where the file is located.
    try {
                   File inputFile =
                   new File("C:\\Test\\Test.txt");
                   FileInputStream in = new FileInputStream(inputFile);
                   byte b[] = new byte[ inputFile.length()];
                   in.read(b);
                   in.close();
              } catch (FileNotFoundException e1) {
                   // TODO Auto-generated catch block
                   e1.printStackTrace();
              } catch (IOException e1) {
                   // TODO Auto-generated catch block
                   e1.printStackTrace();

  • How do I consolidate music files from all the locations on my laptop where they currently exist?

    My music files are located in at least four different places on my computer. I find them in c:/(user)/Music (all just stored in various folders outside the ITunes folder), in c:/(user)/Music/ITunes/ITunes Media/Music, in c:/(user)/ITunes/ITunes Music, and in c:/(user)/ITunes1/ITunes Media/Music. I think many are duplicated. How do I consolidate without painstakingly going through file by file? Win 8.1 brand new Dell laptop, 512 SSD.

    Check your media folder is properly set to C:\Users\<User>\Music\iTunes\iTunes Media and then use File > Library > Organize Library > Consolidate files. This will however create copies of any files current stored outside the media folder which may be a problem on a smallish SSD drive. I have two scripts that could help you, Unconsolidated and ConsolidateByMoving. The first can make a playlist of all unconsolidated tracks, the second can consolidate a selection of tracks by moving them instead of copying.
    tt2

  • Loading a text file from a relative location in shockwave

    Hi all
    I'm REALLY sorry I have to post about such an inane problem.
    I've googled this and looked in forums and found several
    suggestions but none of them are working for me. I want to load a
    text file from the same directory as my movie. I can get this
    working in authoring mode, in a projector, and in a shockwave movie
    on the local machine (using getNetText("/text.txt")).
    But when i put the shockwave movie on a server, it does NOT
    work. The macromedia documentation says that getNetText works with
    relative URLs. But when I put in the full URL, it does work, so
    obviously the shockwave movie is having a problem finding the text
    file which IS in the same directory as it.
    Any suggestions / ideas? All i want to do is access a text
    file :)
    Sorry again for such a lame problem
    Mike

    thanks - this worked. I also had to not use a repeat loop to
    wait for netDone() to return true.
    Thanks again
    MIke

  • How to insert a pdf file from a dynamic location into a table

    Hi friends
    Can any one please let me know how to insert a pdf file into a table from a dynamic location in server.
    suppose say i have a table CUST_BLOB(file_name, file_data). I have a file in directory c:\local having file_name test.pdf
    I want to insert this file in CUST_BLOB. Please help me.
    Thanks in advance.
    --Ahmed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    user620950 wrote:
    Hi friends
    Can any one please let me know how to insert a pdf file into a table from a dynamic location in server. Why dynamic locations on the server?
    Make it a business case that the files should be stored in specific location(s).
    Oracle uses directory objects to point to locations on the file system and, whilst these locations can be altered, it is better practice to set up specific locations and grant permission to the correct users for those locations so that there is full control over who is accessing what on the server. Whilst filenames may be dynamic, I wouldn't recommend using dynamic locations.

  • Re-import music files from external library location (i.e. from archive)

    This is maddening as ___
    I keep my iTunes files on a drive external to my OS drive for safe keeping. I did a clean install of the OS, backed up the library from iTunes beforehand, and now I can't reimport the library with creating a whole new library and duplicating the files. So I know how to...
    1) Set the music location to another drive - not a problem
    2) When I import the XML library I get my play lists, BUT I only get the message my other music cannot be found. Importing the library itself does nothing. I've also tried moving the library (from the original, with its XML file) and I get all the songs and preferences but none of the songs can be found - grrrr!
    3) So, how do I import the music into iTunes, and leave it on the remote drive. (iTunes always wants to create a new directory and copy it there it seems and since I don't have enough room to just let it make a whole new 48GB directory....
    4) Why is this SO difficult - it is consistently a sore point with this one thing (I otherwise love all my other apple goodies for 10+ years, but this...ugh!) Any tools people know of?
    Thanks
    A.T.
    G4 Quicksilver800Mhz 1.5GB RAM   Mac OS X (10.4.2)  
    G4 Quicksilver800Mhz 1.5GB RAM   Mac OS X (10.4.2)  
    G4 Quicksilver800Mhz 1.5GB RAM   Mac OS X (10.4.2)  

    The 'iTunes Music Library.xml' file is not used by iTunes, but created by iTunes so it can be used by other programs.
    If you still have the 'iTunes Library' file from before the clean install, putting it in the iTunes folder should reveal your library.
    Read more about the library files here:
    What are the iTunes library files?
    You can also use the .xml file to restore the library.
    Just set the folder on your EHD which contains all the music as 'iTunes Music folder location' in the preferences.
    Then run iTunes (with the empty library), choose 'Import...' from the File menu and navigate to the .xml file.
    Your library will be restored, no new folder, no dupes.
    Before posting this message, I tested the procedure on my 'test' account, on which I keep a very small iTunes Library (about 10 songs), to 'mess up' and test certain procedures.
    I moved (consolidated) the library to a 'testtunes' folder on an EHD, trashed the 'iTunes Library' file and used the 'iTunes Music Library.xml' file to restore the library. No dupes, no new folder. Worked just fine.
    Hope this helps.
    M
    17' iMac fp 800 MHz 768 MB RAM   Mac OS X (10.3.9)   Several ext. HD (backup and data)

  • How to run a sound file from a remote location?

    Hello i am Parikshit and am preparing a project on Network Player which will play the files playing on server i.e sound files may be a song or any educational stuff.I have constructed the player and now i want to take it to the LAN or network level all i need to know is the basic idea about what should be done to establish the connection between 1 SERVER and 60 or more clients. My player is a stand alone application.

    >
    ..what should be done to establish the connection between 1 SERVER and 60 or more clients. >It looks as though this app. needs RTP streaming. I have not experimented with streaming, but you might use the JMF to do it, and start reading about it here.
    [http://java.sun.com/products/java-media/jmf/2.1.1/guide/RTPRealTime.html]

  • How can I stream files from the Default location (the streams folder)?

    According to flashmediaserver_3.5_config_admin.pdf (FMS 3.5.3), FMS determines the correct directory to use for streams in the following order:
    Virtual directory (as specified in <VirtualDirectory>)
    Storage directory (as specified in <storageDir>)
    Default location (the streams folder in the application directory)
    So I created a folder called streams in C:\Program Files\Adobe\Flash Media Server 3.5\applications\vod.  I thought this folder would be the default location for the sample application vod.  I did not change any configuration settings for the application vod.  Everything was set by the FMS 3.5.3 installer.
    I copied  sample.flv into C:\Program Files\Adobe\Flash Media Server 3.5\applications\vod\streams and renamed it to sample6.flv.  rtmp://{fms ip}/vod/sample6.flv did not play in the sample video player installed by FMS 3.5.3.
    Is this a bug or the default location "streams" folder is simply not  "default", you have to set it somewhere in XML?

    Thanks for your reply!  I am weihua10.  I could not login into the
    account  that has the screen id weihua10 today.  I have to create another account with  screen id weihua30.
    Based on the configuration xml files (application.xml inside the vod folder), I can see C:\Program Files\Adobe\Flash Media Server 3.5\applications\vod\media is the Virtual Directory "/".  Yes, files put inside the media folder will play.  My question is where there is a default folder "streams".  Based on the document, it seems there is one beside virtual directories and storage directory.  But I could not find any.

  • How to run jar file from command task , located in informatica server machine

    Hello All,I have executalbe jar file located in informatica server machine, I want to execute this jar from command task from powercenter.I am new to Informatica, so please help me with it.I have give all the permission to the file, but still the task fails with following error. Command task instance: execution of command [Command1] did not complete successfully with exit code 256.How can I execute this jar file please help. Thanks

    ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 온라인 추천ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 온라인 추천  ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노 ユ 나이트팔라스카지노 ◈ top015。ℂℴℳ 【Ƹ̵̡Ӝ̵̨̄Ʒ】 나이트팔라스카지노

  • Issue with "Retrieving Metadata from a Custom Lookup Implementation"

    Hello,
    I have a use case where i need to find meta data files from a custom location instead of CLASSPATH. I followed the following article in creating my "Custom XML Context Implementation"
    http://download.oracle.com/docs/cd/A97336_01/buslog.102/bc4j/developing_bc_projects/obcCustomLookup.html
    But when running from jdeveloper, and i wanted to use it only for ADFm layer so i used -Djbo.project=<my-databindings-location>
    If i use CPX file for this java option, framework complaining about JPX file, if i use valid path for JPX it complains about CPX file ....
    I infact created a sample UI project which will have POJO as data control but still framework complaining about JPX file.
    Is this approach not supported in 11g? Or is there a diff article for ADF 11g is available for approach?
    Appreciate your help.
    Thanks,
    Sunil.

    Hi,
    On that Column in required property choose "ui only" instead of "yes".
    and then on cancel it will not throw error but when you will save the changes then you would have to programatically
    handle the null value of that column.
    Thanks,
    Gaurav

  • Problem while downloading file from custom table

    Hi All,
    Im trying to download the file from the custom table where i have stored the uploaded files through apex.
    I have created the download procedure as mentioned in the oracle docs ,
    And given the execute grant for public user.
    and calling that procedure by calling the URL -- #OWNER#.download_my_file?p_file=#ID#
    But im getting the below error
    Forbidden
    You don't have permission to access /pls/apex/owner.download_my_file on this server.
    Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server Server at servername Port number
    Can any one tell whats the problem here.
    Thanks in advance
    regards,
    Arumugam KR

    Your function apex_util.get_blob_file_src under region, the first argument must be the name of page item anywhere in your application that is of type "file browse." So if your form for uploading the blob content is on page 11 and the file browse item is "P11_FILE_NAME" then your query would look like below:
    SELECT FILE_ID
         , FILE_NAME
          , CASE WHEN NVL(dbms_lob.getlength(BLOB_CONTENT),0) = 0
           THEN NULL
            ELSE
                  CASE WHEN attach_mimetype like 'image%'
                THEN '<img src="'||apex_util.get_blob_file_src('P11_FILE_NAME',id)||'" />'
                ELSE
                     '<a href="'||apex_util.get_blob_file_src('P11_FILE_NAME',id)||'">Download</a>'
               end
           END new_img
        FROM TABLE_NAME
    GET_BLOB_FILE_SRC FunctionAs an alternative to using the built-in methods of providing a download link, you can use the APEX_UTIL.GET_BLOB_FILE_SRC function. One advantage of this approach, is the ability to more specifically format the display of the image (with height and width tags). Please note that this approach is only valid if called from a valid Oracle Application Express session. Also, this method requires that the parameters that describe the BLOB to be listed as the format of a valid item within the application. That item is then referenced by the function.>
    [url http://docs.oracle.com/cd/E14373_01/apirefs.32/e13369/apex_util.htm]GET_BLOB_FILE_SRC

  • URGENT: Media Offline, Trying to Link Media, still giving error: File Import Failure,No video stream

    Media Offline, Trying to Link Media, pointed it in the right directory
    But it still gives an error. It says the file has no video or audio streams
    I have a project going on. Please help. Thanks

    HI abhishah,
    Thanks for posting on adobe forums;
    Please provide me following details
    Premiere pro CC or CS6
    What is the OS and version ?
    What is the Graphics Card installed on the system ?
    How much Ram do you have ?
    Do you use any external Hard Drive ?
    and please try to copy the media file from the one location another without media, and make the media offline and save the project as a new project and try to open the new one, then try to link the media.
    Thanks
    Sandeep

  • Appending files from server node and populating custom table

    Hello Experts-
    I am trying to a built a report for portal KM activity. In EP i have set a command which writes the user  activity in KM  to a txt file and its written to each node on the cluster to the following directory.
    /usr/sap/<SID>/J[C]<instance_#>/j2ee/cluster/server<number>/portalActivityTraces
    I am not very well versed in UNIX scripting to append these text files.
    Can any one suggest me the best way to append all these files and how to access them.
    I have XI developer access. What kind of other access would i need for me to get the collection of files and then parse it and populate a table.
    I have gone through the documentation below. It uses UNIX scripting. I want to use XI for this. Please let me know if any one have any thoughts on this.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e07edaa8-70ae-2b10-2390-f068636c8b1e?quicklink=index&overridelayout=true
    Thanks,
    Raj

    Hi,
    You have to use FTP for this. XI has capability to pick file from any remote location by using transport protocol as FTP in Sender File Adapter. Once you get the user id, password, dir path & file name from AIX then XI will pick the file from your AIX source location.
    Regards,
    Sarvesh

Maybe you are looking for

  • Z68 WIN 7 will not boot after setting drive BIOS from IDE to SATA

    MSI Z68MA-ED55 (B3) Motherboard Windows 7 Ultimate 64 bit OS SATA III Solid State Drive with greater than 500 MB/s throughput After installing WIN7 and all my Applications programs I noticed in the BIOS that the driver for the SSD did not properly se

  • Get Parent container to change child height on resize Event

    Ok, I've created a composite component called ResizableTextArea. The parent is an extended class of Canvas called ResizableCanvas. The child is an extended class of TextArea called myTextArea. In myTextArea, there's an update function that makes the

  • Lenses in Lightroom

    What metadata field does Lightroom use for lens information and how is it formatted?  I have a Panasonic G1 and the lenses don't show up in Lightroom.  I do see the lens information in text in the Maker section in a field called LensType.  As far as

  • Action Link to link Custom Object 3 to Task

    Hello, Im creating a weblink on the task screen that runs a report on Custom Object 3 wtihin a new windows for the user to select the option on the report that the user would like to add. How can i create a action link that when selected will pass th

  • Admin Link not working for Integration Directory

    Hi , I am trying to access the administration page of Integration directory by following the link http://<host>:<port>/rep/start/index.jsp ; --> Administration --> Directory (Tab) . Unfortunately It is throwing error as below:- Application error occu