Is it possible to refer class files by mapping network drive?

Hi,
Is it possible to refer class files from the server(By mapping network of client's server) and specify this in project setting. If yes, how?
Right now I copied all class file needed, to 'myclasses' directory of jdevhome. this approach is working fine but the page is taking 20 to 30 minutes to refresh.
What could be probable reason for taking this much time to refresh a page? what could be alternative for this?
Will the mapping of drive and referring it will improve the performance?
I am connected to server through VPN and using Window based JDeveloper.
Regards,
Adarsh

Hi Adarsh,
For the first part of your query, You can create a new Library in Project Settings to refer to the server classes.
As for the performance issue, there could be many reasons. Do you really think class loading is the only reason for the same? You might want to check in the Log window as to which process is eating up your time before loading the page.
~Srinath.

Similar Messages

  • CV01N - Document link to a file in the network drive

    Hello,
    i have a question regarding transaction CV01N.
    Not a document should be uploaded, but a link should be created. The link is to a file in the network drive.
    Is this possible?
    Where can i do the configuration to a network drive?
    Regards

    Hi,
    Refer to the below post.
    SAP Status to show Assigned Document
    /message/7526879#7526879 [original link is broken]
    Let us know if u have any issues,
    Regards,
    Ravi

  • Can we point an Data files to a network drive.

    Hi All
    Nice to see you al l!!!
              Just for knowledge i tried to install the SAP IDEAS ECC6.0 in a machine and wanted to point the Data files in a Network Mapped drive. As per my studies its should be possible. But while I was installing I tried to point the data file to the mapped Network drive, I couldn't find any option or the Mapped Drive in the drop down options given.  Is there any possibility that i can implement in this fashion. 
    Environment: Windows 2003
    SAP: IDEAS ECC 6.0
    DB: Oracle 10g
    Thanks in Advance.
    Naveen

    Hi ,
    Thanks for your Quick reply.  Just for knowledge. Is it possible to Install the in the local for the first time and change the Data files alone to the Network derive later as we can change the location of the data files in Oracle like ALTER DATABASE RENAME FILE u2018<fully qualified path to original data file name>u2019 TO u2018<new or original fully qualified path to new or original data file name>u2019;
    Naveen

  • I am trying to delete an XLS file from a network drive and am getting a message that says the file cannot be deleted because it is in use.  I can't see where it is in use and have tried to reboot the computer to no avail.

    I am trying to delete an XLS file from a network drive and am getting a message that says the file cannot be deleted because it is in use.  I can't see where it is in use and have tried to reboot the computer to no avail.  I can delete other files but several XLS files are giving me this message.

    You said it was a network drive.  So is someone else on the network using that same file or may have have left with excel still accessing it on their system?

  • How do I find a file on a network drive?

    I cannot seem to get Spotlight to search on my network drive.
    There is a file on my network drive and I simply cannot find it.
    What is the secret?

    Have you tried cmd-F in the Finder to bring up the finder search window. Do this when you've got a Finder window for your network drive open, and then you should be able to select the folder name of the mounted network resource and then do a search for either file contents or name.

  • How to recover deleted files on a Network Drive

    I am running the latest OS environment, and I purchased a LaCie Network drive that is attached to my airport. Two nights ago, my house took a power hit/outage. I did not suffer any hardware damage, however, I lost significant data on my network drive where my iTunes library resides.
    When I look at the drive contents, I find approximately 50% of the actual music files; however, the iTunes library file is gone as is much of the music. Therefore, when I open iTunes, the library is completely blank - no file listing, no playlists, etc. I suspect that the files all still exist on the drive and I would like to recover the files.
    Is there a Data Recovery software utility that recovers files from a network drive? I located 4 data recovery software programs; however, none of these can access a network drive - they only work with local drives. Is there a utility to go after the network drive?
    The LaCie drive is a network only drive. It is ethernet connected, and I attempted to direct connect it; however, the Mac OS does not recognize (i.e. find) the drive. The drive is 1TB and I have it split to do automatic duplication. I have removed one drive so that I have a copy of the original data - post power hit, and I have one drive that we can "play with"
    thanks

    Hi
    I would say your best solution would be to purchase a 3.5" SATA enclosure (preferably Firewire; USB will be slower) and put your working drive in there for the purpose of data recovery. You never want to attempt data recovery over a network.
    Matt
    Message was edited by: Matt Clifton

  • Use Oracle Attachment for file located in network drive

    Hi,
    We have a requirement to attach the item drawing file to the inventory master item record. The drawing file is stored in a network directory. However, the attachment type of web page only supports http:// not file:\\\.
    If we do not want to load the drawing file as a file attachment, is there any other of attach the file to the item record so it can be opened either in browser or by the local PC automatically?
    Thanks,
    Yi

    Hi Rao,
    this is less a MII than a browser or mapping problem.
    You can access a local file in a browser like this:
    window.open('file:///c:/folder/file.txt');
    However, in case of MII local means local to the MII server. So in the above example the file is located on the c driver of the MII server.
    If you want to access files on a network drive, the folders to the files should be mapped on the MII server so you are able to address them like they were local files.
    I haven't tried to address network folders directly, because we are running MII on Unix.
    Michael

  • Can't preview files from a network drive to a local CF9 server.

    Hi,
    I have the following set up:
    CF9 Local Dev version
    CF Builder 2.
    Project files are in a network drive N:\project
    I have RDS set up and everything seems to work ok, view DSN, files, etc on my local server.
    In the URL prefix section I even created a map:
    Local Path: N:\project,
    URL prefix: http://localhost:8500/project/
    There is no FTP set up on the CF9 server.
    The problem is that when I try to preview a file that I am working on from N:\project, it doesn't show on my local server. The previewing part works if I manually move the file to CF9. But it is the automatic uploading (or moving) of the file to the local CF9  that doesn't seem to work.
    BTW, I have a similar set up in DreamWeaver, where I am editing the same project (or site in this case) off of  N:\project, uploading to the same local CF9 server through RDS, and it works fine.
    I know that if in CF Builder you move the project to under the web root it will work but that would not work for us, since we need to keep the project source files on a network drive for sharing/backup purposes.
    Has anyone been able to successfully preview source files from a network drive on a local CF9 server?
    Thanks in advance,

    Hi again,
    After doing some more googling I realize that for files to be previewed the MUST be under wwwroot. This wasn't too clear in the CF documentation.
    So my new question is:
    Is there are way, once I save a file to automatically copy it from one location(N:\project) to another (c:/ColdFusion9/wwwroot/project)?
    I think there is a way to do it with Ant or some sort of Eclipse feature, but I am not too familiar with either. Could someone point me in the right direction?
    Thanks,

  • Search for files over a mapped network drive

    Hi,
    At the moment I'm using a simple listFiles with a FileFilter to do a search over a mapped network drive. But the performance is not very good.
    The number of folders and files that need to be searched is rather high, resulting in long waiting times (+5min).
    Is there a way to improve this type of searches?
    Thanks in advance,
    Dave

    Hard to say without seeing details. Try to narrow down where it happens.
    One nasty bug in Windows (let's assume you are using it) is that stat'ing all files in a directory is much faster than stat'ing them individually. In other words, if you do something like
        String names[] = directory.list();
        for (name in names) {
            File f = new File(name);
            if (f.isDirectory()) ...
        }that's way slower than:
        File files[] = directory.listFiles();
        for (f in files) {
            if (f.isDirectory()) ...
        }See if you do "new File()" for all files, e.g. in your filter. It will kill your performance. To demonstrate: open a big directory in standard Windows file explorer. Select all files. Right-click & select Properties. Go for lunch while Windows thinks about it. Compare with performance of clicking Properties for the directory instead of a collection of all the files.

  • Lightroom has trouble reading RAW files on my network drive ("The file appears to be unsupported or

    Hey guys, I currently run LR5 on Mac OSX.  I've had my RAWs on an external HDD and have smart previews built for those files.  Recently, I upgraded to a new router, the ASUS RT-N65U, and plugged in my WD My Passport Ultra HDD (FAT32 filesystem) into to.  Now I've put my RAWs on the network drive, and verified via MD5 checksums that the files are being read correctly (albeit rather slowly) from the network drive.
    However, whenever I try to view one of the photos on the network drive, Lightroom complains, "The file appears to be unsupported or damaged".  I've verified via MD5 that the files are not damaged.  Does anyone know how I can get LR to be happy with the files on my network drive?
    (Bonus question: how do I make my network drive faster?)
    Thanks!

    Got RAWs from a D7000 and D600, LR v5.2 [922700].
    Oddly things are working now... I ejectected the network drive in Finder and reconnected to my router.  Lightroom no longer has problems viewing the photos, even after I closed my laptop and reopenned it.  I think the problem might occur when my laptop goes to sleep for a long time and I reconnect.  Will repoert back when I try that.
    I'm using an external HDD attached to my router.  The reason I don't plug the external HDD to my laptop directly is I don't want to keep doing it every time I want to access my photos, and my laptop only has limited disk capacity since it's an SSD.

  • Can I "cache" large RAW files imported from network drive on local drive?

    I've seen discussions similar to this topic, regarding "offline" editing, but not exact answers I'm looking for.
    I'm copying RAW files from a shoot onto my network RAID drive in a per-album folder, from where I then import into a new LR catalog (I'm using LR 4.1) on my Windows laptop for that album.
    I'm finding that editing RAW files on a network drive from a wireless laptop is awfully slow (not to mention not being able to continue the work offline somewhere else), so I'd like to cache those files on my speedy SSD drive just until I'm done editing and exporting/publishing that album.
    I back up my per-album catalog onto the network folder alongside the RAW files since that's my IT-managed master repository. When I'm done editing, I'd purge the cached files and just keep the catalog previews on my limited capacity SSD.
    So, is there a way to tell LR to, for one/all files imported from a location (in my case a network folder), look in an alternate location for the identical files? Since I create per-album catalogs in per-album folders, there wouldn't be filename clashing. Either LR can provide this caching behavior on its own or I'd manually copy files from the network folder to a local folder and tell LR to look there first.
    I don't really want to make copies of files into secondary folders within LR since then it's a hassle to merge edits on the cached copy to its master copy (I haven't done this, but I'd imagine so).
    Thanks for your workflow tips.
    Erhhung

    Have you tried locating your ACR Raw cache on this SSD drive, also ensuring that the size limit of this cache is large enough, to keep a goodly chunk of these Raw images all in play at the same time?
    My understanding is that for performance reasons, LR will be caching your Raw data locally in any case - on conventional hard disk by default. And it will be doing so in an intermediate half-converted form (demosaiced into "sensor RGB space" but not translated into "picture RGB values" - the latter process varies depending on your live Develop adjustments).
    So long as this cache has not run short, and reallocated space for something else, LR should (as far as I know) not be needing to go back to the network drive to re-fetch actual Raw content. And keeping that cache somewhere fast rather than somewhere slow, should improve responsiveness.
    I imagine, though, that LR will continually check the availability and the unchanged timestamp of the real source file; and wouldn't let you carry on working from automatically cached data otherwise.

  • Opening files on a network drive.

    In a (LabVIEW 6.0 WINNT)VI I have to open a file on a network drive with "Read lines from file.vi". In my devolpment environmet and after building the exe-file with aplication builder it works fine on my local machine. After installing the executable on a different computer (logged in as a different user), attached to the network, and installing the Run Time Engine "error 7 occured at open flie+.vi". The file path on both computers is exactly the same.
    What is the reason that the file is found on my local computer and not found on an other users computer?????
    kind regards

    Hi,
    With NT you have to be careful that you have the correct access rights to the network folders.
    When you are logged in as a different user, can you see and open the file you are trying to read on the network drive using Explorer?
    Ray.
    Regards
    Ray Farmer

  • UTL_FILE - Write to a file on a mapped network drive

    Hello,
    I am trying to get the UTL_FILE package to write a file to a mapped network drive on
    Windows NT. We have the following definition in the init<SID>.ora file pointing to the
    network drive:
    UTL_FILE_DIR=v:\hawkrpt
    Here is the code to write to the file:
    CREATE OR REPLACE PACKAGE pkgUtlFileTest AS -- package spec
    PROCEDURE isp_UtlFileTest ( vcDir IN VARCHAR2,
    vcFileName IN VARCHAR2,
    vcOpenType IN VARCHAR2,
    vcMessage1 IN VARCHAR2 );
    END pkgUtlFileTest;
    CREATE OR REPLACE PACKAGE BODY pkgUtlFileTest AS -- package body
    PROCEDURE isp_UtlFileTest ( vcDir IN VARCHAR2,
    vcFileName IN VARCHAR2,
    vcOpenType IN VARCHAR2,
    vcMessage1 IN VARCHAR2 ) IS
    -- vcDir is the utl file directory
    -- vcOpenTpye is the open type a = append, w = write or r = read
    -- vcFileName is any file name you want.
    -- vcmessage is the entry you want placed into the file
    vcUtlFile UTL_FILE.FILE_TYPE;
    BEGIN
    IF LOWER(vcOpenType) = 'a' OR LOWER(vcOpenType) = 'w' THEN
    vcUtlFile := UTL_FILE.FOPEN(vcDir, vcFileName, vcOpenType);
    UTL_FILE.PUT_LINE(vcUtlFile, vcMessage1);
    UTL_FILE.FCLOSE(vcUtlFile);
    END IF;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    DBMS_OUTPUT.PUT_LINE('no_data_found');
    UTL_FILE.FCLOSE_ALL ();
    WHEN UTL_FILE.INVALID_PATH THEN
    DBMS_OUTPUT.PUT_LINE('UTL_FILE.INVALID_PATH');
    UTL_FILE.FCLOSE_ALL ();
    WHEN UTL_FILE.READ_ERROR THEN
    DBMS_OUTPUT.PUT_LINE(' UTL_FILE.READ_ERROR');
    UTL_FILE.FCLOSE_ALL ();
    WHEN UTL_FILE.WRITE_ERROR THEN
    DBMS_OUTPUT.PUT_LINE('UTL_FILE.WRITE_ERROR');
    UTL_FILE.FCLOSE_ALL ();
    WHEN UTL_FILE.INVALID_OPERATION THEN
    DBMS_OUTPUT.PUT_LINE('UTL_FILE.INVALID_OPERATION');
    UTL_FILE.FCLOSE_ALL ();
    WHEN OTHERS THEN
    DBMS_OUTPUT.PUT_LINE('OTHER ERROR' );
    UTL_FILE.FCLOSE_ALL ();
    END isp_UtlFileTest;
    END pkgUtlFileTest;
    Here is the code to execute the stored procedure:
    Begin
    pkgUtlFileTest.ISP_UTLFILETEST('v:\hawkrpt','test.txt','w','This is a test');
    End;
    When the stored procedure is executed, the following error is returned:
    UTL_FILE.INVALID_OPERATION
    Can someone tell me how to get the UTL_FILE package to write a file to a network drive
    on a Windows NT server?
    Your help will be greatly appreciated!
    Mike

    Did you restart the database after changing the init.ora parameter? Make sure that you have this new value in v$parameter view.

  • How can we access a file that is on a mapped network drive.

    If I have a network drive that is password protected and is already mapped on a server(x.x.x.x) as R drive. And I have file called temp.txt on R:\Temp folder on the mapped network drive.
    How can I access it using file: using a client application running on that server.
    Thanks.

    ag2007 wrote:
    When I use it the above way I am getting the following exception:
    java.io.FileNotFoundException: \\network\share\Temp\temp.txt (Logon failure: unknown username or bad password).
    From the above I can say that I need to specify the username and password.
    Now my question is how do I specify the username and password in the URI?
    Thanks for the help.You don't. It is required that the user account running the code already has permissions to the directory in the first place.

  • X-ref class file

    Hi,
    I am working on utility to reprocess any activities in the BPEL process on its failure. This utility is apart from the existing retry mechanism provide by the BPEL.
    Can anyone please help me to point to the jar/class file for xref that is present in the backend. I am tracing the orabpel.jar but no help so far.
    Thanks in Advance.
    Mithun S.

    it can read your old XF86Config file, but if you need to make a new one run
    xorgconfig
    or was it
    xorgconf
    Well its one of the two. I have a logitech USB mouse and the wheel works just as it did in xfree86.

Maybe you are looking for

  • Nokia 701: where can I buy it from?

    Hi everyone, I am trying to find this phone for a while now but can't especially the dark steel colour. Does any retailer sell these? Or a reliable online shop? Much appreciated, Faisal Solved! Go to Solution.

  • Exception occuring when the user select tasks tab in worklist

    Hi , I have an issue in which when a manager selects the tasks tab for executing the workitems , it is throwing java.lang.NullPointerException: null . can you please help me out in resolving the issue. Thanks, Satish

  • Is there a download available for Adobe InDesign CS6?

    I have my serial number but can't find the CD..  is there a link I can go to get this program?  My pc was wiped out by a virus and I need to reinstall it.. Thank you in advance.. Eric

  • HT201250 I cannot enter time machine when I press the icon to enter time machine

    I cannot enter the time machine when I press the time machine icon. I press and nothing happens, so I'm not sure even if it is backing up at this point. When i go to my Tme Capsule it has the folder there for back-ups and the most recent, but no acce

  • Archive File not accessible.

    Hello Experts I've an issue regarding archive file. I schedule a write program using TCode SARA, it works fine and gives me a session id for newly created archive file. When I try to schedule the delete program for given session id in SARA, I'm not a