Listener Issue on Win2003 Server

Hi,
I have recently installed 10gR2 on a win2003 server which already housed a 9i DB. My listener's are all messed up now and I have no idea how it happened. I created a listener for the 10g and I can connect to the 10g DB but I can not connect to the 9i instance. What is the best practice here? Should I have one listener per home or can I have 1 listener for the whole host (listener running out of the highest HOME level)
Can someone please advise here?

OK, I am running into a problem here. Check out my two listener files. version 10 is set to Auto and version 9i is set to manual (but I can not start it for some reason)
Have a look:
Version 9i
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = SIS-TOR-DB01.sisdom.local)(PORT = 1521))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D:\oracle\product\9.2.0.1)
(PROGRAM = extproc)
(SID_DESC =
(SID_NAME = dev9i)
(ORACLE_HOME = D:\oracle\product\9.2.0.1)
Version 10g
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = SIS-TOR-DB01.sisdom.local)(PORT = 1521))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = D:\oracle\product\10.2.0.3\)
(PROGRAM = extproc)
(SID_DESC =
(SID_NAME = ssqdev10g)
(ORACLE_HOME = D:\oracle\product\10.2.0.3\)
(SID_DESC =
(SID_NAME = dev9i)
(ORACLE_HOME = D:\oracle\product\9.2.0.1)
Now here is how I am testing the connections on my windows Server:
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
D:\>echo %ORACLE_HOME%
d:\oracle\product\10.2.0.3\
D:\>echo %ORACLE_SID%
ssqdev10g
D:\>sqlplus system@ssqdev10g
SQL*Plus: Release 10.2.0.3.0 - Production on Thu Sep 6 13:37:52 2007
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Enter password:
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Pr
oduction
With the Partitioning, OLAP and Data Mining options
D:\>set ORACLE_SID=dev9i
D:\>sqlplus system@dev9i
SQL*Plus: Release 10.2.0.3.0 - Production on Thu Sep 6 13:38:16 2007
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Enter password:
ERROR:
ORA-12518: TNS:listener could not hand off client connection
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.
C:\Documents and Settings\oracle>D:
D:\>echo %ORACLE_HOME%
d:\oracle\product\10.2.0.3\
D:\>echo %ORACLE_SID%
ssqdev10g
D:\>sqlplus system@ssqdev10g
SQL*Plus: Release 10.2.0.3.0 - Production on Thu Sep 6 13:37:52 2007
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Enter password:
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Pr
oduction
With the Partitioning, OLAP and Data Mining options
D:\>set ORACLE_SID=dev9i
D:\>sqlplus system@dev9i
SQL*Plus: Release 10.2.0.3.0 - Production on Thu Sep 6 13:38:16 2007
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Enter password:
ERROR:
ORA-12518: TNS:listener could not hand off client connection
D:\>lsnrctl status
LSNRCTL for 32-bit Windows: Version 10.2.0.3.0 - Production on 06-SEP-2007 13:39
:08
Copyright (c) 1991, 2006, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=SIS-TOR-DB01.sisdom.loca
l)(PORT=1521)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 10.2.0.3.0 - Produ
ction
Start Date 06-SEP-2007 13:17:47
Uptime 0 days 0 hr. 21 min. 20 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File d:\oracle\product\10.2.0.3\network\admin\listener.ora
Listener Log File d:\oracle\product\10.2.0.3\network\log\listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=SIS-TOR-DB01.sisdom.local)(PORT=1521
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "dev9i" has 1 instance(s).
Instance "dev9i", status UNKNOWN, has 1 handler(s) for this service...
Service "ssqdev10g" has 2 instance(s).
Instance "ssqdev10g", status UNKNOWN, has 1 handler(s) for this service...
Instance "ssqdev10g", status READY, has 1 handler(s) for this service...
Service "ssqdev10gXDB" has 1 instance(s).
Instance "ssqdev10g", status READY, has 1 handler(s) for this service...
Service "ssqdev10g_XPT" has 1 instance(s).
Instance "ssqdev10g", status READY, has 1 handler(s) for this service...
The command completed successfully
Any advice now? I am getting lost in my own thoughts :(

Similar Messages

  • ODBC-datasource generating ORA-12154 (possible listener issue)

    Hi,
    I am trying to configure ao ODBC-datasoure from a client (using instant client 11.2) to a 11.2g Oracle DB server. The database listener is configured to use a non standard port 1700 in this case.
    There is a firewall between the client and the server which is configured to allow connections to the database server on the specified port, when I use telnet from the client to the server, the connection opens on this port, but when I try to test the odbc-datasource I have configured ig et the error ORA-12154.
    The link below outlines the details of the error:
    http://ora-12154.ora-code.com/
    To the context should be added, that there is no problem to use SQL Plus from a computer behind the firewall to connect to the database server using the TNS name that is being used in the ODBC-datasource.
    I have tried to configure the odbc-datasource using both a tns_names.ora file, and also directly in the odbc-datasource using //[ip address] : [port]/TNS_NAME. Both ways of configuring the odbc-datasource generates the same error. I am currently suspecting that the error might be due to some sort of connection redirection on the part of the tns listener on the database server which triggers the firewall to terminate the connection. Could this be the case?
    Does anyone have any suggestions what this error might be caused by. Any suggestions on how to continue my troubleshooting would also be valueble. Further, what kind of configuration would need to be inplace, on the tns-listener / database server side to make this sort of configuration to work.
    Finally, I should also ask that I have tested the same ODBC-datasource configuration in a test system without any firewall inbetween, and that configuration works fine, so there seems to be no problem with the client software configuration per se.
    Any help is apprichated.
    /Eaglecoth

    Cabelcow wrote:
    I managed to solve this issue myself.
    Since there seems to be some problem locating the server I added "HOSTNAME" to the following line in the SQLNET.ORA file on the server:
    names.directory_path = (HOSTNAME,TNSNAMES)
    This solved the issue by using the following syntax in the ODBC Configuration:
    TNS Service Name: [ip-address]:[port]/[TNS NAME]
    Where the TNS_NAME should be that of the TNS_NAME for the database defined in the TNSNAMES_ORA at the server. Note that this value is case sensetivetnsnames.ora is ONLY used by the client side application. It is the tns complement to the local 'hosts' file. It is used by the CLIENT to resolve an alias (tns net service name) to a host (ultimately an ip), port, and service name. Your assertion that the tns_name should be ... hmm, now that I read that again, are you saying that the tnsnames entry on the client should match the one in the tnsnames file on the server? If so, yes and no. There is no technical requirement that they match. It is simply that it is usually assumed that the one on the server is correct and may be used as a model for what to do on the client. The server - acting as a server - doesn't even use the tnsnames.ora file. It exists on the server only to support any client process that may happen to be running on the same box as the db.
    Maybe this will help you understand the connections
    =================================
    ORA-12154: TNS:could not resolve the connect identifier specified
    This error means one thing, and one thing only. The client could not find the specified entry in the tnsnames.ora file being used.
    As a follow-on to that statement, remember that when you use a dblink, the database in which the link is defined is acting as a client to the database that is the target of the link. So in this case, the tnsnames.ora file on the host of your source should have an entry for your target db, as defined in the db_link.
    And for the umpteenth time ... this error has <b><i><u>NOTHING</u></i></b> to do with the status of a listener. The connection request never got far enough to reach a listener. If anyone tells you to check a listener in response to ora-12154, they are not paying attention, or do not understand how TNS works. This error is the equivalent of not being able to place a telephone call because you don't know the number of the party you want to reach. You wouldn't debug that situation by going to the other guy's house and testing his telephone, or by going to the phone company and testing the switchboard. And you don't debug a ORA-12154 by checking the listener. If I had a top ten list of "Incredibly Simple Concepts (tm)" that should be burned into the brain of everyone who claims to be an Oracle DBA, it would include "ORA-12154 Has Nothing To Do With The Listener".
    =================================
    A couple of important points.
    First, the listener is a server side only process. It's entire purpose in life is to receive requests for connections to databases and set up those connections. Once the connection is established, the listener is out of the picture. It creates the connection. It doesn't sustain the connection. One listener, with the default name of LISTENER, running from one oracle home, listening on a single port, will serve multiple database instances of multiple versions running from multiple homes. It is an unnecessary complexity to try to have multiple listeners or to name the listener as if it belongs to a particular database. That would be like the telephone company building a separate switchboard for each customer.
    Additional notes on the listener: One listener is capable of listening on multiple ports. But please notice that it is the listener using these ports, not the database instance. You can't bind a specific listener port to a specific db instance. Similarly, one listener is capable of listnening on multiple IP addresses (in the case of a server with multiple NICs) But just like the port, you can't bind a specific ip address to a specific db instance.
    Second, the tnsnames.ora file is a client side issue. It's purpose is for address resolution - the tns equivalent of the 'hosts' file further down the network stack. The only reason it exists on a host machine is because that machine can also run client processes.
    Assume you have the following in your tnsnames.ora:
    larry =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = curley)
      )Now, when you issue a connect, say like this:
    $> sqlplus scott/tiger@larrytns will look in your tnsnames.ora for an entry called 'larry'. Finding it, tns sends a request through the normal network stack to (PORT = 1521) on (HOST = myhost) using (PROTOCOL = TCP), asking for a connection to (SERVICE_NAME = curley).
    Where is (HOST = myhost) on the network? When the request gets passed from tns to the next layer in the network stack, the name 'myhost' will get resolved to an IP address, either via a local 'hosts' file, via DNS, or possibly other less used mechanisms. You can also hard-code the ip address (HOST = 123.456.789.101) in the tnsnames.ora.
    Next, the standard networking process delivers the message to port 1521 on myhost. Hopefully, there is a listener on myhost configured to listen on port 1521, and that listener knows about SERVICE_NAME = curley. If so, the listener will spawn a server process to act as the intermediary between your client and the database instance. Communication to the server process will be on a randomly selected available port. At that point the listener is out of the process and continues to user port 1521 to await other connection requests.
    What can go wrong?
    First, there may not be an entry for 'larry' in your tnsnames. In that case you get "ORA-12154: TNS:could not resolve the connect identifier specified" No need to go looking for a problem on the host, with the listener, etc. If you can't place a telephone call because you don't know the number (can't find your telephone directory (tnsnames.ora) or can't find the party you are looking for listed in it (no entry for larry)) you don't look for problems at the telephone switchboard.
    Maybe the entry for larry was found, but myhost couldn't be resolved to an IP address (say there was no entry for myhost in the local hosts file). This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe there was an entry for myserver in the local hosts file, but it specified a bad IP address. This will result in "ORA-12545: Connect failed because target host or object does not exist"
    Maybe the IP was good, but there is no listener running: "ORA-12541: TNS:no listener"
    Maybe the IP was good, there is a listener at myhost, but it is listening on a different port. "ORA-12560: TNS:protocol adapter error"
    Maybe the IP was good, there is a listener at myhost, it is listening on the specified port, but doesn't know about SERVICE_NAME = curley. "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor"
    Third: If the client is on the same machine as the db instance, it is possible to connect without referencing tnsnames and without going through the listener.
    Now, when you issue a connect, say like this:
    $> sqlplus scott/tigertns will attempt to establish an IPC connection to the db instance. How does it know the name of the instance? It uses the current value of the enviornment variable ORACLE_SID. So...
    $> export ORACLE_SID=fred
    $> sqlplus scott/tigerIt will attempt to connect to the instance known as "fred". If there is no such instance, it will, of course, fail. Also, if there is no value set for ORACLE_SID, the connect will fail.
    check executing instances to get the SID
    [oracle@vmlnx01 ~]$ ps -ef|grep pmon|grep -v grep
    oracle    4236     1  0 10:30 ?        00:00:00 ora_pmon_vlnxora1set ORACLE_SID appropriately, and connect
    [oracle@vmlnx01 ~]$ export ORACLE_SID='vlnxora1
    [oracle@vmlnx01 ~]$ sqlplus scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:42:37 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsNow set ORACLE_SID to a bogus value, and try to connect
    SQL> exit
    [oracle@vmlnx01 ~]$ export ORACLE_SID=FUBAR
    [oracle@vmlnx01 ~]$ sqlplus scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:42:57 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Enter user-name: Now set ORACLE_SID to null, and try to connect
    [oracle@vmlnx01 ~]$ export ORACLE_SID=
    [oracle@vmlnx01 ~]$ sqlplus /scott/tiger
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 22 10:43:24 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    ERROR:
    ORA-12162: TNS:net service name is incorrectly specifiedOk, that is how we get from the client connection request to the listener. What about the listener's part of all this?
    The listener is very simple. It's job is to listen for connection requests and make the connection (server process) between the client and the database instance. Once that connection is made, the listener is out of the picture. If you were to kill the listener, all existing connections would continue. The listener is configured with the listener.ora file, but if that file doesn't exist, the listener is quite capable of starting up with all default values. One common mistake with the listner configuration is to specify "HOST=localhost" or "HOST=127.0.01". This is a NONROUTABLE ip address. LOCALHOST and ip address 127.0.0.1 always mean "this machine on which I am sitting". So, all computers are known as "localhost" or "127.0.0.1". If you specify this address, the listener will only be capable of receiving requests from the machine on which it is running. If you specified that address in your tnsnames file - on a remote client machine - the request would be routed to the machine on which the requesting client resides. Probably not what you want.
    =====================================

  • Multithreading issue with Client/Server chat program

    In a nutshell, I just recently starting attempting to use Sockets and decided I wanted to give a go at a chat program. I have some experience with threads but I know little about how to find and fix multithreading issues. I think this is my problem right now since I am deadlocking while connecting and disconnecting client-side ... and updates about connection status of a client are not always displaying correctly server-side.
    [ Code Snippet|http://snipplr.com/view/15206/clientserver-chat-program/]
    Thanks for the help

    NOTE: all catch clauses have been omitted for clarity. They all just perform System.err.println() with the msg embedded
    Very valid point. I cut out the GUIs and just tried having the Server/Client communicate. I am still having concurrency issues. This is my first attempt at synchronized methods and locking objects so go easy on me if I did something(s) noob =D
    public class MySocket
        public static final String QUIT = "~~QUIT~~";
        private ObjectOutputStream out;
        private ObjectInputStream in;
        private Socket conn;
        public MySocket(String ip)
            obsList = new ArrayList<IClientObs>();
            try
                conn = new Socket(ip, 5000);
                if (conn.isConnected())
                    out = new ObjectOutputStream(conn.getOutputStream());
                    in = new ObjectInputStream(conn.getInputStream());
        public synchronized String nextMsg()
            String msg = "";
            try
                synchronized(in)
                    msg = (String)in.readObject();
                    notify(msg);
            return(msg);
        public synchronized boolean sendMsg(String msg)
            boolean sentMsg = false;
            try
                synchronized(out)
                    if (out != null)
                        out.writeObject(msg);
                        out.flush();
                        sentMsg = true;
            return(sentMsg);
        public synchronized void closeConn()
            try
                synchronized(this)
                    sendMsg(QUIT);
                    conn.close();
                    out.close();
                    in.close();
        public synchronized Socket getConn()
            return(conn);
        public synchronized ObjectOutputStream getOutStream()
            return(out);
        public synchronized ObjectInputStream getInStream()
            return(in);
       //Observer Pattern implemented below   
    public class Server extends Thread
        public static final int MAX_CLIENTS = 2;
        public static final String QUIT = "~~QUIT~~";
        private ServerSocket server;
        private ArrayList<ConnClient> conns;
        private int connCount;
         * Constructor for objects of class Server
        public Server()
            conns = new ArrayList<ConnClient>();
            obsList = new ArrayList<IServerObs>();
            connCount = 0;
        public void startNow()
            this.start();
        public void run()
            runServer();
        public synchronized void runServer()
            try
                setup();
                while (true)
                    waitForConn();
                    processComms();
        private synchronized void setup() throws IOException
            server = new ServerSocket(5000);
            notify("Server initialized.\n");
        private synchronized void waitForConn() throws IOException
            if (connCount < MAX_CLIENTS)
                notify("Waiting for connection...\n");
                Socket conn = server.accept();
                if (conn.isConnected())
                    conns.add(new ConnClient(conn));
                    notify("Client connected @ '" + conns.get(connCount).getIP() + "'.\n");
                    connCount++;
            else
                notify("Connection request rejected; max connections have been reached.\n");
        private synchronized void processComms() throws IOException, ClassNotFoundException
            //Receive any msgs sent by clients and forward msg to all clients
            for(ConnClient rcvClient : conns)
                String msg = rcvClient.nextMsg();
                //if client quit, then close connection and remove it from list
                if (msg.equals(QUIT))
                    notify("Client disconnected @ '" + rcvClient.getIP() + "'.\n");
                    rcvClient.closeConn();
                    conns.remove(rcvClient);
                    connCount--;
                else
                    for(ConnClient sndClient : conns)
                        sndClient.sendMsg(msg);
        public synchronized void shutdown()
            try
                server.close();
                for(ConnClient client :conns)
                    client.closeConn();
       //Observer Pattern implemented below
    }I also found another issue that I haven't thought up a way to deal with yet. When the user starts the program the follow line is executed "conn = server.accept();" which halts execution
    on that thread until a connection is established. What if the user wants to stop the server before a connection is made? The thread keeps running, waiting for a connection. How do I kill this thread?
    On this last issue (I figured by adding the follow code to my action listener inside of my server gui I could stop the thread safely but it's no good so far)
    public void actionPerformed(ActionEvent e)
            Object src = e.getSource();
            if (src == strBtn)
                if (server == null)
                    strBtn.setEnabled(false);
                    stpBtn.setEnabled(true);
                    server = new Server();
                    server.addObserver(this);
                    server.start();
                else
                    console.append("Console: Server is alread initiated.\n");
            else if (src == stpBtn)
                synchronized(server)
                strBtn.setEnabled(true);
                stpBtn.setEnabled(false);
                server.shutdown();
                server = null;
                console.append("Console: Server has been stopped.\n");
        }Edited by: mcox05 on May 21, 2009 10:05 AM
    Edited by: mcox05 on May 21, 2009 10:17 AM
    Edited by: mcox05 on May 21, 2009 10:58 AM
    Edited by: mcox05 on May 21, 2009 11:01 AM
    Edited by: mcox05 on May 21, 2009 11:03 AM
    Edited by: mcox05 on May 21, 2009 11:03 AM

  • Network home permissions -- SMB connection on Win2003 Server

    Has anyone had any problems with permissions with SMB network home folders on a Windows 2003 server?
    With 10.4, our users can connect and edit all of the files in their home folder. They also have no access to any other home folders other than they can see the folder name.
    With 10.5, their root home folder is locked and they have read-only access to the same folder with the same permissions as 10.4. Other mac-created folders such as Dekstop, Documents, Music, Library, etc. list them as "custom access" but the users do have permission to create and edit files in these folders. Folders created by windows (My Music, My Pictures) are locked and have read-only access like the root home.
    This issue is making it so the users cannot login. They get the "Your are unable to log in to the user account "xxxxxx" at this time - Logging in to the account failed because an error occurred"
    These computers are working file for home folders that connect via AFP to a mac server. It's just SMB to Windows.
    Any help would be appreciated.
    Thank you,
    JB

    Problem solved:
    When creating new shares on Win2003 server there is a flagged checkbox in the shared sessions under computer management that defaults to read only (both Windows and Apple shares). Took our network guy about 30 minutes to mine down there and find it. THANKS MICROSOFT for SHARING THIS - you meatheads!!!
    Hope this helps others

  • New AFP shared drive on Win2003 Server not working

    Hi Guys,
    Need some help with getting new HD setup on our PC server. We have a PC network guy, but he's not helpful on the mac side. We do have exsisting AFP share (on a diff drive on the system sata controller) that works no problem, but this new drive is read only still. No problem SMB, but need AFP for full use. We have a mixed environment of 10.3.9 and up on G4-G5s and all experience the same issue with full permissions or not in both share and security - always read only. It is an appleshare. Our network guy had issues with it reverting to X$ id in the setup. He reset it to static name. Our other drive is set up as N$ and shares the drive to everyone who has appropriate permissions. Wondering if there is someting odd in the setup that is contributing. Its icon on the server is also different than the icon picked up for the two on the sata, C$, N$. The new drive shows up with a "sharing hand" icon instead. Just seemed weird, but I know nothing of PCs - laugh quietly pls. All user sharing and security settings seem to be identical on the drives and shared volumes. Any ideas? Need more info?
    Thx!
    G5   Mac OS X (10.4.7)  

    Problem solved:
    When creating new shares on Win2003 server there is a flagged checkbox in the shared sessions under computer management that defaults to read only (both Windows and Apple shares). Took our network guy about 30 minutes to mine down there and find it. THANKS MICROSOFT for SHARING THIS - you meatheads!!!
    Hope this helps others

  • Certificates issued by communications server for client authentication

    Hi,
    we ran into problem with those certificates, that are being issued by the lync server itself.  In our enteprise we have CX600 and CX3000 phones, and i know that certificate authentication is required for the phones to work (both for registrar and webservice).
    However, now that users have lync installed, they have their communications server certificate assigned as well. The problem is when a user needs to sign a document with the certificate from our private CA, for most of the users, word or excel suggests to
    use a certificate issued by communications server, not our ent CA. Maybe there is a way for LYNC to trust private enteprise CA and not give out its own certificates and STILL use certificate authentication?
    Thanks!

    Facing almost the same issue, Lync (server) issues ClientAuth certs from "Communication Server", (btw
    is not trusted of course), and in turns forces users to make a selection of which VPN cert to use when dialing in, instead of only one ClientAuth cert installed, they now have 2 ClientAuth certs installed, which our internal CA's should care about and NOT
    the Lync (server).
    Don’t get how an MS product of this caliber can be built without proper PKI integration, how can it NOT utilize internally issued certs for client authentication???
    Not the first though, SCCM and OSD is another example....
    However, are you saying that Lync communication can’t be used without certificate authentication,
    without the user being spammed with credential prompts?
    Trying to get clarification on this…

  • Hp laserjet pro mfp m126nw printing issues in windows server 2008 r2 standard

    hp laserjet pro mfp m126nw printing issues in windows server 2008 r2 standard
    printer  installed but print not coming ...
    please give me solutions of this problem

    go to http://www.hp.com/go/tools may help resolve the issue.
    Give Kudos to say "thanks" by clicking on the "thumps Up icon" .
    Click "Accept as Solution" if it solved your problem, so others can find it.
    I work on behalf of HP.

  • Memory leak issue with link server between SQL Server 2012 and Oracle

    Hi,
    We are trying to use the linked server feature with SQL Server 2012 to connect SQL server and Oracle database. We are concerned about the existing memory leak issue.  For more context please refer to the link.
    http://blogs.msdn.com/b/psssql/archive/2009/09/22/if-you-use-linked-server-queries-you-need-to-read-this.aspx
    The above link talks about the issues with SQL Server versions 2005 and 2008, not sure if this is still the case in 2012.  I could not find any article that talks about if this issue was fixed by Microsoft in later version.
    We know that SQL Server process crashes because of the third-party linked server provider which is loaded inside SQL Server process. If the third-party linked server provider is enabled together with the
    Allow inprocess option, the SQL Server process crashes when this third-party linked server experiences internal problems.
    We wanted to know if this fixed in SQL Server 2012 ?

    So your question is more of a information type or are you really facing OOM issue.
    There can be two things for OOM
    1. There is bug in SQL Server which is causing the issue which might be fixed in 2012
    2. The Linked server provider used to connect to Oracle is not upto date and some patch is missing or more recent version is to be used.  Did you made sure that you are using latest version.
    What is Oracle version you are trying to connect(9i,10g, R2...)
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • EBS Installation on XP and WIN2003 Server (11.10.2)

    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 11.5.10.35
    >> Install session started : Mon Oct 03 09:02:52 GMT+08:00 2005
    >> Rapid Wizard source location : G:\Stage11i\startCD\Disk1\rapidwiz
    >> Command Line arguments for this execution : -restart
    =================================================================
    Install Session Information
    Host Name : oraclesvr
    Host Operating System : Windows
    User running Install : Administrator
    =================================================================
    InstUpgPanel
         User action : Install Oracle Applications
         Install type : Express Install
    ExpressInstallPanel
                   Database Type : Vision Demo Database
                   Database SID : VIS
                   MKS directory : C:\msk\mksnt
                   MSDEV directory : C:\VC98
                   Domain : ora.com
                   Base directory : D:\oracle
                   Port Pool : 0
              Derived ports from port pool : 0
                   Database Port : 1521
                   RPC Port : 1626
                   Reports Port : 7000
                   Web Listener Port : 8000
                   OProcMgr Port : 8100
                   Web PLSQL Port : 8200
                   Servlet Port : 8800
                   Forms Listener Port : 9000
                   Metrics Server Data Port : 9100
                   Metrics Server Req. Port : 9200
                   JTF Fulfillment Server Port : 9300
                   Map Viewer Servlet Port : 9800
                   OEM Web Utility Port : 10000
                   VisiBroker OrbServer Agent Port : 10100
                   MSCA Server Port : 10200
                   MSCA Dispatcher Port : 10300
                   Java Object Cache Port : 12345
                   OACORE Servlet Port Range : 16000-16009
                   Discoverer Servlet Port Range : 17000-17009
                   Forms Servlet Port Range : 18000-18009
                   XMLSVCS Servlet Port Range : 19000-19009
              Derived database mount points :
                   Oracle Home : D:\oracle\visdb\9.2.0
                   Data Top (SYS) : D:\oracle\visdata
                   Data Top (LOG) : D:\oracle\visdata
                   Data Top (TXN) : D:\oracle\visdata
                   Data Top (ARCHIVE) : D:\oracle\visdata
              Derived application mount points :
                   APPL_TOP Mount point : D:\oracle\visappl
                   APPL_TOP aux. 1 : D:\oracle\visappl
                   APPL_TOP aux. 2 : D:\oracle\visappl
                   APPL_TOP aux. 3 : D:\oracle\visappl
                   COMMON_TOP : D:\oracle\viscomn
                   8.0.6 ORACLE_HOME : D:\oracle\visora\8.0.6
                   iAS ORACLE_HOME : D:\oracle\visora\iAS
                   Temp Directory : D:\oracle\viscomn\temp
    AppsConfig temp dir set to: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    ConfigFilePanel
              Setting temp directory to : C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp <-> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
              Writing configuration file to : C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\config.txt
    Port Availability Check :
    Successful in old install, running in restart mode.
    Operating System Check
    : Successful in old install, running in restart mode.
    O/S User and Group Check
    : Successful in old install, running in restart mode.
    Port Uniqueness Check :
    Successful in old install, running in restart mode.
    File System Check :
    Successful in old install, running in restart mode.
    File Space Check :
    Successful in old install, running in restart mode.
    Host/Domain Check
    Successful in old install, running in restart mode.
    OS Patch Checks
    Successful in old install, running in restart mode.
    System Utilities Check
    Successful in old install, running in restart mode.
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    DoInstallPanel - User continued install at warning dialog.
    Starting from Rapid Install Full Stage area G:\Stage11i\oraDB\Disk1
    RapidWiz location: G:\Stage11i\startCD\Disk1\rapidwiz
    Install Media location: G:\Stage11i\startCD\Disk1
    APPL_TOP location: D:\oracle\visappl
    Database ORACLE_HOME: D:\oracle\visdb\9.2.0
    Database SID: VIS
    Database Context Name : VIS_oraclesvr
    Creating 9.2.0 DB Context from G:\Stage11i\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp to D:\oracle\visdb\9.2.0\appsutil\VIS_oraclesvr.xml
    instantiate file:
    source : G:\Stage11i\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : D:\oracle\visdb\9.2.0\appsutil\VIS_oraclesvr.xml
    instantiate file:
    source : D:\oracle\visdb\9.2.0\appsutil\VIS_oraclesvr.xml
    dest : D:\oracle\visdb\9.2.0\appsutil\VIS_oraclesvr.xml
    instantiate file:
    source : D:\oracle\visdb\9.2.0\appsutil\VIS_oraclesvr.xml
    dest : D:\oracle\visdb\9.2.0\appsutil\VIS_oraclesvr.xml
    instantiate file:
    source : D:\oracle\visdb\9.2.0\appsutil\VIS_oraclesvr.xml
    dest : D:\oracle\visdb\9.2.0\appsutil\VIS_oraclesvr.xml
    Creating APPL_TOP Context from G:\Stage11i\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp to D:\oracle\visappl\admin\VIS_oraclesvr.xml
    instantiate file:
    source : G:\Stage11i\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : D:\oracle\visappl\admin\VIS_oraclesvr.xml
    instantiate file:
    source : D:\oracle\visappl\admin\VIS_oraclesvr.xml
    dest : D:\oracle\visappl\admin\VIS_oraclesvr.xml
    instantiate file:
    source : D:\oracle\visappl\admin\VIS_oraclesvr.xml
    dest : D:\oracle\visappl\admin\VIS_oraclesvr.xml
    instantiate file:
    source : D:\oracle\visappl\admin\VIS_oraclesvr.xml
    dest : D:\oracle\visappl\admin\VIS_oraclesvr.xml
    instantiate file:
    source : D:\oracle\visappl\admin\VIS_oraclesvr.xml
    dest : D:\oracle\visappl\admin\VIS_oraclesvr.xml
    Processing DriverFile = G:\Stage11i\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for G:\Stage11i\startCD\Disk1\rapidwiz\template\adridb.drv
    Processing DriverFile = G:\Stage11i\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for G:\Stage11i\startCD\Disk1\rapidwiz\template\adriapps.drv
    Total number of processes in Current Install 5
    Processing DriverFile = G:\Stage11i\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for G:\Stage11i\startCD\Disk1\rapidwiz\template\adridb.drv
    instantiate file:
    source : G:\Stage11i\startCD\Disk1\rapidwiz\template\adrun9i.cmd
    dest : D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrun9i.cmd
    backup : D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrun9i.cmd to D:\oracle\visdb\9.2.0\appsutil\out\VIS_oraclesvr\templbac\adrun9i5.cmd
    instantiate file:
    source : G:\Stage11i\startCD\Disk1\rapidwiz\template\adrundb.cmd
    dest : D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd
    backup : D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd to D:\oracle\visdb\9.2.0\appsutil\out\VIS_oraclesvr\templbac\adrundb5.cmd
    Step 0 of 5
    Command: D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrun9i.cmd
    Processing Step 1 of 5
    Step 1 of 5
    Command: D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd
    Processing Step 2 of 5
    Executing: D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd APPS APPS
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM $Header: adrundb.cmd 115.33 2004/08/19 21:47:17 psaddi ship $
    G:\Stage11i\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    G:\Stage11i\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    G:\Stage11i\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink document
    G:\Stage11i\startCD\Disk1\rapidwiz>REM 165195.1 for assistance.
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    G:\Stage11i\startCD\Disk1\rapidwiz>(set date=Mon 10/03/2005 )
    G:\Stage11i\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    G:\Stage11i\startCD\Disk1\rapidwiz>(set time= 9:03a )
    G:\Stage11i\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : DATABASE : Mon 10/03/2005 9:03a
    STARTED INSTALL PHASE : DATABASE : Mon 10/03/2005 9:03a
    G:\Stage11i\startCD\Disk1\rapidwiz>SET JRE_PATH=G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java
    G:\Stage11i\startCD\Disk1\rapidwiz>SET JRE_CP=.;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java
    G:\Stage11i\startCD\Disk1\rapidwiz>SET XML_FILE=D:\oracle\visdb\9.2.0\appsutil\VIS_oraclesvr.xml
    G:\Stage11i\startCD\Disk1\rapidwiz>SET PATH=G:\Stage11i\startCD\Disk1\rapidwiz\unzip\NT;C:\MKS\bin;C:\MKS\bin\x11;C:\MKS\mksnt;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\VC98\bin;C:\MVS\Tools\WinNT;C:\MVS\MSDev98\Bin;C:\MVS\Tools;c:\jdk13\bin
    G:\Stage11i\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    G:\Stage11i\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=1 )
    G:\Stage11i\startCD\Disk1\rapidwiz>CD /D C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Install database will only happen, if database is "db920"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "db920" == "db817" goto :NO_DB
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Display path and classpath settings for logging
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Setting PATH to - G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -"
    "Setting PATH to - G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Setting CLASSPATH to - .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java -"
    "Setting CLASSPATH to - .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java -"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM These steps only happen when dbseed is not "No Database"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "Vision Demo" == "No Database" goto :NO_DB
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM UPDATE rollback segs in context
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "Vision Demo" == "Fresh Install" goto :FI_DB
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>set DRVNAME=gvision.drv
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :UPD_RBS_VI_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>goto :DONE_WITH_RBS
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd" == "D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd" (if not "runProcess_6" == "FALSE" (goto :runProcess_6 ) else (goto :runProcess_1 ) )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_6"
    "runProcess_6"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Perform the instance configuration
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Statusstring InstantiateFile -d D:\oracle\visdb\9.2.0\appsutil\template\addbtmpl.drv"
    "Statusstring InstantiateFile -d D:\oracle\visdb\9.2.0\appsutil\template\addbtmpl.drv"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.autoconfig.InstantiateFile -e D:\oracle\visdb\9.2.0\appsutil\VIS_oraclesvr.xml -d D:\oracle\visdb\9.2.0\appsutil\template\addbtmpl.drv -pwd APPS -log D:\oracle\visdb\9.2.0\appsutil\log\VIS_oraclesvr\installdbf.log -verbose
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 2 == 0 goto :CFG_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Unable to complete Instance Configuration"
    "Unable to complete Instance Configuration"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "" == "TRUE" goto :CFG_OK
    There was an error while running the command - D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd APPS APPS
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    RW-50010: Error: - script has returned an error: 2
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    Processing DriverFile = G:\Stage11i\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for G:\Stage11i\startCD\Disk1\rapidwiz\template\adridb.drv
    instantiate file:
    source : G:\Stage11i\startCD\Disk1\rapidwiz\template\adrun9i.cmd
    dest : D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrun9i.cmd
    backup : D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrun9i.cmd to D:\oracle\visdb\9.2.0\appsutil\out\VIS_oraclesvr\templbac\adrun9i6.cmd
    instantiate file:
    source : G:\Stage11i\startCD\Disk1\rapidwiz\template\adrundb.cmd
    dest : D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd
    backup : D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd to D:\oracle\visdb\9.2.0\appsutil\out\VIS_oraclesvr\templbac\adrundb6.cmd
    Step 0 of 5
    Command: D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrun9i.cmd
    Processing Step 1 of 5
    Step 1 of 5
    Command: D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd
    Processing Step 2 of 5
    Executing: D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd APPS APPS
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM $Header: adrundb.cmd 115.33 2004/08/19 21:47:17 psaddi ship $
    G:\Stage11i\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    G:\Stage11i\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    G:\Stage11i\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink document
    G:\Stage11i\startCD\Disk1\rapidwiz>REM 165195.1 for assistance.
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    G:\Stage11i\startCD\Disk1\rapidwiz>(set date=Mon 10/03/2005 )
    G:\Stage11i\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    G:\Stage11i\startCD\Disk1\rapidwiz>(set time= 9:04a )
    G:\Stage11i\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : DATABASE : Mon 10/03/2005 9:04a
    STARTED INSTALL PHASE : DATABASE : Mon 10/03/2005 9:04a
    G:\Stage11i\startCD\Disk1\rapidwiz>SET JRE_PATH=G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java
    G:\Stage11i\startCD\Disk1\rapidwiz>SET JRE_CP=.;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java
    G:\Stage11i\startCD\Disk1\rapidwiz>SET XML_FILE=D:\oracle\visdb\9.2.0\appsutil\VIS_oraclesvr.xml
    G:\Stage11i\startCD\Disk1\rapidwiz>SET PATH=G:\Stage11i\startCD\Disk1\rapidwiz\unzip\NT;C:\MKS\bin;C:\MKS\bin\x11;C:\MKS\mksnt;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\VC98\bin;C:\MVS\Tools\WinNT;C:\MVS\MSDev98\Bin;C:\MVS\Tools;c:\jdk13\bin
    G:\Stage11i\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    G:\Stage11i\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=1 )
    G:\Stage11i\startCD\Disk1\rapidwiz>CD /D C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Install database will only happen, if database is "db920"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "db920" == "db817" goto :NO_DB
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Display path and classpath settings for logging
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Setting PATH to - G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -"
    "Setting PATH to - G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Setting CLASSPATH to - .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java -"
    "Setting CLASSPATH to - .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java -"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM These steps only happen when dbseed is not "No Database"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "Vision Demo" == "No Database" goto :NO_DB
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM UPDATE rollback segs in context
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "Vision Demo" == "Fresh Install" goto :FI_DB
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>set DRVNAME=gvision.drv
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :UPD_RBS_VI_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>goto :DONE_WITH_RBS
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd" == "D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd" (if not "runProcess_6" == "FALSE" (goto :runProcess_6 ) else (goto :runProcess_1 ) )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_6"
    "runProcess_6"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Perform the instance configuration
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Statusstring InstantiateFile -d D:\oracle\visdb\9.2.0\appsutil\template\addbtmpl.drv"
    "Statusstring InstantiateFile -d D:\oracle\visdb\9.2.0\appsutil\template\addbtmpl.drv"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.autoconfig.InstantiateFile -e D:\oracle\visdb\9.2.0\appsutil\VIS_oraclesvr.xml -d D:\oracle\visdb\9.2.0\appsutil\template\addbtmpl.drv -pwd APPS -log D:\oracle\visdb\9.2.0\appsutil\log\VIS_oraclesvr\installdbf.log -verbose
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 2 == 0 goto :CFG_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Unable to complete Instance Configuration"
    "Unable to complete Instance Configuration"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "" == "TRUE" goto :CFG_OK
    There was an error while running the command - D:\oracle\visdb\9.2.0\temp\VIS_oraclesvr\adrundb.cmd APPS APPS
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    RW-50010: Error: - script has returned an error: 2
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance

    Here I re-post my Log file again.
    Oracle Applications Rapid Install Wizard Install log
    >> Using Rapid Wizard Version : 11.5.10.35
    >> Install session started : Wed Oct 05 11:23:26 GMT+08:00 2005
    >> Rapid Wizard source location : G:\Stage11i\startCD\Disk1\rapidwiz
    >> Command Line arguments for this execution :
    =================================================================
    Install Session Information
    Host Name : oraebs
    Host Operating System : Windows
    User running Install : Administrator
    =================================================================
    InstUpgPanel
         User action : Install Oracle Applications
         Install type : Express Install
    ExpressInstallPanel
                   Database Type : Vision Demo Database
                   Database SID : VIS
                   MKS directory : C:\mks\mksnt
                   MSDEV directory : c:\Microsoft Visual Studio\VC98
                   Domain : fbic.com
                   Base directory : D:\oracle
                   Port Pool : 0
              Derived ports from port pool : 0
                   Database Port : 1521
                   RPC Port : 1626
                   Reports Port : 7000
                   Web Listener Port : 8000
                   OProcMgr Port : 8100
                   Web PLSQL Port : 8200
                   Servlet Port : 8800
                   Forms Listener Port : 9000
                   Metrics Server Data Port : 9100
                   Metrics Server Req. Port : 9200
                   JTF Fulfillment Server Port : 9300
                   Map Viewer Servlet Port : 9800
                   OEM Web Utility Port : 10000
                   VisiBroker OrbServer Agent Port : 10100
                   MSCA Server Port : 10200
                   MSCA Dispatcher Port : 10300
                   Java Object Cache Port : 12345
                   OACORE Servlet Port Range : 16000-16009
                   Discoverer Servlet Port Range : 17000-17009
                   Forms Servlet Port Range : 18000-18009
                   XMLSVCS Servlet Port Range : 19000-19009
              Derived database mount points :
                   Oracle Home : D:\oracle\visdb\9.2.0
                   Data Top (SYS) : D:\oracle\visdata
                   Data Top (LOG) : D:\oracle\visdata
                   Data Top (TXN) : D:\oracle\visdata
                   Data Top (ARCHIVE) : D:\oracle\visdata
              Derived application mount points :
                   APPL_TOP Mount point : D:\oracle\visappl
                   APPL_TOP aux. 1 : D:\oracle\visappl
                   APPL_TOP aux. 2 : D:\oracle\visappl
                   APPL_TOP aux. 3 : D:\oracle\visappl
                   COMMON_TOP : D:\oracle\viscomn
                   8.0.6 ORACLE_HOME : D:\oracle\visora\8.0.6
                   iAS ORACLE_HOME : D:\oracle\visora\iAS
                   Temp Directory : D:\oracle\viscomn\temp
    AppsConfig temp dir set to: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    ConfigFilePanel
              Setting temp directory to : C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp <-> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\
              Writing configuration file to : C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\config.txt
    Port Availability Check :
    Database Port Value = 1521...... Available
    RPC Port Value = 1626...... Available
    Forms Listener Port Value = 9000...... Available
    Metrics Server Port Value = 9100...... Available
    Metrics Client Port Value = 9200...... Available
    Forms Servlet Port Range Value = 18000...... Available
    Forms Servlet Port Range Value = 18001...... Available
    Forms Servlet Port Range Value = 18002...... Available
    Forms Servlet Port Range Value = 18003...... Available
    Forms Servlet Port Range Value = 18004...... Available
    Forms Servlet Port Range Value = 18005...... Available
    Forms Servlet Port Range Value = 18006...... Available
    Forms Servlet Port Range Value = 18007...... Available
    Forms Servlet Port Range Value = 18008...... Available
    Forms Servlet Port Range Value = 18009...... Available
    Report Listener Port Value = 7000...... Available
    Web Listener Port Value = 8000...... Available
    Web Listener PLSQL Port Value = 8200...... Available
    Servlet Port Value = 8800...... Available
    JTF Fulfillment Server Port Value = 9300...... Available
    Map Viewer Servlet Port Value = 9800...... Available
    OEM Web Utility Port Value = 10000...... Available
    VisiBroker OrbServer Agent Port Value = 10100...... Available
    MSCA Server Port Value = 10200...... Available
    MSCA Dispatcher Port Value = 10300...... Available
    OACORE Servlet Port Range Value = 16000...... Available
    OACORE Servlet Port Range Value = 16001...... Available
    OACORE Servlet Port Range Value = 16002...... Available
    OACORE Servlet Port Range Value = 16003...... Available
    OACORE Servlet Port Range Value = 16004...... Available
    OACORE Servlet Port Range Value = 16005...... Available
    OACORE Servlet Port Range Value = 16006...... Available
    OACORE Servlet Port Range Value = 16007...... Available
    OACORE Servlet Port Range Value = 16008...... Available
    OACORE Servlet Port Range Value = 16009...... Available
    Discoverer Servlet Port Range Value = 17000...... Available
    Discoverer Servlet Port Range Value = 17001...... Available
    Discoverer Servlet Port Range Value = 17002...... Available
    Discoverer Servlet Port Range Value = 17003...... Available
    Discoverer Servlet Port Range Value = 17004...... Available
    Discoverer Servlet Port Range Value = 17005...... Available
    Discoverer Servlet Port Range Value = 17006...... Available
    Discoverer Servlet Port Range Value = 17007...... Available
    Discoverer Servlet Port Range Value = 17008...... Available
    Discoverer Servlet Port Range Value = 17009...... Available
    XMLSVCS Servlet Port Range Value = 19000...... Available
    XMLSVCS Servlet Port Range Value = 19001...... Available
    XMLSVCS Servlet Port Range Value = 19002...... Available
    XMLSVCS Servlet Port Range Value = 19003...... Available
    XMLSVCS Servlet Port Range Value = 19004...... Available
    XMLSVCS Servlet Port Range Value = 19005...... Available
    XMLSVCS Servlet Port Range Value = 19006...... Available
    XMLSVCS Servlet Port Range Value = 19007...... Available
    XMLSVCS Servlet Port Range Value = 19008...... Available
    XMLSVCS Servlet Port Range Value = 19009...... Available
    Operating System Check
    command : cmd.exe /c G:\Stage11i\startCD\Disk1\rapidwiz\bin\checkOS.cmd
    G:\Stage11i\startCD\Disk1\rapidwiz>echo off
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Administrator\Application Data
    ClusterLog=C:\WINDOWS\Cluster\cluster.log
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=ORAEBS
    ComSpec=C:\WINDOWS\system32\cmd.exe
    DISPLAY=:0.0
    HOME=C:\Documents and Settings\Administrator
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Administrator
    include=C:\Microsoft Visual Studio\VC98\atl\include;C:\Microsoft Visual Studio\VC98\mfc\include;C:\Microsoft Visual Studio\VC98\include
    lib=C:\Microsoft Visual Studio\VC98\mfc\lib;C:\Microsoft Visual Studio\VC98\lib
    LOGONSERVER=\\ORAEBS
    MKS_TK_PATH_BACK=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
    MSDevDir=C:\mvs\MSDev98
    NUMBER_OF_PROCESSORS=1
    NUTCROOT=C:\MKS
    OS=Windows_NT
    Path=C:\MKS\bin;C:\MKS\bin\x11;C:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\mvs\MSDev98\Bin;C:\mvs\Tools;C:\Microsoft Visual Studio\VC98\bin;C:\jdk15\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
    PROCESSOR_LEVEL=15
    PROCESSOR_REVISION=0209
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    ROOTDIR=C:\MKS
    SESSIONNAME=Console
    SHELL=C:\MKS\mksnt\sh.exe
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    TERM=nutc
    TERMCAP=C:\MKS\etc\termcap
    TERMINFO=C:\MKS\usr\lib\terminfo
    TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    TMPDIR=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    USERDOMAIN=ORAEBS
    USERNAME=Administrator
    USERPROFILE=C:\Documents and Settings\Administrator
    windir=C:\WINDOWS
    Operating System patch/version test has succeeded
    O/S User and Group Check
    Domain=ORAEBS
    ,Username=Administrator
    ,PC-Name=ORAEBS
    User belongs to the Administrators Group.
    Port Uniqueness Check :
    All ports are unique.
    File System Check :
    Database ORACLE_HOME created:
    Mount Point = D:\oracle\visdb\9.2.0
    Database ORACLE_HOME admin folder created:
    Mount Point = D:\oracle\visdb\9.2.0\appsutil
    Database ORACLE_HOME temp folder created:
    Mount Point = D:\oracle\visdb\9.2.0\appsutil\temp
    Database Install Log Directory created:
    Mount Point = D:\oracle\visdb\9.2.0\appsutil\log\VIS_oraebs
    Database Install Out Directory created:
    Mount Point = D:\oracle\visdb\9.2.0\appsutil\out\VIS_oraebs\templbac
    Database System File Directory created:
    Mount Point = D:\oracle\visdata
    Database Log File Directory available:
    Mount Point = D:\oracle\visdata
    Database Transaction File Directory available:
    Mount Point = D:\oracle\visdata
    Database Archive File Directory available:
    Mount Point = D:\oracle\visdata
    APPL_TOP created:
    Mount Point = D:\oracle\visappl
    APPL_TOP admin created:
    Mount Point = D:\oracle\visappl\admin
    APPL_TOP mount 2 available:
    Mount Point = D:\oracle\visappl
    APPL_TOP mount 3 available:
    Mount Point = D:\oracle\visappl
    APPL_TOP mount 4 available:
    Mount Point = D:\oracle\visappl
    COMMON_TOP created:
    Mount Point = D:\oracle\viscomn
    JAVA_TOP created:
    Mount Point = D:\oracle\viscomn\java
    PORTAL_TOP created:
    Mount Point = D:\oracle\viscomn\portal
    Temp Directory created:
    Mount Point = D:\oracle\viscomn\temp
    APPL_TOP admin Install Log Directory created:
    Mount Point = D:\oracle\visappl\admin\VIS_oraebs\log
    APPL_TOP admin Install Out Directory created:
    Mount Point = D:\oracle\visappl\admin\VIS_oraebs\out\templbac
    Apps ORACLE_HOME created:
    Mount Point = D:\oracle\visora\iAS
    Tools ORACLE_HOME created:
    Mount Point = D:\oracle\visora\8.0.6
    File Space Check :
    Disk space on system acceptable :
    Database ORACLE_HOME = D:\oracle\visdb\9.2.0
    required = 2800.0
    actual = 256104.78515625
    Disk space on system acceptable :
    Database System File Directory = D:\oracle\visdata
    required = 12009.0
    actual = 253304.78515625
    Disk space on system acceptable :
    Database Log File Directory = D:\oracle\visdata
    required = 160.0
    actual = 241295.78515625
    Disk space on system acceptable :
    Database Transaction File Directory = D:\oracle\visdata
    required = 28438.0
    actual = 241135.78515625
    Disk space on system acceptable :
    Database Archive File Directory = D:\oracle\visdata
    required = 20186.0
    actual = 212697.78515625
    Disk space on system acceptable :
    APPL_TOP = D:\oracle\visappl
    required = 5388.0
    actual = 192511.78515625
    Disk space on system acceptable :
    APPL_TOP mount 2 = D:\oracle\visappl
    required = 2664.0
    actual = 187123.78515625
    Disk space on system acceptable :
    APPL_TOP mount 3 = D:\oracle\visappl
    required = 4667.0
    actual = 184459.78515625
    Disk space on system acceptable :
    APPL_TOP mount 4 = D:\oracle\visappl
    required = 2157.0
    actual = 179792.78515625
    Disk space on system acceptable :
    COMMON_TOP = D:\oracle\viscomn
    required = 2207.0
    actual = 177635.78515625
    Disk space on system acceptable :
    Apps ORACLE_HOME = D:\oracle\visora\iAS
    required = 1130.0
    actual = 175428.78515625
    Disk space on system acceptable :
    Tools ORACLE_HOME = D:\oracle\visora\8.0.6
    required = 2425.0
    actual = 174298.78515625
    Host/Domain Check
    command : ping -n 1 oraebs
    Pinging oraebs.fbic.com [192.9.200.45] with 32 bytes of data:
    Reply from 192.9.200.45: bytes=32 time<1ms TTL=128
    Ping statistics for 192.9.200.45:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host ping has succeeded
    command : ping -n 1 oraebs.fbic.com
    Pinging oraebs.fbic.com [127.0.0.1] with 32 bytes of data:
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Ping statistics for 127.0.0.1:
    Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    host.domain ping has succeeded
    OS Patch Checks
    running command : OSPatchCheck.checkPatch()
    OS = Windows 2003 OSVersion = 5.2
    No Patch Information available for this Platform
    System Utilities Check
    command : cmd.exe /c G:\Stage11i\startCD\Disk1\rapidwiz\bin\adchkutl.cmd C:\mks\mksnt c:\Microsoft Visual Studio\VC98
    There was an error while running the command - cmd.exe /c G:\Stage11i\startCD\Disk1\rapidwiz\bin\adchkutl.cmd C:\mks\mksnt c:\Microsoft Visual Studio\VC98
    The system cannot find the path specified.
    G:\Stage11i\startCD\Disk1\rapidwiz>echo off
    C:\WINDOWS\system32/cmd.exe
    'which' command is available.
    C:\mks\mksnt/gnumake.exe
    'gnumake' is available.
    C:\mks\mksnt/cc.exe
    'cc' is available.
    C:\WINDOWS\system32/link.exe
    'link' is available.
    ERRORCODE = 0 ERRORCODE_END
    System Utilities Availability test has succeeded
    DoInstallPanel - Summary Text
    The Rapid Install Wizard will now install the following:
    DoInstallPanel - User continued install at warning dialog.
    Starting from Rapid Install Full Stage area G:\Stage11i\oraDB\Disk1
    RapidWiz location: G:\Stage11i\startCD\Disk1\rapidwiz
    Install Media location: G:\Stage11i\startCD\Disk1
    APPL_TOP location: D:\oracle\visappl
    Database ORACLE_HOME: D:\oracle\visdb\9.2.0
    Database SID: VIS
    Database Context Name : VIS_oraebs
    Creating 9.2.0 DB Context from G:\Stage11i\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp to D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml
    instantiate file:
    source : G:\Stage11i\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml
    instantiate file:
    source : D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml
    dest : D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml
    instantiate file:
    source : D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml
    dest : D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml
    instantiate file:
    source : D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml
    dest : D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml
    instantiate file:
    source : D:\oracle\visdb\9.2.0\temp\restart.xml
    dest : D:\oracle\visdb\9.2.0\temp\restart.xml
    instantiate file:
    source : D:\oracle\visdb\9.2.0\temp\restart.xml
    dest : D:\oracle\visdb\9.2.0\temp\restart.xml
    Creating APPL_TOP Context from G:\Stage11i\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp to D:\oracle\visappl\admin\VIS_oraebs.xml
    instantiate file:
    source : G:\Stage11i\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : D:\oracle\visappl\admin\VIS_oraebs.xml
    instantiate file:
    source : D:\oracle\visappl\admin\VIS_oraebs.xml
    dest : D:\oracle\visappl\admin\VIS_oraebs.xml
    instantiate file:
    source : D:\oracle\visappl\admin\VIS_oraebs.xml
    dest : D:\oracle\visappl\admin\VIS_oraebs.xml
    instantiate file:
    source : D:\oracle\visappl\admin\VIS_oraebs.xml
    dest : D:\oracle\visappl\admin\VIS_oraebs.xml
    instantiate file:
    source : D:\oracle\visappl\admin\VIS_oraebs.xml
    dest : D:\oracle\visappl\admin\VIS_oraebs.xml
    instantiate file:
    source : D:\oracle\viscomn\temp\restart.xml
    dest : D:\oracle\viscomn\temp\restart.xml
    instantiate file:
    source : D:\oracle\viscomn\temp\restart.xml
    dest : D:\oracle\viscomn\temp\restart.xml
    Processing DriverFile = G:\Stage11i\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for G:\Stage11i\startCD\Disk1\rapidwiz\template\adridb.drv
    Processing DriverFile = G:\Stage11i\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for G:\Stage11i\startCD\Disk1\rapidwiz\template\adriapps.drv
    Total number of processes in Current Install 5
    Processing DriverFile = G:\Stage11i\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for G:\Stage11i\startCD\Disk1\rapidwiz\template\adridb.drv
    Creation of Directory - D:\oracle\visdb\9.2.0\temp\VIS_oraebs Succeeded.
    instantiate file:
    source : G:\Stage11i\startCD\Disk1\rapidwiz\template\adrun9i.cmd
    dest : D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrun9i.cmd
    backup : D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrun9i.cmd to D:\oracle\visdb\9.2.0\appsutil\out\VIS_oraebs\templbac\adrun9i.cmd
    instantiate file:
    source : G:\Stage11i\startCD\Disk1\rapidwiz\template\adrundb.cmd
    dest : D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrundb.cmd
    backup : D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrundb.cmd to D:\oracle\visdb\9.2.0\appsutil\out\VIS_oraebs\templbac\adrundb.cmd
    Step 0 of 5
    Command: D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrun9i.cmd
    Processing Step 1 of 5
    Executing: D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrun9i.cmd APPS APPS
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM $Header: adrun9i.cmd 115.31 2004/08/19 21:47:16 psaddi ship $
    G:\Stage11i\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    G:\Stage11i\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    G:\Stage11i\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink document
    G:\Stage11i\startCD\Disk1\rapidwiz>REM 165195.1 for assistance.
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    G:\Stage11i\startCD\Disk1\rapidwiz>(set date=05/10/2005 )
    G:\Stage11i\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    G:\Stage11i\startCD\Disk1\rapidwiz>(set time=11:25 )
    G:\Stage11i\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : 9I RDBMS : 05/10/2005 11:25
    STARTED INSTALL PHASE : 9I RDBMS : 05/10/2005 11:25
    G:\Stage11i\startCD\Disk1\rapidwiz>SET JRE_PATH=G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java
    G:\Stage11i\startCD\Disk1\rapidwiz>SET JRE_CP=.;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java
    G:\Stage11i\startCD\Disk1\rapidwiz>SET XML_FILE=D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml
    G:\Stage11i\startCD\Disk1\rapidwiz>SET PATH=G:\Stage11i\startCD\Disk1\rapidwiz\unzip\NT;C:\MKS\bin;C:\MKS\bin\x11;C:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\mvs\MSDev98\Bin;C:\mvs\Tools;C:\Microsoft Visual Studio\VC98\bin;C:\jdk15\bin
    G:\Stage11i\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    G:\Stage11i\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=1 )
    G:\Stage11i\startCD\Disk1\rapidwiz>CD /D C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Install 9i will only happen, if database is "db920"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "db920" == "db920" goto :INSTALL_DB
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Installing 9i RDBMS
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "FALSE" == "D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrun9i.cmd" (if not "FALSE" == "FALSE" (goto :FALSE ) else (goto :runProcess_1 ) )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_1"
    "runProcess_1"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Setting the driver file name
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>SET DRVNAME=gdb920.drv
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM install 9i
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Statusstring Installing 9i - G:\Stage11i\startCD\Disk1\rapidwiz\driver\db\driver\gdb920.drv"
    "Statusstring Installing 9i - G:\Stage11i\startCD\Disk1\rapidwiz\driver\db\driver\gdb920.drv"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.autoconfig.InstantiateFile -e D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml -d G:\Stage11i\startCD\Disk1\rapidwiz\driver\db\driver\gdb920.drv -pwd no_password_here -log D:\oracle\visdb\9.2.0\appsutil\log\VIS_oraebs\dbInstall.log -nthreads 1 -verbose
    Enter the location of the CD labeled Oracle Applications Rapid Install - RDBMS Disk 1 :
    Checking Disk contents in - G:\Stage11i\startCD\Disk1\rapidwiz
    Checking Disk contents in - G:\Stage11i\oraDB\Disk1
    Checking Disk contents in - G:\Stage11i\oraDB\Disk1
    UnzipCount:114
    Processing Disk1....
    Processing Disk2....
    Processing Disk3....
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :DBINSTALL_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_2"
    "runProcess_2"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Update the oracle.key
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>call D:\oracle\visdb\9.2.0\appsutil\bin\adgenhnm.exe D:\oracle\visdb\9.2.0
    Cannot open registry key: SOFTWARE\ORACLE
    Creating registry key: SOFTWARE\ORACLE
    Creating registry key: SOFTWARE\ORACLE\ALL_HOMES
    The D:\oracle\visdb\9.2.0\bin\oracle.key is up-to-date
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :UPDKEY_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_3"
    "runProcess_3"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Get db_homenum and update Context
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>cmd /c for /f %a in ('type D:\oracle\visdb\9.2.0\bin\oracle.key') do (for /f "tokens=1-3 delims=\" %i in ('echo %a') do (for /f "tokens=1-2 delims=Ee" %r in ('echo %k') do (cmd /c G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.context.UpdateContext D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml s_db_homenum %s)))
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>(for /F "tokens=1-3 delims=\" %i in ('echo SOFTWARE\ORACLE\HOME0') do (for /F "tokens=1-2 delims=Ee" %r in ('echo %k') do (cmd /c G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.context.UpdateContext D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml s_db_homenum %s ) ) )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>(for /F "tokens=1-2 delims=Ee" %r in ('echo HOME0') do (cmd /c G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.context.UpdateContext D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml s_db_homenum %s ) )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>(cmd /c G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.context.UpdateContext D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml s_db_homenum 0 )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :HMNUM_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_4"
    "runProcess_4"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Perform the install time configuration
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Statusstring InstantiateFile -d D:\oracle\visdb\9.2.0\appsutil\driver\instconf.drv"
    "Statusstring InstantiateFile -d D:\oracle\visdb\9.2.0\appsutil\driver\instconf.drv"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.autoconfig.InstantiateFile -e D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml -d D:\oracle\visdb\9.2.0\appsutil\driver\instconf.drv -pwd no_password_here -log D:\oracle\visdb\9.2.0\appsutil\log\VIS_oraebs\dbInstallcfg.log
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :TCFG_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_5"
    "runProcess_5"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Perform the instance configuration
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Statusstring InstantiateFile -d D:\oracle\visdb\9.2.0\appsutil\template\addbtmpl.drv"
    "Statusstring InstantiateFile -d D:\oracle\visdb\9.2.0\appsutil\template\addbtmpl.drv"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.autoconfig.InstantiateFile -e D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml -d D:\oracle\visdb\9.2.0\appsutil\template\addbtmpl.drv -pwd no_password_here -log D:\oracle\visdb\9.2.0\appsutil\log\VIS_oraebs\dbInstancecfg.log -run INSTE8_SETUP
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :ICFG_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_6"
    "runProcess_6"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Perform the inf cmd to run
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Statusstring Executing Command : D:\oracle\visdb\9.2.0\appsutil\bin\ora8iinf.cmd"
    "Statusstring Executing Command : D:\oracle\visdb\9.2.0\appsutil\bin\ora8iinf.cmd"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>cmd /c D:\oracle\visdb\9.2.0\appsutil\bin\ora8iinf.cmd 1>D:\oracle\visdb\9.2.0\appsutil\log\VIS_oraebs\dbinfrun.log 2>&1
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :INFCMD_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_7"
    "runProcess_7"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Update the OUI Inventory
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>set EWT=ewt3.jar
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if exist D:\oracle\visdb\9.2.0\appsoui\oui\lib\ewt3.jar goto :OUI
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>set JAVA_LOC=D:\oracle\visdb\9.2.0\appsoui\jre\1.3.1\bin\java
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>set JAVA_CLASSPATH=D:\oracle\visdb\9.2.0\appsoui\oui\lib\OraInstaller.jar;D:\oracle\visdb\9.2.0\appsoui\oui\lib\xmlparserv2.jar;D:\oracle\visdb\9.2.0\appsoui\oui\lib\ewt3.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>D:\oracle\visdb\9.2.0\appsoui\jre\1.3.1\bin\java -Doracle.installer.oui_loc=D:\oracle\visdb\9.2.0\appsoui\oui -mx512M -classpath D:\oracle\visdb\9.2.0\appsoui\oui\lib\OraInstaller.jar;D:\oracle\visdb\9.2.0\appsoui\oui\lib\xmlparserv2.jar;D:\oracle\visdb\9.2.0\appsoui\oui\lib\ewt3.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.clone.util.OracleHomeCloner -registerOUI -ohPath D:\oracle\visdb\9.2.0 -ohName APPS9I_VIS -oraInstLoc "c:\Program Files\Oracle\Inventory"
    Log file located at c:\Program Files\Oracle\Inventory\logs\OracleHomeCloner_10051153.log
    ORACLE_HOME D:\oracle\visdb\9.2.0 was registered successfully.
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :OUIINV_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_8"
    "runProcess_8"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Set user to the ORA_DBA group
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>NET LOCALGROUP ORA_DBA /ADD /COMMENT:"Members can connect to the Oracle database as a DBA without a password"
    The command completed successfully.
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>NET LOCALGROUP ORA_DBA ORAEBS\Administrator /ADD
    The command completed successfully.
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_9"
    "runProcess_9"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Install the OracleService<SID>
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Statusstring D:\oracle\visdb\9.2.0\bin\oradim.exe -NEW -SID VIS"
    "Statusstring D:\oracle\visdb\9.2.0\bin\oradim.exe -NEW -SID VIS"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>D:\oracle\visdb\9.2.0\bin\oradim.exe -NEW -SID VIS
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :INSTSRV_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_10"
    "runProcess_10"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Copy adxdbctx.tmp to ORACLEHOME
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>COPY G:\Stage11i\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp D:\oracle\visdb\9.2.0\appsutil\template\adxdbctx.tmp
    1 file(s) copied.
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>COPY G:\Stage11i\startCD\Disk1\rapidwiz\etc\adxdbinf.tmp D:\oracle\visdb\9.2.0\appsutil\template\adxdbinf.tmp
    1 file(s) copied.
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :SCRIPTEND
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>(set date=05/10/2005 )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>(set time=11:53 )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>ECHO FINISHED INSTALL PHASE : 9I RDBMS : 05/10/2005 11:53
    FINISHED INSTALL PHASE : 9I RDBMS : 05/10/2005 11:53
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Database ORACLE_HOME installation succeeded"
    "Database ORACLE_HOME installation succeeded"
    There was an error while running the command - D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrun9i.cmd APPS APPS
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrun9i.cmd APPS APPS has succeeded
    Step 1 of 5
    Command: D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrundb.cmd
    Processing Step 2 of 5
    Executing: D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrundb.cmd APPS APPS
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM $Header: adrundb.cmd 115.33 2004/08/19 21:47:17 psaddi ship $
    G:\Stage11i\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    G:\Stage11i\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    G:\Stage11i\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink document
    G:\Stage11i\startCD\Disk1\rapidwiz>REM 165195.1 for assistance.
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    G:\Stage11i\startCD\Disk1\rapidwiz>(set date=05/10/2005 )
    G:\Stage11i\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    G:\Stage11i\startCD\Disk1\rapidwiz>(set time=11:53 )
    G:\Stage11i\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : DATABASE : 05/10/2005 11:53
    STARTED INSTALL PHASE : DATABASE : 05/10/2005 11:53
    G:\Stage11i\startCD\Disk1\rapidwiz>SET JRE_PATH=G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java
    G:\Stage11i\startCD\Disk1\rapidwiz>SET JRE_CP=.;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java
    G:\Stage11i\startCD\Disk1\rapidwiz>SET XML_FILE=D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml
    G:\Stage11i\startCD\Disk1\rapidwiz>SET PATH=G:\Stage11i\startCD\Disk1\rapidwiz\unzip\NT;C:\MKS\bin;C:\MKS\bin\x11;C:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\mvs\MSDev98\Bin;C:\mvs\Tools;C:\Microsoft Visual Studio\VC98\bin;C:\jdk15\bin
    G:\Stage11i\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    G:\Stage11i\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=1 )
    G:\Stage11i\startCD\Disk1\rapidwiz>CD /D C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Install database will only happen, if database is "db920"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "db920" == "db817" goto :NO_DB
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Display path and classpath settings for logging
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Setting PATH to - G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -"
    "Setting PATH to - G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Setting CLASSPATH to - .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java -"
    "Setting CLASSPATH to - .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java -"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM These steps only happen when dbseed is not "No Database"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "Vision Demo" == "No Database" goto :NO_DB
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM UPDATE rollback segs in context
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "Vision Demo" == "Fresh Install" goto :FI_DB
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>set DRVNAME=gvision.drv
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :UPD_RBS_VI_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>goto :DONE_WITH_RBS
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "FALSE" == "D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrundb.cmd" (if not "FALSE" == "FALSE" (goto :FALSE ) else (goto :runProcess_1 ) )
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_1"
    "runProcess_1"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.autoconfig.InstantiateFile -e D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml -d G:\Stage11i\startCD\Disk1\rapidwiz\driver\data\driver\gvision.drv -pwd APPS -log D:\oracle\visdb\9.2.0\appsutil\log\VIS_oraebs\installdbf.log -nthreads 1 -verbose
    Enter the location of the CD labeled Oracle Applications Rapid Install - Databases Disk 1 :
    Checking Disk contents in - G:\Stage11i\startCD\Disk1\rapidwiz
    Checking Disk contents in - G:\Stage11i\oraAppDB\Disk1
    Checking Disk contents in - G:\Stage11i\oraAppDB\Disk1
    UnzipCount:60
    Processing Disk1....
    Processing Disk2....
    Processing Disk3....
    Processing Disk4....
    Processing Disk5....
    Processing Disk6....
    Processing Disk7....
    Processing Disk8....
    Processing Disk9....
    Processing Disk10....
    Processing Disk11....
    Processing Disk12....
    Processing Disk13....
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :INS_DB_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "Vision Demo" == "Fresh Install" goto :PROD
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>COPY G:\Stage11i\startCD\Disk1\rapidwiz\template\adcrdbclone_vis_nt.sql D:\oracle\visdb\9.2.0\appsutil\template\adcrdbclone.sql
    1 file(s) copied.
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>goto :runProcess_2
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_2"
    "runProcess_2"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "Statusstring InstantiateFile adcrdbclone.sql"
    "Statusstring InstantiateFile adcrdbclone.sql"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java -mx512M -classpath .;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\i18n.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\ewt-3_4_9.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\swingall-1_1_1.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\share-1_1_11.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\jnls.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\acc.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\help-3_1_8.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\oracle_ice-4_06_6.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\netcfg.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\xmlparserv2.zip;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\java oracle.apps.ad.autoconfig.InstantiateFile -e D:\oracle\visdb\9.2.0\appsutil\VIS_oraebs.xml -tmpl D:\oracle\visdb\9.2.0\appsutil\template\adcrdbclone.sql -out D:\oracle\visdb\9.2.0\appsutil\install\VIS_oraebs\adcrdbclone.sql -pwd apps -log D:\oracle\visdb\9.2.0\appsutil\log\VIS_oraebs\installdbf.log -verbose
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :CLONE_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if exist D:\oracle\visdb\9.2.0\appsutil\install\VIS_oraebs\adcrdbclone.sql goto :CLONE_CR_OK
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_3"
    "runProcess_3"
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Start up the net8 listener
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>call D:\oracle\visdb\9.2.0\appsutil\scripts\VIS_oraebs\addlnctl.cmd start VIS
    ECHO is off.
    ECHO is off.
    05/10/2005 12:34
    ECHO is off.
    ECHO is off.
    05/10/2005 12:34
    VIS_oraebs.cmd exiting with status 0
    ECHO is off.
    The environment settings are as follows ...
    ECHO is off.
    ORACLE_HOME : D:\oracle\visdb\9.2.0
    LOCAL : VIS
    ORACLE_SID :
    PATH : D:\oracle\visdb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;D:\oracle\visdb\9.2.0\bin;D:\oracle\visdb\9.2.0\jre\1.4.2\bin;D:\oracle\visdb\9.2.0\jre\1.4.2\bin;G:\Stage11i\startCD\Disk1\rapidwiz\unzip\NT;C:\MKS\bin;C:\MKS\bin\x11;C:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\mvs\MSDev98\Bin;C:\mvs\Tools;C:\Microsoft Visual Studio\VC98\bin;C:\jdk15\bin
    LD_LIBRARY_PATH : D:\oracle\visdb\9.2.0\lib
    ECHO is off.
    ECHO is off.
    The log information will be written to
         "D:\oracle\visdb\9.2.0\appsutil\log\VIS_oraebs\addlnctl.txt"
    ECHO is off.
    ECHO is off.
    Starting listener process VIS ...
    ECHO is off.
    LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 05-OCT-2005 12:34:18
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCVIS))
    The command completed successfully
    ECHO is off.
    Listener VIS has already been started.
    ECHO is off.
    addlnctl.cmd exiting with status 0
    "runProcess_4"
    ChangeServiceConfig succeeded
    "runProcess_5"
    "Statusstring Creating the database controlfile..."
    ECHO is off.
    ECHO is off.
    05/10/2005 12:34
    ECHO is off.
    ECHO is off.
    05/10/2005 12:34
    VIS_oraebs.cmd exiting with status 0
    ECHO is off.
    The environment settings are as follows ...
    ECHO is off.
    ORACLE_HOME : D:\oracle\visdb\9.2.0
    LOCAL : VIS
    ORACLE_SID :
    PATH : D:\oracle\visdb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;D:\oracle\visdb\9.2.0\bin;D:\oracle\visdb\9.2.0\jre\1.4.2\bin;D:\oracle\visdb\9.2.0\jre\1.4.2\bin;D:\oracle\visdb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;D:\oracle\visdb\9.2.0\bin;D:\oracle\visdb\9.2.0\jre\1.4.2\bin;D:\oracle\visdb\9.2.0\jre\1.4.2\bin;G:\Stage11i\startCD\Disk1\rapidwiz\unzip\NT;C:\MKS\bin;C:\MKS\bin\x11;C:\MKS\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\mvs\MSDev98\Bin;C:\mvs\Tools;C:\Microsoft Visual Studio\VC98\bin;C:\jdk15\bin
    LD_LIBRARY_PATH : D:\oracle\visdb\9.2.0\lib
    ECHO is off.
    ECHO is off.
    The log information will be written to
         "D:\oracle\visdb\9.2.0\appsutil\log\VIS_oraebs\adcrdb_VIS.txt"
    ECHO is off.
    ECHO is off.
    Creating the control file for VIS database ...
    ECHO is off.
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Oct 5 12:34:29 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to an idle instance.
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Disconnected
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Oct 5 12:35:11 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 573121204 bytes
    Fixed Size          455348 bytes
    Variable Size          394264576 bytes
    Database Buffers     167772160 bytes
    Redo Buffers          10629120 bytes
    Control file created.
    Database altered.
    Tablespace altered.
    Database altered.
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 573121204 bytes
    Fixed Size          455348 bytes
    Variable Size          394264576 bytes
    Database Buffers     167772160 bytes
    Redo Buffers          10629120 bytes
    Database mounted.
    PL/SQL procedure successfully completed.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 573121204 bytes
    Fixed Size          455348 bytes
    Variable Size          394264576 bytes
    Database Buffers     167772160 bytes
    Redo Buffers          10629120 bytes
    Control file created.
    Database altered.
    Tablespace altered.
    Database altered.
    PL/SQL procedure successfully completed.
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    ECHO is off.
    Checking for errors ...
    ECHO is off.
    adcrdb.cmd exiting with status 0
    "runProcess_6"
    "Statusstring InstantiateFile -d D:\oracle\visdb\9.2.0\appsutil\template\addbtmpl.drv"
    "Unable to complete Instance Configuration"
    There was an error while running the command - D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrundb.cmd APPS APPS
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    RW-50010: Error: - script has returned an error: 2
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    Processing DriverFile = G:\Stage11i\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for G:\Stage11i\startCD\Disk1\rapidwiz\template\adridb.drv
    instantiate file:
    source : G:\Stage11i\startCD\Disk1\rapidwiz\template\adrun9i.cmd
    dest : D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrun9i.cmd
    backup : D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrun9i.cmd to D:\oracle\visdb\9.2.0\appsutil\out\VIS_oraebs\templbac\adrun9i.cmd
    instantiate file:
    source : G:\Stage11i\startCD\Disk1\rapidwiz\template\adrundb.cmd
    dest : D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrundb.cmd
    backup : D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrundb.cmd to D:\oracle\visdb\9.2.0\appsutil\out\VIS_oraebs\templbac\adrundb.cmd
    Step 0 of 5
    Command: D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrun9i.cmd
    Processing Step 1 of 5
    Step 1 of 5
    Command: D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrundb.cmd
    Processing Step 2 of 5
    Executing: D:\oracle\visdb\9.2.0\temp\VIS_oraebs\adrundb.cmd APPS APPS
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM $Header: adrundb.cmd 115.33 2004/08/19 21:47:17 psaddi ship $
    G:\Stage11i\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    G:\Stage11i\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    G:\Stage11i\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink document
    G:\Stage11i\startCD\Disk1\rapidwiz>REM 165195.1 for assistance.
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Stage11i\startCD\Disk1\rapidwiz>REM
    G:\Stage11i\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    G:\Stage11i\startCD\Disk1\rapidwiz>(set date=05/10/2005 )
    G:\Stage11i\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    G:\Stage11i\startCD\Disk1\rapidwiz>(set time=14:21 )
    G:\Stage11i\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : DATABASE : 05/10/2005 14:21
    STARTED INSTALL PHASE : DATABASE : 05/10/2005 14:21
    G:\Stage11i\startCD\Disk1\rapidwiz>SET JRE_PATH=G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\bin\java
    G:\Stage11i\startCD\Disk1\rapidwiz>SET JRE_CP=.;G:\Stage11i\startCD\Disk1\rapidwiz\jlib\RapidWiz.jar;G:\Stage11i\startCD\Disk1\rapidwiz\jre\NT\1.4.2\lib\rt.ja

  • DNS and other issues with SBS Server 2003

    I see a lot of excellent information out here in the discussion group but I understand little of it. I am technology savvy but not an IT man, so please be patient when I ask questions to clarify your responses.
    My first question should be an easy one to answer. Has anyone told you all that they appreciate your help today?
    I DO !!! Thank you for your kind nature and your choice to help others (like me)!
    Our 2003 SBS server has multiple issues. The server has two NICs; one for the WAN connection and one for the LAN.
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : mathewsserver01
       Primary Dns Suffix  . . . . . . . : MathewsElectricalInc.local
       Node Type . . . . . . . . . . . . : Unknown
       IP Routing Enabled. . . . . . . . : Yes
       WINS Proxy Enabled. . . . . . . . : Yes
       DNS Suffix Search List. . . . . . : MathewsElectricalInc.local
    Ethernet adapter Mathews Local Area Connection:
       Connection-specific DNS Suffix  . : 
       Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet #1
       Physical Address. . . . . . . . . : 00-1E-C9-CE-C5-E7
       DHCP Enabled. . . . . . . . . . . : No
       IP Address. . . . . . . . . . . . : 192.168.16.2
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 
       DNS Servers . . . . . . . . . . . : 192.168.16.2
       Primary WINS Server . . . . . . . : 192.168.16.2
    Ethernet adapter Network Connection to Router:
       Connection-specific DNS Suffix  . : 
       Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet #2
       Physical Address. . . . . . . . . : 00-1E-C9-CE-C5-E6
       DHCP Enabled. . . . . . . . . . . : No
       IP Address. . . . . . . . . . . . : 10.yyy.xxx.10
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 10.yyy.xxx.1
       DNS Servers . . . . . . . . . . . : 192.168.16.2
       Primary WINS Server . . . . . . . : 192.168.16.2
       NetBIOS over Tcpip. . . . . . . . : Disabled
    #1 In Event Viewer (Local) Application I have recurring event Source=Userenv Event 1053 every 9 minutes.
    #2 In Event Viewer Directory Service I have recurring event Source=NTDS General Event 1126 every hour.
    #3 In Event Viewer DNS Server I have recurring event Source=DNS Event 6702.
    Also, I am surprised that the LAN NIC #1 is not set up as DHCP!
    What information may you require to assist me?
    tmath2 in Houston

    Hi,
    Could you type “route print“ on CMD, and post the result here?
    It would be helpful if you may describe the phenomenon of the problem? such as changes before the problem occurs, any prompt error message, related operations except for these logged Event ID.
    You may reference the link below for reference.
    Event Source Userenv and Event ID 1503:
    http://www.microsoft.com/technet/support/ee/transform.aspx?ProdName=Windows+Operating+System&ProdVer=5.2&EvtID=1053&EvtSrc=Userenv&LCID=1033
    Event Source NTDS and Event ID 1126:
    http://support.microsoft.com/kb/305837
    DNS 6702:
    http://technet.microsoft.com/en-us/library/cc735806(v=WS.10).aspx
    Best Regards,
    Eve Wang
    Thanks Eve! I appreciate your attempt to help. I inadvertently posted my reply for the Route table without quoting you first. Sorry about that.
    As far as the problems go, time to logon to server > 5 minutes. Group Policy issues abound. DNS issues (as mentioned). Thought I had an easy one for you. Sorry about that.
    I have one client computer running Windows 7x64 (call it My Workstation) that I back the server and other client PC's up to. The clients have no problem, but after a day or two, the server can no longer "see" the My Workstation and the backup fails.
    But then when I reboot the My Workstation, the server "sees" it again!
    Furthermore, I backup a 10TB RAID 6 array on
    My Workstation to yet another client for redundancy (Call it WORKSTATION2-PC), but if I try to click on the computer icon in Windows Explorer for WORKSTATION2-PC, I get the error "Windows cannot access \\WORKSTATION2-PC. However if I type in
    the ip address or WORKSTATION2-PC, I have no problems.
    tmath2 in Houston

  • What is the best way to deal with memory leak issue in sql server 2008 R2

    What is the best way to deal with memory leak issue in sql server 2008 R2.

    What is the best way to deal with memory leak issue in sql server 2008 R2.
    I have heard of memory leak in OS that too because of some external application or rouge drivers SQL server 2008 R2 if patched to latest SP and CU ( may be if required) does not leaks memory.
    Are you in opinion that since SQL is taking lot of memory and then not releasing it is a memory leak.If so this is not a memory leak but default behavior .You need to set proper value for max server memory in sp_configure to limit buffer pool usage.However
    sql can take more memory from outside buffer pool if linked server ,CLR,extended stored procs XML are heavily utilized
    Any specific issue you are facing
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Issue in Weblogic Server - Server Stops abruptly

    Hi All,
    I am facing an issue with Weblogic server(8.1). One of the managed servers stops abruptly. Server run for some days. After 5 or 6 days it stops without giving any log message. Admin(mgt server) and this managed server are running in the same box(AIX Environment). Below is the only log I got. Any idea why it is happening?
    According to the BEA Message it may be due to network problem. Since both the servers are running in same box, i don't think it is network issue.
    Can anyone please help me on this? - thanks in advance
    Log Trace Message:
    ==================
    <AF[196]: Allocation Failure. need 528 bytes, 67173345 ms since last AF>
    <AF[196]: managing allocation failure, action=1 (0/1040390840) (32611304/33283912)>
    <GC(197): freeing class jsp_servlet._ofr._invoice._shipper._jsp.__exceptioninvoicelist(302453c8)>
    <GC(197): freeing class jsp_servlet._lcom._common._jsp.__page_navigation(3024ecc8)>
    <Dec 21, 2005 10:47:18 PM KST> <Warning> <Management> <BEA-141138> <Managed Server ofrserver is disconnected from the ad
    min server. This may be either due to a managed server getting temporarily partitioned or the managed server process exi
    ting.>
    <GC(197): freeing class jsp_servlet._ofr._filter._jsp.__filterdetails(30252718)>
    <GC(197): freeing class jsp_servlet._lcom._admin._jsp.__devtools(3040f898)>
    <GC(197): freeing class jsp_servlet._lcom._admin._util._jsp.__devtoolslogin(3040f260)>
    <GC(197): freeing class jsp_servlet._lcom._admin._util._jsp.__processdevtoolslogin(30411870)>
    <GC(197): freeing class jsp_servlet._ofr._admin._util._jsp.__xmlcommmanagerimport(30413e58)>
    <GC(197): freeing class jsp_servlet._ofr._admin._util._jsp.__processxmlcommmanagerimport(30414a88)>
    <GC(197): unloaded and freed 8 classes>
    <GC(197): GC cycle started Wed Dec 21 22:47:23 2005
    <GC(197): freed 721499624 bytes, 70% free (754110928/1073674752), in 263157 ms>
    <GC(197): mark: 248258 ms, sweep: 1857 ms, compact: 13042 ms>
    <GC(197): refs: soft 0 (age >= 32), weak 0, final 27363, phantom 0>
    <GC(197): moved 0 objects, 0 bytes, IC reason=14>
    <GC(197): stop threads time: 1356, start threads time: 19>
    <AF[196]: completed in 282883 ms>
    Thanks,
    Shanmuga perumal
    [email protected]

    I think you should be able to follow the same steps but whenever you come across Domain B in the instructions, just substitute the values for Domain A. Because it is the same domain you may not even have to go through some of the certificate steps. If you have questions I suggest you post them in the WLS Security forum.
    WebLogic Server - Security

  • SAP ECC 6.0  Kernel Upgrade for 32 bit Win2003 Server

    Dear All,
        We are in the process of updating kernel patch (Unicode) in our Solution Manager system which is running on - 32 bit Xeon processor - Win2003 server.
    When we download kernel patch from SAP Market place, there lists kernel patch only for IA32-32-bit (Windows Server on IA32 32bit), but not for x86-32 bit.
    But in the case of 64 bit, we can find both for xeon and itanium processor ( ie., Windows Server on IA64 64bit,   Windows Server on x64 64bit )
    I quite confused to select the correct kernel patch for our 32 bit Xeon processor.
    Could anybody help me in this regard ?
    Regards,
    Sridhar

    Dear Reyes,
              Thank you for ur timely reply.
             Is there any SAP note regarding this, ie IA32 32 bit is compatible for x86 32 bit ?,
    Regards,
    Sridhar

  • Powerview Cannot connect to the server due to a security issue. The server may not have been able to match the host for silverlight

    Hello,
    I have a sharepoint 2010 sp1 CU Dec 2011 server with a SQL Server 2012 SP1 CU4 reporting services instance.  I am able to open Power View and use it normally when bypassing the ISA Reverse Proxy server.  However when going thru ISA I receive the
    following Error.
    Power View  Cannot connect to the server due to a security issue.  The server may not have been able to match the host for Silverlight.  This error appears after I click yes on an Internet Explorer Display Mixed Mode prompt.
    I've seen a couple references to this issue but not much.  This one mentions a clientaccesspolicy.xml file but I haven't had any luck with that.  http://connect.microsoft.com/SQLServer/feedback/details/716433/cannot-connect-to-the-server-due-to-a-security-issue-the-server-may-not-have-been-able-to-match-the-host-for-silverlight
    Any Ideas?  Thanks.
    Ryan

    Hi Ryan,
    Based on my research, the issue should occur due to a by design behavior in Threat Management Gateway (TMG). To work around this issue, you can use SSL between the TMG and the SharePoint Web Server.
    Hope this helps.
    Regards,
    Mike Yin
    TechNet Community Support

  • Configuration issues in Tomcat Server

    Hi,
    If someone has come across these issues with Tomcat server and have overcome, plese let me know.
    1. After updating JSP/jar files in Tomcat server, do we need not stop and restart the server?. if i don't, it hangs. if i restart, i am able to access my pages from browser. Any solution????
    2. How do i set output log directory for my application in Tomcat server.
    3. How do i increase session time for my application in Tomcat server?
    I don't face these problems when i run through WebToGo Server if i use Jdeveloper.
    For more details on this problem, please refer to my post
    "reloading jsp/jar files in tomcat server as on Feb 6th 2002.
    Thanks for your help in advance.
    Thanks
    Hari

    What does Jakarta support say about this? (By the way, maybe it fails shutdown because it's not running.)

Maybe you are looking for