Add TFTP directory path for controller backups

Hello
We are trying to get controller backups sent to a remote TFTP server via WCS.
We have configured the TFTP server IP in WCS via the 'Configure' > 'TFTP Server' section.
We then schedule the TFTP via 'Administration' > 'Background Tasks' > 'Controller Configuration Backup', choosing the TFTP server we have previously configured.
However, we are being asked to send the files to a particular sub-directory of the TFTP server rather than the root folder, does anybody know if it is possible to define the file path for these TFTP's via WCS?
thank you in advance
regards
Bryn

If you want to dump the files to the root directory of the TFTP server just put ./ in for the path.

Similar Messages

  • Set default directory/path for SaveAs Dialog using WPG_DOCLOAD

    Hi, im trying to set the default directory/path for the SaveAs Dialog called by wpg_docload.download_file.
    I'm not able to find where I can specify the default path.
    Is it something like "htp.p('Content-Disposition: attachment; path=:PX_OUTPUT_DIR" ?
    Thx for your help !
    Here's a part of my code
    owa_util.mime_header( NVL(mime,'application/octet'), FALSE );
    htp.p('Content-length: ' || length);
    htp.p('Content-Disposition: attachment; filename="'||substr(fileName,INSTR(fileName,'/')+1)|| '"');
    owa_util.http_header_close;
    wpg_docload.download_file( lobLoc );
    /*********************/

    I don't believe you're allowed to set the directory path in the Content-Disposition (or any other) header. More accurately, you can set path in the filename, but browsers don't pay any attention to that, they only look at only the terminal filename.
    <p>According to RFC 2183, browsers are supposed to ignore any path information sent with the filename. Even though it's dated 1997, I believe this RFC is still in effect.
    <p>This was done as a security precaution against malicious web apps that might try to download into a system directory or other dangerous place. Also, browsers (usually) allow users to specify their own default download directories. Further, even if you could specify the path, you'd have to do it for any and all filesystems (Linux, Mac HFS, Mac OSX, Windows, etc etc).

  • How can I set a new directory path for iPhoto lib & photos?

    I'd like to use an external drive to house all the iPhoto related files including the Library, data files and photos. I don't see an iPhoto Preference to set a different path. Is there another method to accomplish this? Should I edit the directory path as listed in the AlbumData.xml file?
    Thanks!

    Hi Nova,
    copy the ENTIRE iPhoto Library folder (in your Pictures folder) to the external.
    Launch iPhoto with the Option key held down.
    At the prompt choose to open another library
    Navigate to the library on the external and choose it.
    Once it opens on the external this is the library iPhoto will use.
    You can then delete the one on the internal or save it as backup or burn it for backup.

  • Listing directory path for all Itunes songs

    I have songs in my Itunes that I've managed to put in a number of different places on my computer, as well as on a second hard external hard drive. I want to list the inventory of all my songs, and be able to see what the path is for each, which I know is in "Info" - but I don't want to have to go through song by song. Is there a way to add that date to a print out or some other easy tool so I can find the ones that aren't in either of my primary, default Itunes folders (C: and my external drive)

    I'm trying to find the paths for over 3000 songs on my C drive to confirm that they've been copied to my external drive. First of all, I'm not finding a current .itl or .xml file - they're dated 7/29/08 and I've updated Itunes with new content numerous times since then. When I open the .xml file that's in the directory, I'm getting pages that don't clearly show me or allow me to sort the data.

  • How can i add a library path for a .dll library?

    hi
    i used a native method (sndPlaySound) in a dll file (winmm.dll).
    then i complided my source successfuly , but in runtime i recieve
    this Exception :
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no winmm.dll in java.
    library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at JNItest.<clinit>(JNItest.java:9)
    i know i must add the library path to the java.library.path but
    i don't find "java.library.path" and don't know what i must to do.
    i am in windows 98 and don't use any IDE (just jdk 1.3.1).
    thank you very much.

    Windows uses the current PATH enviroment variable to search for dlls.
    Windows searches for dlls in the Current directory , the application directory (if the current is not the same) , the PATH variable, then the system directories (Windows, Windows/system)
    It's different in every OS, but if you only care about windows...
    Also try searching on msdn.microsoft.com, they might have more information there.

  • Dynamic Configuration - Set Directory Path for File Receiver Adapter

    Hi Experts,
    I have a question regarding the dynamic configuration for the file adapter. Is it possible to set a directory path without a message mapping for the file receiver adapter? the problem is that I want to import a pdf document. this pdf document I want to store in a dynamic directory (depending on the filename). so I have to read the filename out of the dynamic configuration and generate (depending on the filename) a directory for this file. Is that possible without a message mapping? I cannot make a message mapping because the file has the pdf format and should not get changed.
    best regards
    Christopher Kühn

    Hi Gaurav,
    I use the ASMA (respectively the filename) for the sender adapter. After the pdf was imported into XI this filename is in the ASMA.
    But what then??? How can I get this filename with the help of the variable substitution? and if I have this filename I have to change this filename a bit to generate the name / path of the directory.
    Please explain it to me detailled
    Thanks and regards
    christopher

  • Configuring directory path for fileappender in log4j.properties

    I want to write log data to a file where the directory path of the file should be picked from a unix environmental variable. How can you configure this in log4j.properties?
    log4j.rootLogger=INFO, A
    # A is set to be a FileAppender.
    log4j.appender.A=org.apache.log4j.FileAppender
    # A uses PatternLayout.
    log4j.appender.A.File=$UNIX_ENV_VARIABLE/A.log <= This is what I want. The dir path should be picked from some env path
    log4j.appender.A.layout=org.apache.log4j.PatternLayout
    log4j.appender.A.layout.ConversionPattern=%d{HH:mm:ss,SSS} [%t] %-5p %c %x - %m%n
    Or if this should be done in code, then please guide me on that.
    Thanks in advance

    Hi,
    i am facing one problem,
    where today's log and yesterday log has log statements for today with same date.. but different data. any one pls help.
    this is the properties i configured
    # Logger for A messages
    log4j.logger.A=debug, A_R1
    log4j.appender.A_R1=org.apache.log4j.DailyRollingFileAppender
    log4j.appender.A_R1.File=/var/opt/wmeaidata/app_data/log4j/logs/eai_a.log
    log4j.appender.A_R1.MaxFileSize = 5MB
    log4j.appender.A_R1.MaxBackupIndex = 3
    log4j.appender.A_R1.layout=org.apache.log4j.PatternLayout
    log4j.appender.A_R1.layout.ConversionPattern=%d{MMM dd, yyyy hh:mm:ss a}|%c-%X{host}|%m%n
    Thanks
    venkat

  • Invalid directory path for windows...?

    DECLARE
    v_file UTL_FILE.FILE_TYPE;
    v_dir VARCHAR2(250);
    v_filename VARCHAR2(50);
    BEGIN
    v_dir := 'D:/LANDMARK/datamigration';
    v_filename := 'pc_datamigration_out';
    v_file := UTL_FILE.FOPEN(v_dir, v_filename, 'w');
    UTL_FILE.PUT_LINE(v_file, 'Test file for usage of UTL_FILE package');
    UTL_FILE.FCLOSE(v_file);
    exception
    when others then
    dbms_output.put_line('Err utl file..!'||sqlerrm);
    END;
    I am getting eror "Err utl file..!ORA-29280: invalid directory path"
    kindly help me to fix problem.I am working on windows machine not on unix.
    rgds,
    pc

    The correct thing to do is to create a directory object e.g.:
    CREATE OR REPLACE DIRECTORY mydir AS 'c:\myfiles';Note: This does not create the directory on the file system. You have to do that yourself and ensure that oracle has permission to read/write to that file system directory.
    Then, grant permission to the users who require access e.g....
    GRANT READ,WRITE ON DIRECTORY mydir TO myuser;Then use that directory object inside your FOPEN statement e.g.
    fh := UTL_FILE.FOPEN('MYDIR', 'myfile.txt', 'r');Note: You MUST specify the directory object name in quotes and in UPPER case for this to work as it is a string that is referring to a database object name which will have been stored in uppercase by default.
    p.s. as already mentioned by others, this directory must be on your Oracle database server. You can only access client directories if the server itself has a mapping to the client machine itself. Don't expect to provide a path and for the process to access the local client machine of whoever uses it.
    Edited by: BluShadow on 24-Nov-2010 12:24

  • How do you set/find the directory path for /i/

    Searching the forum, I found one note that indicated this was set in MARVEL.CONF (since I'm running 2.0, presumably DADS.CONF). However, looking at the DADS file for my install, I don't see anything resembling a directory mapping. What would the syntax be for this?

    In a default installation, you are supposed to add the mapping to httpd.conf
    But it could be in any file Apache includes.
    Seach for a line like
    Alias /i/     "/opt/oracle/product/10.1.0/Apache/Apache/images/"

  • Exploded Directory path for BPM Worklist Applications

    Hi All,
    If anybody could tell me the location of Exploded Directory where all the existing worklist apps related jsfs are available it would be a great help for me to do some sort of Customization to the out of box Oracle 11g BPM worklist app.
    Durga.

    Hi Durga
    1. Assuming you have a standard SOA/BPM Domain with one AdminServer and one SOA_SERVER1, here is the location where most of the modules are exploded and stored: /yourWeblogicSOAHome/user_projects/domains/yourSOABPMDomain1/servers/soa_server1/tmp. Under this tmp folder, you will see bunch of sub-folders and they have some more sub-folders. It is really tedious if you really want to cusotmize and modify files located at this location. I would strongly NOT recommend this. The files in tmp folders are not gauranteed. Afterall they are temporary file. And most of the times, when I restart my SOA SERVER, I always delete cache, tmp and logs folders. So you will loose all changes and you had to take back up of your changes and restore them.
    2. If you really want customizations like increase timeout say for example, you should use weblogic console, deployments, that war/ear and modify and store the changes in custom plan.xml file.
    3. If you really want to customize some jsff stuff, figure out which EAR/WAR is having that file. You can use general perception. Then directly go to the actual EAR and extract and get JAR/WAR. Then extract contenst of WAR and then modify jsff etc. Put jsff with same path back in war and put war back in EAR. Most of the soa modules are located at /yourWeblogicHome/Oracle_SOA1/soa/modules. The most important modules that has core files are like bpm-services which are at: /yourWeblogicHome/Oracle_SOA1/soa/modules/oracle.soa.workflow_11.1.1 and actual data controls/ui stuff in bpm-workflow-datacontrol.jar file in the same above module. ALWAYS take back up of original EAR/WAR/JAR before you extract and make changes.
    4. Last option is you create your own Custom Worklist app which is not very simple (I would say), unless you want very basic minimum stuff.
    Thanks
    Ravi Jegga

  • Domain directory path for Monitor Agent on Linux?

    If I'm installing Monitor (agent) on an OES2 Linux server, I am prompted for the path to a domain directory
    But this server is not going to have any domains on it.
    the docs are poor at best on this section (other than to follow the prompts)
    I am assuming (since there's a "file browser" button) that if there's no domain on this server, that I cannot use a UNC path and must use a mount point to a server that has a domain?
    And if the other server is on NSS, I will need ncpmount?

    Originally Posted by dzanre
    kjhurni wrote:
    > Only because if the GWIA is down, it'll alert nobody (haha) because well,
    > the GWIA is down.
    Oh - but you don't want to use your GWIA for alerts. Monitor has its own
    SMTP mailer, so unless you HAVE to go through a relay host, monitor can
    alert you regardless of whether the system is down. I send my alerts to the
    smtp address of my phone.
    Danita
    Novell Knowledge Partner
    Moving GroupWise to Linux?
    Moving GroupWise
    Even better! Yes, we can send to the relay host and let it go wherever.
    I was just thinking that let's say a regional POA/MTA is having problems, that the delivery address for the notification should be an " internal" GW account.
    Obviously though, if the GWIA is having an issue we'd not know about it because it would try to deliver to the internal GW address and that has to go through the GWIA.
    Although with diff. groups I will see if I can put the GWIA/MTA into a special group that gets notified to like the blackberry or something (like a text message).

  • Creating a DB_ENV environment/setting a directory path for db's in Windows

    I have a small visual studio 2005 c++ program where I am trying to specify which directory to open my database from. I use db_env_create to create my environment and then I try to use DB_ENV->set_data_dir to set my path but it keeps returning a non 0 number and not setting my path. Did I miss any steps?
    Thanks

    Here is an example that I tried and it is crashing at the set_cachesize.
    I don't set the cachesize it then crashes at the dbenv->open. Any idea why I am crashing? I am using Berkeley version 4.6.21 with Windows xp and visual studio 2005.
    Thanks.
    int ret;
    if ((ret = db_env_create(&dbenv, 0)) != 0)
         cout <<"Error Creating Database " << endl;
         return (1);
    if ((ret = dbenv->set_cachesize(dbenv, 0, 64 * 1024, 0)) != 0)
            cout << "Cache size error " << endl;
         dbenv->close(dbenv, 0);
         return (1);
    (void)dbenv->set_data_dir(dbenv, "C:\Documents and Settings");
    if ((ret = dbenv->open(dbenv, "C:\Documents and Settings\champ\My Documents\Visual  
         Studio 2005\Projects",DB_CREATE | DB_INIT_LOCK | DB_INIT_LOG | 
         DB_INIT_MPOOL | DB_INIT_TXN,0)) != 0)
           cout << "Cache size error " << endl;
           dbenv->close(dbenv, 0);
           return (1);
    }

  • File Adapter Directory Path

    Hi,
    I have hot coded the directory path.
    I want to read the input directory path for fileadapter from a file(i will have a configuration file where i will set values for parameters).
    Regards
    Vishnu

    Thanks Ashish, it is helpful.
    Just one more question, I am not sure what value do I add from making physical to logical. Let's say if I have file polling read operation (not sync read), then if I configure physical path it will be hardcoded in jca wsdl file, if I configure logical it is hard coded in bpel.xml file.
    Unlike other preferences I am not able to update my logical directory in bpel.xml at run time in descripter tab. So if my input directory changes for some reason, I have to replace it (via ANT) and redeploy the process no matter what.
    Let me know if I understand it correctly.
    Vishnu,
    Please clarify which operation you are using, if you are using sync read or write, you can read your directory and file name from parameter file and pass it to adapter for reading that file. Adapter will give you content and also the name file/directory as header variable.
    If you are using polling operation, "after reading" the file adapter will provide file name and directory in header. But if you want pass the name of directory to adapter for reading the file, then I have asked similar question to Ashish.
    Regards,
    Chintan

  • Defining virtual path for images to be visible without specifiying path(AS)

    Hi,
    I am running a report (Version 10g) which have an image (Read from file = yes) item with source "Function column" that returns an image name. Ex. "11.gif"
    I am recieving an error that the applications server cannot find the image "11.gif"
    Image 11.gif is stored in a directory on the Applications server "D:\photos".
    Where should I add the directory path "D:\photos" so that the reports will view the image?
    Thanks

    No need to define a virtual path similar to what's done in forms 10g. An entry in the registry key 'REPORTS_PATH' is enough!

  • Change Directory Path using Dynamic Configuration

    Hi,
    We have a requirement where the directory path for placing the files is different across our different environments. Ex: Development Environment has a different path than the Quality Enviornmnet. Also the full path is depending on fileds within the message.
    I want to use Dynamic Configuration to create the Directory path. But in order to capture the full requirement I need to know wheich environment I am within the User Defined Function.
    Can someone provide me the java class and function that I can use in my UDF to read the environment I am in.
    ( Essentially I want to read Sy-SYSID in ABAP...using Java. )
    Regards,
    Arunava

    Hi Arunva,
    >>Essentially I want to read Sy-SYSID in ABAP...using Java.
    It might not be possible to read system id in java, but you can read the sender or receiver service(SENDER_SERVICE or RECEIVER_SERVICE) and based on it can decide the diretory in DynamicConfiguration.
    If you have a sender or receiver SAP sysem then better to read its name because this business systm ill haeunique name aross different environment. Check this thread too
    User-defined function: RFC call
    Regards
    Suraj

Maybe you are looking for

  • How can i print the the entire help manual?

    Yes. I know how to view the help guide/manual online. Just want to know if I can print the entire guide out at once instead of wasting an entire day pointing, clicking, and printing each topic/subject individually. Thank you, Cal Thompson

  • File Adapter: need to include filename in content being written

    I want to use the file adapter to write a file, using the filename convention to generate part of the name dynamically. However, I need to include the filename used for the output file in the actual content too. Any ideas if this can be done? Thanks

  • How to process a bunch of files

    I am attempting to write a program that will take a list of files to process & process them each in turn. At the moment I have 2 Files declared: File inputFile=new File("default.asc"); File outputFile=new File("default.txt"); The idea is that the use

  • "best practices" on playlists

    I've always created a new playlist representing each album in my collection. It dawns on my that there's no reason to do this, because the library already organizes things this way. Do I lose anything by deleting all of my album-based playlists?

  • "reply with message" feature should be re-designed

    I think the "reply with message" feature is great BUT, there are 2 big BUTs: 1- I am Turkish, living in French speaking part of Switzerland. Most of my friends who call me either speak Turkish or French. When I use the reply with message feature, it