ADF: Component for selection of a folder/file path serverside

Hello,
i'm searching for a standard component within ADF to choose a folder/file on the the server or still better a folder/file an a windows net share drive.
The concrete environment is an Oracle OC4J on a unix server and a windows fileserver with a net share drive.
My ADF Application within the OC4J instance should show a file dialog to choose a folder an the windows share.
I think components like inputFile are only to choose a file on the client machine. Is there any component similar to choose a serverside folder/file?
Thanks for any comment
regards
Markus

Hi,
there is no component that does this for you. All you could do is to write a tree model that shows the hierarchical structure you query from the server. Then using links on the tree nodes you may allow users to download or open files
Frank

Similar Messages

  • How to change Attachments / Image Folder  file path to IP Address

    Hello Experts
    We will be defining Attachments/Image Folder in >Administration->System Initiation>General settings>Paths.
    Then the path will be  something like this ."
    server\attachments\
    Here instead of Having server name, i want to have IP Address of Server machine.  It may  look like this ""
    192.168.1.xx\attachments\.
    can this be possible?
    Thanks

    HI,
    By the way the official way is browse, ... for example excel path. I have tried with my computers c$ share.(
    127.0.0.1\c$)
    1. Open file browser of your machine
    2. go to network places, and turn of left panel
    3. Add a new network place and enter the ip address based share
    127.0.0.1\c$
    4. Save this new network place
    5. open >Administration->System Initiation>General settings>Paths in B1 and select the address from network places you have saved.
    My XP has been automatically converted the shortcut of the network place into ip address based share.
    but fast solution only for test....
    select excelpath from oadm
    --update oadm set excelpath = '\\192.168.1.1\c$'
    Use the system information to detect the field names in OADM and OADP table.
    Regards,
    J.
    Ps: do not forget points for the solution

  • How to get a list of file paths for all files used in a project

    I have a project in Premiere Pro CC which has a large number of bins.  A sequence in one of these bins uses files from other bins.  I am trying to find the locations of all each of the files used  in the project.
    1)  Obviously I can select each clip in the timeline and show in finder, but there a lot of clips
    2) The video usage associated with each file in the project would help.  However
               1.  I haven't found a way to display only clips that have video useage if all of the bins have not been expanded.
              2.  Video usage  shows usage for all sequences, so one would have to manually check the pull down for each file to see if it is used in the sequence in question.
    3) I tried exporting the project to final cut pro xml.  The path url gives me the information that I need.  For some reason, however, when I do the export only one clip's information is there, not the information for all of the other clips in the project.
    4) I tired an export for speedgrade and all of the file names are there.  However the paths are not. 
    Basically I want to find all of the files in the project and relocate them to a specific folder for that project.  There's got to be a way to do this but I'm not seeing it ....

    Thanks for the suggestion concerning the file path.  And certainly it would have been nice to have done this before beginning.  However this is a project that has been around for quite a while, and the files have been moved into different bins.  And now the project sequence is being revised.
    So the problem is, worded slightly differently, how can I search all of the bins for the files that are used just by this sequence, ignoring the files which are used by other sequences?  Or, how can I get a list of the file paths of the files that are used in the sequence?

  • Changing File path for different TIFF files in a For loop

    Hi dear users:
    I am using "IMAQ write TIFF File.vi" that basically writes a TIFF file to a specified file path. However, I would like to CHANGE the file path for each TIFF file i save in a for loop. The reason for this is that the File path has to include the file name and I do not want to write over the same file name all the time in a for loop. What I would like to have are sequential TIFF images. So if the file name would be "Image", I would like the result to be Image0, Image1, Image2 and so forth when I run my For loop. Can anyone help me with this?
    Thanks

    Use the "Format Into String" and the "Build Path" functions:
    Message Edited by smercurio_fc on 06-26-2007 05:16 PM
    Attachments:
    Example_BD.png ‏3 KB

  • SSIS - Loop through files from a file path based on the value in the variable

    Experts,
    I have a requirement where I'll be loading multiple files in to a SQL server table and archive the files when loaded. However, the challenge is , the file path should be dynamic based on the value of a variable (say, @ProductName).
    For example: If I am running the package for variable @ProductName="Product", the file path would be "\\....\Src\Product", in that case the ForEachLoop will loop through all the files in that folder, load them to the table and Archive
    the files to the "\\....\Src\Product\Archive" folder.
    Similarly, if the @ProductName="Product_NCP", the foreachloop container should loop through files in the "\\....\Src\Product_NCP" folder, load them to the table and archive them to the ""\\....\Src\Product_NCP\Archive"
    folder.
    Any suggestions? I should be able to run the package manually just by passing the "@Product" value, create Archive folder if it doesn't exist, load the data and archive the files.

    Yes
    1. Have a variable inside SSIS to get folder path. Set path based on your rule using an expression
    like
    (@[User::ProductName] == "Product" ? "\\....\Src\Product" : (@[User::ProductName] == "Product_NCP" ? \\....\Src\Product_NCP:..))
    similary archive
    (@[User::ProductName] == "Product" ? "\\....\Src\Product\Archive" : (@[User::ProductName] == "Product_NCP" ? "\\....\Src\Product_NCP\Archive" :..))
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Which file path should I pass bdcdata table

    Hi ,
    I have the following scenario.
    There is a button in the standard transaction which opens a dialog box. User can choose a file in the dialog box. That file will be uploaded in the transaction.
    I need to write a bdc for this transaction. What file path I need to pass through BDCDATA table? Will it take file from application server or presentation server?
    Thanks is advance.
    Raktim

    Dear Jorge,
    I got the the recording. Now I need to pass the file path whoch called transaction is expecting. Should I pass path in the application server or presentation server?
    Thanks
    Raktim

  • Conditional report file path

    Our project is using TestStand 2012 SP1.
    We are using reportgen_txt.seq. and SequentialModel(.seq).
    My goal is to save report files to a specific directory only when I run my Self_Test.seq.
    I'm attempting to use Configure >> Report Options >> Generate Report File Path.
    Setting in "Report Options" dialog >> "Generate Report File Path" tab:
    Type Model: Sequential
    File Name/Directory Options: Specify Report File Path by Expression
    This is the expression that I'm using:
    "<ClientFileName>" == "Self_Test" ? "C:\\Reports\\Self-test\\<ClientFileName>_Report[<UUT>][<FileTime>][<FileDate>]<Unique>.<FileExtension>" : "C:\\Reports\\<UUT>\\<ClientFileName>_Report[<UUT>][<FileTime>][<FileDate>]<Unique>.<FileExtension>"
    The statment passes syntax check with "no errors".
    Running Self_Test.seq using the sequence editor, the report file always goes to path in Red. 
    Is there a method to accomplish this? 
    Solved!
    Go to Solution.

    Hi Leroy/jigg,
    You are correct that the expression itself is evaluated before the Macro strings are resolved, so this approach won't work.  The macros are evaluated using modelsupport2.dll (DetermineReportFilePathNameExprEx function), which first evaluates the expression before resolving the macros. For implementing a custom report file path expression for a particular client file, I would recommend overriding the ReportOptions callback, then programatically setting the report path expression, using an expression such as:
    Parameters.ReportOptions.ReportFileSequentialModelExpression = "\"MyCustomLocation\\<ClientFileName>_Report[<FileTime>][<FileDate>].<FileExtension>\""
    Note the use of double quotes since the field is an expression field.  This approach will also allow you to use logic in the callback to change the report file path string using TestStand flow control steps.
    Al B.
    Staff Software Engineer - TestStand
    CTA/CLD

  • Where did my file paths go?

    I have Premiere Pro CS6 Cloud and am using a Mac. It works great for a while and then if I leave it for a while, it loses file paths to some of my clips and sometimes all of them. Sometimes this happens while I am working, but it always happens if I work on another app, or if the computer hibernates. Any thoughts on how to remedy this? It is really quite annoying, since I have to shut the app and re-open it, then it is all good again.

    Just for testing a slightly larger project I loaded about two hours of raw footage into a Premiere CS6 project and proceded to organize the footage into scenes (bin folders) and then cut the scenes together. So far I'm not loosing any footage, nothing is going offline. But I want to cont testing it as this setup is going on location as I've mentioned.
    A few thoughts. I have the latest Lion OS (which seems a little buggy to me) on this machine and I have gotten quite a few update notifications from Adobe, Premiere is at 6.01 and I found this list of fixes that were in that update. One stating "Some audio files and some MXF files would go offline or have their audio reconformed when the project was re-opened or when Premiere Pro was minimized or lost focus." Not sure what "lost focus" means. I just skimmed the list so there may be more related info.
    Here's the full list of bug fixes in 6.01:
    http://blogs.adobe.com/premiereprotraining/2012/05/premiere-pro-cs6-6-0-1-update-bug-fixes -and-improved-opencl-performance.html
    The only big issue I'm having, that I also had in CS5.5, is that Premiere seems to not be releasing ram. I'll have a timeline that plays fine with JKL, but then suddenly things become very jerky. If I close Premiere and reopen it's all back to normal. This is with no other programs open and all ports closed.
    Mobile system for test: MacBook Pro, 16 gig ram, 2.4 GHz quad core i7, OWC dual mini raid 0 connected via Sonnet eSATA express34 card.

  • Conditional XML file path?

    I author and test my Flex project locally, then upload it to
    a server for others to test and for deployment.
    So my initial path is:
    <mx:HTTPService id="getData" url="xml/mydata.xml"
    result="dataHandler(event)" resultFormat="e4x"/>
    But then I need to change it to:
    /myserver/myproject/department/xml/data.xml"
    Is there a way to handle this switch in code automatically?

    Hi Leroy/jigg,
    You are correct that the expression itself is evaluated before the Macro strings are resolved, so this approach won't work.  The macros are evaluated using modelsupport2.dll (DetermineReportFilePathNameExprEx function), which first evaluates the expression before resolving the macros. For implementing a custom report file path expression for a particular client file, I would recommend overriding the ReportOptions callback, then programatically setting the report path expression, using an expression such as:
    Parameters.ReportOptions.ReportFileSequentialModelExpression = "\"MyCustomLocation\\<ClientFileName>_Report[<FileTime>][<FileDate>].<FileExtension>\""
    Note the use of double quotes since the field is an expression field.  This approach will also allow you to use logic in the callback to change the report file path string using TestStand flow control steps.
    Al B.
    Staff Software Engineer - TestStand
    CTA/CLD

  • What is the method for folder-browsing and selecting a non media file type in Android? [Air+AS3]

    Dear Gurus,
    Being a newbie, I have been searching hi & low for the method to browse and select non-media related file type in android.
    Besides the following these which I have reference from the AS3 Documentation (http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7fe4.html#WS5b3cc c516d4fbf351e63e3d118676a4c56-7ff0)
    var fileToOpen = File.documentsDirectory.resolvePath("");
                                  selectFile(fileToOpen);
                                  function selectFile(root:File):void
                                                 //var txtFilter:FileFilter = new FileFilter ("3D Model File", "*.obj; *.3ds;*.awd");
                                                 root.browseForOpen("Open",null);
                                                 root.addEventListener(Event.SELECT, selectedFile);
                                  function selectedFile(e:Event):void
                                                 trace(fileToOpen.nativePath + " file selected");
    I have went through the following threads yet find no clear workable solution to it.  The closest reference is written in Flex MXML, and I have no luck for converting it to AS3 as there are several properties which I can't get it right.
    http://forums.adobe.com/thread/943887 | http://forums.adobe.com/message/4107990#4107990 | http://forums.adobe.com/message/4548154
    Someone did mention some possible solutions through ANE but it is just too far beyond.  Even, the closest on-the-shelf solution of ANE by http://myappsnippet.com/file-browser-air-extension/ only work best to an extent and not truely "native" as the UI is not default from Android.  It has workable I/O but poor usability; you can't skin it.
    Is there any other workaround solution to this general I/O question?  I would love to hear from everyone here.

    The short answer to my knowledge is there is nothing you can invoke from AIR to open an OS-level dialog to browse/select a file. All implementations typically are people writing their own browser. They crawl the folders/files recursively and write their own display for the files. You can see a few on SO:
    http://stackoverflow.com/questions/12255418/as3-air-browse-for-file-on-sd-card
    http://stackoverflow.com/questions/12257626/as3-get-zip-file-on-phone-from-app-file-path-t hen-unzip
    It's not to terribly hard to code something like this (especially with that starter code). Otherwise, like you found, an on-the-shelf ANE is the only way I believe you can invoke the Android Intent for a file dialog. At that point skinning won't really be terribly easy given the nature of Android users who are completely allowed to customize their UI top to bottom.
    The safest bet is just let that posted code recurse and find the files you tell it to while displaying the list to the user. You can use some pre-written GPU-level lists that you can skin yourself using FeathersUI:
    http://www.feathersui.com (uses Starling)
    Or you can use one of the Flash Pro List components which will be quite a bit slower being they're not GPU optimized like some Flex Spark components.

  • On my mac, when I try to import certain music CDs (not all) I get this message "You dont have write access for your iTunes media folder or a folder within it.  To change permissions, select your iTunes media folder in the finder, and chose file get info"

    I am not sure how to fix this and it is driving me crazy can anyone help?
    Thanks.

    Hi folks,
    I've had this issue for a year now and I've read this and several similar articles on how to change permissions for you iTunes Media folder and all that enclosed stuff.
    Well today, I got brave and dove into this issue once again and to my surprise I have it remedied.
    Before I kept going to my side bar folder 'Music', then located the iTunes Media folder ( I have several libraries).
    This time, I went from (your mac)HD, directly to the 'Library', scrolled to 'iTunes' and reworked my permissions there by creating a new user... (ME).  While at it, I adjusted 'Administrator from and back to, 'read and write', gave myself, 'read and write' and left other users as 'read only.'
    I then applied to all enclosed folders with the 'gear wheel,' locked the whole shabang up and proceeded to install several old CD's which refused to import in the past.
    RECAP:
    HD/Library/iTunes   set permissions for YOU to 'read and write,' then apply to all enclosed folders.
    BTW: those enclosed folders are likely to be all the albums you've collected previously.
    Perhaps, the 'iTunes Media folder' description from previous instructions kept people looking in the wrong place.
    In any case, I'm up and running and I hope you will be too.
    Thanks,
    PS

  • Component to select a folder/directory

    Hi
    Like file dialog which is used to select a file, is there any component in the UIX to select a perticular folder/directoy.
    Please tell me if there any other solution.
    Pradeep

    Hi
    Check these codes
    selection-screen begin of block b1 with frame .
    Parameters File(100) lower case.
    selection-screen end of block b1.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR FILE.
      CALL FUNCTION 'WS_FILENAME_GET'
        EXPORTING
    *     DEF_FILENAME           = ' '
          DEF_PATH               = '*.*'
    *     MASK                   = ' '
    *     MODE                   = ' '
    *     TITLE                  = ' '
        IMPORTING
          FILENAME               = FILE
    *     RC                     =
    or
    PARAMETERS:P_FILE LIKE RLGRAP-FILENAME.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE.
    CALL FUNCTION 'F4_FILENAME'
    EXPORTING
       PROGRAM_NAME        = SYST-CPROG
       DYNPRO_NUMBER       = SYST-DYNNR
      IMPORTING
       FILE_NAME           = P_FILE.

  • I recently upgraded to 10.8 from 10.6 and I would like to be able to see the folder/file size for each like in version 10.6

    I recently upgraded to 10.8 from 10.6 and I would like to be able to see the folder/file size for each, like in version 10.6. It used to show the size at the bottom of the "window" for the selected folder,drive etc.

  • When i use view as list in finder and open a folder with many files i cant right click with mouse without selecting or highlighting a file....i just want to right click to paste an item or create a new folder...what can i do?

    When i use view as list in finder and open a folder with many files i cant right click with mouse without selecting or highlighting a file....i just want to right click to paste an item or create a new folder...what can i do?

    Thx for that im gonna try it....but is there a way to do it without using toolbar or cmd-c...? i mean using only the mouse?why does it have to highlight the file even though i click a bit next to it....?using icon view i can right click next to the folder and i wont have a problem but with list view that i prefer using it will highlight the whole row.....and i dont find free space to right click cause i got many files

  • I was copying files to my time capsule when it crashed when it was almost finished. Now I am stuck with a light grey folder I can not delete. I would´t care if it wasn´t for the fact the folder is 1 TB size and takes up too much space. I ha

    I was copying files to my time capsule when it crashed when it was almost finished. Now I am stuck with a light grey folder I can not delete. I would´t care if it wasn´t for the fact the folder is 1 TB size and takes up too much space. I have tried turning on and of Hiding Files in Finder and what not with no success. So, how do I delete this folder. Remember, I am not extremely familiar with technical terms.

    I recommend you erase the TC.. it is the easiest and fastest solution.
    In Airport utility open the disk tab and select erase.. choose quick erase.. it will take less than 1min.
    Start again but copy files in small amounts.

Maybe you are looking for

  • Problems with designer installation

    When installing designer I get the following error message netc80.map(0) - FILE NOT FOUND while activating netc80 mapping and the installation would not go on. Does anybody know ? null

  • Can't update or uninstall

    Whenever I try to update or uninstall, I get the following error: An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator. Spoke with IT guy, he doesn't know what that mea

  • Twitter TL widgets problems

    Hi, After working around a lot with this subject, I'm still pretty puzzled with Embedding Twitter TimeLine Widget into a DPS article. With current version of the widget, Twitter forces you to specify wich domain(s) are going to use the widget, then g

  • Month end provision entries

    hi all, how to generate Month end provision entries. pls give one example . regards, supriya thodimela.

  • Home page won't load completely

    When I open itunes, the main page will not load. I can see the 'Quick Links' and 'Top Charts' on the side but the main center part wont appear. When I click on 'see all' singles under the 'top charts' the songs all come up but the preview button does