Deploying forms in the intranet

How do i deploy forms9i in the intranet using IIS?
dipin

Dipin,
Forms9i is not supported outside of Oracle9iAS. You can use IIS as a front end server though that redirecty /forms90 requests to the Oracle9iAS server. This way IIS would only be used as a routing server.
Frank

Similar Messages

  • Deploying forms to the Application Server

    We are about to use SCM to store our forms and reports.
    We also run application server AS10g.
    My question is:
    Is it possible to deploy forms through scm to the application server with out using the file system?

    i've done this with :
    f90genm.sh module=myform.fmb userid=username/passwd@tns_connect_string;
    if you know some unix commands you can make a script to compile all fmb's modified in the last DAY/HOUR/MINUTE!!!! i can say that im not a bash expert :)))
    you may take attention that working with Forms IDE under windows will make that specific language CHARS like portuguese G or C or I, or spanish Q, and russian chars for instance... will be showed has ? after compiled in Linux/Unix plataform! For instance BRAGANGA would be wrote as BRAGAN?A!
    Joao Oliveira

  • Deploying Applet on the Intranet

    I am deploying an applet over the intranet. However, i also need to automatically download the Java Plugin and install n system without the plug-in. The problem i have is that it keeps installing the plugin-in each someone visits the web page.
    Can someone assist me with ways of ensuring the nce the plugin is installed, the system does not prompt the user again to install the plugin

    Tanks for answers.
    I think I didn't explain this good enough. To download the applet itself is not the issue. The problem is the data requested by the client.
    The applet is used to view scientific data, allowing the client to choose any period of time from which he wishes to view data. The data for each 24 hour period is around 1Mb, so if anyone wish to view over say a week, there will be allot of data to download.(there is data from the last 4 years available)
    After the user has chosen a period, the applet calculates an image and displays it with the posibillity to zoom.
    So, I guess I'm starting to realize that an Applet was not the best way to go forth with this, but an applet was requested, an applet they got.
    Is there no easy way of re-writing the thing to enable it to run on the server-side?

  • Urgent Help Required !!!! For using Netscape to open Form on the Intranet

    Hi ,
    I am successfully able to open Form application in a seperate window using IE 5.0.
    I would like to do the same with Netscape Navigator 4.7. The Navigator justshows a page which asks me to download the plugin and then even after I install the plugin it does the same thing over and over again.
    Please help !!!!!
    Regards,
    Rinas

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Andrew Timpone ([email protected]):
    Which version of the JInitiator are you using. In any case, your HTML must specify the correct classid and version in the HTML section for IE as well as the HTML section for Netscape.
    Below is a sample for JInitiator 1.1.7.27 running forms v6.0
    <html>
    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=iso-8859-1">
    <meta name="GENERATOR" content="">
    <title></title>
    <!-- FILE: static.html -->
    <!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
    <!-- Rename, and modify tags and parameter values as needed -->
    </head>
    <body bgcolor="#FFFCE8">
    <p><font size="1"><br>
    <br>
    <br>
    </font></p>
    <p align="center">
    <object classid="clsid:093501ce-d290-11d3-a3d6-00c04fa32518"
    codebase="<<your server and path of JInitiator Plug-in goes here>>jinit11727.exe#Version=1,1,7,27"
    align="baseline" border="0" width="1024" height="786">
    <PARAM NAME="CODE" value="oracle.forms.engine.Main">
    <PARAM NAME="CODEBASE" value="/web_code/">
    <PARAM NAME="ARCHIVE" value="/web_code/f60all.jar">
    <PARAM NAME="type" value="application/x-jinit-applet;version=1.1.7.27">
    <PARAM NAME="serverPort" value="4321">
    <PARAM NAME="serverArgs" value="module=<<your form path and name goes here>>">
    <PARAM NAME="serverApp" value="default">
    <PARAM NAME="lookAndFeel" value="oracle">
    <PARAM NAME="separateFrame" value="true">
    <font size="1">
    <COMMENT>
    <embed align="baseline" border="0" width="800" height="600" type="application/x-jinit-applet;version=1.1.7.27"
    java_code="oracle.forms.engine.Main"
    java_codebase="/web_code/"
    java_archive="/web_code/f60all.jar"
    serverport="4321"
    serverargs="module=<<your form path and name goes here>>"
    serverapp="default"
    pluginspage="<<your server and path of JInitiator Plug-in goes here>>"
    colorscheme="Titanium"
    lookAndFeel="oracle"
    separateframe="true">
    <NOEMBED>
    </COMMENT>
    </NOEMBED> </font></object><font size="1"> </font></p>
    </body>
    </html>
    Below is a sample with JInitiator 1.1.5.21 with forms v5.0
    <HTML>
    <!-- FILE: static.html -->
    <!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
    <!-- Rename, and modify tags and parameter values as needed -->
    <HEAD><TITLE></TITLE></HEAD>
    <P>
    <OBJECT classid="clsid:9F77a997-F0F3-11d1-9195-00C04FC990DC"
    WIDTH=20
    HEIGHT=20
    codebase="<<your server name and path for JInitiator Plug-in goes here>>jinit115211.exe#Version=1,1,5,21">
    <PARAM NAME="CODE" VALUE="oracle.forms.uiClient.v1_4.engine.Main" >
    <PARAM NAME="CODEBASE" VALUE="/web_code/" >
    <PARAM NAME="ARCHIVE" VALUE="/web_code/f50all.jar" >
    <PARAM NAME="type" VALUE="application/x-jinit-applet;version=1.1.5.21">
    <PARAM NAME="serverPort" VALUE="4321">
    <PARAM NAME="serverArgs" VALUE="module=<<your form path and name goes here>>">
    <PARAM NAME="serverApp" VALUE="default">
    <COMMENT>
    <EMBED type="application/x-jinit-applet;version=1.1.5.21"
    java_CODE="oracle.forms.uiClient.v1_4.engine.Main"
    java_CODEBASE="/web_code/"
    java_ARCHIVE="/web_code/f50all.jar"
    WIDTH=20
    HEIGHT=20
    serverPort="4321"
    serverArgs="module=<<your form path and name goes here>>"
    serverApp="default"
    pluginspage="<<your server name and path for JInitiator Plug-in goes here>>">
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    </BODY>
    </HTML>
    Hi Andy,
    Thanks a lot !!!
    Its working perfectly fine now.
    Regards,
    Rinas
    Hope this helps<HR></BLOCKQUOTE>
    null

  • Deploying Forms Applications to the Web With Oracle iAS

    I need exeperience comments and guidelines experience for deploying Forms in the WEB.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Pedro Diaz Robles ([email protected]):
    I need exeperience comments and guidelines experience for deploying Forms in the WEB.<HR></BLOCKQUOTE>
    Be more specific !!

  • Forms 6i over the intranet using default socket mode.

    Hi
    Problem Description
    I've managed to install the s/w forms6i, Oracle 8i(8.1.6) and WebDB 2.2 all on an NT machine. I'm trying to run the Forms6i demo - "Healthy Living Application" after installing the setup data. This error occurs SOMETIMES when I try and run my form in my IE 5.0 browser. (I have managed to get this working but it is not consistant!!)
    I Start the forms server using :
    ifsrv60 -listen
    Running the form over the intranet using default socket mode.
    The formsweb.cgi produces this excerpt from the html file
    <BODY >
    <!-- Forms applet definition (start) -->
    <APPLET CODEBASE="/forms60java/"
    CODE="oracle.forms.engine.Main"
    ARCHIVE="f60all.jar"
    WIDTH="999"
    HEIGHT="595">
    <PARAM NAME="serverPort" VALUE="9000">
    <PARAM NAME="serverHost" VALUE="">
    <PARAM NAME="connectMode" VALUE="Socket">
    <PARAM NAME="serverArgs"
    VALUE="module=my_form userid=koow/koow@eit ">
    <PARAM NAME="separateFrame" VALUE="false">
    <PARAM NAME="splashScreen" VALUE="/dev_handson/images/suppsplah">
    <PARAM NAME="background" VALUE="/dev_handson/images/white.gif">
    <PARAM NAME="lookAndFeel" VALUE="oracle">
    <PARAM NAME="colorScheme" VALUE="titanium">
    <PARAM NAME="serverApp" VALUE="/dev_handson/registry/handson">
    </APPLET>
    <!-- Forms applet definition (end) -->
    </BODY>
    I Get the following error :
    FRM-92060: Failed to connect to the Server. Bad machine specification: oracle1:9000
    Details...
    Java Exception:
    oracle.forms.engine.RunformException: FRM-92060: Failed to connect to the Server
    etc......
    If I try to run the form again sometimes I get the next following error:
    FRM-92090: An unexpected error occurred
    Details...
    Java Exception:
    com.ms.security.SecurityExceptionEx[oracle/forms/net/SocketConnection.connect]:cannot connect to "127.0.0.1"
    etc.....
    Any solutions to this problem please!!!
    Ade Adekoya
    null

    I think the documentation at technet covers everything you need. The things to not available on the web:
    On the web, mouse-triggers aren't executed.
    FFI calls to programs on the client can't be used.
    For Forms 6i, everything else will pretty much work, with the odd quirk here and there.
    John Alexander www.summitsoftwaredesign.com

  • Viewing Icons in Oracle Forms on the Web - any solutions?

    Has anyone had problems viewing icons when deploying forms on the web? In client server mode it used to be .ico files. I recently converted our files to .gif and added a register UI_ICON to recognize the icon images when running the forms. I still cannot get the images to appear (icons on buttons). Am I missing something? I am using Oracle Forms 6i Release 2 on Oracle9iAS (1.0.2.2.2a) platform.
    T.J.

    Read about registry.dat in this document:
    http://otn.oracle.com/products/forms/pdf/forms9icstowebmigration.pdf
    page 18.

  • What am I doing wrong here trying to deploy forms?

    I am trying to deploy forms for the first time, but it's not
    working. I would love to hear anyone's advice on what I am
    doing wrong. Here are the steps that I did to try to get them
    deployed using OAS 4.0.7.1.0 and Developer 6 Server. Please let
    me know if I missed steps or have unecessary ones.
    1) created Forms listener in OAS Manager with port 5555. (is
    this unecessary)
    2) created forms web cartridge with virtual path = webcart
    3) configured the cartridge configuration code =
    oracle.forms.engine.Main , codebase=forms60code, baseHTML = c:
    \orant\webhtml\forms60cart.htm, HTMLdelimiter=%
    4) created forms service by typing ifsrv60 -install...but I
    think this is unecessary b/c I could just click the
    START...PROGRAMS...Developer 6...forms server listener
    5) changed the cartrid.htm template file. i changed the default
    file called forms60cart.htm >> I changed these
    codebase=forms60code ,code=oracle.forms.engine.Main,
    serverport=5555, serverArgs module=emp.fmb (which template ones
    should I be modifying)
    6) put this new htm file into my orant/webhtml directory
    7) I get the requested url was not found when I call up
    http://machine.domain:5555/webcart/forms60cart.htm (is this the
    form listner port 5555, or should it be the one that is
    generated from opening forms server listener from the start
    menu. is that the default port 80?
    thanks for any response back
    null

    Hi. I have experienced developer server.
    : 1) created Forms listener in OAS Manager with port 5555. (is
    : this unecessary)
    -> 5555 is a port for web listener(httpd).
    you can use any existing listener.
    : 4) created forms service by typing ifsrv60 -install...but I
    : think this is unecessary b/c I could just click the
    : START...PROGRAMS...Developer 6...forms server listener
    -> in this case, forms server uses port 9000 by default.
    and oas indicates 9000 as default forms listener port,
    if there is no specification. you can use 9001,9002...
    I recommend to specify this in your html file
    as serverport.
    : 5) changed the cartrid.htm template file. i changed the
    default
    : file called forms60cart.htm >> I changed these
    : codebase=forms60code ,code=oracle.forms.engine.Main,
    : serverport=5555, serverArgs module=emp.fmb (which template ones
    : should I be modifying)
    -> serverport shoud not be 5555. 9000 by default.
    and I think module=emp.fmx is right.
    and now call http://machine.domain:5555/webcart/forms60cart.htm
    good luck.
    null

  • Deploying application to the web with Developer Server

    Hi everyone,
    Does anyone out there has any notes or step-by-step configuration
    guide on deploying application on the web with Developer Server
    only (not with OAS)? I know that you can use it with Microsoft
    IIS 3.0 or 4.0 (as the web server) but don't know how to set it
    up. Appreciate if someone out there could help. Thanks.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Pedro Diaz Robles ([email protected]):
    I need exeperience comments and guidelines experience for deploying Forms in the WEB.<HR></BLOCKQUOTE>
    Be more specific !!

  • Forms on the intra/internet

    Hello people,
    Got a problem. Running forms on the intranet (via brwoser) is no problem, but as soon as I connect it to the internet, the errormessage: not able to connect to server hostname:port appears.
    I installed the patch, propperly configurated everything but.... it doesnt work.
    Could someone tell me why????
    Thanks,
    Michel
    (nt4 sp4 Ora 7 forms v6)

    You can get that problem even when you run HTTP, as I did. It is a firewall issue that you have to get resolved on, typically, Port 9000. You have to get every person who wants to use your system to get their firewall people to let Port 9000 traffic through their firewalls.

  • Unable to deploy a form on the Web!!

    Hi,
    I am unable to deploy my form onto the web.
    The following is the error message :
    Oracle Forms Web CGI: Error detected
    Your request cannot be serviced at this time due to the following error:
    ERROR: Cannot open baseHTML file %FORMS60%\server\tester.htm.
    Pls help me out in solving the problem.
    Thanks in advance
    Vishant

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Vishant Shenoy ([email protected]):
    Hi,
    I am unable to deploy my form onto the web.
    The following is the error message :
    Oracle Forms Web CGI: Error detected
    Your request cannot be serviced at this time due to the following error:
    ERROR: Cannot open baseHTML file %FORMS60%\server\tester.htm.
    Pls help me out in solving the problem.
    Thanks in advance
    Vishant<HR></BLOCKQUOTE>
    The most likely thing is that the file tester.htm is not in the directory %FORMS60%\server\
    null

  • Does the backup include deployed forms/reports?

    Hi,
    1) Does a backup of the application server taken using Application Server control contains the deployed form and reports?
    2) What if the forms/reports have been deployed to a directory not located below the ORACLE_HOMEof the middle tier?
    AS version - 10.1.2.0.2
    Platform - 46 Linux x86
    Thanks in advance.
    Regards,
    Sindhiya V.

    Ad 1). It depends on how you create the backup (check with the backup guys or check your backupscripts). Just a tarbal will include the files, as long as your FORMS_PATH's in formsweb.cfg (or hsd65formsweb.cfg) don't include path's outside the ORACLE_HOME. As far as I know the backup functionality in the enterprise manager website only includes default configfiles (but I never use it, a proper tarbal after each configuration change is just as safe). You can customise the backupscript so creating a backup from the enterprise manager website takes all necessary files, but again: a tarbal is just as good (and more easy).
    Ad 2). goto 1.

  • Deploying forms applications on the web

    Hi,
    I have migrated my froms from 6i to 9i.
    1)Please tell me how to deploy them on the web and what are the various setting to be done.
    2)Can anyone tell me where is the complete documentation available on deployment of forms ovwer the web and the settings to be done??

    Would you like me to clean your house and do your laundry, too? :-)
    Start by reading the manuals and white papers on OTN. Then, if you have SPECIFIC questions on how to do something, this is the place to ask.
    Dave

  • Not able to generate form in the web brower

    I am not able to open a form in the web browser...
    I have started OC4J instance and connect to the database...
    Errors :---
    In the java Console :--
    Java Plug-in 1.6.0_03
    Using JRE version 1.6.0_03 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\sai
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.lang.NoSuchMethodException:
    sun.java2d.SunGraphicsEnvironment.setFallbackFont(java.lang.String)
         at java.lang.Class.getMethod(Unknown Source)
         at oracle.forms.engine.Main.initDesktop(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NoSuchMethodException: sun.java2d.SunGraphicsEnvironment.preferLocaleSpecificFonts()
         at java.lang.Class.getMethod(Unknown Source)
         at oracle.forms.engine.Main.initDesktop(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 9.0.4.2
    java.lang.ExceptionInInitializerError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.security.AccessControlException: access denied (java.util.PropertyPermission
    java.home read)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
         at java.lang.System.getProperty(Unknown Source)
         at oracle.forms.webutil.common.VBeanCommon.<clinit>(VBeanCommon.java:156)
         ... 16 more
    Please tell me the solution how to resolve the issue....
    Thanks in Advance.....

    hi
    u have problem in these lines.
    webUtilArchive=/forms90/java/frmwebutil.jar,/forms90/java/jacob.jar
    webUtilConfig=/forms90/server/webutil.cfg
    baseHTML=webutilbase.htm
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    install.syslib.0.7.1=jacob.dll|94208|1.1|truetry something like this.
    formsweb.cfg
    [default]
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    envFile=c:\DevSuiteHome_1\forms90\webutil\server\webutil.env
    # System parameter: default base HTML file
    #baseHTML=base.htm
    #baseHTMLjinitiator=basejini.htm
    #baseHTMLjpi=basejpi.htm
    #baseHTMLie=baseie.htm
    baseHTMLjinitiator=webutiljini.htm
    baseHTML=webutilbase.htm
    baseHTMLie=webutilbase.htmwebutil.cfg
    [webutil]
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    baseHTMLjinitiator=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljini.htm
    baseHTMLjpi=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    archive_jini=f90all_jinit.jar
    archive=f90all.jar
    lookAndFeel=oracle
    width=100%
    height=100%
    install.syslib.location=/webutil
    ## Change 2nd value to correct file size to avoid raising an error
    install.syslib.0.7.1=jacob.dll|94208|1.0|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    envFile=C:\DevSuiteHome_1\forms90\webutil\server\webutil.env
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=c:\temp
    transfer.appsrv.accessControl=FALSE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\temp
    [webutilie]
    IE=native
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    baseHTML=C:\DevSuiteHome_1\Webutil\server\webutilbase.htm
    baseHTMLie=C:\DevSuiteHome_1\forms90\Webutil\server\webutilbase.htm
    archive=f90all.jar
    lookAndFeel=oracle
    width=100%
    height=100%
    install.syslib.location=/webutil
    ## Change 2nd value to correct file size to avoid raising an error
    install.syslib.0.7.1=jacob.dll|94208|1.0|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    envFile=C:\DevSuiteHome_1\forms90\webutil\server\webutil.env
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=c:\temp
    transfer.appsrv.accessControl=FALSE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\temp
    [webutiljpi]
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    baseHTMLjinitiator=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    baseHTMLjpi=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    baseHTMLie=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    baseHTML=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    archive=f90all.jar
    lookAndFeel=oracle
    width=100%
    height=100%
    install.syslib.location=/webutil
    ## Change 2nd value to correct file size to avoid raising an error
    install.syslib.0.7.1=jacob.dll|94208|1.0|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    envFile=C:\DevSuiteHome_1\forms90\webutil\server\webutil.env
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=c:\temp
    transfer.appsrv.accessControl=FALSE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\tempsarah
    Edited by: QGIRCO on Jan 7, 2010 9:45 AM

  • Executing a shell script from a web deployed form

    Hi there,
    i've got a web deployed form from which i want to execute a UNIX shell script upon clicking a button.. I've used the host command ,and the rsh utility in Windows NT but i'm getting an error message saying
    "machine address" Permission denied, rsh can't establish connection " this is the code in the when button pressed trigger
    HOST('c:\windows\system32\rsh <<machine address>> opt/apps/wmc/rw.ksh');
    the machine address being the unix machine i'm trying to connect to and the last part being the path and the shell script to be executed..
    can anybody help me out here ????
    Regards
    wole
    null

    Jim,
    Yes. Use the host command from forms and call the command rexec.
    Raymond
    null

Maybe you are looking for