Forms Server Listener

Hi there,
When I load Forms5.0 with Forms Server Listener on Windows 2000,
then it gives an error message that Webforms being loaded is
compatible with WinNT4.0. If there is any solution or workaround
to it, then please let me know.
Arvind Sareen
null

Arvind (guest) wrote:
: Hi there,
: When I load Forms5.0 with Forms Server Listener on Windows
2000,
: then it gives an error message that Webforms being loaded is
: compatible with WinNT4.0. If there is any solution or
workaround
: to it, then please let me know.
: Arvind Sareen
There is no workaround, the listener checks for the version of
the O/S being run for a specific reason.
We do not currently support running ODS on W2000.
JMP -- Oracle Enterprise Internet Tools Product Managment --
null

Similar Messages

  • How to start Forms Server listener automatically?

    hi...
    i use forms 5.0 on Windows NT for the web. i want to start forms
    server listenner automatic same as WWW listener. because i must
    logon on Windows NT before start forms server listener.
    thank you very much.
    jibjoi
    null

    Product you are looking for is called svrany.exe
    and comes with tge nt3.51 resource pack which can be used
    with nt4.0. I have used it and it works fine.
    M. Schulze (guest) wrote:
    : jibjoi (guest) wrote:
    : : hi...
    : : i use forms 5.0 on Windows NT for the web. i want to start
    : forms
    : : server listenner automatic same as WWW listener. because i
    : must
    : : logon on Windows NT before start forms server listener.
    : : thank you very much.
    : : jibjoi
    : I think a forms server version which comes as a NT service will
    : be (or perhaps already is) available from Oracle.
    : In the meantime you can use a tool from Microsoft which is
    : called service-it or something. This is also an NT-service
    which
    : only calls a custom executable. Check MS Technet for this
    one...
    null

  • Forms Server Install on Redhat Linux 7.0

    I am attempting to install Forms6i/Reports6i/Graphics6i on my Linux Box.
    I already have a 8.1.6 Database configured and running.
    After downloading the tar file and extracting it I am having trouble with the installation of the software. The Guide refers to running the orainstal shell script in the orinstall directory. Well when I execute the script I get a Character Installer and I was expecting the Java based Gui Installer such as the one with Oracle 8i DB. I cannot get the oraviewer program to work either for I wanted to see if there were some other setting I am not executing correctly.
    When I continue with the Char Installer it has trouble finding a lib called X11m.a or something (Motif related).
    Does Forms 6i require Motif? If so where and how do I get it for my Linux box? Are there any work arounds for this.
    Any help is greatly apprecicated.
    Thanks

    Hello Shawn,
    Yes, you need motif libraries. You can obtain it for free from: http://www.metrolink.com/products/Motif/download.html
    I installed both runtime and development packages.
    Aditionally you may ned to have X-devel packages installed.
    After struggling with Forms installation on my linux machine I managed to do this, but let me tell you that it's not so simple. First of all please excuse my bad English, I'm not a native speaker. Anyway that's how I did it.
    I assume that you downloaded the file d2k6irelease2.tar from technet. This file includes Forms 6i rel. 2 Server and Developer.
    I managed to install this on my RedHat 7.1 machine having already installed Oracle 8.1.7 database Server.
    First of I created a separate user which owns Forms Server software. I set this user as belonging to the same group ("dba" in my case) as the oracle database software owner. (On my machine I have "oracle" user which owns databse server belonging to the "dba" group and "forms" user belonging also to the "dba" group). You must set your environment like this (in ".bash-profile" in my case):
    -- Begin .bash_profile file
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    unset LANG
    PATH=$PATH:$HOME/bin
    BASH_ENV=$HOME/.bashrc
    ORACLE_BASE=/oracle
    ORACLE_HOME=$ORACLE_BASE/product/forms
    ORACLE_SID=forms
    ORACLE_AUTOREG=$ORACLE_HOME/guicommon/tk60/admin
    TNS_ADMIN=$ORACLE_HOME/network/admin/tnsnames.ora
    ORACLE_TERM=vt220
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    TWO_TASK=oratest
    MMTK_AVIPLAYER="xanim %s &"
    PATH=$PATH:$ORACLE_HOME/bin
    DISPLAY=TEST_MACHINE:0.0
    export ORACLE_BASE ORACLE_HOME LD_LIBRARY_PATH TWO_TASK MMTK_AVIPLAYER
    export TNS_ADMIN DISPLAY ORACLE_AUTOREG ORACLE_TERM ORACLE_SID
    export BASH_ENV PATH
    unset USERNAME
    -- End .bash_profile file
    As you can see I set up ORACLE_BASE to the same ORACLE_BASE as database software ORACLE_BASE, a new ORACLE_HOME, a dummy ORACLE_SID, TWO_TASK to the sid of your 8.1.6 server instance, TNS_ADMIN pointing to a directory which I created manually before starting the installer (see below my "tnsnames.ora" file under this manually created directory), ORACLE_AUTOREG, ORACLE_TERM, DISPLAY set to your_hostname:0.0, LD_LIBRARY_PATH as seen, MMTK_AVIPLAYER is for playing ".avi' files (I didn't tried this). You may need to "chmod 775" on your $ORACLE_HOME directory from the database user account.
    -- Begin "tnsnames.ora" file
    ORATEST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = TEST_MACHINE)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = oratest)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    -- End "tnsnames.ora" file
    I untared d2k6irelease2.tar under a subdirectory created under "forms" home directory. In "unixdoc/Server" directory you will find linux_svr.pdf instructions for installation of Forms server and under "unixdoc/Developer" you will find linux_dev.pdf instructions for Developer Server. "oraview" didn't worked for me either. GUI installer didn't worked for me either. Chnaging to orainst you may issue ./orainst command and start the installation in character mode (I did not even started an X session). I choosed default install, do not create database objects (I think you will be able to install later this objects by running some sql scripts, I didn't). And I choosed all components presented and all options and default port parameters. You will also be prompted to confirm locations of the motif libraries. I choosed http mode for forms server. Do not install Reports security feature (I've heard that it's not working, this option will be presented to you somewhere at the end of installation). After finishing you may need to edit "forms60_server" file and some other files. For example I had to change my "host_name.domain_name" (in my case was "TEST_MACHINE.(none)") to my IP address as I don't have a DNS server here.
    That's what I did to test forms server:
    I wanted to test my Forms server by running Apache web server (the one that is installed by default by linux). (in the documetation you will find references to the WebDB listener which as far as I know is no longer installed in release 2, so the documentation is obsolete regarding this module). For this you will have to edit /etc/httpd/conf/httpd.conf file. Look for the section "Alias" and "AliasScript". under your forms $ORACLE_HOME/orainst you will find two files "forms6iconfig.txt" and "reports6iconfig.txt". You will find there actions to be performed by you manually. in "forms6iconfig.txt" file you will find virtual mappings for physical directories. You have to put this entries in "httpd.conf" file. You must edit this file as "root". For example 'Alias /dev60temp/ "/oracle/product/forms/tools/web60/temp/"'. The exception I made was for "/dev60cgi" virtaul mapping which I've put under ScriptAlias section 'ScriptAlias /dev60cgi/ "/oracle/product/forms/tools/web60/cgi/"'.
    After succesfully editing the file you will ned to restart http server:
    #/etc/rc.d/init.d/httpd restart
    Login again as "forms" user.
    In $ORACLE_HOME directory isuue:
    $./forms60_server start
    This will start your forms server listener.
    After that you can test your forms server running from an external machine by entering: http://ip_addres_of_linux_machine/dev60html/runform.htm
    and after completing parameters you will see "text.fmx" form applet saying that Forms server is installed corectlly or directly: http://ip_addres_of_linux_machine/dev60cgi/f60cgi
    You have to install Jinitiator to view the applet. It will be prompted for you to download it when accessing the above address.
    To be honest I was disapointed to see that forms server is very slow. And I mean very slow.
    In the end please let me excuse if I wasn't clear in some points. If you have any questions please post them on the list. I'm not an expert and I may have made mistakes, but in the same time I hope this will help you setting up forms server on your linux box.
    I forgot to mention that you will probably see a message saying that "formsweb.cfg was not found" when accesing "http://..../f60cgi". If you see this you have to options: either make a symlink "forms60" in the root directory to $ORACLE_HOME/forms60 directory or add a line in your "httpd.conf" file (I put this lines the last ones):
    #Include 6iserver configuration file for setting formsweb.cfg path
    include "/developer_home/conf/6iserver.conf"
    And in $ORACLE_HOME create a directory named "conf". In this directory create a file named "6iserver.conf" and put the following line in it:
    SetEnv FORMS60_WEB_CONFIG_FILE /developer_home/forms60/server/formsweb.cfg
    This will set your environment correctly and you will be able to see the test form. Don't forget to restart apache web server and forms listener.
    Kindly,
    Codrut Octavian Popescu

  • New on forms server 6i : need help

    Hi,
    I have installed a web sever that have to use Form Server Listener to read .fmx file on the website.
    When I launch my web page, all the classes are founded and imported, IExplorer indicate applet initialized, But I have no picture from the applet... the form where the applet have to be executed is a white page and the server isn't displaying any error.
    - My web server is correctly configured (I've tried with OAS and IIS)
    - The HTML pages are correct (website is running on an other server)
    - Ifsrv60 and Ifweb60 are running
    - My environement variables seems to be correct and my registry entries too.
    - No problem with the database connection
    I also got this error on Java Console
    Following Exception occured: sun.applet.AppletSecurityException: checkconnect.networkhost3
    sun.applet.AppletSecurityException: checkconnect.networkhost3
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.RuntimeException.<init>(RuntimeException.java:50)
    at java.lang.SecurityException.<init>(SecurityException.java:42)
    at sun.applet.AppletSecurityException.<init>(AppletSecurityException.java:29)
    at sun.applet.AppletSecurityException.<init>(AppletSecurityException.java:34)
    at sun.applet.AppletSecurity.checkConnect(AppletSecurity.java:643)
    at sun.applet.AppletSecurity.checkConnect(AppletSecurity.java:666)
    at sun.applet.AppletSecurity.checkConnect(AppletSecurity.java:566)
    at sun.plugin.ActivatorAppletContext.getImage(ActivatorAppletContext.java:65)
    at java.applet.Applet.getImage(Applet.java:197)
    at oracle.forms.engine.FormsImageLoader.loadFormsImage(Unknown Source)
    at oracle.forms.engine.FormsImageLoader.getDefaultImage(Unknown Source)
    at oracle.forms.engine.Main.getDefaultImage(Unknown Source)
    at oracle.forms.engine.Main.getParamImage(Unknown Source)
    at oracle.forms.engine.Main.getLogo(Unknown Source)
    at oracle.forms.engine.Main.initDesktop(Compiled Code)
    at oracle.forms.engine.Main.start(Unknown Source)
    at sun.applet.JinitAppletPanel.run(Compiled Code)
    at java.lang.Thread.run(Thread.java:466)
    Does anyone Knows where the problem could come from. Any suggestion will be welcomed.
    null

    Hi,
    it seems that you Java VM doesn't allow a connection to a server on you network.
    You'd better try to configure your HTML file or CGI environment to use Oracle JInitiator.
    Otherwise you need to use IE 5.0 and configure it's security so that it allows you to connect to the correct host.
    HTH,
    Michael

  • ERROR FRM-99999 USING FORMS SERVER

    I'm trying to deploy new applications on the Web using OAS and
    Developer Server. When I am trying to connect via the browser or
    via the appletviewer to a simple form in Developer Server I get
    this error in the Oracle Developer Forms Runtime - Web window:
    FRM-99999: A network error ocurred, the client will not be able
    to continue
    Details...
    Java Exception:
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at oracle.forms.net.EncryptedInputStream.fill(Compiled Code)
    at
    oracle.forms.net.EncryptedInputStream.read(EncryptedInputStream.j
    ava)
    at java.io.DataInputStream.readUnsignedByte(Compiled Code)
    at oracle.forms.engine.Message.readDetails(Compiled Code)
    at oracle.forms.engine.Message.readDetails(Message.java)
    at oracle.forms.net.StreamMessageReader.run(Compiled Code)
    I've installed and configurated the next two differents
    environments:
    OPTION #1
    Windows NT 4.0 with Service Pack 3
    Oracle RDBMS 7.3.4
    Oracle Application Server 4.0.7.0.0
    Oracle Developer 6.0.5.0.2
    Netscape 4.5 and Explorer 5
    Jinititator 1.1.7.11 and Jinitiator 1.1.5.3
    JDK Applet Viewer 1.1.7.11
    OPTION #2
    Windows NT 4.0 with Service Pack 5
    Patch for OAS (OAS_40710_Patch_40bit)
    Oracle RDBMS 8.0.5
    Oracle Application Server 4.0.7.0.0
    Oracle Developer 6.0.5.0.2
    Netscape 4.5 and Explorer 5
    Jinititator 1.1.7.11 and Jinitiator 1.1.5.3
    JDK Applet Viewer 1.1.7.11
    I've tried sockets and http-sockets for the Forms Server
    Listener, but I always get that error and sometimes the Applet
    window doesn3t respond and nothing seems to happen.
    I would like to know if somebody has go this situation throw.
    Thank you very much in advance.
    null

    Hi,
    To use the Webutil, you must sign the WEBUTIL.JAR and JACOB.JAR.
    Using Jarsigner, you have to define the JDK Home and the Jinitiator home.
    I used whe jdk version 1.4.2 and the Jinitiator version 1.3.1.17
    Don't forget to apply this modification.
    Insert the line
    <virtual-directory virtual-path="/webutil" real-path="D:\Forms9i\forms90\webutil" />
    in the file
    $ORACLE_HOME$\j2ee\Oracle9iDS\application-deployments\forms\forms90web\orion-web.xml
    Insert the line
    AliasMatch ^/forms90/webutil/(..*) "D:\Forms9i\forms90\webutil/$1"
    in the file
    $ORACLE_HOME$/forms90/server/forms90.conf
    Of course You have to replace D:\forms9i with your Oracle Home.
    L.

  • REP-0186: Daemon failed to listen to port Forms Server Not starting

    Hello Team,
    E-Biz 11.5.0.2
    O/S HP-UX B.11.11
    when we are stating the Forms server it is sarting with status 0, but when we check the status it is exiting with the following error
    *08/27/12-17:42:46 :: starting Reports Server for qhrp on port 7074.*
    REP-0186: Daemon failed to listen to port
    *08/27/12-17:42:47 :: adrepctl.sh: exiting with status 0*
    we are not able to see the reports after submitting the requests.Requests are executing successfully.But when clicking on output or log the following message getting appearedon the IE
    An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_HR3D. There may be a network configuration problem, or the TNS listener on node FNDFS_HR3D may not be running. Please contact your system administrator.
    Please advice.
    SRK

    The issue got resolved by restoring the ifile in 8.0.6 ORACLE_HOME..

  • Multiple versions of an application on one Forms Server

    Is it possible to have multiple versions of an application available via one Forms Server?
    We have a DEV, TEST and PROD version of an application and we would like to have the versions seperate on one Forms Server.
    Would this be possible using any other Oracle tools (Portal)?
    Thanks for your help.

    Yes, all you have to do is create a batch file which sets the env variables you want and also starts up the forms listener on a different port. This way you can have a forms listener on e.g.
    Port 9000 With Forms60_Path - c:\temp
    Port 9001 With Forms60_Path - c:\Production
    Port 9002 With Forms60_Path - c:\test
    That way you will pick up different files as well.
    Regards
    Grant Ronald.

  • ADF and JQuery: How can I get the data back to server listener.

    Jdeveloper 11g Version 11.1.1.2.0
    I use Jquery to draw the signature. How can I get the svgOutput back to my server listener.???
    e.getSource give me the error e.getSource is not function.
    Both of function saveSignatureCapture(which calling from ADF button) and $('#save-output').click(function (event) can not send the the data back to my server listener.
    Thanks.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="dSignature" title="Signature Capture">
          <af:resource type="javascript" source="../resources/lib/jquery/jquery-1.4.2.min.js"/>
          <af:resource type="javascript" source="../resources/js/jquery.drawbox.js"/>
          <af:resource type="javascript">
            var svgOutput = '';
            function saveSignatureCapture(e) {
                var signatureText = $('#drawbox-data').val();
                var source = e.getSource();
                var type = 'saveSignatureCapture_ServerListener';
                var immediate = true;
                var params = {
                    signatureText : signatureText
                AdfCustomEvent.queue(source, type, params, immediate);
            function beginSignatureCapture(e) {
                $('#drawbox').drawbox( {
                    caption : 'This is a caption', lineWidth : 3, lineCap : 'round', lineJoin : 'round', colorSelector : true
                $('#view-output').click(function () {
                    svgOutput = window.open('data:image/svg+xml,' + $('#drawbox-data').val());
                    svgOutput.document.close();
                    return false;
                $('#save-output').click(function (event) {
                    var signatureText = $('#drawbox-data').val();
                    var source = $(document);
                    var type = "saveSignatureCapture_ServerListener";
                    var immediate = true;
                    var params = {
                        signatureText : signatureText
                    AdfCustomEvent.queue(source, type, params, immediate);
                    return false;
            $(document).ready(beginSignatureCapture);
          </af:resource>
          <af:panelStretchLayout id="psSignature">
            <f:facet name="bottom"/>
            <f:facet name="center">
              <af:panelGroupLayout id="pgSignature" layout="vertical">
                <f:verbatim>
                  <div id="divSignature">
                    <canvas id="drawbox" width="600" height="200">
                      <p>Your browser does not support &lt;canvas&gt;</p>
                    </canvas>
                  </div>
                  <br/>
                  <br/>
                  <a href="#" id="view-output">View Rendered SVG Output</a>
                  <br/>
                  <br/>
                  <a href="#" id="save-output">Save Signature</a>
                </f:verbatim>
                <af:spacer width="10" height="10" id="s10"/>
                <af:panelGroupLayout id="pghl14" layout="horizontal" halign="center">
                  <af:commandButton text="Save Signature" id="cbSaveSignatureButtonId" partialSubmit="true">
                    <af:clientListener method="saveSignatureCapture" type="click"/>
                    <af:serverListener type="saveSignatureCapture_ServerListener"
                                       method="#{backingBeanScope.mainBackingBean.saveSignatureCapture_ServerListener}"/>
                  </af:commandButton>
                </af:panelGroupLayout>
              </af:panelGroupLayout>
            </f:facet>
            <f:facet name="start"/>
            <f:facet name="end"/>
            <f:facet name="top"/>
          </af:panelStretchLayout>
        </af:document>
      </f:view>
    </jsp:root>Edited by: user553450 on Sep 17, 2010 4:02 PM
    Edited by: user553450 on Sep 17, 2010 4:13 PM

    Hi Frank,
    Thank you so much for your advice, I got lot of knowledge from your book and articles since I am in transition from forms to JDeveloper.
    By surrounding <af:panelStretchLayout id="psSignature"> with <af:form id="f1">
    Now the following code is work on Firefox, everything fine, I can get the data back and call my server listener as I expected.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1" title="Signature Capture">
          <af:resource type="javaScript" source="../resources/js/excanvas.js"/>
          <af:resource type="javascript" source="../resources/lib/jquery/jquery-1.4.2.min.js"/>
          <af:resource type="javascript" source="../resources/js/jquery.drawbox.js"/>
          <af:resource type="javascript">
            function saveSignatureCapture(e) {
                var signatureText = $('#drawbox-data').val();
                alert(signatureText);
                var source = e.getSource();
                var type = 'saveSignatureCapture_ServerListener';
                var immediate = true;
                var params = {
                    signatureText : signatureText
                AdfCustomEvent.queue(source, type, params, immediate);
            function beginSignatureCapture(e) {
                var cmd = "$('#drawbox').drawbox({lineWidth:3,lineCap:'round',lineJoin:'round',colorSelector:true});";
                if (navigator.userAgent.indexOf('MSIE') !=  - 1) {
                    setTimeout(cmd, 1000);
                else {
                    $('#drawbox').drawbox( {
                        caption : 'This is a caption', lineWidth : 3, lineCap : 'round', lineJoin : 'round', colorSelector : true
          </af:resource>
          <af:form id="f1">
            <af:panelStretchLayout id="psSignature">
              <f:facet name="bottom"/>
              <f:facet name="center">
                <af:panelGroupLayout id="pgSignature" layout="vertical">
                  <f:verbatim>
                    <canvas id="drawbox" width="600" height="200">
                      <p>Your browser does not support &lt;canvas&gt;</p>
                    </canvas>
                  </f:verbatim>
                  <af:spacer width="10" height="10" id="s10"/>
                  <af:panelGroupLayout id="pghl14" layout="horizontal" halign="center">
                    <af:commandButton text="Save Signature" id="cbSaveSignatureButtonId" partialSubmit="true">
                      <af:clientListener method="saveSignatureCapture" type="click"/>
                      <af:serverListener type="saveSignatureCapture_ServerListener"
                                         method="#{backingBeanScope.mainBackingBean.saveSignatureCapture_ServerListener}"/>
                    </af:commandButton>
                  </af:panelGroupLayout>
                </af:panelGroupLayout>
              </f:facet>
              <f:facet name="start"/>
              <f:facet name="end"/>
              <f:facet name="top"/>
            </af:panelStretchLayout>
          </af:form>
          <af:clientListener method="beginSignatureCapture" type="load"/>
        </af:document>
      </f:view>
    </jsp:root> However, I got the error following error when I run the page from IE8.
    Assertion failed: Incorrect use of AdfRichUIPeer.GetDomNodeForCommentComponent.AdfRichCommandButton[oracle.adf.RichCommandButton] id=cbSaveSignatureButtonId StackTrace:function(x217)[AdfRichCommandButton[oracle.adf.RichCommandButtonId]..........
    FYI, the following simple testing code has the similar error in IE8 too (not for Firefox).
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1">
          <af:resource type="javaScript" source="../resources/js/excanvas.js"/>
          <af:form id="f1">
            <f:verbatim>
              <canvas id="drawbox" width="600" height="200">
                <p>Your browser does not support &lt;canvas&gt;</p>
              </canvas>
            </f:verbatim>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>The error is: Assertion failed: Incorrect use of AdfRichUIPeer.GetDomNodeForCommentComponent.AdfRichDialog[oracle.adf.RichDialog] id:::msgDlg StackTrace function(x217).......
    Your advice is very much appreciated.

  • Forms server  6i

    Hi All,
    I need to configure oracle forms server 6i(web and client server).
    Can anybody refer me any good link on the same. I did a Google but nothing found useful.
    regards,
    .

    Hi,
    I managed to install oracle forms server 6i on windows 2000 server…I installed apache 1.3 as web listener and edited http.conf file with the below entries,
    Alias /dev60temp/ "C:\orant\tools\web60\temp\"
    Alias /forms60java/ "C:\orant\forms60\java\"
    Alias /dev60html/ "C:\orant\tools\web60\html\"
    Alias /dev60cgi/ "C:\orant\tools\web60\cgi\"
    Alias /jinitiator/ "C:\orant\jinit\"
    But while I am trying to access the link as “http://10.XXX.XXX.XXX/dev60html/runform.htm”, I am getting error like Forbidden: You don't have permission to access /dev60html/runform.htm on this server.
    Please shed some light on this issue…Let me know what are the next steps to deploy any test form to web..
    regards,
    ~~

  • Deploying Forms 6i with Forms Server 6i

    Hi there.
    I am trying to deploy a application with Forms 6i using Forms Server 6i, with 8.1.7 DB.
    The forms are linked to a library, and when i try to run them over the browser, i get error messages saying that the pl/sql procedures in the library are not found.
    Can anyone help me, please?
    Paulo Duarte

    Paulo,
    With Forms on the web, you should set environment variables in the default.env file (or create your own .env file). Don't use the Windows Registry.
    As Grant said, you need to follow the steps in the Listener Servlet deployment guide. (You didn't say which patchset you are using or which architecture you are using, so I will assume you are using the Forms Listener Servlet architecture.)
    The URL that Grant gave does work. So you either need to upgrade your version of Adobe Acrobat Reader, or something is wrong with your machine.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • Apache Web Server Listener is not working

    Hi All
    We are running 11.5.9 on linux 2.4.9. recently my root was 100% full. after freeing space I tried starting database and application.
    every thing looks ok except Apache Web Server Listener . when i try starting maually using command
    ./adapcctl.sh start apps/apps it starts and stops again.
    Regards
    Musaddaq

    Hi Hussein
    Apache Error log is showing following errors
    Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/oracle/forms/engine/MainBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/MainBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/swing/JBufferedAppletBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/JBufferedAppletBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/lwAWT/BufferedAppletBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/BufferedAppletBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/popup/PopupAppletBeanInfo.class
    [Sun Jun 20 14:36:02 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/PopupAppletBeanInfo.class
    [Sun Jun 20 14:36:03 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/oracle/forms/icons/oracle_logo_light.gif
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/java/awt/KeyboardFocusManager.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/forms/engine/MainBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/MainBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/swing/JBufferedAppletBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/JBufferedAppletBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/lwAWT/BufferedAppletBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/BufferedAppletBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/popup/PopupAppletBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/sun/beans/infos/PopupAppletBeanInfo.class
    [Sun Jun 20 14:37:28 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/forms/icons/oracle_logo_light.gif
    [Sun Jun 20 14:37:39 2010] [error] [client 192.168.6.102] File does not exist: /apps/oracle/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Sun Jun 20 14:43:05 2010] [error] [client 192.168.6.27] File does not exist: /apps/oracle/prodora/iAS/Apache/Apache/htdocs/discwb4/applet/dummyToClearIE404Error
    [Sun Jun 20 14:43:39 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.class
    [Sun Jun 20 14:43:39 2010] [error] [client 192.168.6.119] File does not exist: /apps/oracle/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    I will run AutoConfig and will update you the results.
    Regards
    Musaddaq

  • F-RM:92101 There was a failure in the Forms Server during service startup

    windows 2003 server ENT 32-bit w/ sp 2
    IE 6.03
    Services Status (On Log On tab of properties for each service below, Allow service to interact with desktop check box is selected under Local System Account radion button:
    Oracle Fullfillment Server VIS_ebsr12: starts & immediately stops
    Oracle Process Manager for VIS_ebsr12: started
    Oracle VIS VSS Writer Service: started
    OracleConcMgrVIS_ebsr12: starts & immediately stops
    OracleJobSchedulerVIS: disabled
    OracleServiceVIS: started
    OracleTNSListenerAPPS_VIS: started
    OraclVIS_db111_RDBMSTNSListenerVIS: started
    Oracle-VIS_ebsr12_WEBOHProcessMgr: started
    OracleConcMgrVIS_ebsr12 Event Viewer Log
    Event Type:     Error
    Event Source:     OracleConcMgrVIS_ebsr12
    Event Category:     (100)
    Event ID:     1
    Date:          12/4/2011
    Time:          2:43:30 PM
    User:          N/A
    Computer:     EBSR12
    Description:
    Error occured: StartICM:Logfile:C:\oracle\VIS\inst\apps\VIS_ebsr12\logs\appl\conc\log\CM_VIS_ebsr12.log:The process cannot access the file because it is being used by another process. (0x20)C:\oracle\VIS\inst\apps\VIS_ebsr12\logs\appl\conc\log\
    CM_VIS_ebsr12.log
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 04-DEC-2011 14:45:35 -
    Shutting down Internal Concurrent Manager : 04-DEC-2011 14:45:35
    04-DEC-2011 14:45:36
    The ICM has lost its database connection and is shutting down.
    Spawning reviver process to restart the ICM when the database becomes available again.
    usdipe: error inserting data: ORA-3114
    usdsop: Error inserting into FND_CONC_NT_PROCESSES:
    The operation completed successfully.
    Spawned reviver process 5676.
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01012: not logged on.
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPCSQ encountered an ORACLE error. ORA-12705: invalid or
    unknown NLS parameter value specified
    Review your error messages for the cause of the error. (=<POINTER>)
    APP-FND-01388: Cannot read value for profile option CONC_GSM_ENABLED in routine &ROUTINE.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    .............................................................................c:\oracle\VIS\inst\apps\VIS_ebsr12\logs\ora\10.1.3\j2ee\forms\forms_default_group_1\
    application.log
    11/12/04 12:21:06.906 10.1.3.4.0 Started
    11/12/04 12:21:17.578 formsweb: FormsServlet init():
        configFileName:     C:\oracle\VIS\inst\apps\VIS_ebsr12\ora/10.1.2/forms/server/appsweb.cfg
        testMode:           false
    11/12/04 12:21:17.703 formsweb: 10.1.3.4.0 Started
    11/12/04 13:00:28.687 formsweb: ListenerServlet init()
    11/12/04 13:04:04.187 formsweb: Forms session <1> failed during startup: no response from runtime process
    11/12/04 13:04:04.187 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/12/04 13:16:02.453 formsweb: Forms session <2> failed during startup: no response from runtime process
    11/12/04 13:16:02.453 formsweb: Forms session <2> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/12/04 14:17:42.640 formsweb: Forms session <3> failed during startup: no response from runtime process
    11/12/04 14:17:42.640 formsweb: Forms session <3> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <3> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/12/04 14:31:38.859 formsweb: 10.1.3.4.0 Stopped
    11/12/04 14:31:59.703 10.1.3.4.0 Started
    11/12/04 14:32:02.921 formsweb: FormsServlet init():
        configFileName:     C:\oracle\VIS\inst\apps\VIS_ebsr12\ora/10.1.2/forms/server/appsweb.cfg
        testMode:           false
    11/12/04 14:32:02.937 formsweb: 10.1.3.4.0 Started
    11/12/04 14:36:52.189 10.1.3.4.0 Started
    11/12/04 14:37:05.126 formsweb: FormsServlet init():
        configFileName:     C:\oracle\VIS\inst\apps\VIS_ebsr12\ora/10.1.2/forms/server/appsweb.cfg
        testMode:           false
    11/12/04 14:37:05.282 formsweb: 10.1.3.4.0 Started
    11/12/04 14:51:31.704 formsweb: ListenerServlet init()
    11/12/04 14:55:06.939 formsweb: Forms session <1> failed during startup: no response from runtime process
    11/12/04 14:55:06.939 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    11/12/04 15:11:04.32 formsweb: Forms session <2> failed during startup: no response from runtime process
    11/12/04 15:11:04.32 formsweb: Forms session <2> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)

    no hussien...the other day i was able to connect apps/apps via sqlplus as show below:
    db was successfully created as....i was able to access hr employees data via forms the other day...
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_ebsr12\ApplyDBTechStack_12040129.log
    Started ApplyDBTechStack at Sun Dec 04 01:29:34 EST 2011
    Version:
         ApplyDBTechStack.java     :      120.22
    Executing Technology Stack Configuration...
    Executing runAutoConfig...
    Deleting files of type INSTALL
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\sqlnet.ora
    Processing driver file: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbtmpl.drv
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\sqlnet.ora
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkConfigDbOcm.pl
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\dbs\initVIS.ora
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\listener.ora
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\tnsnames.ora
    Checking for file: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afmkinit_inst.cmd
    Starting CVM in INSTE8_SETUP mode
         Using Context file          : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_ebsr12.xml
    Attempting to create a back up of the Context file
    Created back up file of name :
          C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\VIS_ebsr12.xml
    ===========================================================================
    Starting synchronization of file system Context file and its templates with those in the database
       Database connection     : Failed
       OAM Context editing support feature: Unverified
       OAM Customization support feature  : Unverified
       File system template    : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adxdbctx.tmp
       Checking for customizations to Context template
       Warning: Unable to connect to Database.
               If the system is OAM enabled, this may result in loss of customizations.
       Looking for custom template at : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\custom\adxdbctx.tmp
       Custom template         : Not available
       Customizations found    : None
       File system Context file :C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_ebsr12.xml
       Checking the Context file for possible updates from the Database
       Warning: Unable to connect to Database.
               If the system is OAM enabled, this may result in loss of customizations and the Context files in DataBase and in the file system may be unsynchronized
    ===========================================================================
    Starting Updates of Context file Sun Dec 04 01:29:40 EST 2011
          found context version     : 120.34.12010000.2
          available update version  : 120.34.12010000.2
    No updates to apply
    Ending Updates of Context file
    ===========================================================================
    ===========================================================================
    Starting Context Value Management System at Sun Dec 04 01:29:40 EST 2011
    Using version 120.8.12000000.4
    Options:
       Force               : no
       Contextfile         : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_ebsr12.xml
       Templatefile        : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adxdbctx.tmp
       ValueUpdateFile     : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcvmdb.xml
    Verifying value management system requirements:
       ContextFile         : VALID
       Template File       : VALID
       ValueUpdateFile     : VALID
    Parsing the ValueUpdateFile
    [ s_contextfile ]
       Action             : seed
       Change reason      : Setting the location to what has been specified by user
       New value          : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_ebsr12.xml
    [ s_tools_oranls ]
       Action             : translate
       WARNING            : Variable missing - skipping
    [ s_cmanport ]
       Action             : translate
       Change reason      : Removing hardcoded value of s_cmanport to use s_dbport instead
       Expected value     : 1521
       Found value        : 1521
       New value          : 1521
       Check Condition    : Unconditional
    ===========================================================================
    [ Config tool : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\bin\adgentns.pl ]
       Command            : C:\oracle\VIS\db\tech_st\11.1.0\Perl\5.8.3\bin\mswin32-x86-multi-thread\perl.exe -I C:\oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\lib\MSWin32-x86-multi-thread -I C:\oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\lib -I C:\oracle\VIS\db\tech_st\11.1.0\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I C:\oracle\VIS\db\tech_st\11.1.0\perl\site\5.8.3\lib -I C:\oracle\VIS\db\tech_st\11.1.0\appsutil\perl  C:\oracle\VIS\db\tech_st\11.1.0\appsutil\bin\adgentns.pl PASSWORD  contextfile=C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_ebsr12.xml  logdir=C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_ebsr12
       Action             : execute
    SCRIPT RETURNED:
                       Generate Tns Names
         Classpath                   : ;C:\oracle\VIS\db\tech_st\11.1.0\jdbc\lib\ojdbc6.jar;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\java\xmlparserv2.jar;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\java;C:\oracle\VIS\db\tech_st\11.1.0\jlib\netcfg.jar;C:\oracle\VIS\db\tech_st\11.1.0\jlib\ldapjclnt11.jar
    Loading ORACLE_HOME environment from C:\oracle\VIS\db\tech_st\11.1.0
    Logfile: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_ebsr12/NetServiceHandler.log
    tnsnames.ora instantiated
    listener.ora instantiated
    adgentns.pl exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
       Result             : SUCCEEDED
    ===========================================================================
    Ending Context Value Management System.
    ===========================================================================
    ===========================================================================
    No uploading of Context file and its templates to database. Database conection failed
    ===========================================================================
    Finished running CVM.....
    Processing DriverFile = C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AppsUtil
    Creation of Directory - C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12 Succeeded.
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adexecsql.pl
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adexecsql.pl
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adexecsql.pl to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adexecsql.pl
       setting permissions: 700
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adstopdb.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adstopdb.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adstopdb.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adstopdb.sql
       setting permissions: 600
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adstrtdb.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adstrtdb.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adstrtdb.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adstrtdb.sql
       setting permissions: 600
    Creation of Directory - C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12 Succeeded.
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbccnv.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbccnv.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbccnv.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbccnv.sql
       setting permissions: 600
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcrobj.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrobj.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrobj.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcrobj.sql
       setting permissions: 700
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adchknls.pl
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adchknls.pl
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adchknls.pl to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adchknls.pl
       setting permissions: 700
    File C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\sqlnet.ora of type INSTALL does not exist, will be instantiated in the current pass
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\ad8isqlnet.ora
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\sqlnet.ora
       backup : C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\sqlnet.ora to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\sqlnet.ora
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\ad8idbnt.env
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\VIS_ebsr12.env
       backup : C:\oracle\VIS\db\tech_st\11.1.0\VIS_ebsr12.env to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\VIS_ebsr12.env
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\ad8idbnt.env
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\VIS_ebsr12.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\VIS_ebsr12.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\VIS_ebsr12.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbsynhnm.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbsynhnm.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbsynhnm.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbsynhnm.cmd
    Creation of Directory - C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf Succeeded.
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adora10g_stub.inf
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf\oradb_stub.inf
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf\oradb_stub.inf to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\oradb_stub.inf
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adora8iinf.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\bin\ora8iinf.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\bin\ora8iinf.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\ora8iinf.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adsvdb.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adsvdb.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adsvdb.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adsvdb.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adsvdlsn.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adsvdlsn.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adsvdlsn.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adsvdlsn.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adsvdcnv.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adsvdcnv.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adsvdcnv.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adsvdcnv.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adupdlib_nt.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adupdlib.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adupdlib.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adupdlib.sql
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbprf.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbprf.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbprf.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbprf.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbprf.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbprf.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbprf.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbprf.sql
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbupdgsm.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbupdgsm.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbupdgsm.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbupdgsm.sql
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\afdbprf.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afdbprf.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afdbprf.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\afdbprf.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\afdbprf.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afdbprf.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afdbprf.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\afdbprf.sql
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbctl.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\addbctl.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\addbctl.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbctl.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addlnctl.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\addlnctl.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\addlnctl.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addlnctl.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adlsnodes_nt.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adlsnodes.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adlsnodes.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adlsnodes.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcrobj.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrobj.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrobj.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcrobj.cmd
    File C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkConfigDbOcm.pl of type INSTALL_APPLY does not exist, will be instantiated in the current pass
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\txkConfigDbOcm.pl
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkConfigDbOcm.pl
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkConfigDbOcm.pl to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\txkConfigDbOcm.pl
       setting permissions: 700
    File C:\oracle\VIS\db\tech_st\11.1.0\dbs\initVIS.ora of type INSTALL does not exist, will be instantiated in the current pass
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\afinit_db111.ora
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\dbs\initVIS.ora
       backup : C:\oracle\VIS\db\tech_st\11.1.0\dbs\initVIS.ora to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\initVIS.ora
    File C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\listener.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\txkcreateACL.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkcreateACL.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkcreateACL.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\txkcreateACL.sql
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\txkcreateACL.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkcreateACL.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\txkcreateACL.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\txkcreateACL.cmd
    File C:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_ebsr12\tnsnames.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adautocfg_nt.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adautocfg.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adautocfg.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adautocfg.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adlicnse.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adlicnse.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adlicnse.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adlicnse.sql
       setting permissions: 600
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adclobconv.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adclobconv.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adclobconv.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adclobconv.sql
       setting permissions: 600
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adclobtmp.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adclobtmp.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adclobtmp.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adclobtmp.sql
       setting permissions: 600
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adpreclone.pl
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adpreclone.pl
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adpreclone.pl to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adpreclone.pl
       setting permissions: 700
    Binary copy of C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf\oradb_stub.inf to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf\oradb_del.inf
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adora10g_stub.inf
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf\oradb_stub.inf
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\inf\oradb_stub.inf to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\oradb_stub.inf
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adoradbcinf.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\bin\oradbcinf.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\bin\oradbcinf.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\oradbcinf.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcrdb.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrdb.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrdb.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcrdb.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcrsvc.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrsvc.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrsvc.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcrsvc.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcrdbrdlg.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrdbrdlg.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcrdbrdlg.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcrdbrdlg.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\addbupdgsm.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbupdgsm.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbupdgsm.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\addbupdgsm.sql
    File C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afmkinit_inst.cmd of type INSTALL_SETUP does not exist, will be instantiated in the current pass
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\afmkinit_inst.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afmkinit_inst.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afmkinit_inst.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\afmkinit_inst.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\afmkinit.cmd
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afmkinit.cmd
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\afmkinit.cmd to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\afmkinit.cmd
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcmclean.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcmclean.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcmclean.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcmclean.sql
       setting permissions: 600
    instantiate file:
       source : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\adcctclean.sql
       dest   : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcctclean.sql
       backup : C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\adcctclean.sql to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\out\VIS_ebsr12\12040129\adcctclean.sql
       setting permissions: 600
    AutoConfig Setup Phase
    Running Setup Process 1 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\Perl\5.8.3\bin\mswin32-x86-multi-thread\perl.exe -I C:\oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\lib\MSWin32-x86-multi-thread -I C:\oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\lib -I C:\oracle\VIS\db\tech_st\11.1.0\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I C:\oracle\VIS\db\tech_st\11.1.0\perl\site\5.8.3\lib -I C:\oracle\VIS\db\tech_st\11.1.0\appsutil\perl C:\oracle\VIS\db\tech_st\11.1.0\appsutil\scripts\VIS_ebsr12\adchknls.pl
    script returned:
                 Validating information needed for NLS........
    DATABASE version : db111
    Looking for the directory : C:\oracle\VIS\db\tech_st\11.1.0\nls\data\9idata
    Directory exists
    Looking for file : C:\oracle\VIS\db\tech_st\11.1.0\nls\data\old\cr9idata.pl
    File exists
    Validation complete
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 2 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_ebsr12\addbsynhnm.cmd
    script returned:
    ECHO is off.
    ECHO is off.
    Sun 12/04/2011 01:29 AM
            1 file(s) copied.
    addbsynhnm.cmd exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    ****************************************************

  • Infrastructure and forms server into same machine

    Dear friends,
    I am faching strange problem
    , I install 9ias(9.0.2.0.1) infrastucture and form server into same machine,
    after sucessfull installation it is mention infrastucture will run the port 7777 and form will 7778,
    but after just installation it work into these ports but when i restats the system then port of infrastucture change and it is 7779.
    now if i run forms the it give internal error 500,
    then I stop fist infrastucture http server then http server of form
    and again first start infrastucture hhtp server then form http server
    now agin infrastructure server port id 7779(insted of 7777)
    but now my form work properly.
    every day i do this job , but some time this method fails then i have to again install server and have to repeate above mention job .
    pls help me
    With regards
    Siddharth Singh
    [email protected]

    Mid-tier listens on a lot of ports. On a std install (with both Infra and Mid-tier) Web-cache listens on port 7778 "in front of" httpd for OHS on 7779. So perhaps you forget to start web-cache? (run from BI home: webcachectl)
    Perhaps the problem with Forms is related to X Toolkit?

  • I want to run IIS and Form Server on same machine

    Dear follows
    I have problems , porblems is that i want to run IIS and Form
    Server at same machine but i m facing some problems so please
    inform me right proceduers to run this services at same machnine
    now i m using Windows NT .
    My secone problems is that i want to send emai via oracle
    reports , actuall condition is that i have oracle report and i
    want to add button and behind this boutton i want to add trigger
    to send this report as a emai to client as txt/html format.

    There shouldn't be any problem running both forms server and IIS
    on the same machine. Just make sure the ports that are used are
    different. IIS's default port is 80, so either change this port
    number or change it for the Forms server's web listener.
    You can send reports to email if you use DESTYPE=MAIL.

  • Installing Forms Server on Windows 2000

    We installed Forms Server 6i on Windows 2000. We completed the installation successfully. When we clicked on the 'Run the Form on the Web.', it gives 'This page cannot be displayed.' error. We tried this twice, but getting same error.
    Any suggestions/help is greatly appreciated.
    Thanks
    VL.

    Do you have your web server installed too?
    forms server works in conjunction with your web server.
    Make sure you have done the following...
    Web server is listening on port 80
    Forms server is running in HTTP mode. ( You may need to stop and restart the forms service in win2000 if you change this from socket in the registry )
    You must also set up your virtual directorys on your web server. I used the microsoft internet information server that comes with win2000. It's an add on component on the disk. Oracle would suggest you use Oracle 9i application server ( Which is rebadged Apache )
    Forms server is running on port 9000. Also set in the registry.
    You also edit the in the formsweb.cfg file in <ORACLE_HOME>\forms60\server
    Make sure HTTP mode is set in this too. You can also change various params such as the applet size etc. I would recommend the Oracle look and feel and run in separate windows options.
    All the forms tester does is run a bit of cgi which will dynamically change the base HTML file in <ORACLE_HOME>\forms60\sever.
    You will notice there is one file which is baseie and basejint. The cgi will choose to use the one depending on if you choose to use jinitiator or ie50=native.
    When you go live can maually edit these files depending on what java viutual machine you choose. You can place this file in your web site root as defaut.htm or whatever you want and it will serve you app without using the cgi html generator.
    Sorry if parts of this you know but it took me weeks of work to set this up. The Oracle documentation is not very well put together.
    I have read nearly every line of the damn stuff.
    Please e-mail me if you have any queries as I may have not made sense in places.
    Oliver
    null

Maybe you are looking for

  • How do I stop firefox from suggesting answers to regularly asked questions? ie: my name, email etc

    when I am taking a surevey, and questions are asked of me, like my name, address, email etc. firefox will suggest the answer that I have typed before. it appears underneath the box in which I am to type. how do I turn this function off

  • ITunes has corrupted my iPod Classic's data

    I recently upgraded to a new computer, now running Windows 7 from XP and also with that installed the latest version of iTunes. I had never had too much trouble prior syncing and managing my music until recently when all of a sudden syncing even smal

  • HT201302 iphone stops being recognized by pc during photo transfer

    I use my iphone 4s for taking work related photos of products, and it is easy for me to take 300 photos in one sitting.  Every time I connect my iphone to my pc (windows 7) with a USB cable and try to transfer the images, I manage to get a few files

  • Updating of os from verion 7.10 bundle 1149 to 7.1.0 bundle 2061

    my software was succesfully updated.. but my BBM now is deleted  in my cellphone.. if ill try to download it again in MY WORLD it showns unavailable in your device.. by the way I lived here in UAE.   plsssssssssssssss.... help me with this..........

  • Iphoto 11 Selecting multiple photos

    I first select the first photo in a string. Then I press the space bar prior to selecting the last photo in the string. However when I press the space bar the first photo just keeps on zooming in and out. I did not have this problem prior to upgradin