Oracle 10.2.0.1 client install during SLES10 AutoYast post-install

Hello all,
I'm stumped and could use a little help. I'm attempting to use the silent install method for the 10.2.0.1 Oracle client on a SLES10 SP2 via autoyast post install scripts. The script runs just fine if I use it to install after SLES10 has been completely installed. At first I suspected and environment issue, but I've doubled checked against the env during autoyast and post install completion env. Not sure what to check next, I've tried searching for minimum environment requirements for OUI, but found nothing.
silentInstall2010-05-01_10-00-43AM.log reports:
** Error Dialog: OUI-10151:There was an error while loading library: areasQueries ***
User Selected: S&top installation of this component only.
java.io.IOException: No such file or directory
This silent installation was unsuccessful.
It was "generalQueries" until I added an ldconfig command in the script thinking something was wrong with the gcc env.
Here is the script I'm using...
#!/bin/bash
BASEDIR=/installsvr/repos
TMPDIR=/tmp/oracle_install
HASORACLE=`grep $1 /etc/passwd`
HASOINSTALL=`grep $2 /etc/group`
if [ -z $HASORACLE ]
then
echo "Could not find an $1 account!"
exit 1
fi
if [ -z $HASOINSTALL ]
then
echo "Could not find an $2 group!"
exit 1
fi
if [ ! -f $BASEDIR/$3 ]
then
echo "Could not find file: $BASEDIR/$3"
exit 1
fi
if [ ! -f $BASEDIR/$4 ]
then
echo "Could not find file: $BASEDIR/$4"
exit 1
fi
FILENAME=`basename $3`
# Setup install directories
if [ ! -d /u01/app/oracle ]
then
mkdir -p /u01/app/oracle
chown -R $1.$2 /u01
chmod -R 775 /u01
fi
# Copy the install source
# to a temp dir.
su - $1 -c "mkdir $TMPDIR;cp $BASEDIR/$3 $TMPDIR/.;cd $TMPDIR;unzip $FILENAME >/dev/null 2>&1;rm -f $FILENAME"
# Find the location of the "runInstaller"
# and kickoff the command
RUNINSTALLER=`find $TMPDIR -name runInstaller | head -1`
RUNINSTALLERDIR=`dirname $RUNINSTALLER`
if [ ! -d $RUNINSTALLERDIR ]
then
echo "Could not find directory: $RUNINSTALLERDIR"
exit 1
fi
# Setup ldconfig prior to install run
ldconfig
su - $1 -c "TERM=xterm;cd $RUNINSTALLERDIR;./runInstaller -ignoreSysPrereqs -silent -responseFile $BASEDIR/$4"
# Run a loop and wait for the
# installer process to finish
PROC=`ps -ef | grep "\-ignoreSysPrereqs \-silent \-responseFile" | awk '{print $2}'`
while [ ! -z $PROC ]
do
echo "...waiting for oracle installer to finish..."
sleep 5
PROC=`ps -ef | grep "\-ignoreSysPrereqs \-silent \-responseFile" | awk '{print $2}'`
done
# Grace Period
sleep 5
# Cleanup
rm -rf $TMPDIR
# Finish
echo "...running orainstRoot.sh"
/u01/app/oracle/oraInventory/orainstRoot.sh
echo "...running root.sh"
echo "" | /u01/app/oracle/product/10.2.0/client/root.sh
Thanks in advance,
Chris

Found the issue...it was in the script. Evidently, the process checker only worked after the OS install had completed and the script was run manually. I changed that section to...
PROC=`ps -ef | grep ^$1 | tail -1 | awk '{print $2}'`
while [ ! -z "$PROC" ]
do
echo "-- installOracle.sh: waiting for oracle installer to finish --"
sleep 5
PROC=`ps -ef | grep ^$1 | tail -1 | awk '{print $2}'`
done
...and all is well.
- Chris

