Creating directory or path on URL

Hi Everyone,
I have a simple questions where you Java gurus might be able to help me. I have granted access to a https URL, e.g. https://someserver.com/myfolder. I was able to authenticate and upload some files to the aforementioned URL using a simple JAVA program. But my question was, would I be able to create a folder or directory called myotherfolder under the https://someserver.com/myfolder/ URL using JAVA. If possible, a simple example of how it might be done would be much appreciated. Thank you all for looking at my problem. See you later.
Regards,
John

You can create directories using the WebDAV protocol. I'm not aware of any other HTTP-ish protocol that allows it. You'd have to run a server that supports WebDAV to use that protocol.

Similar Messages

  • SelectTransport: creating directory failed: Win32Exception: root of directory to create not found: The system cannot find the path specified. [0x00000003]

    USMT is failing with error 71 for all users in a specific office when backing up to a specific share:
    COMPUTERNAME\Guest, administrator: No, interactive: Yes, logged on: No, has profile: No
    DOMAIN\USERNAME, administrator: Yes, interactive: Yes, logged on: Yes, has profile: Yes
    COMPUTERNAME\Administrator, administrator: Yes, interactive: Yes, logged on: No, has profile: Yes
    2014-10-31 12:52:37, Status [0x000000] Activity: 'MIGACTIVITY_TRANSPORT_SELECTION'
    2014-10-31 12:52:37, Info [0x000000] Processing the settings store
    2014-10-31 12:52:37, Error [0x000000] SelectTransport: creating directory \\san.f.q.d.n\share$\username\BACKUP\USERNAME\USMT failed: Win32Exception: root of directory to create not found: The system cannot find the path specified. [0x00000003] class UnBCL::DirectoryInfo *__cdecl UnBCL::Directory::CreateDir(const class UnBCL::String *)[gle=0x00000005]
    2014-10-31 12:52:37, Info [0x000000] Failed.[gle=0x00000091]
    2014-10-31 12:52:37, Info [0x000000] A Windows Win32 API error occurred
    Windows error 3 description: The system cannot find the path specified.[gle=0x00000091]
    2014-10-31 12:52:37, Info [0x000000] Windows Error 3 description: The system cannot find the path specified.
    2014-10-31 12:52:37, Info [0x000000] USMT Completed at 2014/10/31:12:52:37.861[gle=0x00000091]
    2014-10-31 12:52:37, Info [0x000000] Entering MigShutdown method
    2014-10-31 12:52:37, Info [0x080000] COutOfProcPluginFactory::FreeSurrogateHost: Shutdown in progress.
    2014-10-31 12:52:37, Info [0x0803e5] Not unmapping HKLM\ELAM; it is not mapped
    2014-10-31 12:52:37, Info [0x0803e6] Removing mapping for HKLM
    2014-10-31 12:52:37, Info [0x0803e7] Successfully unmapped HKLM
    2014-10-31 12:52:37, Info [0x0803e6] Removing mapping for HKU
    2014-10-31 12:52:37, Info [0x0803e7] Successfully unmapped HKU
    2014-10-31 12:52:37, Info [0x080487] Destroying OS analysis service
    2014-10-31 12:52:37, Info [0x080488] Destroyed OS analysis service
    2014-10-31 12:52:37, Info [0x000000] Leaving MigShutdown method
    2014-10-31 12:52:37, Info [0x000000] ----------------------------------- USMT ERROR SUMMARY -----------------------------------
    2014-10-31 12:52:37, Info [0x000000] * USMT error code 71:
    2014-10-31 12:52:37, Info [0x000000] +-----------------------------------------------------------------------------------------
    2014-10-31 12:52:37, Info [0x000000] | A Windows Win32 API error occurred
    2014-10-31 12:52:37, Info [0x000000] | Windows error 3 description: The system cannot find the path specified.
    2014-10-31 12:52:37, Info [0x000000] +-----------------------------------------------------------------------------------------
    As the user in question, when I browse \\san.f.q.d.n\share$\username, the BACKUP directory exists, but there are no sub directories.
    I manually created the sub directories, USERNAME\USMT - so the full path now exists: \\san.f.q.d.n\share$\username\BACKUP\USERNAME\USMT
    I re-ran USMT but the process returned the same error.
    If I specify other shares not on san.f.q.d.n but on san1.f.q.d.n or server.f.q.d.n or even workstation.f.q.d.n, it works fine.
    Can someone provide guidance on how to troubleshoot this further?

    In Windows, setting the Environmental Variable sometimes DOES NOT WORK.
    The -Djava.io.tmpdir=C:\temp setting must be made in the server properties of the oc4j in order for it to work.
    Jae

  • Create directory path in RAC

    hi gurus,
    i want to set value for <path> for the 'create or replace directory <name> as <path>'.
    is it posible to set the <path> as one of the server's local path instead of database shared location?
    thanks,
    charles

    I just did a testing on my RAC.
    hope that may make you clear.
    from 1st node.
    C:\drive is the local directory(no on SAN)
    SQL> select object_name,object_type from dba_objects where object_type='DIRECTORY';
    OBJECT_NAME OBJECT_TYPE
    DATA_PUMP_DIR DIRECTORY
    ADMIN_DIR DIRECTORY
    WORK_DIR DIRECTORY
    SQL> create directory backup as 'C:\RMAN_backup\';
    Directory created.
    SQL> select object_name,object_type from dba_objects where object_type='DIRECTORY';
    OBJECT_NAME OBJECT_TYPE
    DATA_PUMP_DIR DIRECTORY
    ADMIN_DIR DIRECTORY
    WORK_DIR DIRECTORY
    BACKUP DIRECTORY
    On 2nd node
    SQL> select object_name,object_type from dba_objects where object_type='DIRECTORY';
    OBJECT_NAME OBJECT_TYPE
    DATA_PUMP_DIR DIRECTORY
    ADMIN_DIR DIRECTORY
    WORK_DIR DIRECTORY
    BACKUP DIRECTORY
    4 rows selected.
    you will be able to see it here as well. but if you try to run your backup command you will not be able to run due phuscially this is available only on 1st node.
    If any inputs plz welcome
    Thank you,
    Anil Malkai

  • Create directory (using RMI)

    Hi all,
    I would like to create a directory in the server part of a RMI application.
    It appears that I don't have permission to do that...
    Can anyone tell me which permissions do I need to be able to create a directory ??
    My policy file is:
    grant codeBase "file:/M:/project/-"  {
         permission java.net.SocketPermission "127.0.0.1", "accept, connect,resolve";
         permission java.io.FilePermission "M:\\project\\Demo\\*", "read, write";
         permission java.io.FilePermission "M:\\project\\Demo\\Playlists\\*", "read, write";
         permission java.io.FilePermission "M:\\project\\Demo\\log\\*", "read, write";
         permission java.io.FilePermission "M:\\project\\Demo\\Pages\\*", "read, write";
    };And I would like to be able to create directory in the Page directory.
    I have been told that I should allow access to read and write to all the super-directories of the Page directory... Is is true ???
    Thanks for any help,
    Karau

    Here are some standard system properties:
    grant {
         // "standard" properies that can be read by anyone
         permission java.util.PropertyPermission "java.version", "read";
         permission java.util.PropertyPermission "java.vendor", "read";
         permission java.util.PropertyPermission "java.vendor.url", "read";
         permission java.util.PropertyPermission "java.class.version", "read";
         permission java.util.PropertyPermission "os.name", "read";
         permission java.util.PropertyPermission "os.version", "read";
         permission java.util.PropertyPermission "os.arch", "read";
         permission java.util.PropertyPermission "file.separator", "read";
         permission java.util.PropertyPermission "path.separator", "read";
         permission java.util.PropertyPermission "line.separator", "read";
         permission java.util.PropertyPermission "java.specification.version", "read";
         permission java.util.PropertyPermission "java.specification.vendor", "read";
         permission java.util.PropertyPermission "java.specification.name", "read";
         permission java.util.PropertyPermission "java.vm.specification.version", "read";
         permission java.util.PropertyPermission "java.vm.specification.vendor", "read";
         permission java.util.PropertyPermission "java.vm.specification.name", "read";
         permission java.util.PropertyPermission "java.vm.version", "read";
         permission java.util.PropertyPermission "java.vm.vendor", "read";
         permission java.util.PropertyPermission "java.vm.name", "read";
    You should know which resources your application needs to access and to provide the required permissions for them.

  • Error 7 occurred at Create Folder in Create Directory Recursive.vi-

    Recieved following message when attemoting to create source distribution
    Error 7 occurred at Create Folder in Create Directory Recursive.vi->ABAPI Dist Create Directory Recursive.vi->ABAPI Dist Chk for Destinations.vi->ABAPI Copy Files and Apply Settings.vi->SDBEP_Invoke_Build_Engine.vi->SDBUIP_Build_Invoke.vi->SDBUIP_Build_Rule_Editor.vi->SDBUIP_Item_OnDoProperties.vi->SDBUIP_Item_OnDoProperties.vi.ProxyCaller
    Possible reason(s):
    LabVIEW:  File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux.

    Hello,
    Could you please list which options you are selecting when building a
    source distribution (I am assuming you are using LabVIEW 8.0?).
    Do you get this error when clicking on "Generate Preview" button when configuring source distribution properties?
    Under "Distribution Settings" category, could you try checking the
    "Disconnect type definitions and remove unuses polymorphic VI
    instances" option and see if that helps with the build process?
    Also I suggest Mass Compiling your VIs (Tools -> Advanced -> Mass Compile) before creating a source distribution.
    If these do not help, could you attach your project with all the VIs it contains here?
    Thank you and best regards,
    Shakhina P.
    Applications Engineer
    National Instruments

  • Create logical file path and read it in main program

    Hello Experts,
    My requirement is, I have to read files from application server.
    File path/ Directory is different in different system (systid). i have to read all files starting with (xyz*) from mentioned directory.
    This path i must define in logical path.
    Following are the steps i followed.
    1)   In FILE (TCODE) i have created a logical path and assigned a physical path to it.
    2)   I have created logical file ( I am not sure about this, as i dont have to create logical file, i just need to read file from above path starting with xyz*,  but FM FILE_GET_NAME requires logical file name so i have created it).
    3) I will pass logical file name to FM FILE_GET_NAME and recieve physical file path(with file name which i can ignore).
    these all steps i found on SDN. but its not working.
    FM FILE_GET_NAME is always returning same file path ( Not even close to what i have defined ).
    I can not read data from Table path as it will return physical path as it is, but i need it replaced with system id.
    Any suggestion will be really helpful.
    Thanks in Advance.
    Regards,
    Amar

    Hi Amar,
    one difficulty defining physical path name is to know the right Syntax group.
    For example if you habe OS Linux, you need Syntax Group UNIX here. In Table OPSYSTEM you can see, which OS (OPSYS) needs which FILESYS (Syntax Group).
    If you always get a wrong physical path, this may be caused ba a wrong choice of the Syntax Group. Only the correct one will lead to the correct path.
    Regards,
    Klaus

  • Burrito install fail, trying to create directory in wrong place

    Below is the error log from my attempted install. Of the 23 errors 22 are being unable to deleted things it never created. The error that seems to be the initial cause is this:
    Unable to create directory "\\drnas02\users\CADU\gae04\..\Adobe Flash Builder Burrito Preview
    \\drnas02\users\CADU\gae04 is a home directory I have on a network drive, but the installer isn't trying to create the directory there, it is trying to put it one dir up (with the ..) where I don't even have read permissions.  I never specified the gae04 directory to the installer, but I assume its defined as some sort of application data directory as one other app created a directory there.
    Here is the full error log.
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 23 error(s), 0 warning(s)
    ERROR: 16101 Unable to create directory "\\drnas02\users\CADU\gae04\..\Adobe Flash Builder Burrito Preview
    ERROR: 16101 Command ARKCreateDirectoryCommand failed.
    ERROR: 16101 Unable to delete directory "\\drnas02\users\CADU\gae04\..\Adobe Flash Builder Burrito Preview". Error 2 The system cannot find the file specified.
    ERROR: 16101 Error rolling back command ARKCreateDirectoryCommand
    ERROR: 16098 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder Burrito\eclipse\configuration\config.ini" Error 3 The system cannot find the path specified.
    ERROR: 16098 Error rolling back command ARKMoveFileCommand
    ERROR: 16097 Unable to delete directory "C:\Program Files\Adobe\Adobe Flash Builder Burrito\eclipse\configuration". Error 2 The system cannot find the file specified.
    ERROR: 16097 Error rolling back command ARKCreateDirectoryCommand
    ERROR: 16035 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder Burrito\AMT\application.xml" Error 3 The system cannot find the path specified.
    ERROR: 16035 Error rolling back command ARKMoveFileCommand
    ERROR: 16034 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder Burrito\AMT\application.sif" Error 3 The system cannot find the path specified.
    ERROR: 16034 Error rolling back command ARKMoveFileCommand
    ERROR: 16033 Unable to delete directory "C:\Program Files\Adobe\Adobe Flash Builder Burrito\AMT". Error 2 The system cannot find the file specified.
    ERROR: 16033 Error rolling back command ARKCreateDirectoryCommand
    ERROR: 21 Deleting Registry Key - failure. Error 5
    ERROR: 3 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder Burrito\FlashBuilder.exe" Error 3 The system cannot find the path specified.
    ERROR: 3 Error rolling back command ARKMoveFileCommand
    ERROR: 2 Unable to delete file copy at "C:\Program Files\Adobe\Adobe Flash Builder Burrito\.eclipseproduct" Error 3 The system cannot find the path specified.
    ERROR: 2 Error rolling back command ARKMoveFileCommand
    ERROR: 1 Unable to delete directory "C:\Program Files\Adobe\Adobe Flash Builder Burrito". Error 2 The system cannot find the file specified.
    ERROR: 1 Error rolling back command ARKCreateDirectoryCommand
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe Flash Builder: Install failed

    Indeed, our core installer team has agreed to supply the home folder path token we need for this fix, in time for the Burrito release.
    I experimented with changing my own network Documents location a few months ago, and was able to move it down one level without much difficulty. The actual steps vary a little depending on whether you're on WinXP, Vista or Win7:
    WinXP:
    http://support.microsoft.com/kb/310147
    Win7:
    http://social.answers.microsoft.com/Forums/en-US/w7files/thread/fd508c30-7dad-4a7e-a652-ba 49828e5f0e
    -Chris

  • Create directory error on a VMS system

    Ok, I am trying to load some date into a CLOB field within a small table I have created. Here is how I attempted to accomplish this and the result (and to add insult to injury, it is on a VMS system!):
    CREATE TABLE js_holder (
    js_name varchar(30),
    js_body CLOB );
    CREATE DIRECTORY foos as 'USR$DISK:[CLEMENSD.SQL_EDIT]';
    CREATE OR REPLACE PROCEDURE Load_CLOB IS
    dest_clob CLOB;
    in_file BFILE := BFILENAME('foos', 'supernote.js');
    dst_offset number := 1 ;
    src_offset number := 1 ;
    lang_ctx number := DBMS_LOB.DEFAULT_LANG_CTX;
    warning number;
    BEGIN
    DBMS_OUTPUT.ENABLE(100000);
    INSERT INTO js_holder(js_name, js_body)
    VALUES('supernote', empty_clob())
    RETURNING js_body INTO dest_clob;
    DBMS_LOB.OPEN(in_file, DBMS_LOB.LOB_READONLY);
    DBMS_LOB.LoadCLOBFromFile(
    DEST_LOB => dest_clob,
    SRC_BFILE => in_file,
    AMOUNT => DBMS_LOB.GETLENGTH(in_file),
    DEST_OFFSET => dst_offset ,
    SRC_OFFSET => src_offset,
    BFILE_CSID => DBMS_LOB.DEFAULT_CSID,
    LANG_CONTEXT => lang_ctx,
    WARNING => warning );
    DBMS_LOB.CLOSE(in_file);
    COMMIT;
    DBMS_OUTPUT.PUT_LINE('Loaded File using DBMS_LOB.LoadCLOBFromFile.');
    END;
    then the following:
    SQL> set serveroutput on
    SQL> exec Load_CLOB
    SQL> exec load_clob
    BEGIN load_clob; END;
    ERROR at line 1:
    ORA-22285: non-existent directory or file for FILEOPEN operation
    ORA-06512: at "SYS.DBMS_LOB", line 672
    ORA-06512: at "BANINST1.LOAD_CLOB", line 13
    ORA-06512: at line 1
    SQL>

    Wow you've sure got a lot of threads going on this one (Ok Waz zup? and VMS, create directory and the chamber of secrets
    My first question is have you checked to ensure that the file and directory permissions will allow oracle to read the file you want? Have you tried dumping your supernote.js file in the jobsub directory, or chaning it's (and/or the directories) protections?
    From the documentation for create directory: "Oracle Database does not verify that the directory you specify actually exists. Therefore, take care that you specify a valid directory in your operating system. In addition, if your operating system uses case-sensitive path names, be sure you specify the directory in the correct format."

  • Create directory utl_file errors

    I thought that I would be able to answer my problem with all the help I've seen online. I don't seem to be able to.
    I have the following code (snippet) below from my procedure:
    v_file varchar2(100);
    v_direc constant varchar2(30) := 'c:\output\';
    v_testfile UTL_FILE.FILE_TYPE;
    BEGIN
    v_testfile := utl_file.fopen('C:\output', 'JohnsUIICounts.txt', 'w');
    open csr_uii;
    loop
    fetch csr_uii into csr_uii_a, csr_uii_b, csr_uii_c, csr_uii_d;
    exit when csr_uii%NOTFOUND;
    utl_file.put_line(v_testfile, csr_uii_a || ' ' || csr_uii_b || ' '|| csr_uii_c || ' '|| csr_uii_d);
    end loop;
    I logged on to SQL Developer and did:
    CREATE DIRECTORY V_DIREC AS 'C:\output\';
    GRANT WRITE ON DIRECTORY V_DIREC TO PUBLIC;
    I got the message back that the directory was created. When I go to the c:\ drive, I don't see the directory.
    Any ideas? I've gone through all sorts of iterations like changing the drive from c to e, different folder names, upper and lower case, nothing works.
    Victoria

    Thanks. Now that I understand that, I created the directory on the server. I reran the code. I'm still getting:
    ORA-29280: invalid directory path
    ORA-06512: at "SYS.UTL_FILE", line 33
    ORA-06512: at "SYS.UTL_FILE", line 436
    I notice that on the Windows Server, when I create the directory (as an admin user), I check on the properties, and it keeps staying read only. I can modify it, but the change doesn't save. I heard something about group permissions. Is it possible that the problem is because of permissions on the server? I would think that might be the real problem at this point.
    Thanks,
    Victoria
    Edited by: user3804901 on May 20, 2009 4:31 AM

  • Can't create directory while in fakeroot

    Hi all,
    I'm trying to create a PKGBUILD for mplabx. When the installer tries to create the directory /opt/microchip, it gets the error permission denied.
    My pkgbuild:
    # This is an example PKGBUILD file. Use this as a start to creating your own,
    # and remove these comments. For more information, see 'man PKGBUILD'.
    # NOTE: Please fill out the license field for your package! If it is unknown,
    # then please put 'unknown'.
    # Maintainer: Cedric de Wijs <[email protected]>
    pkgname=microchip_mplab-x
    pkgver=7.02
    pkgrel=1
    epoch=
    pkgdesc=""
    arch=('x86_64')
    url="http://www.microchip.com/en_US/family/mplabx/index.html"
    license=('unknown')
    groups=()
    depends=()
    makedepends=()
    checkdepends=()
    optdepends=()
    provides=()
    conflicts=()
    replaces=()
    backup=()
    options=()
    install=
    changelog=
    source=(http://ww1.microchip.com/downloads/mplab/X_Beta/mplabx-ide-beta7.02-linux-64-bit-installer.bin)
    noextract=()
    md5sums=('fbe573dabb54120947bbefaa2d8003d4')
    build() {
    whoami
    check() {
    whoami
    package() {
    whoami
    chmod +x mplabx-ide-beta7.02-linux-64-bit-installer.bin
    mkdir -p /opt
    mkdir /opt/microchip
    mkdir /opt/microchip/mplabx
    ./mplabx-ide-beta7.02-linux-64-bit-installer.bin
    The console output:
    $ makepkg
    ==> Making package: microchip_mplab-x 7.02-1 (Mon Sep 26 07:42:15 CEST 2011)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found mplabx-ide-beta7.02-linux-64-bit-installer.bin
    ==> Validating source files with md5sums...
    mplabx-ide-beta7.02-linux-64-bit-installer.bin ... Passed
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    cedric
    ==> Starting check()...
    cedric
    ==> Entering fakeroot environment...
    ==> Starting package()...
    root
    mkdir: cannot create directory `/opt/microchip': Permission denied
    ==> ERROR: A failure occurred in package().
    Aborting...
    When I create the directory /opt/microchip (in the real root), the above error changes:
    $ su
    Password:
    [root@cedric mplab-test]# mkdir /opt/microchip
    [root@cedric mplab-test]# exit
    exit
    [cedric@cedric mplab-test]$ makepkg
    ==> Making package: microchip_mplab-x 7.02-1 (Mon Sep 26 07:45:15 CEST 2011)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found mplabx-ide-beta7.02-linux-64-bit-installer.bin
    ==> Validating source files with md5sums...
    mplabx-ide-beta7.02-linux-64-bit-installer.bin ... Passed
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    cedric
    ==> Starting check()...
    cedric
    ==> Entering fakeroot environment...
    ==> Starting package()...
    root
    mkdir: cannot create directory `/opt/microchip': File exists
    ==> ERROR: A failure occurred in package().
    Aborting...
    What can I do to get around this?
    Best regards,
    Cedric

    Thanks. I have now adjusted the PKGBUILD as such
    # This is an example PKGBUILD file. Use this as a start to creating your own,
    # and remove these comments. For more information, see 'man PKGBUILD'.
    # NOTE: Please fill out the license field for your package! If it is unknown,
    # then please put 'unknown'.
    # Maintainer: Cedric de Wijs <[email protected]>
    pkgname=microchip_mplab-x
    pkgver=7.02
    pkgrel=1
    epoch=
    pkgdesc=""
    arch=('x86_64')
    url="http://www.microchip.com/en_US/family/mplabx/index.html"
    license=('unknown')
    groups=()
    depends=()
    makedepends=()
    checkdepends=()
    optdepends=()
    provides=()
    conflicts=()
    replaces=()
    backup=()
    options=()
    install=
    changelog=
    source=(http://ww1.microchip.com/downloads/mplab/X_Beta/mplabx-ide-beta7.02-linux-64-bit-installer.bin)
    noextract=()
    md5sums=('fbe573dabb54120947bbefaa2d8003d4')
    build() {
    whoami
    check() {
    whoami
    package() {
    whoami
    chmod +x mplabx-ide-beta7.02-linux-64-bit-installer.bin
    install -d "$pkgdir"/opt/microchip/mplabx
    ./mplabx-ide-beta7.02-linux-64-bit-installer.bin
    The directories are no made without problems, but the mplab installer still complains it can't create the directories.
    $ makepkg
    ==> Making package: microchip_mplab-x 7.02-1 (Mon Sep 26 08:04:04 CEST 2011)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found mplabx-ide-beta7.02-linux-64-bit-installer.bin
    ==> Validating source files with md5sums...
    mplabx-ide-beta7.02-linux-64-bit-installer.bin ... Passed
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    cedric
    ==> Starting check()...
    cedric
    ==> Entering fakeroot environment...
    ==> Starting package()...
    root
    ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded: ignored.
    ==> ERROR: A failure occurred in package().
    Aborting...
    It looks like makepkg only runs install in the fakeroot. Is there any way a binary installer can be run inside the fakeroot?
    Am I going in the right direction, or is there no way to run a binary installer like this?
    Are there other binary installers that are run like this?
    Best regards,
    Cedric
    Last edited by cdwijs (2011-09-26 06:32:06)

  • Outbound FTP adapter directory dynamic path

    Hi,
    I tried creating FTP adapter with logical directory names.
    When I create inbound FTP adapter (get activity) and provide logical directory path, it creates activation agent and on deployment it works fine. However when I try to create FTP adapter for outbound FTP adapter (put activity) and provide logical directory path, it could not create activation agent for the same….When I add activation agent manually, I am able to compile the service locally on J Developer, but could not deploy the service into SOA Instance.
    Please update me, if anybody has made outbound FTP adapter directory dynamic path.
    Best Regards,
    Dhaval Khamar

    Dipal's note is correct for setting the output directroy dynamically, but I just want to clarify the steps you are taking.
    You say that you create the activation agent manually for the put FTP adatper. This is not required, the activation agent is used to poll locations to invoke a process. The put activity is invoked from the BPEL process and not required.
    If you are using logical directorys you partner link should look like this in the bpel.xml
    <partnerLinkBinding name="writeFile">
    <property name="wsdlLocation">writeFile.wsdl</property>
    <property name="OutboundDir">/app01/oracle/outbound</property>
    <property name="retryInterval">60</property>
    </partnerLinkBinding>
    The nasty thing about BPEL is that if you edit this manually and you make chnages BPEL will over write this. To avoid this create a property in the partner link. Right-Click the partner link select property tab, enter the logical directory name, e.g. OutboundDir and provide a value.
    If you want to chnage this location dynamically during runtime follow Dipal's note.
    cheers
    James

  • Oracle 10g enterprise manager create directory

    Hi,
    I am new to using Oracle 10g on Linux and struggle with creating a new directory using the Enterprise Manager "wizard".
    I go to Database Instance > Directory Objects > Create Directory objects
    and try it with \home\oracle , then test the file system it says directory not available.
    pressing OK and continueing with my data dump does not work because I get the error "The directory does not exist"
    I wonder why it has not been created?
    moreover how do I delete the directory objects. I cant find a delete button using the enterprise manager browser ui ?
    Edited by: metalray on 10-Jul-2009 09:12

    metalray wrote:
    Hi EdStevens,
    thanks for your reply.
    I have heard this "read a book" a thousand times and gues what. I am
    reading a book and this is exercise 9.2 and it tells me (as part
    of the ultimate learning path) to use the enterprise manager
    after I have created the directory with sqlplus.
    I also tried the intuitiv DROP DIRECTORY in sqlplus as well but...
    the directory does apparently not exist (altough I can see it clearly there in the list).That could be an ownership issue. Who does the directory belong to? who are you logged on as?
    >
    >
    >
    Hence I came to the conlusion to create a directory using the good old enterprise manager and it did not work too well either.
    whatever I type in there I get file system does not exist. I guess I do something wrong with the PATH written into the textbox right?
    [directory creation does not work|http://metalray.redio.de/dokumente/linux01.jpg]
    Who are you connecting as when you log on to OEM? Try logging on with sysdba authority and you should see some more options available on the directory management page.
    >
    >
    @DMBS direct
    what I cant see is a delete button....
    [no delete button|http://metalray.redio.de/dokumente/linux02.jpg]

  • Tar extract file in particular directory excluding path stored in tar file

    In winzip you have chk box 'Use Foldername', if you uncheck it, all files will be extracted to path given in Extract to:
    Like winzip, do you have facility to extract files from tar file to a particular directory ignoring path stored in tar file.
    os - linux,unix
    regds

    Using -C <new_directory> options creates
    subdirectories under the new_directory as per path
    stored in tar file
    I just want to extract the files in the -C directory.
    e.g.
    # tar -tvf archive.tar
    -rw-r----- oracle/oinstall 4669440 2006-11-30
    13:23:02 /app/fmb/FORM1.fmb
    -rw-r----- oracle/oinstall 200704 2006-11-29
    10:18:25 /app/fmb/FORM2.fmb
    when i give following command
    tar -xvf archive.tar -C TargetDir
    creats subdirectory app/fmb in this TargetDir and
    then extract the files Forms1.fmb
    TargetDir/app/fmb/FORM1.fmb
    TargetDir/app/fmb/FORM2.fmb.
    where as i want FORM1.fmb and FORM2.fmb in TargetDir
    TargetDir/FORM1.fmb
    TargetDir/FORM2.fmb
    regdsit's include directory information when you run tar cvf.
    you can do the following action
    1. cd /app/fmb/
    2. tar cvf archive.tar *
    3. tar -xvf archive.tar -C TargetDir

  • Error in creating directory

    i am using the following command to create a directory in Oracle:-
    CREATE OR REPLACE DIRECTORY DATALOAD AS ‘D:\temp\udump’
    ERROR at line 1:
    ORA-00911: invalid character
    How, can we remove the error? Please, help in solving the doubt.
    regards

    For eg., the directory 'DATALOAD' is not showing under D:\temp\udump path.Alas you have misunderstood the purpose of DIRECTORY objects in Oracle. They are a way of referring to OS paths abstractly, for instance in calls to UTL_FILE or when creating External Tables.
    This is useful for all sorts of reasons. It's safer and easier that setting UTL_FILE_DIR in the init.ora parameters. It's hand if we want our application to run on different operating systems, or just on servers with different directory structures.
    What CREATE DIRECTORY does not do is actually create the OS directory; it's just creating a mapping. You have to create the OS directory yourself, using the tool appropriate to your platform, Explorer in your case.
    Cheers, APC
    Blog : http://radiofreetooting.blogspot.com/

  • How to create directory in al11

    How to create a new directory in the application server(al11) such that when i give the directory path in a parameter if that directory does not exists means it should create automatically?
    Thanks & Regards
    In advance...

    I doubt you can create a directory on the OS level from Al11. For that you will have to contact your BASIS team. Once they have created the directory , then you can configure the created directory to be visbile in AL11.
    regards,
    Advait

Maybe you are looking for

  • My nano is not being recognized by Itunes on Windows 8.1

    I've changed drive paths and uninstalled and reinstalled I-tunes - still not recognizing my Nano, although Windows is.

  • How to design selection screen with WAD 3.x Web Items

    Hi Guruu2019s, I have a requirement where I need to design a selection screen by using WAD 3.x web items. In the selection screen we have to include the Query Description - in the left corner of the selection screen, Name of Sales Person u2013 left s

  • Properties don't show up in the current viewbar filter

    Hello, When clicking the Entity dimension on the current view bar, then applying the filter, there is only one property option to select (The ID property).  Even though there are about 15 properties defined.  This dimension processes fine, but it is

  • Lightroom mobile experience on iPad and iPhone

    I've been using LR Mobile since the week it came out and have a few experiences to share--maybe I'm not understanding perfectly.. Last week, I updated my iPad to iOS 8.1.3. When I tasked it to enable offline editing for several collections, the progr

  • Notification messages set at run time

    I would like to be able to send different message body content at the same place in my workflow determined by settings of a couple of attributes at run time. Is the correct approach to create a function call which has the PLSQL to determine the attri