Display of directory structure of remote system in GUI

Hi All,
I have the following requirement and request for your suggestion.
I have two systems namely, A & B, on each of which a separate java program is running. And, these two programs are communicating to each other through RMI.
The requirement is that, I have to show a GUI that displays the directory structure of system B from with in the program running on A.
If any one has a solution for this, request you to please advice me on this.
Looking forward for your help as early as possible.
Regards
Sekhar

Thanks for your reply Ronillo.
But, my requirement is like this.
If you can spare few min. of your time, I will
explain you my exact requirement.
A & B are two systems conected in network.
A & B are running programs (java) and program in A
will make request to program in B thru. RMI.
Now, one of these requests are... For transfering
files on system B to system A.
User working on A will make request for transfer of
few files from System B to A.
When he/she makes such request from System A, then a
GUI (open file dialog box) shall get displayed on
system A showing the directory contents of System B
so that user can make selection of file(s) (that
belong to System B) for file transfer.
So for this, I need the "remote file chooser" kind of
functionality.
We are using java RMI for this.
Your suggestions are most welcome on the possible
implementation of this.
Regards
Naga SekharIm sorry for my late reply, Im busy with my thesis project. I dont know if what I think is right but, here please study the following:
Just to list a few...
01.) javax.swing.filechooser.FileFilter.
02.) javax.swing.filechooser.FileView.
03.) javax.swing.filechooser.FileSystemView.
04.) java.net.URL.
04.) java.net.URLConnection.
05.) java.io.BufferedInputStream.
06.) java.io.BufferedOutputStream.
07.) java.io.FileInputStream.
08.) java.io.FileOutputStream.
09.) java.io.BufferedReader.
10.) java.io.BufferedWriter.
11.) Java Native Interface.
You may create a custom file system view that you can pass to the constructor of file chooser. Google and read tutorials for more info.
Okay? ^_^ God bless you all.
Thank you -Ronillo