Similar Messages

  • Install EBS R12 Problem - Post Install Checks

    Folks,
    Hello. I am installing EBS R12 using "rapidwiz".
    The Install Wizard almost finishs installing and gets to "Post Install Checks". The message is as follows:
    Validate System Configuration:
    Database Availability
    Environment File
    HTTP
    Virtual Directory
    Login Page
    Configuration Upload
    DBC File
    Help Page
    JSP
    Each of the above items gets an error message.
    When click "next" button in the Wizard, the messgae comes up as follow:
    "Rapid Install Wizard has detected that your configuration has errors. You must resolve these issues before continuing."
    Can any folks tell me how to solve these "Post Install Checks" errors ?

    Please i need help with this post Installation errors below(8 in number), am running the installation on windows 7, i used perl to stage my files, installed cygwin instead of MKS toolkit, run my installation without no errors but when i got to post-Innstall ckecks, i got the following errors
    1. Database Availability
    command: cmd.exe /c C:\u01\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd c:\oracle\VIS\db\tech_st\11.1.0\VIS_hakonix-pc.cmd sqlplus C:\u01\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    C:\u01\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 01/17/2012
    11:15 PM
    "Cannot find environment file "c:\oracle\VIS\db\tech_st\11.1.0\VIS_hakonix-pc.cmd""
    ERRORCODE = 0 ERRORCODE_END
    Database ORACLE_HOME connection test has succeeded
    command: cmd.exe /c C:\u01\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd c:\oracle\VIS\inst\apps\VIS_hakonix-pc\ora\10.1.2\VIS_hakonix-pc.cmd sqlplus C:\u01\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    C:\u01\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 01/17/2012
    11:15 PM
    "The environment settings are as follows ..."
    " ORACLE_HOME : c:\oracle\VIS\apps\tech_st\10.1.2"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : c:\oracle\VIS\apps\tech_st\10.1.2\bin;c:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\bin;c:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\jre\bin;C:\app\hakorlc\product\11.2.0\dbhome_1\bin;C:\Perl\site\bin;C:\Perl\bin;C:\OraHome_1\bin;C:\OraHome_1\jlib;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\; c:\oracle\client"
    " LD_LIBRARY_PATH : c:\oracle\VIS\apps\tech_st\10.1.2\lib"
    SQL*Plus: Release 10.1.0.5.0 - Production on Tue Jan 17 23:15:55 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12541: TNS:no listener
    connect test returning code 1
    ERRORCODE = 1 ERRORCODE_END
    RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error: 1
    2.Configuration Upload
    uploading config file at C:\oracle\VIS\db\tech_st\11.1.0\appsutil\conf_VIS.txt
    Failed upload of config file at C:\oracle\VIS\db\tech_st\11.1.0\appsutil\conf_VIS.txt
    3. Environment File
    RW-50016: Error: - Database ORACLE_HOME environment file was not created:
    File = c:\oracle\VIS\db\tech_st\11.1.0\VIS_hakonix-pc.env Apps ORACLE_HOME environment file passes instantiated variables test:
    File = c:\oracle\VIS\inst\apps\VIS_hakonix-pc\ora\10.1.3\VIS_hakonix-pc.cmd
    iAS ORACLE_HOME environment file passes instantiated variables test:
    File = c:\oracle\VIS\inst\apps\VIS_hakonix-pc\ora\10.1.2\VIS_hakonix-pc.cmd
    APPL_TOP environment file passes instantiated variables test:
    File = c:\oracle\VIS\apps\apps_st\appl\VIS_hakonix-pc.cmd
    ADOVARS environment file passes instantiated variables test:
    File = c:\oracle\VIS\apps\apps_st\appl\admin\adovars.cmd
    APPSCONFIG passes instantiated variables test:
    File = c:\oracle\VIS\apps\apps_st\appl\admin\adconfig.txt
    4. HTTP
    checking URL = http://hakonix-pc.www.hakonix.com.ng:8000
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    5. Help Page
    checking URL = http://hakonix-pc.www.hakonix.com.ng:8000/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    6. Virtual Directory
    RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    7. JSP
    checking URL = http://hakonix-pc.www.hakonix.com.ng:8000/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    8. Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

  • Boot Camp - "No AMD graphics driver is installed" error during win8.1 post-install

    I have Macbkook pro early 2011 (i7 2.2ghz, 16 GB RAM, radeon 6750M 1GB)
    I used boot camp utility to install win 8.1 - it completed without any problems.
    When the installation was completed the bootcamp wizard opened automaticaly and this was shoved to my face:
    The process continued until the "Installing Intel Graphics" process. Then the screen just went blank. I waited some time
    assuming it was just a gpu driver issue and the installation is progressing. I guess I was right since the mac rebooted after about 5 minutes.I re
    When I wanted to boot to windows I was constantly welcomed by black screen after the "windows splash-screen-spinning-animation thingy".
    I went to safe mode to see what's going on. It turned out that if I TURN OFF my INTEL HD 3000 driver then I can boot to normal mode but
    the 6750M drivers have yellow exclamation mark (error 43 in details) in device manager. I need that gpu enabled since I do some game developent which requires gpu power. I tried reinstalling ati drivers and looking for new ones on the internet - each of them failed. What could be the problem?
    Can anyone help me out?

    Hello HPENVYm6-1201TX,
    I have read your post on how your notebook computer is producing an error message in regards to your AMD driver, and I would be happy to assist you in this matter!
    To ensure that the software is installed and functioning properly, I recommend performing a clean boot on your notebook. To do this, please follow this document on How to perform a clean boot in Windows. This should help eliminate software conflicts that occur when you install a program or an update or when you run a program in Windows.
    The next step I suggest is to remove the AMD driver installed on your computer, and install the driver provided on HP's website. If you need to, you can use this document on how to remove software from Windows 8.1. You can find the necessary driver by click on the AMD High-Definition (HD) Graphics Driver.     
    Instead of updating the driver from AMD's website, please follow this document on Using HP Support Assistant (Windows 8) to update the necessary drivers.
    Please re-post with the results of your troubleshooting, and I look forward to your reply!
    Regards  
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • ABAP & Java Preview install done. Need Post install steps for XI.

    Hi
    Please excuse for the most basic question.
    From the trial downloads, I've installed the
    ABAP and Java and would like to know the
    post-install steps for activating and configuring
    the Exchange Infrastructure component and
    subsequent configuration
    I've installed on the local host along with the
    Microsoft Loopback Adapter. What should be
    the connection parameters for the Visual
    Administrator?
    Any help is appreciated. Thank U.
    Rajendra.

    Hi Rajender
    I think no question is difficult or basic .The severity depends on whether you know it or not,in other terms your comfort level.
    Coming back to your post:Go through the below link
    https://websmp103.sap-ag.de/~sapidb/011000358700001697502004E.PDF
    Re: XI INSTALLATION and POSTINSTALLATION
    If you need the XI configuration guide then visit:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ac6de690-0201-0010-54ac-8923089dcc97
    Any issues feel free to ask
    Reward with suitable points:

  • Post instal Rapidwiz linux64 bit errors RW-50015 HTTP Listener

    New Installation of R12.1.1 on Linux x86-64
    using zip files from e-delivery
    created staging dir successfully
    Ran rapidwiz
    selected new Installation and Express Installation
    Rapidwiz worked and installed all files but it failed at the end during validation for post install
    when showed screen for Validate System Config the post-install check:
    I had error in HTTP (RW-50015: Error: - HTTP Listener is not responding)
    details of error:
    HTTP
    checking URL = http://localhost.localdomain:8000
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    some other facts,
    I cannot run sqlplus, no access to database.
    it seems environemt variables are not set as echo shows empty value.
    since the HTTP RW-50015 error is known issue, i have tried several solutions, but no luck:
    tried solution 1:
    I was able to run APPSVIS_localhost.env
    however i canNOT connect to sqlplus
    therefore no access to database:
    pwd
    /d01/oracle/VIS/apps/apps_st/appl
    [root@localhost appl]# chmod 777 APPSVIS_localhost.env
    [root@localhost appl]# ./APPSVIS_localhost.env
    [oracle@localhost appl]$ ./APPSVIS_localhost.env
    [applmgr@localhost appl]$ ./APPSVIS_localhost.env
    [applmgr@localhost appl]$ cd /d01/oracle/VIS/db/tech_st/11.1.0/bin
    [applmgr@localhost bin]$ ./sqlplus
    ./sqlplus: error while loading shared libraries: /d01/oracle/VIS/db/tech_st/11.1.0/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied
    [applmgr@localhost bin]$
    when echo oracle env variables they are all empty:
    for example:
    [oracle@localhost scripts]$ echo $APPL_TOP
    Then I tried commands $ADMIN_SCRIPTS_HOME/adstpall.sh apps/apps and restart with adstrtal.sh:
    couldn't even use script v as I got error:
    [oracle@localhost VIS_localhost]$ cd /d01/oracle/VIS/inst/apps/VIS_localhost/admin/scripts
    [oracle@localhost scripts]$ ls adst*
    adstpall.sh adstrtal.sh
    [oracle@localhost scripts]$ ./adstpall.sh apps/apps
    You are running adstpall.sh version 120.10
    adstpall.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE:      adstpall.sh <appsusername/appspassword>
    adstpall.sh: exiting with status 1
    also in another question in forum
    RW-50015: Error: post R12 installation on Oracle EL 5 (X64)
    it is asked to try this:
    ... commented out the following line:
    #eval ohs_start -DSSL "$args"
    ... and replaced it with:
    eval ohs_start "$args"
    I have not tried this, i think my issue is with database and sql which cannot be accessed.
    solution 2:
    Tried workaround from Note 943443.1
    but first i cannot see any file with # ls libdb*:
    [root@localhost inst]# cd /usr/lib
    [root@localhost lib]# ls libdb*
    ls: cannot access libdb*: No such file or directory
    after running the command from the Note:
    [root@localhost lib]# pwd
    /usr/lib
    [root@localhost lib]# ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
    now, I can see libdb.so.2:
    [root@localhost lib]# pwd
    /usr/lib
    [root@localhost lib]# ls libdb*
    libdb.so.2
    then click on Retry in the rapidwiz screen where it showed the error (Validate System Config)
    but still fails with same error:
    HTTP
    checking URL = http://localhost.localdomain:8000
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    solution 3:
    tried to stop and restart services:
    [oracle@localhost VIS_localhost]$ pwd
    /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/scripts/VIS_localhost
    [oracle@localhost VIS_localhost]$ ls -ltr add*
    -rwx------. 1 oracle oracle 2785 2009-12-02 17:37 addbctl.sh
    -rwx------. 1 oracle oracle 4119 2009-12-02 17:37 addlnctl.sh
    [oracle@localhost VIS_localhost]$ ./addbctl.sh stop
    You are running addbctl.sh version 120.1
    Shutting down database VIS ...
    sqlplus: error while loading shared libraries: /d01/oracle/VIS/db/tech_st/11.1.0/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied
    addbctl.sh: exiting with status 127
    [oracle@localhost VIS_localhost]$ ./addbctl.sh stop
    You are running addbctl.sh version 120.1
    Shutting down database VIS ...
    sqlplus: error while loading shared libraries: /d01/oracle/VIS/db/tech_st/11.1.0/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied
    addbctl.sh: exiting with status 127
    your help is highly appreciated
    thank you!

    Thank you
    items 1, 2 and 3 are answers to your questions,
    I think you pointed to an important section as i have feeling something is
    wrong with this simple default choice of localhost.localdomain.
    please also see #4 as it has new information (the rapidwiz error are fixed now
    but i still don't have access to anything)
    1-) file: /etc/hosts
    i have 2 lines in this file
    [oracle@localhost etc]$ pwd
    /etc
    [oracle@localhost etc]$ cat hosts
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost.localdomain localhost localhost6.localdomain6
    [oracle@localhost etc]$
    2-) file: /etc/sysconfig/network
    i have 2 lines in this file:
    [oracle@localhost sysconfig]$ pwd
    /etc/sysconfig
    [oracle@localhost sysconfig]$ cat network
    NETWORKING=yes
    HOSTNAME=localhost.localdomain
    3-) per step 3- of note 761564.1 I deleted file (using root accout):
    /etc/sysconfig/networking/profiles/default/network
    (before deleting i made a backup network-bak, just in case):
    [oracle@localhost default]$ pwd
    /etc/sysconfig/networking/profiles/default
    [oracle@localhost default]$ ls -ltr
    total 16
    -rw-r--r--. 3 root root 230 2009-11-29 19:12 ifcfg-eth0
    -rw-r--r--. 2 root root 112 2009-12-02 16:42 hosts
    -rw-r--r-- 1 root root 53 2009-12-03 21:31 resolv.conf
    -rw-r--r-- 1 root root 31 2009-12-04 02:37 network-bak
    [oracle@localhost default]$
    4-)
    I made so many changes to dir access permissions using chmod 777,
    also i checked mark some of the apache entries in Linux > System > Admin > SE Linux Management.
    after that i accidently clicked on the "Back" button (on the rapidwiz screen where it had
    the errors),
    then I clicked Next button ( which of course went to the same screen I had error on )
    then I clicked on Retry button and it appeared it fixed errors.
    Rapidwiz confirmed all sections are ok,
    no errors anymore.
    (Previously i always clicked on Retry button only, but this time, clicked on Back, then, Next button,
    then Retry button).
    I am not even sure changes i made fixed the errors or this is just a bug in rapidwiz,
    but right now, I completed rapidwiz and all errors are fixed,
    however I still don't have access to anything:
    Started firefox and try to go to:
    http://localhost.localdomain:8000/QA_HTML/AppsLogin
    it says Unable to connect
    (by the way do I have to download IE and try in there or should it work in Firefox as well ?)
    I am unable to run sqlplus
    I don't have anyvalue in the environment variables, they are still empty.
    I also ran steps 2.2 and 2.3 from note 3877859.1 (using AutoConfig to manage System Config EBS R12):
    2.2
    [oracle@localhost /]$ sh /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/scripts/VIS_localhost/adautocfg.sh
    AutoConfig completed with errors.
    2.3
    [oracle@localhost /]$ sh /d01/oracle/VIS/inst/apps/VIS_localhost/admin/scripts/adautocfg.sh
         Configuring IES_TOP.......COMPLETED
         Configuring CSD_TOP.......COMPLETED
         Configuring IGC_TOP.......COMPLETED
    AutoConfig completed with errors.
    still same problem, didn't change results.
    Thank you for your help!

  • 5.2 Patch 2 Post-Install Error

    Jay,
    I am installing patch 2 for IMS 5.2 today and got the following
    errors during the Post-install: (imsimta test -rewrite -debug postmaster)
    (can you take a look and comment ?) maybe this is because LDAP (directory server) was not running?
    I changed the company domain in the output below:
    5.2p2 has been installed successfully.
    Running Post-install procedures.
    /var/iplanet/ims52/msg-mailsvr2/imsimta chbuild
    /var/iplanet/ims52/msg-mailsvr2/imsimta cnbuild
    [05/Jan/2005:11:13:10 -0600] mailsvr2 [3422]: General Warning: could not get server configuration in ldap, using cached configuration information
    /var/iplanet/ims52/msg-mailsvr2/imsimta cleandb
    /var/iplanet/ims52/msg-mailsvr2/imsimta counters -delete
    11:13:11.79: Exit code = 0 (2) - IMTA__NO, basic NO, log_delete_sections error
    /var/iplanet/ims52/msg-mailsvr2/imsimta version
    SunOS mailsvr2 5.8 Generic_117350-10 sun4u sparc SUNW,Ultra-60
    iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)
    libimta.so 5.2 Patch 2 (built 19:30:12, Jul 14 2004)
    /var/iplanet/ims52/msg-mailsvr2/imsimta test -rewrite -debug postmaster
    Initializing mm_.
    Initializing mm_ submission.
    Checking identifiers.
    *** Debug output from initializing MM for submission:
    11:13:12.33: mmc_winit('l','[email protected]','[email protected]') called.
    11:13:12.33: Queue area size 48882178, temp area size 48882178
    11:13:12.33: 12220544 blocks of effective free queue space available; setting disk limit accordingly.
    11:13:12.33: Rewriting: Mbox = "postmaster", host = "mailsvr2.xyz-company.com", domain = "$*", literal = "", tag = ""
    11:13:12.33: Rewrite: "$*", position 0, hash table -
    11:13:12.33: Found: "$E$F$U%[email protected]"
    11:13:12.33: Rewrite failed, not forward.
    11:13:12.33: Rewrite: "$*", position 1, hash table -
    11:13:12.33: Failed.
    11:13:12.33: Rewrite: "$*", position 0, rewrite database -
    11:13:12.33: Failed
    11:13:12.33: Rewriting: Mbox = "postmaster", host = "mailsvr2", domain = "mailsvr2.xyz-company.com", literal = "", tag = ""
    11:13:12.33: Rewrite: "mailsvr2.xyz-company.com", position 0, hash table -
    11:13:12.33: Found: "$U%[email protected]"
    11:13:12.33: New mailbox: "postmaster".
    11:13:12.33: New host: "mailsvr2.xyz-company.com".
    11:13:12.33: New route: "mailsvr2.xyz-company.com".
    11:13:12.33: New channel system: "mailsvr2.xyz-company.com".
    11:13:12.33: Looking up host "mailsvr2.xyz-company.com".
    11:13:12.33: - found on channel l
    11:13:12.33: Routelocal flag set; scanning for % and !
    11:13:12.33: Rewriting: Mbox = "postmaster", host = "mailsvr2.xyz-company.com", domain = "$*", literal = "", tag = ""
    11:13:12.33: Rewrite: "$*", position 0, hash table -
    11:13:12.33: Found: "$E$F$U%[email protected]"
    11:13:12.33: Rewrite failed, not forward.
    11:13:12.33: Rewrite: "$*", position 1, hash table -
    11:13:12.33: Failed.
    11:13:12.33: Rewrite: "$*", position 0, rewrite database -
    11:13:12.33: Failed
    11:13:12.33: Rewriting: Mbox = "postmaster", host = "mailsvr2", domain = "mailsvr2.xyz-company.com", literal = "", tag = ""
    11:13:12.33: Rewrite: "mailsvr2.xyz-company.com", position 0, hash table -
    11:13:12.33: Found: "$U%[email protected]"
    11:13:12.33: New mailbox: "postmaster".
    11:13:12.33: New host: "mailsvr2.xyz-company.com".
    11:13:12.33: New route: "mailsvr2.xyz-company.com".
    11:13:12.33: New channel system: "mailsvr2.xyz-company.com".
    11:13:12.33: Looking up host "mailsvr2.xyz-company.com".
    11:13:12.33: - found on channel l
    11:13:12.33: Routelocal flag set; scanning for % and !
    11:13:12.33: Mapped return address: [email protected]
    *** Debug output from rewriting a forward header address:
    11:13:12.33: Rewriting: Mbox = "postmaster", host = "xyz-company.com", domain = "$*", literal = "", tag = ""
    11:13:12.33: Rewrite: "$*", position 0, hash table -
    11:13:12.33: Found: "$E$F$U%[email protected]"
    11:13:12.33: Rewrite failed, not envelope.
    11:13:12.33: Rewrite: "$*", position 1, hash table -
    11:13:12.33: Failed.
    11:13:12.33: Rewrite: "$*", position 0, rewrite database -
    11:13:12.33: Failed
    11:13:12.33: Rewriting: Mbox = "postmaster", host = "xyz-company", domain = "xyz-company.com", literal = "", tag = ""
    11:13:12.33: Rewrite: "xyz-company.com", position 0, hash table -
    11:13:12.33: Found: "$U%[email protected]"
    11:13:12.33: New mailbox: "postmaster".
    11:13:12.33: New host: "xyz-company.com".
    11:13:12.33: New route: "mailsvr2.xyz-company.com".
    11:13:12.33: New channel system: "mailsvr2.xyz-company.com".
    11:13:12.33: Looking up host "mailsvr2.xyz-company.com".
    11:13:12.33: - found on channel l
    11:13:12.33: Routelocal flag set; scanning for % and !
    11:13:12.33: Rewrite rules result: [email protected]
    11:13:12.33: Checking reverse URL cache for: [email protected]
    11:13:12.33: Applying reverse URL pattern ldap:///$V?mail?sub?$Q to: [email protected]
    11:13:12.34: URL generation failed, status = 0
    forward channel =
    backward channel = l
    header To: address = [email protected]
    header From: address = [email protected]
    envelope To: address = (route (reprocess-daemon-error,reprocess-daemon-error)) (host xyz-company.com)
    envelope From: address = [email protected]
    name =
    mbox = postmaster
    Extracted address action list:
    [email protected]
    Extracted 733 address action list:
    [email protected]
    Address list expansion:
    -13 expansion total.
    *** Debug output from submitting an envelope address:
    11:13:12.34: mmc_wadr(0x00060450,'postmaster','postmaster') called.
    11:13:12.34: Copy estimate before address addition is 1
    11:13:12.34: Parsing address postmaster
    11:13:12.34: Rewriting: Mbox = "postmaster", host = "xyz-company.com", domain = "$*", literal = "", tag = ""
    11:13:12.34: Rewrite: "$*", position 0, hash table -
    11:13:12.34: Found: "$E$F$U%[email protected]"
    11:13:12.34: Match, pattern = "xyz-company.com", current = "(*domaincheck*)"
    11:13:12.34: old state = not checked.
    11:13:12.34: Performing domainMap check on xyz-company.com.
    11:13:12.34: domain check failed with temporary error 91.
    11:13:12.34: Temporary lookup failure, using fallback rewrite reprocess-daemon$Mtcp_local$1M$1~-error$4000000?Temporary lookup failure
    11:13:12.34: Match, pattern = "tcp_local", current = "l"
    11:13:12.34: old state = succeeded.
    11:13:12.34: new state = succeeded.
    11:13:12.34: New mailbox: "postmaster".
    11:13:12.34: New host: "xyz-company.com".
    11:13:12.34: New route: "reprocess-daemon-error".
    11:13:12.34: New channel system: "reprocess-daemon-error".
    11:13:12.34: New error message: "Temporary lookup failure".
    11:13:12.34: Looking up host "reprocess-daemon-error".
    11:13:12.34: - Not found
    11:13:12.34: Copy estimate after address addition is 1
    Submitted address list:
    Address list error -- 4.0.0 Temporary lookup failure: postmaster
    Submitted notifications list:
    Checking installed version string.
    New Installed Version is 5.2 Patch 2
    Please consult the README.txt file for post-installation instructions.
    #

    Yes. "All iMS services" means running stop-msg, and making sure all processes that started from that are done. Specifically:
    tcp_smtp_server
    tcp_smtp_client
    ims-master
    imapd
    popd
    mshttpd
    dispatcher
    job_controller
    things not included:
    slapd
    admin-serv
    web servers
    etc.

  • Unable to install Oracle 10.2.0.2 client

    I am trying to install the Oracle 10.2.0.2 client but it gives an internal error and the installation gets terminated.It creates a log and .err file I am pasting the contents of the log file. Please let me know if any of you can help.
    Using paramFile: C:\TEMP\client\install\oraparam.ini
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    The commandline for unzip:
    C:\TEMP\client\install\unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFiles/"*.jar" -d "C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM"
    The commandline for unzip:
    C:\TEMP\client\install\unzip -qqq ..\stage\Components\oracle.swd.oui\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM"
    The commandline for unzip:
    C:\TEMP\client\install\unzip -qqq ..\stage\Components\oracle.swd.oui.core\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM"
    The number of files bootstrapped for the jre is 584.
    The number of files bootstrapped for the oui is 100.INFO: Environment Variables:
    INFO:      ORACLE_HOME =
    INFO:      PATH = C:\oracle\product\10.2.0\client_2;C:\oracle\product\10.2.0\client_1;T:\SDCHS20N440\Oracle\agent10g\jlib;T:\SDCHS20N440\Oracle\agent10g\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\IBM\Director\bin;C:\PROGRA~1\BMCSOF~1\common\globalc\bin\Windows-x86;C:\PROGRA~1\BMCSOF~1\Patrol36\bin;C:\Program Files\Citrix\System32\Citrix\IMA;C:\Program Files\Citrix\System32\Citrix\IMA\Subsystems;C:\WINNT\System32\Citrix\IMA;C:\Program Files\Citrix\system32;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\common;C:\Program Files\BMC Software\Patrol36\BEST1\7.2.00\bgs\bin;C:\Program Files\Compuware\Common;
    INFO:      CLASSPATH = .;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\java\common.jar
    INFO: Username:smukherj
    INFO: Oracle Universal Installer version is 10.2.0.1.0
    INFO: Setting variable 'PREREQ_CONFIG_LOCATION' to ''. Received the value from variable association.
    INFO: Reader/Writer 'oracle.sysman.oii.oiic.OiicGlobalContextXMLReaderWriter' was created.
    INFO:
    *** Welcome Page***
    INFO: Unable to read T:/SDCHS20N440/Oracle/agent10g/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: Unable to read C:/oracle/product/10.2.0/client_1/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: Unable to read C:/oracle/product/10.2.0/client_2/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: Initializing install inventory
    INFO: Setting up install inventory
    INFO:
    *** Specify Source Location Page***
    INFO: Initializing OUI Shiphome access setup
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: Performing operation for OUI Shiphome access setup
    INFO:
    *** Select a Product to Install Page***
    INFO: Setting the 'TopLevelComp ( ToplevelComp )' property to 'oracle.client, 10.2.0.1.0, >0.0.0.0.0, [ 912 ][OH:2]'. Received the value from the default settings.
    INFO:
    *** Select Installation Type Page***
    INFO: Performing operation for OUI Shiphome access setup
    INFO: Setting up install inventory
    INFO: Initializing install inventory
    INFO: Setting up install inventory
    INFO:
    *** Specify Source Location Page***
    INFO: Initializing OUI Shiphome access setup
    INFO: Performing operation for OUI Shiphome access setup
    INFO:
    *** Select a Product to Install Page***
    INFO: Setting the 'TopLevelComp ( ToplevelComp )' property to 'oracle.client, 10.2.0.1.0, >0.0.0.0.0, [ 912 ][OH:2]'. Received the value from the default settings.
    INFO:
    *** Select Installation Type Page***
    INFO: Setting the 'InstallType ( DEP_MODE )' property to 'InstantClient'. Received the value from the UI page.
    INFO: Setting the 'TopLevelInstallType ( TLDepModes )' property to 'InstantClient'. Received the value from the UI page.
    INFO: The selected install type is "InstantClient".
    INFO:
    *** Specify Home Details Page***
    INFO: Setting the 'OracleHome ( ORACLE_HOME )' property to 'C:\oracle\product\10.2.0\client_3'. Received the value from the UI page.
    INFO: Setting the 'OracleHomeName ( ORACLE_HOME_NAME )' property to 'OraClient10g_home3'. Received the value from the UI page.
    INFO: Initializing OUI Oracle Home access setup
    INFO: Setting variable 'ORACLE_HOME' to 'C:\oracle\product\10.2.0\client_3'. Received the value from the UI page.
    INFO: Loading shiphomepropertiesfrom C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM/shiphomeproperties.xml
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: Setting the PROD_HOME variable of 'oracle.client_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.client Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.displayFonts_9.0.2.0.0' to 'C:\oracle\product\10.2.0\client_3/oracle_fonts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oem.client_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/sysman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.mgmt_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_olap_wrksht'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.ic_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.rdbms.ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus.ic_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sqlplus.ic Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.esm_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.client_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_has_client'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlj_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_java_sqlj'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.jle3_3.0.1.0.0' to 'C:\oracle\product\10.2.0\client_3/jle3'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.oui_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3\oui'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.oui.core_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3\oui'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.opatch_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3\OPatch'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.jre_1.4.2.8.0' to 'C:\oracle\product\10.2.0\client_3\jre\1.4.2'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ons_10.1.0.3.0' to 'C:\oracle\product\10.2.0\client_3/opmn'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.assistants.acf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.assistants.acf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.cabo_2.1.22.0.0' to 'C:\oracle\product\10.2.0\client_3/uix'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.dbui_2.2.13.0.0' to 'C:\oracle\product\10.2.0\client_3/dbui'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.dbui4_4.1.7.0.0' to 'C:\oracle\product\10.2.0\client_3/dbui4'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.ewt_3.4.38.0.0' to 'C:\oracle\product\10.2.0\client_3/ewt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.help_4.2.6.1.0' to 'C:\oracle\product\10.2.0\client_3/help'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.ice_5.2.3.6.0' to 'C:\oracle\product\10.2.0\client_3/ice'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.jewt_4.2.33.0.0' to 'C:\oracle\product\10.2.0\client_3/jewt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.jle_2.0.3.0.0' to 'C:\oracle\product\10.2.0\client_3/jle'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.kodiak_1.2.1.0.0I' to 'C:\oracle\product\10.2.0\client_3/kodiak'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.regexp_2.1.9.0.0' to 'C:\oracle\product\10.2.0\client_3/regexp'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.share_1.1.18.0.0' to 'C:\oracle\product\10.2.0\client_3/oracle_tools_share'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.buildtools.common_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_buildtools_common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.buildtools.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_buildtools_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.csmig_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rdbms_expimp'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.common_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.dbjava.common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.ic_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_dbjava_ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_dbjava_jdbc'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc12_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.dbjava.jdbc12'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc14_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.dbjava.jdbc14'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.dbjava.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.emdw.emcp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.emdw.emcp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.emdw.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.emdw.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.common_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rsf_has_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.javavm.client_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.javavm.client Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.jdk_1.4.2.0.8' to 'C:\oracle\product\10.2.0\client_3\jdk'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.admin_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.client_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_ldap_rsf_cmp'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.aso_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.aso Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.client_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_network_client'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.owm_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.owm Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.network.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.rsf.ic_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.network.rsf.ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.ssl_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.network.ssl'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.nlsrtl.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_nlsrtl_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.nlsrtl.rsf.lbuilder_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_nlsrtl_rsf_lbuilder'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoledb_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntoledb Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoledb.odp_net_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/ODP.NET'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoramts_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oramts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.admin_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.admin Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.oraconfig_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.oraconfig Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.perfmon_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.perfmon Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.odbc_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3in'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.odbc.ic_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3in'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oem.oemlt_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oemlt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oo4o_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.oo4o Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.oracore.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.oracore.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.api_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.oraolap.api'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.dbscripts_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.annotator_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.client_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.interMedia.imclient'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.perlint_5.8.3.0.2' to 'C:\oracle\product\10.2.0\client_3\perl'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.common_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp.common Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.lang_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rsf_precomp_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.crs_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dbscripts_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rdbms_dbscripts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.hs_common_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rdbms_hs_common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.install.common_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.rdbms.install.common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.oci_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rdbms_oci'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.plsql_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rdbms_plsql'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.rdbms.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rsf.ic_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.rdbms.ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rman_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.rdbms.rman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.util_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.rdbms.util'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rsf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rsf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.slax.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.slax.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlj.sqljruntime_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_java_sqlj_sqljruntime'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sqlplus Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.winprod_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.winprod Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.wwg.plsql_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rdbms'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk.parser.java_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.xdk.parser.java Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rsf_rdbms_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.java.j2ee.core_10.1.2.0.0' to 'C:\oracle\product\10.2.0\client_3\jdk\jre\lib\ext'. Received the value from the variable calculation.
    INFO: Performing operation for OUI Oracle Home access setup
    INFO: Unable to read C:/oracle/product/10.2.0/client_3/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: SRVM ClusterInfo.IsLocalOnly() called. Return value obtained is 'false'.
    INFO: The CRS clusterware location for 'oracle.crs 10.1.0.2.0' is not found.
    INFO: This is not a cluster system.
    INFO: Node selection page will not be shown.
    INFO: Install type for "Oracle Client 10.2.0.1.0 " is "InstantClient".
    INFO: OUI-10066:Not all the dependencies for the component Oracle Client 10.2.0.1.0 could be found. Missing component oracle.doc 10.2.0.1.0.
    INFO: Install type for "Oracle Instant Client 10.2.0.1.0 " is "InstClient".
    INFO: Install type for "Oracle ODBC Driverfor Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Install type for "RDBMS Required Support Files for Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Install type for "SSL Required Support Files for InstantClient 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle JDBC/OCI Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Install type for "SQL*Plus Files for Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Setting the PRE_REQUISITE variable of 'oracle.client_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.odbc.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.dbjava.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.network.rsf.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.rsf.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.sqlplus.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO:
    *** Language Selection Page***
    INFO: Setting the 'SelectedLanguages ( SELECTED_LANGUAGES )' property to 'en'. Received the value from the default settings.
    INFO:
    *** Specify Local Host Name Page***
    INFO: Setting the 'HostName ( ORACLE_HOSTNAME )' property to 'sdchs20n440.corp.siebel.com'. Received the value from the default settings.
    INFO: Defaulting prerequisite location to 'C:\TEMP\client\stage/prereq'.
    INFO:
    *** Product-Specific Prerequisite Checks Page***
    INFO: Entry point:oracle.client_InstantClient_install
    INFO: Starting Prerequisite checks : Mon Dec 04 16:34:15 IST 2006
    INFO: Checking CertifiedVersions
         This is a prerequisite condition to test whether the Oracle software is certified on the current O/S.
    INFO: Expected result: One of 4.0,4.1,5.0,5.1,5.2
    Actual Result: 5.0
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking ServicePackChecks
         This is a prerequisite condition to test whether the Service Pack level recommended for installing the product is available on the system.
    INFO: Expected result: 1
    Actual Result: 4
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking TotalMemory
         This is a prerequisite condition to test whether the system has sufficient physical memory.
    INFO: Expected result: 128MB
    Actual Result: 2047MB
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking OracleHomeSpace
         This is a prerequisite condition to check whether the specified Oracle Home contains any spaces in the path.
    INFO: Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking CompatibilityChecks_IC
         This is a prerequisite condition to check whether the Oracle Home specified by the user already contains an installed product which is incompatible with the product being installed.
    INFO: Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Prerequisite checks completed : Mon Dec 04 16:34:32 IST 2006
    INFO: *** Entering Component: oracle.client installation
    INFO: Calling Query generalQueries10.1.0.3.0 getOSName
    INFO: Query Returned: NT_X86
    INFO: Setting variable 's_operatingSystem' to 'NT_X86'. Received the value from the variable calculation.
    INFO: Setting variable 's_ntEnvOH' to ''. Received the value from the variable calculation.
    INFO: Calling Query areasQueries10.2.0.1.0 getComponentInstallTypeName
    INFO: Query Returned: InstantClient
    INFO: Setting variable 's_installType' to 'InstantClient'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 getInstallType
    INFO: Query Returned: InstantClient
    INFO: Setting variable 's_bundleName' to 'IC'. Received the value from the variable calculation.
    INFO: Setting variable 's_OPSSelectedNodes' to ''. Received the value from the variable calculation.
    INFO: Setting variable 'n_TMPDIR_BYTES_REQ' to '0'. Received the value from the variable calculation.
    INFO: Setting variable 'n_TEMP_BYTES_REQ' to '0'. Received the value from the variable calculation.
    INFO: Setting variable 'b_removeNTenvOH' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    INFO: Query Returned: true
    INFO: Setting variable 'b_isWINDOWS' to 'true'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = UNIX
    INFO: Query Returned: false
    INFO: Setting variable 'b_isUNIX' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isOrcaHome' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 getenv
    name = TEMP
    INFO: Query Returned: C:\DOCUME~1\smukherj\LOCALS~1\Temp\1
    INFO: Setting variable 's_TEMP_LOC' to 'C:\DOCUME~1\smukherj\LOCALS~1\Temp\1'. Received the value from the variable calculation.
    INFO: Setting variable 's_OSDUnixMakePath' to '/usr/ccs/bin/make'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isUXW' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isIntel_Solaris' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isHP' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isDG' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 getenv
    name = TEMP
    INFO: Query Returned: C:\DOCUME~1\smukherj\LOCALS~1\Temp\1
    INFO: Setting variable 's_TMPDIR_LOC' to 'C:\DOCUME~1\smukherj\LOCALS~1\Temp\1'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 getenv
    name = ORACLE_HOME
    INFO: Query Returned:
    INFO: Setting variable 's_ntEnvOH' to ''. Received the value from a code block.
    INFO: Setting value of child variable s_bundleName of oracle.network.aso 10.2.0.1.0 to IC
    INFO: Setting value of child variable s_bundleName of oracle.rdbms.ic 10.2.0.1.0 to IC
    INFO: *** Entering Component: oracle.rdbms.ic installation
    INFO: Calling Query generalQueries10.1.0.3.0 getOSName
    INFO: Query Returned: NT_X86
    INFO: Setting variable 's_operatingSystem' to 'NT_X86'. Received the value from the variable calculation.
    INFO: Setting variable 's_ociBkpFileName' to ''. Received the value from the variable calculation.
    INFO: Setting variable 's_bundleName' to 'IC'. Received the value from variable association.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    INFO: Query Returned: true
    INFO: Setting variable 'b_isWINDOWS' to 'true'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = UNIX
    INFO: Query Returned: false
    INFO: Setting variable 'b_isUNIX' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 's_ezLocation' to 'C:\oracle\product\10.2.0\client_3/instantclient'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isSolaris' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isHP' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.so.10.1
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.sl.10.1
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.a
    INFO: Query Returned: false
    INFO: Setting variable 'b_clntshExists' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'SO_EXT' to '.so'. Received the value from the variable calculation.
    INFO: Setting value of child variable s_bundleName of oracle.odbc.ic 10.2.0.1.0 to IC
    INFO: *** Entering Component: oracle.odbc.ic installation
    INFO: Calling Query WindowsGeneralQueries10.2.0.0.0 getWindowsDirectory
    INFO: Query Returned: C:\WINNT
    INFO: Setting variable 's_windowsSystemRoot' to 'C:\WINNT'. Received the value from the variable calculation.
    INFO: Calling Query WindowsGeneralQueries10.2.0.0.0 getWindowsSystemDirectory
    INFO: Query Returned: C:\WINNT\system32
    INFO: Setting variable 's_windowsSystemDirectory' to 'C:\WINNT\system32'. Received the value from the variable calculation.
    INFO: Setting variable 's_registryRoot' to 'HKEY_LOCAL_MACHINE'. Received the value from the variable calculation.
    INFO: Setting variable 's_bundleName' to 'IC'. Received the value from variable association.
    INFO: Setting variable 's_odbcLocation' to 'C:\oracle\product\10.2.0\client_3\ODBC'. Received the value from the variable calculation.
    INFO: Setting variable 's_odbcKey' to 'software\odbc\odbcinst.ini\Oracle in OraClient10g_home3'. Received the value from the variable calculation.
    INFO: Setting variable 's_netAdminFolder' to 'Oracle - OraClient10g_home3\Network Administration'. Received the value from the variable calculation.
    INFO: Setting variable 's_oracleBin' to 'C:\oracle\product\10.2.0\client_3'. Received the value from the variable calculation.
    INFO: *** Entering Component: oracle.rdbms.rsf.ic installation
    INFO: Calling Query generalQueries10.1.0.3.0 getOSName
    INFO: Query Returned: NT_X86
    INFO: Setting variable 's_operatingSystem' to 'NT_X86'. Received the value from the variable calculation.
    INFO: Setting variable 's_ociBkpFileName' to ''. Received the value from the variable calculation.
    INFO: Setting variable 's_bundleName' to ''. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    INFO: Query Returned: true
    INFO: Setting variable 'b_isWINDOWS' to 'true'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = UNIX
    INFO: Query Returned: false
    INFO: Setting variable 'b_isUNIX' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 's_ezLocation' to 'C:\oracle\product\10.2.0\client_3/instantclient'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isSolaris' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isHP' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.so.10.1
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.sl.10.1
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.a
    INFO: Query Returned: false
    INFO: Setting variable 'b_clntshExists' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'SO_EXT' to ''. Received the value from the variable calculation.
    INFO: *** Entering Component: oracle.network.rsf.ic installation
    INFO: *** Entering Component: oracle.dbjava.ic installation
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = UNIX
    INFO: Query Returned: false
    INFO: Setting variable 'b_isUNIX' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 's_jservFile' to 'C:\oracle\product\10.2.0\client_3\Apache\Jserv\conf\jserv.properties'. Received the value from the variable calculation.
    INFO: *** Entering Component: oracle.sqlplus.ic installation
    INFO: oracle.srvm.formCluster:false
    INFO:
    *** Summary Page***
    INFO:
    Summary
    Global Settings
    Source: C:\TEMP\client\stage\products.xml
    Oracle Home: C:\oracle\product\10.2.0\client_3 (OraClient10g_home3)
    Installation Type: InstantClient
    Product Languages
    English
    Space Requirements
    C:\ Required 169MB (includes 39MB temporary) : Available 25.84GB
    New Installations (7 products)
    Oracle Client 10.2.0.1.0
    Oracle Instant Client 10.2.0.1.0
    Oracle ODBC Driverfor Instant Client 10.2.0.1.0
    RDBMS Required Support Files for Instant Client 10.2.0.1.0
    SSL Required Support Files for InstantClient 10.2.0.1.0
    Oracle JDBC/OCI Instant Client 10.2.0.1.0
    SQL*Plus Files for Instant Client 10.2.0.1.0
    INFO: Method 'dispose()' Not implemented in class 'oracle.sysman.oii.oiif.oiifp.OiifpWizIntroPanel'
    INFO: config-context initialized
    INFO: *** Install Page***
    INFO: FastCopy : File Version is Compatible
    INFO: Install mode is fastcopy mode for component 'oracle.client' with Install type 'InstantClient'.
    INFO: HomeSetup JRE files in Scratch :584
    INFO: Setting variable 'ROOTSH_LOCATION' to 'C:\oracle\product\10.2.0\client_3\root.sh'. Received the value from a code block.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.client_InstantClient_filemap.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'racfiles.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.client_InstantClient_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.client_InstantClient_dirs.lst'.
    INFO: Performing fastcopy operations based on the information in the file 'setperms1.sh'.
    INFO: Number of threads for fast copy :1
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component SQL*Plus Files for Instant Client
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component Oracle JDBC/OCI Instant Client
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component SSL Required Support Files for InstantClient
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component RDBMS Required Support Files for Instant Client
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll
    INFO: Query Returned: true
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll.o.1
    INFO: Query Returned: false
    INFO: Setting variable 's_ociBkpFileName' to 'oci.dll.o.1'. Received the value from a code block.
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll
    INFO: Query Returned: true
    INFO: Calling Query areasQueries10.2.0.1.0 productInstalled
    location = C:\oracle\product\10.2.0\client_3
    name = oracle.rdbms.rsf.ic
    startVersion = 9.2.0.0.0
    endVersion = 99.99.99.99.99
    acceptCompatible = null
    INFO: Query Returned: false
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component Oracle ODBC Driverfor Instant Client
    INFO: Calling Action fileActions10.2.0.0.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = filegroup4
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM\temp0
         gpEntries = [[sqora.chm ->%s_odbcLocation%/help/sqora.chm 215861 plats=1=>[912] langs=2=>[en]]
         DllGroup = false
    INFO: Calling Action fileActions10.2.0.0.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = filegroup3
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM\temp1
         gpEntries = [[ODBCRelnotesUS.htm ->%s_odbcLocation%/html/ODBCRelnotesUS.htm 68357 plats=1=>[912] langs=1=>[en,ja]]
    , [ODBCRelnotesJA.htm ->%s_odbcLocation%/html/ODBCRelnotesJA.htm 93273 plats=1=>[912] langs=1=>[en,ja]]
         DllGroup = false
    INFO: Calling Action fileActions10.2.0.0.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = filegroup2
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM\temp2
         gpEntries = [[sqresus.dll ->%s_oracleBin%/sqresus.dll 18944 plats=1=>[912] langs=1=>[en,ja]]
    , [sqresja.dll ->%s_oracleBin%/sqresja.dll 32768 plats=1=>[912] langs=1=>[en,ja]]
         DllGroup = false
    INFO: Calling Action fileActions10.2.0.0.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = filegroup1
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM\temp3
         gpEntries = [[sqora32.dll ->%s_oracleBin%/sqora32.dll 100 plats=1=>[912] langs=1=>[en,ja]]
    , [sqoras32.dll ->%s_oracleBin%/sqoras32.dll 100 plats=1=>[912] langs=1=>[en,ja]]
         DllGroup = false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\WINNT\oraodbc.ini
    INFO: Query Returned: false
    INFO: 12/4/06 4:35:51 PM IST: Starting install Install Phase 1 of component Oracle Instant Client
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll
    INFO: Query Returned: true
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll.o.1
    INFO: Query Returned: false
    INFO: Setting variable 's_ociBkpFileName' to 'oci.dll.o.1'. Received the value from a code block.
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll
    INFO: Query Returned: true
    INFO: Calling Query areasQueries10.2.0.1.0 productInstalled
    location = C:\oracle\product\10.2.0\client_3
    name = oracle.rdbms.ic
    startVersion = 9.2.0.0.0
    endVersion = 99.99.99.99.99
    acceptCompatible = null
    INFO: Query Returned: false
    INFO: 12/4/06 4:35:51 PM IST: Starting install Install Phase 1 of component Oracle Client
    INFO: Calling Action generalActions10.2.0.3.0 setenv
         selectedNodes =
         name = Path
         value = C:\oracle\product\10.2.0\client_3
         append = null
         replace = null
    INFO: Install Phase 1 JRE files in Scratch :584
    INFO: 12/4/06 4:35:54 PM IST: Starting install Install Phase 2 of component SQL*Plus Files for Instant Client
    INFO: 12/4/06 4:35:54 PM IST: Starting install Install Phase 2 of component Oracle JDBC/OCI Instant Client
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\Apache\Jserv\conf\jserv.properties
    INFO: Query Returned: false
    INFO: 12/4/06 4:35:55 PM IST: Starting install Install Phase 2 of component SSL Required Support Files for InstantClient
    INFO: 12/4/06 4:35:55 PM IST: Starting install Install Phase 2 of component RDBMS Required Support Files for Instant Client
    INFO: 12/4/06 4:35:55 PM IST: Starting install Install Phase 2 of component Oracle ODBC Driverfor Instant Client
    INFO: Calling Action ntw32FoldersActions10.2.0.0.0 ntCreateItem
         selectedNodes = null
         groupName = Oracle - OraClient10g_home3\Application Development
         itemName = Oracle ODBC Help
         exeName = hh
         paramName = C:\oracle\product\10.2.0\client_3\sqora.chm
         workingDir = C:\oracle\product\10.2.0\client_3
         iconFileName = null
         icon = null
         cmdType = null
         multiparamName = null
    INFO: Calling Action ntw32FoldersActions10.2.0.0.0 ntCreateItem
         selectedNodes = null
         groupName = Oracle - OraClient10g_home3\Configuration and Migration Tools
         itemName = Microsoft ODBC Administrator
         exeName = C:\WINNT\system32\odbcad32.exe
         paramName = null
         workingDir = C:\WINNT\system32
         iconFileName = null
         icon = null
         cmdType = null
         multiparamName = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegCreateKey
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = APILevel
         data = 1
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = CPTimeout
         data = 60
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = ConnectFunctions
         data = YYY
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = Driver
         data = C:\oracle\product\10.2.0\client_3\SQORA32.DLL
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = DriverODBCVer
         data = 03.51
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = FileUsage
         data = 0
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = Setup
         data = C:\oracle\product\10.2.0\client_3\SQORAS32.DLL
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = SQLLevel
         data = 1
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\odbc drivers
         value = Oracle in OraClient10g_home3
         data = Installed
         updateType = null
    INFO: 12/4/06 4:35:59 PM IST: Starting install Install Phase 2 of component Oracle Instant Client
    INFO: Calling Action SpawnActions10.1.0.2.0 Spawn
         installcommand = C:\oracle\product\10.2.0\client_3/instclient.bat C:\oracle\product\10.2.0\client_3
         deinstallcommand =
         WaitForCompletion = null
    INFO:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: C:\oracle\product\10.2.0\client_3
    INFO: C:\oracle\product\10.2.0\client_3
    INFO: "BIN FOLDER EXISTS"
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\heteroxa10.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\oci.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\ocijdbc10.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\ociw32.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\orannzsbb10.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\oraocci10.dll
    INFO: "LIB FOLDER EXISTS"
    INFO: "Instantclient FOLDER EXISTS"
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\instantclient\oraociei10.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\instantclient\orasqlplusic10.dll
    INFO: "odbc FOLDER EXISTS"
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: "jdbc FOLDER EXISTS"
    INFO: 1 file(s) copied.
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/instclient.sh
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\instclient.bat
    INFO: Query Returned: true
    INFO: Calling Action fileActions10.2.0.0.0 removeFile
         selectedNodes = null
         source = C:\oracle\product\10.2.0\client_3\instclient.bat
    INFO: 12/4/06 4:36:00 PM IST: Starting install Install Phase 2 of component Oracle Client
    INFO: Install Phase 2 JRE files in Scratch :584
    INFO: Initializing OUI save inventory
    INFO: The flags set for this home (T:\SDCHS20N440\Oracle\agent10g) are:clean
    SEVERE: Abnormal program termination. An internal error has occured. Please provide the following files to Oracle Support :
    "C:\Program Files\Oracle\Inventory\logs\installActions2006-12-04_04-31-25PM.log"
    "C:\Program Files\Oracle\Inventory\logs\oraInstall2006-12-04_04-31-25PM.err"
    "C:\Program Files\Oracle\Inventory\logs\oraInstall2006-12-04_04-31-25PM.out"
    INFO: User Selected: Yes/OK
    Best Regards,
    Sarmishtha

    Ouch. That's a lot of paste...
    INFO: PATH = C:\oracle\product\10.2.0\client_2;C:\oracle\product\10.2.0
    \client_1;T:\SDCHS20N440\Oracle\agent10g\jlib;T:\SDCHS20N440
    \Oracle\agent10g\bin
    INFO: The flags set for this home (T:\SDCHS20N440\Oracle\agent10g) are:clean
    SEVERE: Abnormal program termination. An internal error has occured. Please
    provide the following files to Oracle Support : I wonder how "T:" is involved. Looks like you got a management agent on a network drive. If so, is this Home registered with the oraInventory on your machine? Can you try the same install on a machine without any previous Oracle software installed?

  • Client not installing during OSD - error code 80041002

    Hi All,
    I have an issue using SCCM 2012r2 with CU1 where the agent is not installing as part of the OSD step 'Setup Windows and ConfigMgr'. The error being returned is 1603 and with a bit more digging this appears to be this error
    Product: Configuration Manager Client -- Error 25150. Setup was unable to register the CCM_Service_HostingConfiguration endpoint
    The error code is 80041002
    followed by
    Error 25150. Setup was unable to register the CCM_Service_HostingConfiguration endpoint
    The error code is 80041002
    Having looked at some of the forums this appears to be a known issue which has a hotfix available if you are installing the client on a server hosting a ConfigMgr Management Point. However the issue I have is on a client PC during OSD.
    Originally I was installing the CU1 update using the PATCH= property in the installation properties and as part of my troubleshooting I have removed this leaving only the SMSCACHESIZE, SMSMP and FSP properties in the OSD step. This was working last week
    and I can see no reason why there would be any issues with this.
    Any help would be greatly appreciated as this is driving me crazy!

    @Nash The Setup Windows and ConfigMgr step contains the following:
    SMSCACHESIZE=20480 SMSMP=mpsiteserver.domain.local FSP=fspsiteserver.domain.local
    @Jason The errors are in clienmt.msi.log the end of the log looks like this:
    MSI (s) (F0:2C) [13:33:12:918]: Note: 1: 1729
    MSI (s) (F0:2C) [13:33:12:918]: Product: Configuration Manager Client -- Configuration failed.
    MSI (s) (F0:2C) [13:33:12:918]: Windows Installer reconfigured the product. Product Name: Configuration Manager Client. Product Version: 5.00.7958.1000. Product Language: 1033. Manufacturer: Microsoft Corporation. Reconfiguration success or error status: 1603.
    MSI (s) (F0:2C) [13:33:12:918]: Deferring clean up of packages/files, if any exist
    MSI (s) (F0:2C) [13:33:12:918]: MainEngineThread is returning 1603
    MSI (s) (F0:FC) [13:33:12:918]: RESTART MANAGER: Session closed.
    MSI (s) (F0:FC) [13:33:12:918]: No System Restore sequence number for this installation.
    === Logging stopped: 26/08/2014  13:33:12 ===
    While the section that contains the error 25150 looks like this:
    [13:33:12] Registering Hosting Configuration.
    MSI (s) (F0!A4) [13:33:12:638]: Closing MSIHANDLE (18847) of type 790531 for thread 2980
    [13:33:12] @@ERR:25150
    MSI (s) (F0!A4) [13:33:12:638]: Product: Configuration Manager Client -- Error 25150. Setup was unable to register the CCM_Service_HostingConfiguration endpoint
    The error code is 80041002
    MSI (s) (F0!A4) [13:33:12:638]: Closing MSIHANDLE (18845) of type 790531 for thread 2980
    Error 25150. Setup was unable to register the CCM_Service_HostingConfiguration endpoint
    The error code is 80041002
    MSI (s) (F0:C8) [13:33:12:638]: Closing MSIHANDLE (18843) of type 790536 for thread 1836
    CustomAction CcmRegisterHostingConfiguration returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (F0:2C) [13:33:12:638]: User policy value 'DisableRollback' is 0
    MSI (s) (F0:2C) [13:33:12:638]: Machine policy value 'DisableRollback' is 0
    Action ended 13:33:12: InstallFinalize. Return value 3.

  • Which client should I choose when i do client copy during PI post-install?

    Hi,gurus:
       Which client should I choose to be the source client when i do client copy during PI post-install?
    000 or 001?are there any differences?Thanks!

    hi
    Do client copy with client 000 and user sap* only .
    001 is the copy of 000 .
    rgds,
    Arun

  • Post-install of SSM 4.0 and client-copy

    We finished the installation of Sol. Man. 4.0 on a linux/oracle platform.  At what point in the post install do we do the client copy of client 000 for data and client 001 for users to a new client? Before, during or after all the img config in 000?
    thanks in advance,
    Steven McElwee, Duke University
    PS- Sap's install docs for SolMan 4.0 leaves much to be desired ...

    Well, we had a chicken-and-egg issue here. Let me explain. By default, the SSM 4.0 SR2 install is at SP9, which gave it a somewhat simpler IMG. However, we gave in to the temptation of installing SP11 since this SPs were obtainable without Maintenance Optimizer, which gave us a more complicated IMG which includes, at some point, the client copy as mentioned above. We went through most of the IMG resulting from SP11 until we had Maintenance Optimizer working and then downloaded SP12.
    I am in the process of installing the ABAP SP12 packages now and plan tomorrow to deploy the JAVA SP12 .SCA files. The IMG looks better and less confusing at SP12 than at SP11 or SP9. I think this calls for another IMG pass.
    The $100 question - which parts of the IMG need to be done in client 000 and which to do in our client 100 (copied from client 000 after SP11 was applied). We are really confused on this point. If anyone can shed some light on this, i would very much appreciate it.
    Sincerely,
    Steven McElwee, Duke University

  • Oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparat

    I'm trying to apply ADS (Active Data Service) into our product.
    I'm following this example. ADF BC and the Active Data Service using af:table
    I have created a testing application and it works well.
    But when I try to apply it for the final product the web page loads into the web browser.
    when I change the data in the database it throws the following error (If the app works properly it must reflect the data change in the web page).
    oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT
    ClientsEO.ADDED_BY,
    ClientsEO.APPROVAL_STATUS,
    ClientsEO.CHANGED_BY,
    ClientsEO.CLIENT_PREFIX,
    ClientsEO.CLIENT_SUFFIX,
    ClientsEO.CLIENT_TYPE,
    ClientsEO.COUNTRY_OF_RESIDENCE,
    ClientsEO.CUSTODIAN_NUMBERED_ACC,
    ClientsEO.DATE_ADDED,
    ClientsEO.DATE_CHANGED,
    ClientsEO.DATE_OF_INCORPORATION,
    ClientsEO.DATE_STATUS_CHANGED,
    ClientsEO.DISPOSAL_INSTRUCTIONS,
    ClientsEO.DIVIDEND_DISP_TYPE,
    ClientsEO.ENTITLEMENT_TO_UNASSIGNED,
    ClientsEO.ENTITLEMENT_UNASSIGNED,
    ClientsEO.GENDER,
    ClientsEO.INITIALS,
    ClientsEO.LOCAL_CLIENT_ID,
    ClientsEO.MEMBER_CODE,
    ClientsEO.MEMBER_TYPE,
    ClientsEO.NATIONALITY,
    ClientsEO.OTHER_NAMES,
    ClientsEO.REMARKS,
    ClientsEO.STATUS,
    ClientsEO.STATUS_CHANGE_REASON_CODE,
    ClientsEO.STATUS_CHANGED_BY,
    ClientsEO.SURNAME,
    ClientsEO.TAX_CODE_DEBT,
    ClientsEO.TAX_CODE_EQT,
    ClientsEO.TITLE,
    CS.DESCRIPTION STATUS_DESCRIPTION,
    CT.DESCRIPTION TYPES_DESCRIPTION,
    DECODE(ClientsEO.GENDER, 'M', 'MALE', 'F', 'FEMALE', 'N/A') CLIENT_GENDER,
    CASE
    WHEN CSF.COMPANY = 'Y' THEN ClientsEO.SURNAME
    ELSE ClientsEO.TITLE || ' ' || ClientsEO.OTHER_NAMES || ' ' || ClientsEO.SURNAME
    END Name,
    C.COUNTRY_NAME,
    C.NATIONALITY COUNTRY_NATIONALITY,
    CSF.DESCRIPTION SUFFIX_DESCRIPTION,
    DECODE(ClientsEO.MEMBER_TYPE,'',' ',(SELECT MT.DESCRIPTION FROM MEMBER_TYPES MT WHERE MT.MEMBER_TYPE=ClientsEO.MEMBER_TYPE )) MEM_TYPE_DESCRIPTION,
    DECODE(ClientsEO.TAX_CODE_DEBT,'',' ',(SELECT TS.TAX_DESCRIPTION FROM TAX_STATUS_CODES TS WHERE TS.TAX_CODE=ClientsEO.TAX_CODE_DEBT )) TAX_DEBT_DESCRIPTION,
    DECODE(ClientsEO.TAX_CODE_DEBT,'',' ',(SELECT TS.TAX_RATE FROM TAX_STATUS_CODES TS WHERE TS.TAX_CODE=ClientsEO.TAX_CODE_DEBT )) TAX_DEBT_RATE,
    DECODE(ClientsEO.TAX_CODE_EQT,'',' ',(SELECT TS.TAX_DESCRIPTION FROM TAX_STATUS_CODES TS WHERE TS.TAX_CODE=ClientsEO.TAX_CODE_EQT )) TAX_EQT_DESCRIPTION,
    DECODE(ClientsEO.TAX_CODE_EQT,'',' ',(SELECT TS.TAX_RATE FROM TAX_STATUS_CODES TS WHERE TS.TAX_CODE=ClientsEO.TAX_CODE_EQT )) TAX_EQT_RATE,
    DECODE(ClientsEO.DIVIDEND_DISP_TYPE, 'C', 'CASH','B' , 'BANK','') DIVIDEND_DISP_DESCRIPTION ,
    DECODE(ClientsEO.STATUS_CHANGE_REASON_CODE,'','',(SELECT SR.REASON FROM SUSPENDING_REASONS SR WHERE SR.REASON_CODE=ClientsEO.STATUS_CHANGE_REASON_CODE )) STATUS_CHANGE_REASON
    FROM
    CLIENTS ClientsEO,
    CLIENT_STATUS CS,
    CLIENT_TYPES CT,
    COUNTRIES C,
    CLIENT_SUFFIXES CSF
    WHERE
    ClientsEO.CLIENT_TYPE = CT.CLIENT_TYPE AND ClientsEO.STATUS = CS.STATUS AND ClientsEO.COUNTRY_OF_RESIDENCE = C.COUNTRY_CODE AND ClientsEO.CLIENT_SUFFIX = CSF.CLIENT_SUFFIX) QRSLT WHERE (CLIENT_PREFIX = :fbkKy__0 AND CLIENT_SUFFIX = :fbkKy__1)
         at oracle.jbo.server.BaseSQLBuilderImpl.processException(BaseSQLBuilderImpl.java:3693)
         at oracle.jbo.server.OracleSQLBuilderImpl.processException(OracleSQLBuilderImpl.java:4711)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:1274)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:859)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:6314)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1169)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:1338)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:1256)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:1250)
         at oracle.jbo.server.ViewObjectImpl.retrieveByKey(ViewObjectImpl.java:15641)
         at oracle.jbo.server.ViewObjectImpl.retrieveByKey(ViewObjectImpl.java:15369)
         at oracle.jbo.server.ViewObjectImpl.retrieveByKey(ViewObjectImpl.java:15363)
         at oracle.jbo.server.ViewRowSetImpl.findByKey(ViewRowSetImpl.java:5238)
         at oracle.jbo.server.ViewRowSetImpl.findByKey(ViewRowSetImpl.java:5024)
         at oracle.jbo.server.ViewRowSetImpl.findByKey(ViewRowSetImpl.java:5018)
         at oracle.jbo.server.ViewObjectImpl.findByKey(ViewObjectImpl.java:10347)
         at ########.client.views.ClientsVOImpl.createRowUpdateInfo(ClientsVOImpl.java:155)
         at ########.client.views.ClientsVOImpl.onDatabaseChangeNotification(ClientsVOImpl.java:73)
         at oracle.jbo.server.OracleDatabaseChangeListenerWrapper.notify(OracleDatabaseChangeListenerWrapper.java:117)
         at oracle.jbo.server.OracleDatabaseChangeListenerWrapper.onDatabaseChangeNotification(OracleDatabaseChangeListenerWrapper.java:99)
         at oracle.jdbc.driver.NTFRegistration.notify(NTFRegistration.java:191)
         at oracle.jdbc.driver.NTFConnection.unmarshalNSDataPacket(NTFConnection.java:583)
         at oracle.jdbc.driver.NTFConnection.unmarshalOneNSPacket(NTFConnection.java:409)
         at oracle.jdbc.driver.NTFConnection.run(NTFConnection.java:183)
    Caused by: java.sql.SQLException: ORA-29983: Unsupported query for Continuous Query Notification
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1035)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:791)
         at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:866)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1188)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3430)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:1155)
         ... 21 more
    ## Detail 0 ##
    java.sql.SQLException: ORA-29983: Unsupported query for Continuous Query Notification
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1035)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:791)
         at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:866)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1188)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3430)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:1155)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:859)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:6314)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1169)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:1338)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:1256)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:1250)
         at oracle.jbo.server.ViewObjectImpl.retrieveByKey(ViewObjectImpl.java:15641)
         at oracle.jbo.server.ViewObjectImpl.retrieveByKey(ViewObjectImpl.java:15369)
         at oracle.jbo.server.ViewObjectImpl.retrieveByKey(ViewObjectImpl.java:15363)
         at oracle.jbo.server.ViewRowSetImpl.findByKey(ViewRowSetImpl.java:5238)
         at oracle.jbo.server.ViewRowSetImpl.findByKey(ViewRowSetImpl.java:5024)
         at oracle.jbo.server.ViewRowSetImpl.findByKey(ViewRowSetImpl.java:5018)
         at oracle.jbo.server.ViewObjectImpl.findByKey(ViewObjectImpl.java:10347)
         at ########.client.views.ClientsVOImpl.createRowUpdateInfo(ClientsVOImpl.java:155)
         at ########.client.views.ClientsVOImpl.onDatabaseChangeNotification(ClientsVOImpl.java:73)
         at oracle.jbo.server.OracleDatabaseChangeListenerWrapper.notify(OracleDatabaseChangeListenerWrapper.java:117)
         at oracle.jbo.server.OracleDatabaseChangeListenerWrapper.onDatabaseChangeNotification(OracleDatabaseChangeListenerWrapper.java:99)
         at oracle.jdbc.driver.NTFRegistration.notify(NTFRegistration.java:191)
         at oracle.jdbc.driver.NTFConnection.unmarshalNSDataPacket(NTFConnection.java:583)
         at oracle.jdbc.driver.NTFConnection.unmarshalOneNSPacket(NTFConnection.java:409)
         at oracle.jdbc.driver.NTFConnection.run(NTFConnection.java:183)Please help me to overcome this issue.
    Thanks,
    Dinuka.
    Edited by: dinuka on Jul 25, 2011 12:23 PM
    some package names removed due to company rules and regulations.

    Hi Mr. John,
    I read the documentation.
    Then I checked the query of my VO.
    I can clearly understand that my query does not belongs to the type Guaranteed Mode.
    Can you please tell me whether that belongs to the Best-Effort Mode or not belongs to both modes.
    Here is my query...
    SELECT * FROM (SELECT
    ClientsEO.ADDED_BY,
    ClientsEO.APPROVAL_STATUS,
    ClientsEO.CHANGED_BY,
    ClientsEO.CLIENT_PREFIX,
    ClientsEO.CLIENT_SUFFIX,
    ClientsEO.CLIENT_TYPE,
    ClientsEO.COUNTRY_OF_RESIDENCE,
    ClientsEO.CUSTODIAN_NUMBERED_ACC,
    ClientsEO.DATE_ADDED,
    ClientsEO.DATE_CHANGED,
    ClientsEO.DATE_OF_INCORPORATION,
    ClientsEO.DATE_STATUS_CHANGED,
    ClientsEO.DISPOSAL_INSTRUCTIONS,
    ClientsEO.DIVIDEND_DISP_TYPE,
    ClientsEO.ENTITLEMENT_TO_UNASSIGNED,
    ClientsEO.ENTITLEMENT_UNASSIGNED,
    ClientsEO.GENDER,
    ClientsEO.INITIALS,
    ClientsEO.LOCAL_CLIENT_ID,
    ClientsEO.MEMBER_CODE,
    ClientsEO.MEMBER_TYPE,
    ClientsEO.NATIONALITY,
    ClientsEO.OTHER_NAMES,
    ClientsEO.REMARKS,
    ClientsEO.STATUS,
    ClientsEO.STATUS_CHANGE_REASON_CODE,
    ClientsEO.STATUS_CHANGED_BY,
    ClientsEO.SURNAME,
    ClientsEO.TAX_CODE_DEBT,
    ClientsEO.TAX_CODE_EQT,
    ClientsEO.TITLE,
    CS.DESCRIPTION STATUS_DESCRIPTION,
    CT.DESCRIPTION TYPES_DESCRIPTION,
    DECODE(ClientsEO.GENDER, 'M', 'MALE', 'F', 'FEMALE', 'N/A') CLIENT_GENDER,
    CASE
    WHEN CSF.COMPANY = 'Y' THEN ClientsEO.SURNAME
    ELSE ClientsEO.TITLE || ' ' || ClientsEO.OTHER_NAMES || ' ' || ClientsEO.SURNAME
    END Name,
    C.COUNTRY_NAME,
    C.NATIONALITY COUNTRY_NATIONALITY,
    CSF.DESCRIPTION SUFFIX_DESCRIPTION,
    DECODE(ClientsEO.MEMBER_TYPE,'',' ',(SELECT MT.DESCRIPTION FROM MEMBER_TYPES MT WHERE MT.MEMBER_TYPE=ClientsEO.MEMBER_TYPE )) MEM_TYPE_DESCRIPTION,
    DECODE(ClientsEO.TAX_CODE_DEBT,'',' ',(SELECT TS.TAX_DESCRIPTION FROM TAX_STATUS_CODES TS WHERE TS.TAX_CODE=ClientsEO.TAX_CODE_DEBT )) TAX_DEBT_DESCRIPTION,
    DECODE(ClientsEO.TAX_CODE_DEBT,'',' ',(SELECT TS.TAX_RATE FROM TAX_STATUS_CODES TS WHERE TS.TAX_CODE=ClientsEO.TAX_CODE_DEBT )) TAX_DEBT_RATE,
    DECODE(ClientsEO.TAX_CODE_EQT,'',' ',(SELECT TS.TAX_DESCRIPTION FROM TAX_STATUS_CODES TS WHERE TS.TAX_CODE=ClientsEO.TAX_CODE_EQT )) TAX_EQT_DESCRIPTION,
    DECODE(ClientsEO.TAX_CODE_EQT,'',' ',(SELECT TS.TAX_RATE FROM TAX_STATUS_CODES TS WHERE TS.TAX_CODE=ClientsEO.TAX_CODE_EQT )) TAX_EQT_RATE,
    DECODE(ClientsEO.DIVIDEND_DISP_TYPE, 'C', 'CASH','B' , 'BANK','') DIVIDEND_DISP_DESCRIPTION ,
    DECODE(ClientsEO.STATUS_CHANGE_REASON_CODE,'','',(SELECT SR.REASON FROM SUSPENDING_REASONS SR WHERE SR.REASON_CODE=ClientsEO.STATUS_CHANGE_REASON_CODE )) STATUS_CHANGE_REASON
    FROM
    CLIENTS ClientsEO,
    CLIENT_STATUS CS,
    CLIENT_TYPES CT,
    COUNTRIES C,
    CLIENT_SUFFIXES CSF
    WHERE
    ClientsEO.CLIENT_TYPE = CT.CLIENT_TYPE AND ClientsEO.STATUS = CS.STATUS AND ClientsEO.COUNTRY_OF_RESIDENCE = C.COUNTRY_CODE AND ClientsEO.CLIENT_SUFFIX = CSF.CLIENT_SUFFIX) QRSLT WHERE (CLIENT_PREFIX = :fbkKy__0 AND CLIENT_SUFFIX = :fbkKy__1)Please help me to overcome this issue..
    Thanks for paying attention for my problem.
    Dinuka.

  • Oracle 8.1.7.3 client on Windows Server 2008 64bit

    Hi all!
    I'm a newbie to Oracle and this forum, so please be gentle...:)
    I'm trying to install Oracle 8.1.7.3 client on a 64bit Windows Server 2008, without success. Best result I got so far is 'installed' client and provider, but unable to run the config tools, or use the provider. I installed the same client on a 32bit version of Win Server 2008 and it worked with few minor tweaks.
    Reason I'm doing this is trying to integrate an old legacy Oracle 7 database with SQL Server 2008 using linked servers.
    Upgrading to a recent version is not an option.
    Anyone has any guidelines? please help, this is driving me nuts!
    Thanx,
    Igor

    user12219185 wrote:
    hmmm i'm trying the download on http://edelivery.oracle.com, but can't find 64bit client.. it has 64bit database version, which is 2 cds... is the client included?
    The client is included. Download it and start the installation. It should give you an option to select 'client only'.

  • Oracle 8.1.5 oci client to oracle 9i database

    Is is supported to use an Oracle 8.1.5 oci client to oracle 9i
    database? If not, will it work?

    Ok,
    so You can follow the migration path that I've indicated before:
    "To do that, the simplest way., is to install 10g r2 software on the Win 2003 machine. Create the DB and create the same accounts of the 8i version.
    On the 8i version, export all the schemas using "exp" utility, w/o using the DIRECT option.
    Copy the generated dump files onto the Win 2003 machine and import them using th "imp" utility,
    Analyze all the objects and that the migration is complete.
    You shouldn't find any problem porting structures and code from 8i to 10g R2
    No matters will occours, cause imp utility of 10g is backward compatible with 8i exp files
    Hop this helps
    Max

  • Cannot find Oracle 10.2.0.4 client patch download for W2K3 32 bit.

    Hi All,
    To fix a Oracle client bug I would like to upgrade the Oracle client software from 10.2.0.1 to 10.2.0.4. The bug we are experiencing has been solved in 10.2.0.2. It has to do with Windows memory management. Normal users can only use the client if an administrator has logged on to the system and started the client in another session. Otherwise the client fails.
    The Operating system is: Windows 2003 32bit Standard Edition.
    The current Oracle client software is the full 10.2.0.1 Oracle client software, not the instant client.
    I have spent about three hours and a colleague of mine has searching on Metalink, otn and using google for the 10.2.0.4 or 10.2.0.3 patch and came up with zero?
    Could anyone provide me with a way to download this patch? I have found some patch numbers but when I search the patch numbers on Metalink they all turn out to be dead links. :-(
    Regards,
    Michael.

    Once you apply the patch, the OUI automatically detects which specific components to upgrade. One of the differences when you apply the patchset against an RDBMS and a client installation is that the RDBMS requires all the databases to perform a post install phase where the data dictionary must be upgraded as well. On the client installation it is just enough to apply the patchset against the client oracle home.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Client Installing But Not All Components Are Available Post Install

    Hi,
    Now I am not positive how the posy client install process works but it seems the CM client normally installs and has only base components, then downloads a policy and installs the other components based on the policy?
    I have 2 DP's that is PXE enabled. 1 DP works fine installing the CM client via task sequence on W7. What happens at the other DP is after the task sequence runs it seems like the CM client is stuck and won't install the additional components. The way you
    can usually tell there is a problem with the CM client is there are only 6 of the 7 tabs present when you open the CM client and if you click on the Actions tab half the actions are missing. What logs should I be looking at to try and troubleshoot this?
    Here is the policy agent log from the client that has the issues described above:
    <![LOG[Processing PreShutdown event]LOG]!><time="16:39:11.202+300" date="02-03-2015" component="PolicyAgent_RequestAssignments" context="" type="1" thread="2832" file="policyevaluatorendpoint.cpp:1234">
    <![LOG[Processing PostStartup event]LOG]!><time="16:39:19.344+300" date="02-03-2015" component="PolicyAgent_RequestAssignments" context="" type="1" thread="1652" file="policyevaluatorendpoint.cpp:1228">
    <![LOG[Policy Download Endpoint's message queue is empty; proceeding with maintenance work]LOG]!><time="16:39:19.344+300" date="02-03-2015" component="PolicyAgent_Cleanup" context="" type="1" thread="3000"
    file="policyutil.cpp:12671">
    <![LOG[Registered for MP notifications.]LOG]!><time="16:39:19.344+300" date="02-03-2015" component="PolicyAgent_PostStartup" context="" type="1" thread="1652" file="startuptask.cpp:113">
    <![LOG[Not rerequesting policy on site code change in provisioning mode.]LOG]!><time="16:39:19.375+300" date="02-03-2015" component="PolicyAgent_ReRequestPolicy" context="" type="1" thread="2380"
    file="rerequestpolicyendpoint.cpp:252">
    <![LOG[Processing PostStartup event]LOG]!><time="17:31:10.918+300" date="02-03-2015" component="PolicyAgent_RequestAssignments" context="" type="1" thread="2396" file="policyevaluatorendpoint.cpp:1228">
    <![LOG[Policy Download Endpoint's message queue is empty; proceeding with maintenance work]LOG]!><time="17:31:10.918+300" date="02-03-2015" component="PolicyAgent_Cleanup" context="" type="1" thread="2236"
    file="policyutil.cpp:12671">
    <![LOG[Registered for MP notifications.]LOG]!><time="17:31:10.918+300" date="02-03-2015" component="PolicyAgent_PostStartup" context="" type="1" thread="2840" file="startuptask.cpp:113">
    <![LOG[Processing PostStartup event]LOG]!><time="17:31:49.368+300" date="02-03-2015" component="PolicyAgent_RequestAssignments" context="" type="1" thread="2376" file="policyevaluatorendpoint.cpp:1228">
    <![LOG[Policy Download Endpoint's message queue is empty; proceeding with maintenance work]LOG]!><time="17:31:49.368+300" date="02-03-2015" component="PolicyAgent_Cleanup" context="" type="1" thread="2780"
    file="policyutil.cpp:12671">
    <![LOG[Registered for MP notifications.]LOG]!><time="17:31:49.368+300" date="02-03-2015" component="PolicyAgent_PostStartup" context="" type="1" thread="2776" file="startuptask.cpp:113">
    <![LOG[Triggered update of user S-1-5-21-1078011946-2056399665-367356602-4899 settings]LOG]!><time="16:31:25.834+300" date="02-04-2015" component="PolicyAgent_RequestAssignments" context="" type="1"
    thread="3176" file="policyevaluatorendpoint.cpp:1262">
    <![LOG[Processing PostStartup event]LOG]!><time="08:43:15.373+300" date="02-05-2015" component="PolicyAgent_RequestAssignments" context="" type="1" thread="3016" file="policyevaluatorendpoint.cpp:1228">
    <![LOG[Policy Download Endpoint's message queue is empty; proceeding with maintenance work]LOG]!><time="08:43:15.373+300" date="02-05-2015" component="PolicyAgent_Cleanup" context="" type="1" thread="2156"
    file="policyutil.cpp:12671">
    <![LOG[Registered for MP notifications.]LOG]!><time="08:43:15.373+300" date="02-05-2015" component="PolicyAgent_PostStartup" context="" type="1" thread="3016" file="startuptask.cpp:113">
    <![LOG[Triggered update of user S-1-5-21-1078011946-2056399665-367356602-4899 settings]LOG]!><time="08:43:16.153+300" date="02-05-2015" component="PolicyAgent_RequestAssignments" context="" type="1"
    thread="2152" file="policyevaluatorendpoint.cpp:1262">
    <![LOG[Requesting Machine policy assignments]LOG]!><time="08:51:06.091+300" date="02-05-2015" component="PolicyAgent_RequestAssignments" context="" type="1" thread="2792" file="requestassignmentstask.cpp:1485">
    <![LOG[Requesting Machine policy from authority 'SMS:MCT']LOG]!><time="08:51:06.091+300" date="02-05-2015" component="PolicyAgent_RequestAssignments" context="" type="1" thread="2792"
    file="requestassignmentstask.cpp:1549">
    <![LOG[Synchronous policy assignment request with correlation guid {2BC97ED8-61B2-4B0D-AE85-00DDC29EA652} for Machine XXXXX completed with status 80004005]LOG]!><time="08:51:06.597+300" date="02-05-2015" component="PolicyAgent_RequestAssignments"
    context="" type="2" thread="2792" file="requestassignmentstask.cpp:1843">
    <![LOG[Requesting User policy assignments for 'S-1-5-21-1078011946-2056399665-367356602-4899']LOG]!><time="08:51:15.233+300" date="02-05-2015" component="PolicyAgent_RequestAssignments" context="" type="1"
    thread="4968" file="requestassignmentstask.cpp:1489">
    <![LOG[Requesting User policy from authority 'SMS:MCT']LOG]!><time="08:51:15.249+300" date="02-05-2015" component="PolicyAgent_RequestAssignments" context="" type="1" thread="4968" file="requestassignmentstask.cpp:1549">
    <![LOG[Skipping request for user policy assignments due to agent configuration for authority 'SMS:MCT'.]LOG]!><time="08:51:15.249+300" date="02-05-2015" component="PolicyAgent_RequestAssignments" context=""
    type="1" thread="4968" file="requestassignmentstask.cpp:1621">
    TIA

    Clients stuck in provisioning mode are usually due to unexpected reboots or unexpected state changes within the task sequence. Double reboots caused by a handful of software updates are a common culprit as of late. Really, the only way to troubleshoot
    this is trial and error. Remove things from your TS and run it again to see if the client agent stays in provisioning mode or not. Start with the Install Software Update task.
    Jason | http://blog.configmgrftw.com | @jasonsandys

Maybe you are looking for