client & server of metrical forms

Hi hussein/helios


What does client & server of metrical forms? Is it for load balancing? How did he load balance?
I didn't touch on it before.


Thank you very much

MsK

Hello

See (Advanced Configurations and Topologies for the E-Business Suite 11i [217368.1 ID] enterprise deployments).

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • Client-server to Web Form Migration - D2KWUTIL library

    Hello. The D2KWUTIL library can be used in Web Forms?

    We have some applications that use the D2KWUTIL library to provide an interface where the user can click on a button on the form, browse a directory and select a file in the file system of the operating system. Now that we're migrating to web forms on AIX, I wonder how we can provide this same functionality (be it on the Windows side or on the side-AIX)?

    What with WebUtil? WebUtil allows the use of the D2KWUTIL library? Any help would be appreciated. Thank you.

    Everything starts to go to the homepage of OTN forms '.

    François

  • server-side and client on the same form-side code

    I CFINPUT text on the form and the form displays the control on the form when I use the preview browser.

    As long as I have CF tag which is the code on the server side that have no controls on the form.

    I thinkg I missed something when I have both control code and the server of the client on the same form.

    I would like to know how I can show the controls on the form and the CF tag for code running on the server side.

    For example, I have a user name and password text box on the form.

    I need to validate the information user and need of a stored procedure that is executed when the user clicks on the "connect" button.

    I have 2 text boxes on the form and it works.

    As soon as I have the CFSTOREDPROC tag then the shape does not shows the controls.

    It seems the form to run sider server code, but client side of the code does not run.

    Your information and help is much appreciated,

    Kind regards

    Iccsi,

    The form action attribute points to a different file or the same file? If it is different then you can not see the controls because it refers to another file (action file). If this is the same file, then it might have a logic that prevents the form to display after the form submission.

    It would be useful to join the code. So, we could myself or others help you better.

  • Peuvent Test pots customized with form 6i-> Client/Server performance?

    I want to test Jar files with Forms 6i in my office, but I can't get the handle shape-> Web to work. Is it possible for the run-time load just for PJC pots when you run shape-> Client/Server? So far, when I did, it does not perform any CJP. Any ideas, tips?

    Thank you
    Kurz

    You cannot use CJP when you run client-server.

  • How FTP a file from the client computer to the server database using Forms 10 g

    Hello
    I want a file from a client computer to the database server computer using Forms 10 G (or PL/SQL) via ftp.
    could you please tell me how can I do this

    Concerning

    Hello

    I gave u the adequate instructions on webutil configuration but u did not comply with it.
    I will post again please read correctly and follow it.

    How to get running with WebUtil 1.06 included with Oracle Developer Suite 10.1.2.0.2 on a win32 platform
    Solution
    Assuming a new 'Complete' installation of Oracle Developer Suite 10.1.2.0.2,
    Here are the steps to get a shape of small test running, using WebUtil 1.06.

    Note: Oracle_Home is used as an alias for your real oDS ORACLE_HOME.
    Feel free to copy this note to a text editor and do a find/replace on
    Oracle_Home with your real value (no slash). Then, it is easy to
    copy and paste the actual orders to be run from the copy of the memo.

    (* 1) * download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
    and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.

    (* 2) * copy or move jacob.jar and jacob.dll
    C:\webutile is the folder where you extracted Jacob and ends in ...\jacob_18
    CD C:\webutile
    Copy jacob.jar Oracle_Home\forms\java\.
    Copy jacob.dll Oracle_Home\forms\webutil\.
    Staging of Jacob is no longer needed and can be deleted.

    (* 3) * sign frmwebutil.jar and jacob.jar
    Open a DOS command prompt.
    Add Oracle_Home\jdk\bin in the path:
    set PATH=Oracle_Home\jdk\bin;%PATH%
    Sign files and check the result of success:
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\frmwebutil.jar
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\jacob.jar

    (* 4) * If you already have a pattern in your RDBMS that contains stored WebUtil code,.
    You can skip this step. Otherwise,.
    Create a schema for the stored code WebUtil and privileges to
    Sign in and create a stored package. Name of the schema "WEBUTIL" is recommended
    for no reason other than consistency based on users.
    Open Oracle_Home\forms\create_webutil_db.sql in a text editor and remove or comment
    the declaration of EXIT, in order to see if the objects have been created witout
    errors.
    Launch SQL * more like SYSTEM and the issue:
    Webutil IDENTIFIED BY password CREATE a USER
    DEFAULT TABLESPACE users
    TEMPORARY TABLESPACE temp;
    /
    GRANT CONNECT, CREATE PROCEDURE, CREATE SYNONYM TO webutil PUBLIC;
    /

    CONNECT webutil/webutil@rcci
    @Oracle_Home\forms\create_webutil_db.sql
    -Inspect SQL * Plus output for errors, and then
    CREATE a PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
    /

    Reconnect as SYSTEM and the question:
    Grant execute on webutil_db to public;

    /

    (* 5) * Edit Oracle_Home\forms\server\default.env and add Oracle_Home\jdk\jre\lib\rt.jar
    to the CLASSPATH entry.

    (* 6) * add edit Oracle_Home\forms\server\formsweb.cfg default insde:
    archive_jini = frmall_jinit.jar, frmwebutil.jar, Jacob.jar
    Archive = frmall.jar
    also add:
    webutil
    WebUtilLogging = off
    WebUtilLoggingDetail = normal
    WebUtilErrorMode = alert
    WebUtilDispatchMonitorInterval = 5
    WebUtilTrustInternal = true
    WebUtilMaxTransferSize = 16384
    baseHTMLjinitiator = webutiljini.htm
    baseHTMLjpi = webutiljpi.htm
    baseHTML = webutilbase.htm
    archive_jini = frmall_jinit.jar
    WebUtilArchive = frmwebutil.jar, jacob.jar, f90all.jar
    Archive = frmwebutil.jar, f90all.jar
    lookAndFeel = oracle

    (* 7) * Oracle_Home\forms\server\webutil.cfg edit and add:
    Transfer.Database.Enabled = True
    Transfer.appsrv.Enabled = True

    (* 8) * start the OC4J instance

    (* 9) * start Forms Builder and connect to a schema in the RDBMS used in step (4).
    Webutil.PLL open, make a 'compile ALL' (shift-control-K) and generate PLX (Ctrl-T).
    It is important to generate the PLX, in order to avoid the FRM-40039 indicated in Note 303682.1
    If the PLX is not generated, the library Webutil.pll must be fixed with
    path information full access to all who wish to make use of WebUtil. This is NOT recommended.

    (* 10) * create a new WBF.
    Open Webutil.olb and subclass (not copy) the Webutil opposes the shape.
    There is no need to subclass the WebutilConfig object.
    Attach the Webutil.pll library and remove the path.
    Add a logon trigger IT with code
    NULL;
    to avoid having to connect to a RDBMS (optional).
    Create a new button on a new canvas, with the code
    show_webutil_information (TRUE);
    in a trigger WHEN BUTTON PRESSED.
    Compile the FMB to FMX, after doing a compilation-All (shift-control-K).

    (* 11) * under Edit-> preferences-> Runtime in the form designer, click the "Reset to Default" If
    the "Application Server URL" is empty.
    Then add '? config = webutil' at the end, if you end up with a URL of the form
    : http://application-tier server: port/forms/frmservlet? config = webutil

    (* 12) * run your form

    Note: If you want to use Jacob and you can configure jacob too, if you follow the above mentioned instructions.
    Sarah

  • Another question on the appeal of a Web Form to a form of Client-Server

    Thanks to this forum, I was able to get my Client-Server (6i) form to call a Web Form and pass it a parameter. Unfortunately, this code displays the user name and password in the Internet Explorer address bar. Although not critical, I would like to delete the user name and password to be visible. I am able to do this in the Web form code below because it calls JavaScript that will hide the address bar - but the WEB. Function SHOW_DOCUMENT is not available in the form of Client-Server.

    So my question is whether it is possible to convert the code 'Customer Forms Server' below which is called my Web form using similar JavaScript functionality that is present in the 'Web Forms Code' example below? I want the server code to use the javascript functionality because I want to hide the address bar (which currently shows the users Username and Password).


    Code client server Forms (able to use when you call this a form of Client Server Web form):
    CL: = "cmd /c start iexplore.exe" http://9.35.32.205:7777/forms/frmservlet? " pageTitle = trial email Reporting & config = TTMSMENU & form=./forms_test/TrialMailReporting & otherparams = p_prospect = X 110679 & userid =' | the user | » /'|| GET_APPLICATION_PROPERTY (PASSWORD). » @' || : overall. DB_Instance |' » ' ;
    host (cl);

    Web Forms Code (able to use when you call this Web to another Web form form):
    WEB. SHOW_DOCUMENT ("JavaScript: void (window.open ("http://'|| ") ip_port | "/ forms/frmservlet? pageTitle = dropper E/M & config = TTMSMENU & form=./forms_test/TrialMailReporting & userid =' | the user | » /'|| GET_APPLICATION_PROPERTY (PASSWORD). » @' || : overall. (("DB_Instance |'", "", "resizable = Yes, location = no, Toolbar = no, MenuBar = no, Status = no,")); self. Close () ',' _blank');


    Any help would be greatly appreciated!

    Published by: Buechler on April 8, 2009 15:57

    Looks like Forms 6i PL/SQL version does not correctly convert to hex.
    That's what you can do:
    Create a db stored function

    CREATE OR REPLACE FUNCTION to_hex (p_string VARCHAR2)
       RETURN VARCHAR2
    IS
       v_hex   VARCHAR2 (1000);
    BEGIN
       FOR i IN 1 .. LENGTH (p_string)
       LOOP
          v_hex := v_hex|| '%' || LTRIM (TO_CHAR (ASCII (SUBSTR (p_string, i, 1)), 'XX'));
       END LOOP;
       RETURN v_hex;
    END;
    
    cl := 'cmd /c start iexplore.exe "http://9.35.32.205:7777/forms/frmservlet?pageTitle=Trial Mail Reporting&config=TTMSMENU&form=./forms_test/TrialMailReporting&otherparams=p_prospect=X110679&userid='||to_hex(v_conn)||'"';
    
  • Web form call Client-Server form

    Hello. I always have an existing form of Client-Server (6i) in production which should call a Web form and pass it a parameter. Obviously I can't use new form or call the client-server version, but can - I somehow make a command-line (including a parameter) that opens the Web form? Any suggestions to fix this problem?


    I can create a command-line like this, but have no idea of how to pass a parameter to my Web form. The participating named Web form that has a parameter set name 'p_participant '.

    * "" C:\Program may Explorer\iexplore.exe ' http://9.35.32.206:7777/forms/frmservlet? " form participating =

    I can also create a command line to open a web form like this for:

    * "" C:\Program may Explorer\iexplore.exe "http://9.35.32.205:7777/forms/html/sas2.htm*"

    Where the sas2.htm looks like this:

    * < html > *.
    * < body onload = "document.menulaunch.submit (); ' > *.
    Start the generation of the file...

    If the application does not load within 30 seconds, then click on the button below:

    * < form action = http://9.35.32.205:7777/forms/frmservlet menulaunch = name? config = FileGeneration method = post > *.
    * < script > *.
    var wshshell = new ActiveXObject ("wscript.shell");
    var username is wshshell. ExpandEnvironmentStrings ("%orauser%");
    var pw is wshshell. ExpandEnvironmentStrings ("%orapass%");
    document.write("<input type=hidden name=userid value="+username+"/"+pw+"@sparc20*>") *.
    * < /script > *.
    * < input type = value = launch > *.
    * < / form > *.
    * < / body > *.
    * < / html > *.


    Any help would be greatly appreciated.

    Published by: Buechler on April 8, 2009 08:58

    Simply add your URL as follows:

    http://9.35.32.206:7777/forms/frmservlet?form=participants&otherparams=p_participant=
    

    I guess that you plan to use the HOST to make that call. I would recommend something like this:

    HOST ('cmd /c start iexplore.exe "http://9.35.32.206:7777/forms/frmservlet?form=participants&otherparams=p_participant="');
    
  • GENERATE EXCEL IN CLIENT SERVER ENVIRONMENT

    Hello

    For the moment, I use the < utl_file > to generate an Excel (from oracle table) via sql * form GUI on the server (my development/cilent server have a single machine)
    The user presses a button on the form of GUI and the excel file is generated.

    Now let us when we transfer to a 'real' production environment with the client, server architecture, different machines, my drive to excel cannot generate an excel file:

    error: ORA-29283: INVALID FILE OPERATION: ORA-06512 at invalid file for the file 29283 ORA SYS_UTIL operation

    Thre is a solution for this where the user can press the button in the form of GUI and the excel gets dumped to the customer? (export excel)

    THANKS adavance everything advice.

    Good luck... and don't forget to mark your question as answered.

    concerning

  • Ayuda client server

    Hola amigos tengo hacer una cominicacion as client server TCP/IP, puedo hacer communication is y show en both docking UN arreglo booleano, pero quisiera poder control el arreglo desde ambos extremos hired el proyecto as tengo, lo hago are in el servidor tengo unsa series of switches, that al presionarlos en el arreglo UN lights led, y también en el client lights pero quisiera poder también encenderlos desde el client.

    Hola

    The client-server config you permite hacer UN básicamente ask y desplegar information, (ver este link)

    Are examples with the comunidad donde varios you sugiero buscar todo lo what can, como el EPICS Client & Server

    Saludos

  • Client/Server simple Bluetooth on the same machine

    Hi all

    I have a simple question about Simple Bluetooth Client/Server example. Perhaps the answer is obvious and I'm just a fool, but nothing is written about it in all subjects I've read:

    Simple Bluetooth Server.vi and Simple Bluetooth Client.vi may be running on the same computer?

    Hi Frax,

    the device you want to connect with and the pc must be different, because the communication works with address and I don't think he'll like use the same address for the server and client...

    Problems to use this example?

    It will be useful,

    Let me know!

    FBM

  • We have the assurance of software on the operating system server & CALs client server. License expires in June 2013. expires in June 2013. We need to exercise our upgrade to licences before June 2012?

    Original title: Software Assurance

    We have the assurance of software on the operating system server & CALs client server. Our agreement expires in June 2013. Do we need to exercise our upgrade to the licenses before 2012 June?

    Hello

    Thanks for asking this question to Microsoft Community.

    I suggest you check the Microsoft Software Assurance Web site for assistance.

    http://www.Microsoft.com/licensing/software-assurance/default.aspx

    Software Assurance FAQ:
    http://www.Microsoft.com/licensing/software-assurance/FAQ.aspx

    In addition, you can contact support by calling team: 800-936-3500.

    Hope this information helps.

  • Error: Failed Application path: C:\Program Files (x 86) \Trend Micro\Client Server Security Agent\HostedAgent\svcGenericHost.exe

    original title: genric hosted agent services

    Description

    The failing Application path: C:\Program Files (x 86) \Trend Micro\Client Server Security Agent\HostedAgent\svcGenericHost.exe

    Signature of the problem

    Problem event name: APPCRASH

    Application name: svcGenericHost.exe

    Application version: 3.5.0.1163

    Application timestamp: 4d9d3841

    Fault Module name: StackHash_0a9e

    Fault Module Version: 0.0.0.0

    Fault Module Timestamp: 00000000

    Exception code: c0000005

    Exception offset: 74676c9c

    OS version: 6.1.7601.2.1.0.768.3

    Locale ID: 1033

    Additional information 1: 0a9e

    More information 2: 0a9e372d3b4ad19135b953a78882e789

    Additional information 3: 0a9e

    Additional information 4: 0a9e372d3b4ad19135b953a78882e789

    Additional information about the problem

    Bucket ID: 2507689456

    Maybe you shouod check with Trendmicro support.

    http://eSupport.trendmicro.com/en-us/default.aspx

  • LabVIEW DSC Client\Server application. How to install the executable on the client.

    Hi all

    I'm currently programming an Client\Server application.  The server application must host shared variables, and the client application must read.  The client application reads the shared variable in the indicator of their connection with the properties of the indicator.  I started programming and the client application and the server are in the same project.  In the client application I am lie the indicator to the library in my project that has the "My Computer" as the address.  My question is how do I tell the executable installed on any computer, that I wanted to use the variables shared on the server?  I have LabVIEW 2009 DSC.

    Thank you

    If by "data binding", you hear the Variables defined on your computer, then Yes, unless you want not linked to new variables on each executable, in this case here is an example that can help.

  • Need help on TCP/IP port multi Client-Server

    Hi all, I'm trying to develop a client-server application to disseminate data on a few numbers of random ports (defined by myself) to the data on the server TCP stream (IE another computer) in LabVIEW. So far, I created my app using the examples OR for 'Simple Client + Server data' and it works fine. I also understand that VI 'TCP Listen' could not listen to the TCP 1 connection only and a way around this is to use the idea of queues to receive & process the incoming data. The disadvantage of the idea is that the 'port' basic (IE original port) must be the same (on each client TCP) with the TCP server and it is not suitable for the use I have planned.

    Basically on the side of TCP server, I need to graph/control data on different port numbers that are currently broadcast in real time to client TCP one computer. Is this possible in LabVIEW?

    Anyone (gurus OR incl.) advise and point me in the right direction?

    * lost *.

    Hello

    http://zone.NI.com/DevZone/CDA/EPD/p/ID/2739 Here you can download this component. But you can also use the TCP icons which is available in the data communications > Protocals > TCp for communication and to read and write data using flattened string Variant. I have attached a small example where I'll copy a constant string to the PC to check the connection between the client and the host server. Hope this helps you.

  • DHCP client/server problem

    I have no idea how fix this DHCP client/server

    Log name: System
    Source: Microsoft-Windows-Dhcp-Client
    Date: 2010-06-02 17:00:03
    Event ID: 1002
    Task category: no
    Level: error
    Keywords: Classic
    User: n/a
    Computer:
    Description:
    The IP lease 192.*. * *. * for the network card with network address * has been denied by the DHCP server 192.*. * *. * (the DHCP server sent a DHCPNACK message).
    The event XML:
    http://schemas.Microsoft.com/win/2004/08/events/event">
     
       
        1002
        0
        2
        0
        0
        0 x 80000000000000
       
        114138
       
       
        System
        *********-PC
       
     

     
        192.168.1.2
        001E33C2F0C5
        192.168.1.1
     

    Hi npgunner,

    1. What is the problem you are having DHCP client\server-related?
    2. What type of internet connection do you use?

    Renew the DHCP client lease

    The IP address of this computer is the same IP address used by another computer on the network. No user action is required. The DHCP client will attempt to get a new IP address from the DHCP server.

    To perform these procedures, you must be a member of theAdministrators group, or must you have been delegated the appropriate authority.

    If you do not want to wait the customer make its automatic renewal attempt, you can manually release and renew the IP address of the client as follows:

    1. on the active DHCP client computer, clickStart, in Search typecmdand press ENTER.

    2 typeipconfig/release, and then press ENTER.

    3. typeipconfig / renew, and then press ENTER.

    Check

    To verify that the conflicts have been resolved:

    1. on the active DHCP client computer, clickStart, in Search typecmdand press ENTER.

    2. to verify a DHCP client lease, typeipconfig/all to view lease-status information.

    3. the output of theipconfig command should show an IPv4 or IPv6 address marked "favorite."

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit ourMicrosoft answers feedback Forum and let us know what you think.

Maybe you are looking for