How to synchronize File Manager Server when I install Agile on distributed?

The Environment I install is : two Agile Server , two File manager Server ,one Web Proxy Server, one DB Server .
The Agile version I install is Agile 9.3.1 for Linux ,the Middleware is weblogic 10.3.2 .
Now I finish install two Agile Server ,and successful make two server compose a cluster.
Now I will install two File manager Server ,I want to ask what's the method let me synchronize two file manager Server ?
Does the File manager has this mechanism to let the file keep synchronize on two file manager server?
I find a PDF name "Agile PLM Capacity Planning Guid" V 9.3.1 ,it says there are two software can synchronize file manager server , is XXCOPY and RoboCopy, but the two softwares only support Windows . Is there a software support synchronize file manager server on Linux ?
帖子经 954937编辑过

Hi I believe you have the wrong forum.
This forum is for the Agile PLM for Process product suite, not for the Agile A9 suite. For Agile A9 or Primavera questions, you can use Oracle Support, Support Communities, Yahoo Groups for Agile API or WRAU.
This forum is for Agile PLM for Process, which is part of the same Agile family but a different product.
Thanks.

Similar Messages

  • In Lion, how do you bypass managed prefs when logging on?

    in Lion, how do you bypass managed prefs when logging on?

    Ahh, that's a Lion Server question...sorry, can't help.
    Someone else hopefully will be along to answer for you.
    EDIT: won't help you in the short-term, but long term might be worth investing in this:
    http://shop.oreilly.com/product/0636920022664.do

  • How to get file from server while click on link

    Hi,
    i created on link and i gave one server path to select file from server but while clickinng on link it no displaying any thing.
    following is the Destination url that i gave for the item.
    /u08/app/appvis/xxex/inst/xxex_apps/xxrbe/logs/appl/conc/log/
    please tell me how to get file from server while click on link.

    Ok I got your requirement now.
    If you are getting file names from view attribute then you should not be adding destination URI property for the link.
    Instead you can use OADataBoundValueViewObject API.
    Try below code in your controller processRequest method:
    I am assuming that you are using classic table.
    Also in below example it considers OAMessageStyleText and you can replace it with link item if you want.
    OATableBean tableBean =
    (OATableBean)webBean.findChildRecursive("<table item id>");
    OAMessageStyledTextBean m= (OAMessageStyledTextBean)tableBean.findChildRecursive("<message styled text in table item id>");
    OADataBoundValueViewObject tip1 = new OADataBoundValueViewObject(m, "/u08/app/appvis/xxex/inst/xxex_apps/xxrbe/logs/appl/conc/log/"+"<vo attr name which stores file name for each row>");
    m.setAttributeValue(oracle.cabo.ui.UIConstants.DESTINATION_ATTR, tip1);
    Regards,
    Sandeep M.

  • How to use file manager to copy music to ipod?

    How to use file manager to copy music to ipod so can bypass iTunes?

    You can't.
    There are 3rd party apps that will load music onto your iPod.

  • How to start Enterprise Manager Server on  Linux

    I install successful oracle 9i on redhat 7.2 Linux ,but I don't know how to start Enterprise Manager Server on Linux ,please help me ,thanks!

    oemctrl start oms
    oemctrl status oms sysman/oem_temp
    oemctrl stop oms sysman/oem_temp

  • How a custom component is called when we install a custom component in UCM.

    How a custom component is called when we install a custom component in UCM.
    On what event the component services will be activated and called.
    Suppose i create a Custom service name MULTIPLECHECKIN then this service will be called on what event and where it will be defined to call.

    Saurabh,
    the code is packed in the component (see component\Security Filter\java\Security Filter\ModifyAttributesFilter.java - the first Security Filter is the component name, the other Security Filter is the Java package name).
    What is important:
    - your class must implement the FilterImplementor interface (you will need UCM standard classes - server.zip in your classpath) and its doFilter method
    How the filter is executed?
    - actually, in this case you don't need any new service - you can use the standard 'hook', which is provided by standard checkin services
    - in Component Wizard create a new component, add your compiled class to it (make sure you follow the rules not to end up in classpath issues)
    - in Component Wizard click the 'Java Code' tab. Here you can add a Custom filter called validateCheckinData, which is executed by standard checkin services. If you parametrize the filter to call your class created above, you are done.
    'Working with Content Components' manual (e.g. here: http://download.oracle.com/docs/cd/E10316_01/cs/cs_doc_10/documentation/developer/using_components_10en.pdf) can give you a basic picture. A better resource is Bex Huff's book - I would recommend you to get it, because it has a step-by-step HelloWorld example which can guide you through Component Wizard. I could also send you my own component (send me an email at [email protected]) which implements a filter for user quotas, so you just need to "replace classes".
    As for the other half of your task, searching for the file in the database server will work only if you use database as your storage (ie. install and configure File Store Provider component accordingly). Of course, you could do a search for file in this case - just consider that you will be comparing two BLOBs rather than two relatively short check-sums (most likely strings or arrays of bytes). Besides, it will not work if you use filesystem as your storage.
    Jiri

  • How long does face detection take when first install Aperture3?

    How long does face detection take when first install Aperture 3? 
    I just upgraded from Aperture 2 to Aperture 3 and installed latest updates to Aperture 3.2.2 and I have a message at the bottom of the browser: "Face detection..." with a spinning wheel. This has been going for over an hour.  But it took six hours for Aperture 3 to upgrade my Aperture 2 library (approximately 60,000 photos).  Am I looking at the same sort of time frame for "face detection"?

    Thanks for the info... but I just answered my own question: I went to Aperture Preferences (thanks to someone's suggestion that this is where to turn off Faces) and an activity screen popped up showing Face detection progress. (Cool!) It's going thru all my images... and right now the status is 4,080 of 55,182.  Very nice.  So looks like I have a few more hours to go!

  • How to take OIM Managed server Thread Dump

    Hi All,
    how can i take the oim managed server thread dump
    I used wlst command for this lyk follows
    kill -3<pid>
    ./wlst.sh
    connect("weblogic","password","t3://hostname:port")
    threadDump()
    but it is giving Admin server dump, i want oim managed server threadDump how can i get this

    hi kalyan,
    after connecting to wlst
    i tried these steps
    cd('Servers')
    cd('server_oim_DEV')--which is my managed server name
    threadDump()
    after this i got the threadDump but i dont think so i am getting different file
    when i open this it is mentioned lyk Admin server dump
    is this the ryt process and can i know the ryt process to take managed server thread Dump

  • How to read file from server if I have a logical file path?

    Hi guys,
    I'm having a pretty "on the run" question,
    My program is currently reading a file from server using "open dataset" with file path like this (just example)
    /usr/interface/abc/bcd/testfile.dat
    Now I got a requirement to make it more consistent to read files, instead of reading that physical file name, I should read the files from a specific folder using logical path.
    So I go to T code "FILE" and created a logical path called ZABC_FILE_PATH, unix compatible, with physical path is (for example),
    /usr/interface/<sysid>/<client>/<filename>
    My question is, can I still use open dataset statement to read this? if yes, how do I do that? If no, there should be alternative way, please let me know what you think. Thanks,

    Thanks all, I figured it out.
    ONe thing is that typo double quote
    The other thing is the importing part, I need the full file path.
    CALL FUNCTION 'FILE_GET_NAME_USING_PATH'
      EXPORTING
        CLIENT                           = SY-MANDT
        logical_path                     = 'ZABC_MY_LOGICAL_FILE_PATH'
    *   OPERATING_SYSTEM                 = SY-OPSYS
    *   PARAMETER_1                      = ' '
    *   PARAMETER_2                      = ' '
    *   PARAMETER_3                      = ' '
    *   USE_BUFFER                       = ' '
        file_name                        =  v_1
    *   USE_PRESENTATION_SERVER          = ' '
    *   ELEMINATE_BLANKS                 = 'X'
      IMPORTING
        FILE_NAME_WITH_PATH              = v_what_I_need
    * EXCEPTIONS
    *   PATH_NOT_FOUND                   = 1
    *   MISSING_PARAMETER                = 2
    *   OPERATING_SYSTEM_NOT_FOUND       = 3
    *   FILE_SYSTEM_NOT_FOUND            = 4
    *   OTHERS                           = 5
    I really appreciate your contributions, thanks again!

  • How to upload file on server

    Hi every1,
    I have the following problem:
    I need to store information in files on server, how can I upload a file to a server into a specified directory??
    Tnx in advance,
    Mort

    //the server side
    ServerSocket acceptSocket = new ServerSocket(port);
    while(true) {
    Socket s = acceptSocket.accept();
    Connect(s);
    } // waits for client socket
    void Connect(Socket s) {
    in = new ObjectInputStream(s.getInputStream());
    } // you can create a file object on the client side and send it through an object stream. You should probably make sure that file objects are synchronized. They most likely are. I've never tried this, but there's no reason why it wouldn't work. Make sure to start the output stream before the input stream or you'll get a hang up.
    //the client side
    s = new Socket(InetAddress ip,int port);
    out = new ObjectOutputStream(s.getOutputStream());
    out.writeObject(File file); //write the file object to the output stream

  • How to view file on server.

    Hello
    I am developing a small client server application.Clients post comments about the application and these are stored in a file on the server.Its a standalone app.My question is if a client wants to view the file on server,how can i do that??
    Any help/suggestions will be appreciated.
    thanks
    Sree.

    I tried doing that but i get an exception
    java.net.SocketException: Software caused connection abort: socket write error .
    by google i found that this was due to a bug but has been fixed on JRE 1.5(i'm using JRE 1.6) but i still get this.
    here is my code:package com;
    import java.io.BufferedReader;
    import java.io.BufferedWriter;
    import java.io.FileInputStream;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.io.OutputStreamWriter;
    import java.net.MalformedURLException;
    import java.net.ServerSocket;
    import java.net.Socket;
    public class TestServer_New
         public static void main(String args[])
              ServerSocket server = null;
              boolean listening = true;
              final String filename = "comments";
              try {
                   server = new ServerSocket(4321);
              catch (MalformedURLException e1) {
                   e1.printStackTrace();
              catch (IOException e) {
                   System.out.println("Error on port: 4321 " + ", " + e);
                   System.exit(1);
              System.out.println("Server setup and waiting for client connection ...");
              try
                   while( listening ) {
                        final Socket client_socket = server.accept();
                        System.out.println("Client connection accepted. Moving to local port ...");
                        new Thread( new Runnable() {
                             public void run() {
                                  write_to_comments(client_socket, filename);
                             }}).start();
                   server.close();
              catch (IOException e)
                   System.out.println("Did not accept connection: " + e);
                   System.exit(1);
         static synchronized void  write_to_comments(Socket client_socket , String filename) {
              try {
                   BufferedReader streamIn = new BufferedReader(new InputStreamReader(client_socket.getInputStream()));
                   BufferedReader file_reader = new BufferedReader(new InputStreamReader(new FileInputStream(filename)));
                   BufferedWriter server_file_writer = new BufferedWriter(new FileWriter(filename,true));
                   BufferedWriter writer = new BufferedWriter(new OutputStreamWriter(client_socket.getOutputStream()));
                   String line ;
    //               while((line = streamIn.readLine()) != null){
    //                    if(!line.equals("view comments")){
    //                         server_file_writer.write(line);
    //                         server_file_writer.newLine();
    //                         System.out.println("write to comments request from client "+line);
    //                    else{
                             while ((line = file_reader.readLine()) != null){
                                  writer.write(line);
                                  writer.newLine();
                                  System.out.println("view comments request from client "+line);
                   writer.newLine();
                   writer.close();
    //               send_data_to_client(client_socket,filename);
    //               streamIn.close();
    //               client_socket.close();
              catch(IOException exception){
                   exception.printStackTrace();
                   System.out.println("IO Error in streams " + exception);
    }here is the client code
         void send_comments_to_server(){
              DataOutputStream output_stream;
              String host = "C001192097";     //server host name
              try {
                   Socket client = new Socket(host, 4321);
                   output_stream = new DataOutputStream(client.getOutputStream());
                   BufferedReader stream_input = new BufferedReader(new InputStreamReader(client.getInputStream()));
                   BufferedWriter writer = new BufferedWriter(new FileWriter("commentsfromserver",false));
                   XStream xstream = new XStream_Data_Analyser();
                   String comment_report = get_title_text_field().getText();
                   Comments comment = new Comments();
                   User_Data user_data = new User_Data();
                   String user_info = "User Name: "+user_data.user_name+" "+"Host Name: "+user_data.host_name+" "+"Domain Name: "+ user_data.domain_name;
                   comment.user_info = user_info;
                   comment.summary = comment_report;
                   comment.comments = get_comments_text_area().getText();
                   String report = xstream.toXML(comment);
                   String line;
                   if (view_comments == true){
                        output_stream.writeBytes("view comments");
                        view_comments = false;
    //               else{
    //                    output_stream.writeBytes(report+"\n");
                   while((line = stream_input.readLine()) != null){
                             writer.write(line);
                             writer.newLine();
                             System.out.println("data received from server "+line);
    //               output_stream.close();
    //               stream_input.close();
    //               client.close();
              }catch (UnknownHostException exception){
                   System.err.println(host + ": unknown host.");
              catch (IOException exception){
                   System.err.println("I/O error with " + host);
                   exception.printStackTrace();
         }and this is the exception msg i get:
    java.net.SocketException: Software caused connection abort: socket write error
         at java.net.SocketOutputStream.socketWrite0(Native Method)
         at java.net.SocketOutputStream.socketWrite(Unknown Source)
         at java.net.SocketOutputStream.write(Unknown Source)
         at java.io.DataOutputStream.writeBytes(Unknown Source)
         at data_analyser.Improvements_Dialog.send_comments_to_server(Improvements_Dialog.java:131)
         at data_analyser.Improvements_Dialog$2.actionPerformed(Improvements_Dialog.java:170)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    thanks for your help
    sree
    Edited by: sreecs on Sep 17, 2008 5:13 PM

  • How to copy file from server to another machine in network through JSP

    Hello!
    any body can solve my problem.
    i m working in JSP. i want to copy a file from server on which JSP engine is running to another computer in the same network.
    i used Java File Object to copy file from one machine to another in network. and its working fine on network. but the problem is when i used the same code in web page there is exception which is Access is Denied. what i should do now.
    i m writing the code i m using in my JSP page
    String fileToCopy = "C:/oracle/Apache/Apache/htdocs/FAO/FAO_MiddleFrame.jsp";
         String destinationDir = "\\\\af09\\c";
    File source = new File(fileToCopy);
    String fileName1 = source.getName();
    if ((!destinationDir.endsWith("\\")) && (!destinationDir.endsWith("/"))) {
    destinationDir = destinationDir + "\\";
    File destination = new File(destinationDir + fileName1);
    if (!destination.exists()) {
    if (!destination.createNewFile()) {
    //throw new IOException("Unable to create file. May be you don't have permissions.");
    byte[] buffer = new byte[1024];
    FileInputStream in = new FileInputStream(source);
    FileOutputStream outStream = new FileOutputStream(destination);
    int bytesRead = 0;
    while ((bytesRead = in.read(buffer)) != -1) {
    outStream.write(buffer, 0, bytesRead);
    out.println("File copied successfully ....");
    plz reply me as soon as possible.
    i will be very thankful
    Saad

    Thats the way it works. Cause servlet contaner doesnot allow other machines in the network to access other than machine which it came from as in case of applets. What you can do is if the other machine is also based on webserver or app server .. you can upload the file as it gets to that page do the process.
    I would like to hear more on my comments..
    Suggestions ??
    Ban

  • How to read file from server

    Hi,
    When i try to read file from server,the following message is displayed .
    ORA-29532: Java call terminated by uncaught Java exception: java.security.AccessControlException: the Permission (java.io.FilePermission /tmp read) has not been granted to EWMTRACKTEST. The PL/SQL to grant this is dbms_java.grant_permission( 'EWMTRACKTEST', 'SYS:java.io.FilePermission', ' /tmp', 'read' )
    ORA-06512: at "EWMTRACKTEST.GET_DIRLIST_EWM", line 1
    ORA-06512: at line 1
    thanks and regards
    P Prakash

    it seems obvious, user EWMTRACKTEST doesn`t have access to directory /tmp and the file under that.
    try to give read permission and try again.
    you could use command line like 'chmod' to grant permissions.

  • I am getting the error "Unable to connect to data warehouse management server" when I try to register it DWMS

    I have a Data Warehouse Server that appears to be functioning but is running System Center Service Manager 2010 (w/ out SP1), Also have a functioning Configuration Management Server with Reporting Services Point installed the is running System Center
    2012. Both systems are VM's running Windows Server 2008 R2 Enterprise w/ SP1 fully patched. Both systems are running SQL Server 2008 R2 as well. When I try to register the Data Warehouse Server via the GUI using the console or in Powershell it errors
    out. Particularly on the GUI with the error "Unable to connect to data warehouse management server". I can browse to it, ping it, get the configuration management reports to run and show my AD assets, etc... but it will not register the DWS. I have
    tried every suggestion TechNet has to offer and I am hitting a wall. Can someone please, please, please help!?!

    unplug modem and router and reboot.
    check setting for network, verify password.
    sign in.  Enter computer information.
    let me know if this works.

  • How to remove Central Management Server in Lync 2013

    Hello,
    I want to know how can I manually remove the Central management Server in Lync 2013.
    I didn't see any information in the ADSEdit.
    Thanks,
    stmart

    Have you followed: http://technet.microsoft.com/en-us/library/gg195614(v=ocs.14).aspx after that you can remove the databases: http://technet.microsoft.com/en-us/library/gg195656(v=ocs.14).aspx
    Please mark posts as answers/helpful if it answers your question.
    Blog
    Lync Validator - Used to assist in the validation and documentation of Lync Server 2013.

Maybe you are looking for