Similar Messages

  • Display files/directories of a remote system (RIO) on a host machine (PC)

    Hello,
    Please assume that we are discussing software built on the standard "Labview FPGA Control on Compact RIO" sample project. The host is a standard PC running LV14 Fall edition, the remote system is an sbRIO-9636 having an SD card and a USB HDD attached. The objective is process control. The process being controlled is not relevant to the question.
    This question is about implementing the following functionality: the user operates a host machine running a Labview user interface vi (UI Main.vi) locally on the host machine. Part of this vi must offer the user a built in dialogue (some express vi or another) or custom dialogue (a bespoke vi displayed on demand). The dialogue must display the directories and files of the remote system which runs RT Main.vi and it must allow the user to select a single XML file on the remote system (which contains some generic configuration information). The name of the file will then be passed to the remote system and the remote system will act to open it and populate some configuration variables.
    I am sure that a widely used solution exists for this problem but I've not found the right words to type into my favourite search engine yet to produce the result. I propose the following:
    1) User clicks a "select config file" button on UI Main.vi
    2) The UI Main.vi event loop enqueues a message on the UI Main message queue based on the value change event caused by the button press
    3) The UI Main.vi message loop enqueues a separate message on to the "UI Command Stream" network stream
    4) The RT Main.vi, RT Loop - UI Commands.vi subvi receives the message from the stream and enqueues it on the RT Main.vi message queue
    5) The RT Main.vi message loop performs some functions to read the disk structures, directories and file names from the RT system
    6) The file and directory name data in (5) is converted to a variant and is passed along with a suitable message into the RT Writer network stream
    7) The UI Main.vi periodically reads the RT Writer network stream (it's in the "monitoring loop") and enqueues the received message (from 6) into the UI message queue
    8) The UI Main message queue populated the UI Main front panel with the data
    9) The user selects the directory and file they desire and clicks an "ok" button
    10) The ok button click causes the event loop of UI main to enqueue a message in UI Main.vi's message queue due to the value change on the ok button
    11) The UI Message loop enqueues a message on to the "UI Command Stream" network stream with the selected fully qualified file name of the selected file as the data (stored as variant)
    12) The RT Main.vi, RT Loop - UI Commands.vi subvi receives the message from the stream and enqueues it on the RT Main.vi message queue
    13) The RT Main.vi message loop opens the XML file and populated the appropriate variables with the configuration options therein.
    The user should be able to cancel the dialogue and avoid using a configuration file but I have not delt with that here.
    Now for the questions:
    1) Is this a logical approach?
    2) Are there any suggestions for a better way?
    3) Any links to some pre-written code that will allow me to impliment all or part of this with minimum effort (I'm thinking here of the dialogue box bit rather than the network streams and events bit as those structures are extant and have lots of bespoke code already in them)?
    Thanks,
    James
    Solved!
    Go to Solution.

    Hi Bob,
    Thanks for your input. You're right I have used network streams. 
    I implimented more or less what I said in my original post. It works. My main objective was to keep all the config stuff, and data for the particular target on the target's SDCard. On reflection that did make my life much harder than keeping stuff on the host. 
    It is more (quite a lot more) involved to keep the config files on the target and send directory info etc. back to the host on demand. If I was to do this again I would probably keep the config files on the host machine and keep them in Dropbox or a Google drive so that if I had more than one host to work from (Work PC, Home PC and Laptop...) I would have all my files with little effort. Still I didn't konw that when I started.
    Thanks,
    James

  • Pages not displaying images when accessed from remote system-error on page.

    Urgent pls help...
    Hi,
    We installed 10G database and installed application express.
    we installed apex using the command @apexins SYSAUX SYSAUX TEMP /i/
    then changed password using @apxchpwd
    then @apxldimg.sql D:\oraclexe
    we installed databse in D:
    in D:/oraclexe we copied apex folder and done the above operations.
    we run the listener using command
    java -Dapex.home=D:/oraclexe/apex -Dapex.images=D:/oraclexe/apex/apex/images -Dapex.port=8585 -jar D:/oraclexe/apex/apex.war
    then for four days it was working fine,
    our team can access pages from client system and we were working on our project.
    But for the last two days it is not working properly. I mean apex is loading with errors(without images).
    the page is showing without images and links are not working
    just data's in pages is only seen.
    But when i connect through localhost it is working properly.
    we installed it on server then there also localhost:8080 is working
    but from client system has the above said problem
    Give us a solution...
    Thanks in advance...
    Edited by: 874343 on Jul 22, 2011 5:26 AM

    ListenerAdmin is showing blank screen
    this is my command prompt when running listener
    D:\oraclexe>cd apex
    D:\oraclexe\apex>java -Dapex.home=D:/oraclexe/apex -Dapex.images=D:/oraclexe/ape
    x/apex/images -Dapex.port=8585 -jar D:/oraclexe/apex/apex.war
    INFO: Starting: D:\oraclexe\apex\apex.war
    See: 'java -jar apex.war --help' for full range of configuration options
    INFO: Extracting to: D:\oraclexe\apex
    INFO: Using classpath: file:/D:/oraclexe/apex/apex/____embedded/start.jar:file:/
    D:/oraclexe/apex/apex/WEB-INF/lib/apex.jar:file:/D:/oraclexe/apex/apex/WEB-INF/l
    ib/commons-fileupload-1.2.1.jar:file:/D:/oraclexe/apex/apex/WEB-INF/lib/je-4.0.1
    03.jar:file:/D:/oraclexe/apex/apex/WEB-INF/lib/ojdbc6.jar:file:/D:/oraclexe/apex
    /apex/WEB-INF/lib/ojmisc.jar:file:/D:/oraclexe/apex/apex/WEB-INF/lib/poi-3.6-200
    91214.jar:file:/D:/oraclexe/apex/apex/WEB-INF/lib/ucp.jar:file:/D:/oraclexe/apex
    /apex/WEB-INF/lib/xdb-11.2.0.jar:file:/D:/oraclexe/apex/apex/WEB-INF/lib/xmlpars
    erv2-11.2.0.jar:
    INFO: Starting Embedded Web Container in: D:\oraclexe\apex
    Jul 22, 2011 6:48:19 PM ____bootstrap.Deployer deploy
    INFO: Will deploy application path=D:\oraclexe\apex\apex\WEB-INF\web.xml
    Jul 22, 2011 6:48:19 PM ____bootstrap.Deployer deploy
    INFO: deployed application path=D:\oraclexe\apex\apex\WEB-INF\web.xml
    Using config file: D:\oraclexe\apex\apex-config.xml
    -- listing properties --
    PropertyCheckInterval=60
    ValidateConnection=true
    MinLimit=1
    MaxLimit=10
    InitialLimit=3
    AbandonedConnectionTimeout=900
    MaxStatementsLimit=10
    InactivityTimeout=1800
    MaxConnectionReuseCount=1000
    APEX Listener version : 1.1.2.131.15.23
    APEX Listener server info: Grizzly/1.9.18-o
    Jul 22, 2011 6:48:44 PM com.sun.grizzly.Controller logVersion
    INFO: Starting Grizzly Framework 1.9.18-o - Fri Jul 22 18:48:44 IST 2011
    INFO: http://localhost:8585/apex started.
    Using JDBC driver: Oracle JDBC driver version: 11.2.0.2.0
    Edited by: 874343 on Jul 22, 2011 6:42 AM
    Edited by: 874343 on Jul 22, 2011 6:51 AM

  • Extracting Directory Structure of System in Java

    Please someone let me know that how can i extract the Directory Structure of the system (on which the application is running) in Java.
    and then how can i display it in the Jtree .
    The requirement is just like that of Windows Explorer.
    In the Explorer we can see the complete directory structure of the system on left hand side.
    Your help would be highly appreciated.
    thanks in advance
    Sakshi

    Here's one place...
    http://forum.java.sun.com/thread.jsp?forum=31&thread=441169
    Regards,
      /Håkan

  • Extracting Directory Structure of System

    Please someone let me know that how can i extract the Directory Structure of the system (on which the application is running) in Java.
    and then how can i display it in the Jtree .
    The requirement is just like that of Windows Explorer.
    In the Explorer we can see the complete directory structure of the system on left hand side.
    Your help would be highly appreciated.
    thanks in advance
    Sakshi

    This might be a starting point...
    http://developer.java.sun.com/developer/TechTips/1998/tt1117.html#tip2

  • Read a directory structure?

    Hallo every body,
    How can I read the directory structure of a system(any tutorial or hint).
    Thanks in advance

    The File object has all the methods you need to do this manually. What problem are you trying to solve?

  • How to retrive dynamic directory structure from data base and show it

    i want to display a directory structur on jsp my problem is that i want to read it from a database how i can read
    a tree structure i found a function to read directry structur but if i use this function i am not able to find who the parent is ? this is the function i found cna any one help me ?
    public void iterate(File someDirectory) {
    Vector allFiles = new Vector();
    File[] dirContents = someDirectory.listFiles();
    for (File f : dirContents) {
    allFiles.add(f);
    for (int i = 0; i < allFiles.size(); i++) {
    File file = (File) allFiles.get(i);
    if (file.isDirectory()) {
    dirContents = file.listFiles();
    for (File f : dirContents) {
    allFiles.add(f);
    // Process 'file' or do whatever
    }

    Thanks for reply i am not actualy deling with files i am creating a web application in which i am having organize functionality
    user creat folders and put there document in that like out look user can creat folder inside folder
    i am storing tham in a database table my problem is how to retrive them so i can show them as a tree structur
    i am using this code to show on jsp
    {color:#808000}<table>
    <tr>
    <td >
    <ul class="flipMenu">
    <li><span class="menu">Folder</span>
    <ul>
    <c:forEach var="folderList1" items="${folderList}" >
    {color}
    {color:#808000}<li ><a class="submenu25" id='<c:out value="${folderList1.id}"/>' href="folderAgreement.htm?folderid=<c:out value="${folderList1.id}"/>" onmouseup="a('<c:out value="${folderList1.id}"/>');" ><span ><c:out value="${folderList1.name}" /> T</span></a>
    <ul>
    <li> <a href="# onclick="window.open('createSubFolder.htm?folderid=<c:out value="${folderList1.id"/>&agreetitle=<c:out value="${agreements.title}"/>', 'invite_wnd', 'height=700, width=800, status=no, menubar=no, toolbar=nu, location=400'); return false;">Add Folder
    </li>
    <li> <a href="folderDetail.htm?folderid=<c:out value=${folderList1.id"/>&flag=folder"><span class="submenu2">Detail</span>
    </li>
    <li> <a id="<c:out value="${folderList1.id}"/>" href="folderDelete.htm?folderid=<c:out value="${folderList1.id}"/>&flag=folder" onclick="conformDelete('<c:out value="${folderList1.id}"/>')" ><span class="submenu2">Delete Folder</span></a>
    </li>
    </ul>
    </li>
    </c:forEach>
    {color}
    {color:#808000}</ul>
    </li>
    </ul>
    </td>
    </tr>
    </table>{color}

  • A question regarding Directory Structure

    hi....
    can ne one tell me how to display a directory structures using JTree....
    how can i get or retrieve a directory information from a disk
    BYE

    Take a look at this. This is a complete example.
    http://manning.com/sbe/files/uts2/Chapter17html/Chapter17.htm
    You can even download the book for free. http://manning.com/sbe

  • Media browser has no directory structure

    Hi,
    probably a pretty dumb question, but here's my problem:
    the media browser in PrPro CS6 worked fine untill yesterday, now it doesn't display the directory structure in the left pane anymore. I can still reach the required directories through a shortcut to the media drive on the desktop, but I want to switch easily between directories as my footage is in different places. Also, the recent directories in the menu are  missing.
    Is there some way to reset the media browser? Am I missing a simple thing?
    Thanks in advance, it'll probably be a simple solution...
    Nils

    Do I need the entire tree (see http://en.wikipedia.org/wiki/AVCHD)?
    Or do I only need CLIPINF and STREAM?
    What's in CLIPINF?  The one thing I care most is timestamp.
    Also, if I cut the mts file (making it shorter), will CPI file needs to be updated?
    Thanks!

  • Remote  System Directory Listing/Navigation in JTree

    Hi
    I want my Remote System(Linux) directory listing to be available in a JTree. I need some help on implementing the same. Also How do i constantly get the directory structure of the remote system.
    Thanks in Advance

    http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html
    http://en.wikipedia.org/wiki/Model-view-controller
    How you get the data depends on how you access the server. Maybe FTP.

  • Show tree folder structure of file system directory

    Hi,
    I am new to flex.
    I am using AS3
    I am creating web application.
    I want to show the tree directory structure of the file system similar to what we seen in applet.
    Is there any component in flex, which will do that?
    Can it be possible in web application?
    Thanks,
    Tushar

    Hi,
    Use the FileSystemView class of javax.swing.filechooser
    create an instance of the view and choose the method:
    File root = FileSystemView.getHomeDirectory();as your root file object.
    Maybe you need to do some modifications on your FileTreeModel...
    under windows the desktop node and the first level nodes down from there
    are not real file-objects ...
    Olek

  • Canot display the remote system logs in the A51 system in the sm21

    Hi firend,
       could you plase help to me, i could not able to see the remote system logs in sm21 transaction.How can overcome this problem
    Thanks,
    Lakshmankumar.

    Lakshmankumar,
    Have you done system copy? or is it a new installation?
    We had this problem after we have done system copy on to new system (New Hardware).
    You can check the URL provided by Juan Reyes.
    I also suggest checking few more things like below.
    Are you able to see instances from SM21 u2192 system log u2192 choose u2192 remote system log u2192 instance name u2013 check to see if you are able to see other application servers are not.
    If you are not able to see other apps servers try these steps.
    Execute the function module TH_SERVER_LIST on all application servers (start SE37, insert TH_SERVER_LIST, press F8, press F8 again). As a result you will get a table "LIST", with a mouse clickthe contents of the table will be displayed. In the column "SERV" normally the sapdp* services should be displayed,these are used to connect to the dispatcher of the instance. Most probably you will not see a sapdp<nn> entry but some strange names,e.g. cpq-tasksmart, intraintra, tick-port.
    In this case please check the/etc/services file (if using Unix) of all application servers. All duplicate entries of the interval 3200 to 3299 should be commented out if they are already used for the sapdp<nn> services.
    After the restart of the instances the function module should return allsapdp* ports correctly and all remote syslogs should be displayed now.
    Thanks,
    Venkat.

  • Creation of oracle directory structure on mounted file system in linux

    Hi,
    I need to use datapump utility for which directory structure would be required. since my dump files are stored another system i usually mount the file system, can i create oracle directory structure on mounted filesystem in linux? do suggest urgently. thanks in advance.

    Yes you can why not

  • Retrieving classical F1-help from a remote system

    Hi,
    when pressing Ctrl-F1 on an ABAP WebDynpro screen the system displays the F1-help text of the data element bound to the UI element. This F1-help text must be maintained in the system on which ABAP WebDynpro is running. However, I need the F1-help text of a data element that exists in a remote system.
    Is there a way to change the standard behavior of ABAP WebDynpro such that the F1-help of a remote data element is displayed (certain events to which I can register and implement my own F1-help; user exits that allow to change the standard behavior)?
    Thank you,  Peter

    Hi Makarand,
    Saw your reply.
    Just ignore this piece of coding...
    <%
    if((request.getParameter("file")==null)||(request.getParameter("file")==""))
    fb.setMessage("");
    Kindly help me out with this :
    File f1=new File((String)request.getParameter("file"));
    out.println("the files exists "+ f1.exists());
    fb.doZip(f1,"d:\\mmzip\\exec1.zip");
    When I say trying to access jsp from another system. I mean this : The jsp pages and the corresponding beans are located in my local system and it is running in Tomcat server. If I move to another system, say my friend's system who is sitting next to me and try to access this jsp page, giving the path as http://server:8080/abc.jsp, (wherein server refers to my system's name), I need to know how the bean that is running under the server know from where to bring the file.
    I repeat that if all is running under my local system, it works perfectly fine. But when the same page is accessed from my friend's system, I need to know how to get the relative path.
    Something has to be done in the folliwng place in the bean.
    public void doZip(File source, String target) throws Exception
    try
    String str=source.getAbsolutePath();//the source name is passed to str
    int strlen=str.length(); int x=str.lastIndexOf("\\");
    String actualFileName=str.substring(x+1,strlen);
    File zippedfile = new File(target);
    the getAbsolutepath() returns the path of the file. i.e if the file is in the directory of c:\sajiv\somefiles\abc.bmp, the absolute path returns c:\sajiv\somefiles\abc.bmp. It does not bring the relative path that is required. When the jsp page is accessed from my friend's sytem, the path passed is c:\myfriend directory\somefile\xyz.bmp, which is fine for that system. The bean is running in my system, and it takes the path as c:\myfrienddirectory\somefiles\xyz.bmp, which is not available in the local system.
    Am Imaking myself veyr clear.
    Now, any solutions please.............
    Sajiv

  • Problem in retreiving directory structure, code needs correction

    hello there
    I am trying to fetch the directory structure of a particular directory in a way that the structure of subdirectories is also displayed.
    I have the following code:
    CODE:
    import java.io.*;
    public class FetchDir2
    static File dirStruct[][] = new File[300][100]; //stores the directory structure at a particular level
    static Integer pastIndex[] = new Integer[300]; //Stores index upto which a particular level has been scanned
    static String path = "C:/trydir"; //path of user's workspace, change it accordingly
    static int level = 0;
    static int index = 0;
    static int j=0;
    static int i=0;
    public static void main(String s[])
    File fileTry = new File(path);
    for(int i=0;i<300;i++)
         pastIndex=0;
    fetchStr(fileTry);
    public static void fetchStr(File fileTry)
    dirStruct[level] = fileTry.listFiles(); //fetch list of files and directories at this LEVEL
    sort(dirStruct[level]);
    for(i=0;i<dirStruct[level].length;i++) //loop to scan each element at this level
    if(dirStruct[level][i].isFile()) //if file is encountered
    System.out.println("Level:"+level+"\t Index:"+pastIndex[level]+"\t DirStruct.Length:"+dirStruct[level].length);//CHKPOINT
         System.out.println("<file>"+dirStruct[level][i].getName()+"</file>"); //print file element
         pastIndex[level]++; //increase the index at this level by 1
    //     if(dirStruct[level].length==0)
    //     {break;}
    //     else
         if(pastIndex[level]==dirStruct[level].length)
         System.out.println("</directory>");
         pastIndex[level]=0;
    level--;
         if(level==-1)
              break;     
    if(dirStruct[level][i].isDirectory())
    System.out.println("Level:"+level+"\t Index:"+pastIndex[level]+"\t DirStruct.Length:"+dirStruct[level].length);//CHKPOINT
         String path = dirStruct[level][i].getPath();
         File f = new File(path);
         System.out.println("<directory>PATH:"+path);
         pastIndex[level]++;
         if(pastIndex[level]==((dirStruct[level].length)-1))
         pastIndex[level]=0;
         level--;
         System.out.println("</directory>");
         else
         level++;
         //System.out.println("</directory>");
         fetchStr(f);
    public static void sort(File dirStruct[])
    for(i=0;i<dirStruct.length;i++)
    for(j=0;j<i;j++)
         int compare = dirStruct[i].compareTo(dirStruct[j]);
         if(compare>0)
         swap(dirStruct[i],dirStruct[j]);
    public static void swap(File f1,File f2)
    File f3;
    f3=f1;
    f1=f2;
    f2=f3;
    The dirctory structure used for testing is:
    <dir trydir>
    <file>f1</file>
    <file>f2</file>
    <file>f3</file>
    <dir d1>
    <dir d21>
    <file>f</file>
    </dir>
    <dir d22>
    <file>f</file>
    </dir>
    <file> f21</file>
    <file> f22</file>
    </dir>
    OUTPUT:
    Level:0 Index:0 DirStruct.Length:5
    <file>a1.txt</file>
    Level:0 Index:1 DirStruct.Length:5
    <directory>PATH:C:\trydir\d1
    Level:1 Index:0 DirStruct.Length:4
    <directory>PATH:C:\trydir\d1\d21
    Level:2 Index:0 DirStruct.Length:1
    <file>f31.txt</file>
    </directory>
    Level:1 Index:1 DirStruct.Length:4
    <directory>PATH:C:\trydir\d1\d21
    Level:2 Index:0 DirStruct.Length:1
    <file>f31.txt</file>
    </directory>
    Level:1 Index:2 DirStruct.Length:4
    <directory>PATH:C:\trydir\d1\d21
    </directory>
    Level:0 Index:2 DirStruct.Length:1
    <file>f31.txt</file>
    Can some one please correct this code.
    10 dukes are staright yours if you can.

    hi
    here is the code i work for u
    The code is changed and go through it
    import java.io.*;
    public class FetchDir2 {
        final static String path = "C:/web"; //path of user's workspace, change it accordingly
        public static void main(String s[]) {
            File fileTry = new File("c:/web");
            fetchStr(fileTry,0,0);
        public static void fetchStr(File fileTry,int level,int idx) {
            File dirList[]=fileTry.listFiles();
            sort(dirList);
            File f=null;
            System.out.println("Level:" + level+" Index:"+idx +" DirStruct.length:"+dirList.length);
            for(int i=0;i<dirList.length;i++){
                f = dirList;
    System.out.println("Level:"+level+" Index:"+i );
    if(f.isFile()){
    System.out.println("<file>"+ f.getName()+"</file>");
    else{
    System.out.println("<directory> Path:"+fileTry.getPath());
    fetchStr(f,level++,i);
    System.out.println("</directory>");
    public static void sort(File dirStruct[]) {
    int compare=0;
    for(int i=0;i<dirStruct.length-1;i++) {
    for(int j=i+1;j<dirStruct.length;j++) {
    compare= dirStruct[i].compareTo(dirStruct[j]);
    if(compare>0)
    swap(dirStruct[i],dirStruct[j]);
    public static void swap(File f1,File f2) {
    File f3;
    f3=f1;
    f1=f2;
    f2=f3;
    }Hopes it helps you...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Safari keep on says closed unexpectedly and dont open.

    Process:         Safari [1123] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Version:         7.0 (9537.71) Build Info:      WebBrowser-7537071000000000~3 Code Type:       X86-64 (Native) Parent Pro

  • 10.4.8 and Cisco/VPN problem solved

    Hi, This and related issues have arisen in threads on the past month, regarding the Cisco VPN v 4.9005 (and perhaps other VPN software) not working the same after the 10.4.8 upgrade. The problems relate to either not making a VPN connection, or data

  • New Mac user-External Hard Drive question...

    Just purchased my 1st Mac/the new Mac mini. Arrived today & am very impressed. Set-up, right out of the box, was incredibly SIMPLE and I cant believe what a little dynamo this thing is! I've thought about 'switching' to a Mac from PC for quite a whil

  • How can move Grid Control Repository to other server

    hi, We need to move our Oracle Grid Control Repository to Other server due to some Server Issuse....can someone helpme out...... OMR and OMA : Server A (Windows 2003 Server) OMS : Server B (Windows 2003 Server) Target Server : Server C (Windows 2003

  • Problem in audio conferencing using Flex and FMS3.0

    Hi Everyone, I am trying to achieve audio conferencing using Flex and FMS3.0 Currently I am following an approach where all the persons in voice conference publish their voice on flash media server using NetStream.Publish() function and all persons l