File is not save in local disk when I run by as.

When I run my forms in my local machine, I can keep my reports as a pdf on my local drive C:\

Now, I transferred my forms on the application server. When I run the form and reports generated, it was recorded in the server C:\ drive


She is hard-coded, I C:\ as my way to save my reports. But I want to save to my local drive, not on the server. No idea how to do this?

The report server cannot access your local PC. So, you must first store the output on the server applications (AS), and then copy it to the PC. You can use webutil for this. Search this forum or Google webutil_file_transfer.as_to_client.

Tags: Oracle Development

Similar Questions

  • Problems downloading a file of muse for the first time. Museutils.js is not on the local disk on the file index.html.

    Hi all

    I hope someone can help because I'm a little desperate.

    I started to design a page with a muse of Qooqee model: SENSE.

    I worked for a month on this issue. When I was about to finish, I got a message that there is a new version of Muse to update. I did the update when I was still working in the design.

    When I finished the desktop version, I downloaded using the "upload to the ftp host" button. All fine until he has gave a "error on the index.html file.

    Screen Shot 2016-02-17 at 2.02.16 PM.png

    So, I was unable to complete the first uploaded to the online page.

    My husband, who knows a bit about coding, opened the index.html file, and we have seen a warning: MUSEUTILS. JS IS NOT ON THE LOCAL DISK.

    Screen Shot 2016-02-17 at 9.43.24 PM.png

    Reading questions similar to the forum that I can guess that the problem has been built with I started with the earlier version of the Muse and updated the Muse version in the workplace, when I finished the page.

    Now, the page is not alive because I am not able to download the file.

    I don't know if that's the problem, however. I downloaded a fresh sense of QooQee model and erase all content and pages name I will use them (he has added a few pages and I moved the contact page somewhere else on the site map). Then, publish the page Go Daddy and have the same problem. Error on the index.html file. For that I am lost again, because everything has been done with the same version of Muse and the latest model of sense (I don't know how they update the models).Screen Shot 2016-02-18 at 12.12.01 PM.png

    Can you please give an idea on how to solve the problem? What I have to redo the entire page?

    Thanks in advance, you are my last hope.

    Good to see that we can exclude a Muse for the functioning and the collection of production. The problem must lie in the specifics and/or requirements of GoDaddy, hosting provider. The Muse team is very aware of being a very popular hosting provider GoDaddy , so they want to learn all the occasional problems or quirks that might appear with Muse in combination with these suppliers. It might have to do with the current version of Muse, but it could also be a coincidence that GoDaddy has begun to change some things on their side as well. Or it could even be a Gremlin (colloquial term for a software bug temporary and inexplicable) blocking a circuit which seems to happen from time to time...

    Are you sure that you follow all the advice and guidelines in this FAQ: download an Adobe Muse of the site to a third-party hosting service ?

    Hang on!

  • I just installed DW 13.2.  Linked files (all CSS, scripts...) "are not on the local disk" - all works in CS6. Help..?

    I just installed DW 13.2.  Linked files (all CSS, scripts...) "are not on the local disk" - all works in CS6. Help...

    When I insert one of the page of the Web site, it shows in the design window.  But when I try to bring any document linked in the left window, code, it is empty and the message says: "whatever.css is not on the local drive.  Also, when I click on LIVE, the file looks like she does not see the file CSS, no images.

    The same site looks and works OK in the DW CS6.

    I'm on Maverick - 2012 Mac Pro - 2 x 2.66 12-core, 64 GB of RAM.

    I configured the same way as CS6 preferences.  Same location of the site, same links.

    Am I missing something?  What should I do?  I uninstalled the DW CC, cleaned pref and installed it again.  Same question.

    Help, please.

    I think, I solved the problem, but I still think that the Dreamweaver does not recognize the addresses.

    I then drive CC_A BB_A Web sites (these are the actual names of the readers).  It's always the disk 'data', apart from the OS, but with a different name.  everything works.  Opening files referred to in the script window, 'live' works as supposed.

    I can only speculate that readers 'CC_A' name has confused the program called CC.

    I can find no other explanation, since, in addition to the name of the drive - everything else is the same.

    Thanks for trying to help.

  • How to remove temporary files, waiting to be written to disk when the computer starts? __

    How to remove temporary files, waiting to be written to disk when the computer starts?

    Hi Reasman,

    Welcome to the Microsoft answers site!

    To clear pending files, select the files/folders in the 'Files to add to the CD/DVD' box and press DELETE. However, if you want to delete all files, click the CD/DVD drive and select 'Clear the staging area' from the context menu.

    You can manually delete the files that are stored in the following location:

    %USERPROFILE%\Local Settings\Application Data\Microsoft\CD Burning folder

    I hope this helps!

    Kind regards
    Gokul - Microsoft Support

  • URGENT::opening multiple files - i have 3 files in my directory... When I run the code I can open a file and read it... but the while loop get blocked after the first iteration... can someone me help or give some indications

    bbmChatDB of public database;

    public static FileConnection fconnRead = null;
    public static String fileReadData = "";
    public static InputStream is = null;
    data Byte [] = null;
    DataInputStream is = null;

    Here is my code...

    I have 3 files in my directory... When I run the code I can open a file and read it... but the while loop get blocked after the first iteration... can someone me help or give some indications

    try {}

    FileConnection fc = Connector.open("file:///store/home/user/documents/BSM/") (FileConnection); "

    If (fc.exists ()) {}

    Enumeration e = fc.list ();

    While (e.hasMoreElements ()) {}

    System.out.println ("files are:" + (String) e.nextElement ());

    play this file
    StringBuffer stringBuff = new StringBuffer();
    try {}
    System.out.println ("opening file")-;
    System.out.println ("file name is:" + (String) e.nextElement ());
    fconnRead = Connector.open("file:///store/home/user/documents/BSM/(String)e.nextElement(),Connector.READ_WRITE) (FileConnection);
    System.out.println ("data length")-;
    If (fconnRead.exists ()) {}
    is = fconnRead.openDataInputStream ();
    data = IOUtilities.streamToBytes (is);
    Ddd = new String string (data);
    fileReadData = ddd.toString ();
    System.out.println ("length of data:" + fileReadData.length ());
    System.out.println ("read data :" + fileReadData);

    }

    } catch (IOException ee) {}
    ee.printStackTrace ();
    System.out.println ("Exception in the read data :")
    + ee.getMessage ());
    }

    }
    }

    } catch (IOException e) {}

    e.printStackTrace ();
    }

    {Finally

    try {}
    If (is! = null) {}
    is. Close();
    }
    System.out.println ("is closed...");
    } catch (IOException e1) {}

    E1. PrintStackTrace();
    }

    If (fconnRead! = null) {}
    try {}
    fconnRead.close ();
    } catch (Exception e) {}
    System.out.println (try ());
    }

    }

    }

    You can recode this treatment so that it uses only:

    e.nextElement ())

    Once a loop iteration.

    Directly at the start saying something like:

    String fileName = e.nextElement ());

    and use fileName everywhere in your loop.

    Also be aware that printStackTrace() will do nothing in your situation, it only works if you catch Throwable.  So make sure you something output all your catches exception and also have a catch (Throwable t) to catch the things you miss, as follows:

    {} catch (Throwable t)

    t.printStackTrace ();

    System.out.println ("Eception exception:" + t.toString ());

    }

    I think your code is thrown an exception and you don't see it.

  • 'not on the local disk file' warning when it is absolutely

    Use DreamweaverCC2014 for the first time. Work on a MacPro running old Yosemite.

    I define a new site, specifying the directory in which the files of my site are stored. The site has a single page named index.htm, in the root directory, which has a link to a CSS style sheet named 'main.css' in a directory named "_css". The CSS file is contained in the directory and will appear in the Dreamweaver files as expected tab. The link to the style sheet is properly trained on the index.htm page.

    In the top left of the workspace, I see two buttons: one for 'Source Code', which, when selected, displays the source code of the page, I'm working. Next to it is a button that says 'main.css', which is EXPECTED to open up the CSS page and change it. However, when I click on this button, I get an icon of the caveat, as well as the message that says:

    "'main.css' is not on the local drive."

    Next to this is a link that says 'Get', which I suppose, when clicked, would allow me to find and recreate a link to the style sheet. However, such is not the case. Instead, I get a warning window that says:

    "' main.css isn't in a defined site.

    When I look at the page in Live View mode, the style sheet appears not, rather just the sheet without style. Looking at it in a browser, however, don't.

    The code is correct; I checked one re-checked it. The files are all in place and appear as expected in the files Panel. Any thoughts on why Dreamweaver think this CSS file does not exist?

    As this question decreased my confidence in using the software for a project of criticism, I contacted Adobe technical support for assistance.

    It is a known problem.

    The problem has to do with DW 'confused' if there is another file in the disc root of site that may have the same name. In my case, there was (I tend to name the CSS files for my sites with terribly generic 'main' designation). The representative suggested that I create a completely new site root, which put my file structure and see if the problem resolves. I did two things:

    First, I installed a brand new installation of DWCC2014 on my MacPro laptop. Existing site no file any on this machine. Then, I created a new site, using a copy of the files in my original troublesome site structure. Except that it's on a machine that has no other sites or files, I repeat the test using the exact same files and the structure of folders. When I click on the button Source Code, I see the HTML source code. And when I click the CSS button CSS file displayed as expected!

    Next experience... back to my MacPro desktop. I copy the site files on a hard drive that is completely different from the one I used in my failed attempt earlier to make it work. Once again, even the files and structure, only difference is the different physical location of files on a hard drive. The HTML source code is displayed, and when the user clicks the button, CSS, CSS page also displayed as expected. Problem solved!

    So, I hope that my experience (and the solution) are useful in case others run into the same issue. Yet once, it is a problem known to Adobe, so chances are good, one of you will have this problem. The solution is to place your files into a whole new site root out any who might have similar file names, not to "confuse" DW.

  • DW CC - files associated with "not on the Local disk.

    In Dreamweaver CM³, the files associated with, shown as tabs at the top of the currently opened file, now do not open their content in the file. So by clicking for example header.php would have brought the content to header.php, now a message pops up saying 'header.php is not on the local drive. Opening in the list of files shows the contents of the file perfectly. It started to fail today. The same file still open from the tab correctly CS6 for something in the CC is the cause of the problem. All the site files are on an external drive connected to a Mac BookPro and they have been for years without any problem. Any ideas why this problem started?

    In fact, Jean Fritz II hit the answer.

    There was a double file/directory of Macintosh HD under the main Macintosh HD and another Dreamweaver folder in there. Once I've trashed those, he started to work perfectly!

    Thank you

    Mike

  • Sections is not on the local disk and the menu is not displayed correctly

    I get the sections is not

    on the local disk. When I click on the link 'Get' I get is not in a defined site... (PS CS5)

    http://www.dallasguesthouseinn.com/index.htm

    @charset "UTF-8";

    / * Sections - version 0.6 - Pre - Release Spry 1.6.1 * /.

    / * Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

    /*******************************************************************************

    The AVAILABLE INFORMATION: Describes the box model, positioning, the order

    *******************************************************************************/

    / * The outermost container for the menu bar, an area of width auto without margin or padding * /.
    UL. MenuBarHorizontal
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    do-size: 100%;
    cursor: default;
    Width: auto;
    }
    / The menu bar value active with this class, currently the definition of z-index to accommodate IE rendering bugs: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html * /.
    UL. MenuBarActive
    {
    z-index: 1000;
    }
    / * Menu item containers, position of children relative to this container and are a fixed width * /.
    UL. MenuBarHorizontal li
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
    do-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    Width: 20%;
    float: left;
    }
    / * Submenus should appear under their parent (top: 0) with a higher z-index, but they are first the left side of the screen (-1000em) * /.
    UL. MenuBarHorizontal ul
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    do-size: 100%;
    z index: 1020;
    cursor: default;
    Width: 8.2em;
    position: absolute;
    left:-1000em;
    }
    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we put the car left so it happens on the screen below its parent menu item * /.
    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible
    {
    left: auto;
    }
    / * Container of menu items are same fixed width parent * /.
    UL. MenuBarHorizontal ul li
    {
    Width: 8.2em;
    list-style-type: none;
    list-style: none;
    }
    / * Submenus should appear slightly overlapping to the right (95%) and upward (-5%) * /.
    UL. MenuBarHorizontal ul ul
    {
    position: absolute;
    margin:-5% 0 0 95%;
    }
    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we have left to 0, it is on the screen * /.
    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible ul. MenuBarSubmenuVisible
    {
    left: auto;
    top: 0;
    }

    /*******************************************************************************

    INFORMATION DESIGN: Describes the set of colors, borders, fonts

    *******************************************************************************/

    / * Submenu containers have borders on all sides * /.
    UL. MenuBarHorizontal ul
    {
    border: 1px solid #CCC;
    }
    / * Menu items are a light grey block with padding and no text decoration * /.
    UL. MenuBarHorizontal a
    {
    display: block;
    cursor: pointer;
    background-color: #EEE;
    Padding: 0.5em 0.75em;
    Color: #333;
    text-decoration: none;
    }
    / Components menu that have mouse over or focus have a blue background and white text * /.
    UL. MenuBarHorizontal a: hover, ul. MenuBarHorizontal a: focus
    {
    background-color: # 33;
    color: #FFF;
    }
    / * Menu items that are opened with the submenus are on MenuBarItemHover with a blue background and white text * /.
    UL. MenuBarHorizontal a.MenuBarItemHover, ul. MenuBarHorizontal a.MenuBarItemSubmenuHover, ul. MenuBarHorizontal a.MenuBarSubmenuVisible
    {
    background-color: # 33;
    color: #FFF;
    }

    /*******************************************************************************

    Submenu INDICATION: styles if there is a submenu in a given category

    *******************************************************************************/

    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.
    UL. MenuBarHorizontal a.MenuBarItemSubmenu
    {
    background-image: url (SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }
    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.
    UL. MenuBarHorizontal ul a.MenuBarItemSubmenu
    {
    background-image: url (SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }
    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.
    UL. MenuBarHorizontal a.MenuBarItemSubmenuHover
    {
    background-image: url (SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }
    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.
    UL. MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    {
    background-image: url (SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }

    /*******************************************************************************

    BROWSER HACKS: hacks below should not be changed, unless you are an expert

    *******************************************************************************/

    / * HACK FOR IE: to ensure that sub menus show above form controls, underpin us each submenu with an iframe * /.
    UL. MenuBarHorizontal iframe
    {
    position: absolute;
    z index: 1010;
    Filter:alpha(opacity:0.1);
    }
    / * HACK FOR IE: to stabilize the appearance of the menu items. the slash in the float is to keep IE 5.0 analysis * /.
    @media screen, projection
    {
    UL. MenuBarHorizontal li. MenuBarItemIE
    {
    display: inline;
    f\loat: left;
    Background: #FFF;
    }
    }

    Dreamweaver code:

    < ul id = "MenuBar1" class = "MenuBarHorizontal" >
    < li > < a href = "index.htm" > accommodation rates / < /a > < /li > ""
    < li > < a href = "Reservation.htm" > book < /a > < /li > ""
    < li > < a href = "Amenities.htm" > equipment < /a > < /li > ""
    < li > < a href = "Location.htm" > location < /a > < /li > ""
    < li > < a href = "Attractions.htm" > Attractions and activities < /a > < /li > ""
    < /ul >

    Hello

    looking for your source code, I see this:


    file:///C|/users/public/documents/SpryAssets/SpryMenuBarHorizontal.CSS"rel ="stylesheet ".

    This means that your DW 'think' your *.css and *.js your are on your hard drive. You must remove the wrong way for example:


    or


    If your SpryAssets directory is nested a little bit.

    Hans-Günter

  • Cannot find the recorded Divx files, or Divx files will not save... Windows 7 Pro

    Hi, I made recenty upgraded to windows 7 pro and Windows Vista in the past Edition, I had no problem, record and watch my videos with windows vista but now with the windows upgrade divx 7 after the cinema takes over with Divx web player I right click and click on save as video and save it in the specified Kathy I want and when I arrived to pick up its not there I tried automatically save to a folder and its still not here, I tried a different version of the divx player and I can always find them, even in the internet downloaded temorarly files is not there or max dowload, is there something I need to do in order for me to save them... help pleeease

    -----------------

  • will not export picture. pop up said some export operations have not been executed. This file could not be opened (1). When I try to add a keyword to ohoto keyboard of the screen opens and I do not have a touch screen. I uninstalled LR6 and re-ins

    will not export picture. pop up said some export operations have not been executed. This file could not be opened (1). Also, when I try to add a keyword to a photo

    the keyboard of the screen opens and I do not have a touch screen. I uninstalled LR6 and re-installed and it still does the same thing?

    See about this in the Adobe official feedback forum: 6 Lightroom exports all selected images.  This thread contains workaround solutions that have worked for others.  Please add your vote and the details of your problem to make it more likely Adobe will give priority to a solution.  And please continue discussion there so that everyone benefits.

  • Why my index.html file is not changing on the server when I download it using the option at the level of the site to synchronize.

    DW CS6 using, Windows and sometimes try DW CC. I say just put the files on the server.   All, I repeat all, times, I download, the file index.html and sometimes other files, does not update.  I use iPage as my host, but others have tried with the same results.  If I go to iPage file manager and look at the file on the server, this is the old version, before the updates to the file.  Physically, I delete the files from any problem and put the file on the server individually.  Because the way it happened with different hosts, I'm on #4, I think it's a problem of DW.  Any ideas?

    As a un travail work around download, tell him rather than the button synchronize and see if the results are different...

    1 right-click the root directory of local site in the files window

    2. choose the selection command > recently changed

    3. set ' files created or modified in the last: ' for 1 day

    Which will highlight everything that has received a change in any of the site for the last day. Then, you click on the button Put standard to place these files on the server.

    If it doesn't, check your FTP logs (access the Site > advanced > FTP Log) and see if there is anything that is mentioned on the index page.

  • style. CSS not on the local disk - wtflip?

    I can't believe such things 'couldn't find any .css file!

    I'm going to do my normal job and I cannot YET EDIT THE CSS FILE ROLLOVER!

    All the files are NOT "C: / /...» "they are exactly in the directory that they have ALWAYS been. Now... CC of Dreamweaver doesn't see it? Come on. I'm stuck on my production work. I searched online advice and PERSON can answer that. Is there anyone with understanding and knowledge of what I'm supposed to do here?

    I'm flipping stuck here!

    Screen Shot 2014-08-31 at 6.20.11 PM.png

    Screen Shot 2014-08-31 at 6.20.18 PM.png

    Screen Shot 2014-08-31 at 6.37.14 PM.png

    You should see if you accidentally duplicated your Macintosh HD folder within itself.

    I'm not a Mac guy more, but you should be able to double-click Macintosh HD on your desktop and see if you have a folder Macintosh HD in there. If you do, you have 2 copies of the root of your local, inside this double and normal Macintosh HD. You should be able to make a link to that of correctness with DW, or if he has moved to the duplicate folder, you could drag on the local root out Macintosh HD > Macintosh HD on your desktop and connect it.

    Chances are you've duplicated accidentally a ton if info if this folder exist in itself.

  • Firefox does not save tabs on shutdown when you are prompted to

    Recently, firefox asks what I want to save and exit, I select Yes and then when I restart the computer, they are not upward.

    It may be a problem with the sessionstore.js file in the profile folder

    Delete the sessionstore.js and sessionstore.bak and all files files sessionstore-# .js with a number in the left part of the name as sessionstore - 1.js.

    See http://kb.mozillazine.org/Session_Restore

  • History of the files do not save all the data

    I've been running historical files for a few days now and it doesn't save any of my content. I have a single directory that contains all of the staff. Then the subdirectories under music/pictures/documents, etc. I think that this arrangement would be ideal for her, but missing all my documents.

    Secondly, please adjust the cache size to more than 20 percent of the disk offline. I have a separate hard disk for this task and it makes no sense I don't have the option to put 100% of the space.
    Thanks in advance for your help.

    Hi Artie,.
    Thanks for posting your query in Microsoft Community.

    From your problem description, I understand that you are not able to back up all the content by using the history file.

    To solve the problem with the file history, you can follow these links
    (a) how to use the file history
    http://Windows.Microsoft.com/en-GB/Windows-8/how-use-file-history

    (b) storage space: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-8/storage-spaces-pools

    For any Windows help in the future, feel free to contact us and we will be happy to help you.

  • Save to PNG using IMAQ file write file does not save good Gray Scale

    Hi - I have a simple VI which reads a raw U16 file and then try to save the option IMAQ write PNG file (because I want the 16-bit format).

    I defined a custom color table which is just opposite of gray, and this is applied to the image.

    The Image displays properly, but saves the PNG file with non-inverted grayscale.

    U16 RAW file is titled "Martha 1849-02-001-6 - view0000_raw_grey_16bit.raw' and sent to ftp://ftp.ni.com/incoming. "

    How is it and how do we get this working correctly?

    Thank you

    Don

    DonRoth wrote:

    I defined a custom color table which is just opposite of gray, and this is applied to the image.

    No! your custom color table to display the images, not apply to the image.

    In additional, it cannot save the palette as well as the 16-bit image. The pallet can be stored with 8-bit 'indexed' image.

    What you can do - if you need just reverse gray, use IMAQ opposite to calculate the negative value of an image.

    Andrey.

Maybe you are looking for

  • Y40 - 70, off when disconnected.

    Hello everyone. I bought a computer from Lenovo y40-70 in early January and so far I really liked it. But just the other day, I started having some strange problems that I am frankly at a loss to solve. It has progressed in several stages, and I'm a

  • Satellite P100-257: that means the OpenGL options

    Hello! My machine is P100-257. 945GM / GMA 950.Section 3D of the screen: OpenGL: means the first two options (sorry, but can't exactly translate to the English description full options): 1. something of "asynchronous".2. something "blit". What should

  • HP Pavilion t3720 desktop PC: CPU upgrade

    Hello. I'm looking to upgrade the processor in my HP t3720.The motherboard is an A8M2N-(NodusM3) and the CPU processor is AMD Athlon 64 X 2 4200 +.What are the processors are compatible with this motherboard? I'm a bit confused because I read that so

  • Pavilion dm4 2191us: restoring a backup made with HP Recovery Manager - data recovery manager has since been removed

    My system (portable Pavilion dm4, Win 7 Home Premium x 64)) is works well but I would like to restore a backup of data made with HP Recovery Manager. HP Recovery Manager has since been removed from the system and I don't have a recovery disk. I tried

  • LaserJet 4 does not print via USB

    I have a Laserjet 4V that I recently bought a USB cable so I could connect to my HP M9252p under Vista 64-bit Home Premium computer. When I plugged the cable U he said it had detected new hardware and install. However, he didn't add the printer to th