Variable calculation

I have a requirement where Week range variable is calculated based on User Entry to a Variable which is single value Week.
The Week infoobject is a Z one and not the standard one.
That is if user enters week 0102007 in the variable1, the second variable should have week range from 0012007 to 0102007.
I also have costcenter in the selection screen.
I am facing 2 problems.
First, when I debug and when i_step = 1, the i_t_var_range does not show any of the above mentioned variables but is showing 0calday which is not used in query design at all.
And it does not stop at my break-point when i_step = 2.
And also while subtracting week, that is, 0022007 - 3, for calculation purposes, it is giving value 9992007.
Is there any function module to calculate FiscWeek?
Thanks.

Thanks. Got the answer.

Similar Messages

  • Substitution Variable calculation manager issue

    Hi!
    We have set an automatic update of the Curmonth substitution variable, through a batch that recalls a mxl file. It seems to work and it updates the variable both on essbase and planning. Unfortunately it does appear to have no effect on calculation manager scripts.
    Did some experience the same issue?
    Any advice to solve the problem?
    thanks.
    Edited by: user648334 on Jun 25, 2012 8:06 AM

    Calc Manager Scripts will act just like an essbase calc script. The only difference is that any changes to the script will not update the 'version' of the script in use by the application until you deploy it. I have yet to re-test this since 11.1.2.2 came out, but Calc Manager scripts do not validate when you have a subvar in them. They will have valid syntax upon deployment, and will run - but Calc Manager can not retrieve the value of a subvar. However, when the calc runs the subvar will reach out to essbase, grab the appropriate value and execute.
    It may be your script. I would pare down the script to make sure the syntax is working by replacing the subvar with its corresponding value and testing its results.

  • Java variables calculation on change in JSP (Excel replica)

    I have a excel sheet that I need to replicate in JSP (using struts 1 framework). Now everything is done but I am stuck at the calculation part. As you might have seen in excel, some columns are calculations based on other columns.
    So if I change field 'a', 'd' field should change automatically based on its formula (let's say, d=a*1.1 +b*2.1).
    Now I tried to use the funstion in javascript where I read 'a' and 'b' values from JSP, then I calculate and everything works fine. But when I try to assign the calculation result for field 'd' in JSP throush javascript, 'd' does not change.
    function adjustCalcs ()
    var a = eval("document.form.al.value");
    var b = eval("document.form.b.value");
    var dCalc = ((a * 1.05) + (b * 1.1));
    document.form.d.value = dCalc ; (this is where it should change the value of field 'd' in JSP, but ti won't...donno why?)
    Or is there any better way to do these dynamic changes in JSP ? Would appreciate the insight.
    Thanks,

    Fine. What's your problem in JSP side then? Do you want to let Java take over the calculation and "dynamic stuff" ? Then you need to let Javascript submit the form to the server side during the change event so that JSP can then display the result using taglibs/EL. But this is less good for user experience as this costs effectively one HTTP request and the user would see a "flash of content". Alternatively you can use Ajax for this to do it all asynchronously.

  • Need Help in Variable calculation

    Hi,
    I am using BO XI 3.0 with Oracle as reporting database.
    I need help or suggestion in one of my cross-tab webi report. I designed the report as below.
    Date1----
    Date2
    Dim1---Dim2-Dim3-Meas1(Sum)-Meas2(Sum) |Meas3(Sum)-Meas4-Meas3---Meas4 
    111 -
    ABC---xyz   - 14 - 12 -13 - 1121--
    12
    222 -
    LMP---asd   - 22 -  32 -  01 0511--
    56
    In above crosstab report dates are one of the dimension with other dimensions.
    Now In my scenarion for date1 and date2 i have same dim1, dim2 and dim 3 so it showing me dingle row instead of 2 rows due to that Meas1 and Meas2 are sum up and as 14 and 12 but i need to display Meas1 as (Meas1 where Date=date2) and Meas2 as (Meas2 where date=date2) so instead of summing of 2 rows it should display only data for that date.
    If i move meas1 and 2 along with meas3 and 4 it fine but if remove from their and place on left side or dimension it sum up.
    If anyone has any idea please help me on this.
    Thanks for the help.
    Thanks,
    Nimesh.
    Edited by: Nimesh Panchal on Apr 13, 2009 11:39 PM

    Hi,
    Please make changes like below
    if(empRow.getLinenum().toString()!=null)
    String updateStmt = "BEGIN TEST_PKG.MAIN_PROCEDURE( " +":1)" + "; END;";
    CallableStatement cstmt = getDBTransaction().createCallableStatement(updateStmt,1);
    cstmt.setString(1,empRow.getLinenum().toString());
    Also, refer link Dilip'S Oracle Application Framework Blogs: Prepared Statement - Controller
    Thanks,
    Dilip

  • Internal variables of report painter shouldn't be selectable

    Dear collegues,
    I have created two new internal variables in report writer in order to use them in planning layout of TA KP67:
    - previous year: marked as internal variable: calculated as: &1CGJAHE-1 (2008)
    and
    - future year: marked as internal variable: calcualted as: &1CGJAHE+1 (2010).
    In report painter these variables are assigned to key figures and are not shown on the selection screen again as they are calculated internally.
    But in planning layout of TA KP67 cost activity planning these variables are also assigned to key figures like actual costs or fixed planned costs and are indicated as acceptable for input on the selection screen but shouldn't - so how it is possible to define internal variables in co planning layouts as really internal which do not come up if the planning layout is executed via TA KP06?
    Thanks and regards,
    Christian

    Hello Christian,
    when I understand your request correctly, you want to plan for several years like 2008, 2009 and 2010 but you just want to enter one year. Right?
    For the column with the current fiscal year you can use a standard variable like GJAHR. For the other columns you define the year in the column as variable with value "GJAHR-1" (last year) and with value "GJAHR+1" (following year). On the selection screen of the planning transaction you will only have one field for the current year and the fiscal year for the other columns is calculated accordingly when you run the planning.
    Hope this helps.
    Cheers,
    Daniela

  • Forumla Variable with Exception Aggregation

      Hello,
    I've CKF in BEx, in this CKf there is replacement path Formula variable calculating number of documents.
    Formula variable is replacing the value of Document number infoobject.
    So definition of CKF is -> Replacement path Formula variable *1
    Ckf is restricted to summation with  Exception aggregation on Document number.
    This implementation is working fine but issue is its taking lot of time in query ,like while checking RSRT olap :data transfer(Event ID) is taking lot of time,majority of the query execution time and counter is going somewhere around 100K.
    Do you know is there a way we can implement this count in transformation?
    Thanks in Advance!

    Hi,
    Doing SUM in transformation takes a long time as you need to read all the content in target.
    So it is better to fine tune the query.
    1) Is query running long time for small selections ?
    2) Trace the query in RSRT and check where it is taking long time like Data base level , Application level
    Thanks
    Jagan

  • The net price is calculated incorrectly for service items in contracts

    The net price is calculated incorrectly for service items. Iu2019m creating a contract for services, transaction ME31K (without service master). At the services level Iu2019m adding u201CConditions Supplementsu201D:
    -     PRS (gross price) =1000 EUR
    -     Z999 (discount) = -100 EUR
    -     ZPRS (cost) = 1500 EUR
    The gross price is calculated correctly = 2400. My problem is with the net price, with this example the net price is just 1500 this means that is just considering the condition ZPRS.
    Where can I customize the net price determination to considerer all price conditions?
    Thanks in adavnced

    Hi,
    In the service industries area, SAP uses two calculation schemata,       
    MS0001 for contract/master services (Z999 must be added to MS0001) and otherwise, MS0000. Assignment    
    occurs according to the Customizing settings defined under     
    'Materials Management -> External Services Management -> Maintain        
    Conditions for Services -> Conditions: Schema for Services'. If you want 
    to use another calculation schema for contract/master services, you must 
    define this with an own entry under Maintain Conditions for Services ->  
    Variable Calculation Schema for Services', for example, in the form 'K   
    WK value contract MSxxxx service schema', if a corresponding schema      
    MSxxxx has been defined first.       
    If Z999 is a header discount for the service outline level, it must be added to MS0002.
    Like the standard  discount condition type ZA00 the Z999 must have Cond. class   A  for Discount or surcharge in the condition type setting in the customizing, and no access sequence should be assigned to it.
    Please read the notes 798798 and 353482.
    Regards,
    Edit

  • Passing bash arguments and variables

    Ok, so I've been staring at this script for the past hour with no avail. Basically, I want to pass arguments to a C program I wrote, both with arguments of the bash script and variables calculated in the bash script. For some reason it's not working, here's the script where it is right now:
    #!/bin/bash
    # Wrapper script for finding modes, outputting data as Frequency vs Amplitude
    NUMPOS=$(cat $1 | awk '/^position/' | wc -l)
    LINES=$[$(cat $1 | wc -l)-5-$NUMPOS]
    NUMFREQ=$[$LINES/$NUMPOS]
    mkdir split_$1
    cp -t split_$1 drumdata $1
    cd split_$1
    ./drumdata $1 $NUMPOS $NUMFREQ
    rm drumdata $1
    This gives me the error: ./getModes.sh: line 19: 26946 Segmentation fault      ./drumdata $1 $NUMPOS $NUMFREQ
    So I tried a different method with array variables
    #!/bin/bash
    # Wrapper script for finding modes, outputting data as Frequency vs Amplitude
    NUMPOS=$(cat $1 | awk '/^position/' | wc -l)
    LINES=$[$(cat $1 | wc -l)-5-$NUMPOS]
    NUMFREQ=$[$LINES/$NUMPOS]
    args[0]=$1
    args[1]=$NUMPOS
    args[2]=$NUMFREQ
    mkdir split_$1
    cp -t split_$1 drumdata $1
    cd split_$1
    ./drumdata ${args[@]}
    rm drumdata $1
    Which gives me the error: ./testModes: line 22:  7945 Segmentation fault      ./drumdata "${args[@]}"
    Which makes me want to cry because I wrote a script to test array variable behavior:
    File Edit Options Buffers Tools Sh-Script Help
    #!/bin/bash
    args[0]=test
    args[1]=getModes.sh
    args[2]=drumdata.c
    cp -t asdf ${args[@]}
    And it works . Why aren't my variables being evaluated?

    Moved to General Programming.

  • Calculation Of  Maximum for the infoobject.

    Hi all,
    I have requirement in the Bex Query designer as
    5 Columns as below                                    1 Row
    No of open cases                                        Current Assigne.
    No of closed cases.
    Avg age of open cases
    Avg age of closed cases
    Max age of closed cases
    Please help to design query for above scenerio.
    My Data target consists of following chars & key figures.
    Keyfigures
    No of cases
    Age(today-created date)
    chars
    Under Business Partner Dimension I have following Infoobjects.
    Ac Manager
    Current Assigne
    Under   Status Dimension   I have following Infoobjects.
    Latest case Status(In this status are there new open closed).
    last change
    closed reason code.
    Similarly I have another Dimesnsions like
    created on date(created on cal day, created on cal week infoobjects)
    closed on date(closed on cal day, closed on cal week).
    Please help me how to design for  the above requirement.
    Thanks = points.

    Hi,
    Just do this
    1)No of open cases Current Assigne
    Make a RKF on No of cases and restrict it with  "closed on date" = #
    Will give the cases which are not closed. 
    And then make a calculated key figure on this RKF with the function COUNT()
    which is present in the data functions and is the first option.
    it will count all the values which are open.
    2)No of closed cases.
    Make a RKF on No of cases and restrict it with  "closed on date"  != #
    Will give the cases which are closed.
    And then make a calculated key figure on this RKF with the function COUNT()
    which is present in the data functions and is the first option.
    it will count all the values which are closed.
    3)Avg age of open cases:
    This you can acheive by putting the RKF in step 1 and in properties put Calculate result as "Average".
    4)Avg age of closed cases:
    This you can acheive by putting the RKF in step 2 and in properties put Calculate result as "Average".
    5)Max age of closed cases:
    Make two formula variable with the type replacement path each and then in the characteristic option which you get when creating the formula variable give the respective dates one for each of them.
    For this make a formula and subtract these tow formulas variable. calculation "created on date - closed on date".
    Hope it help
    Thanks

  • ALD VAT Sum Question

    I am a realy newbie regarding to the ALD in Business One.
    I am trying to print out at the end of my producttable in my invoice a line like this:
    "incl. VAT with Code A2 at 16,00% (for instance) of (the amount of all the lines which are calculated with the Code A2) (and then the sum of the taxes)"
    Could you tell me how to describe the function ?
    Thanks in advance

    I had the same problem. At first it looks as though SAP has already worked upon tax summaries inside ALD, but there was no way to find out how they should work.
    One can only shout out loud that, at least with german laws, <b><i>ALD is no use for sales documents as long as it can't produce VAT sums</i></b>.
    <u><b>Here's a workaround:</b></u>
    1. Create three sum variables for each relevant vat group:
    - price before taxation (e.g. "PRICE")
    - price after taxation (e.g. "GROSS")
    - tax itself (e.g. "VAT")
    Example:
    Implementing two tax groups, create:
    @PRICE1,@PRICE2,@GROSS1,@GROSS2,@VAT1,@VAT2
    2. Use conditional accumulation for the sum variables:
    Example for a @GROSS1 variable:
    if( Belegzeile.Steuerdefinition_VatGroup.Code="A1" , Belegzeile.Preis_inkl__Steuer * Belegzeile.Menge , 0 )
    Sorry 'bout the german field names; I'm sure it'll be easy to translate.
    3. Create taxation summary in the footer of your table:
    - Add one line per tax group.
    - Use the corresponding sum variables to print out values.
    - Use one of the sum variables for definition of a print condition. Example:
    @GROSS1>0
    The corresponding VAT sum line will only be printed if there are amounts available in the current document.
    That's all!
    It's quite easy, but it requires static definition of known tax groups. Sum variables can only be numeric, so there's no way to extract the tax group names from the database for later use.
    However, to create a more generic template you can define the group names and codes by user variables. Usage of such "constants" could make adaption of form templates much easier (I use them for tax names and fstring$ format definitions).
    ====================================
    Extension:
    If you want to extract the vat percentage rates into sum variables you would have to expand the variable calculations as such (example for sum variable @PERC1):
    if(@PERC1=0 and Belegzeile.Steuerdefinition_VatGroup.Code="A1",Belegzeile.USt__Prozentsatz_pro_Zeile,0)
    @PERC_A1 will only be accumulated once and takes over a single desired value.
    <i>keywords: "advanced layout designer" tax taxation "tax summary" "vat summary" vat invoice legal</i>

  • Configuration Mail Store Failed

    Could someone help me ?
    This is my log :
    Using paramFile: D:\OCS_ONEBOX\mtier\oes\config\Disk1\install\win32\oraparam.ini
    Checking requirements...
    Checking operating system version: must be 4.0, 5.0, 5.1 or 5.2.
    Actual 5.0 Passed
    Checking monitor: must be configured to display at least 256 colors.
    Actual 4294967296 Passed
    Checking if CPU speed is above 300 MHz.
    Actual 2405MHz Passed
    All requirements met.
    Environment Variables:
         ORACLE_HOME =
         PATH = C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;Z:.;Y:.;
         CLASSPATH = D:\OCS_ONEBOX\mtier\jlib\ldapjclnt9.jar;D:\OCS_ONEBOX\mtier\jlib\repository.jar;D:\OCS_ONEBOX\mtier\jlib\esinstall.jar;D:\OCS_ONEBOX\mtier\jlib\esldap.jar;D:\OCS_ONEBOX\mtier\jlib\providerutil.jar;D:\OCS_ONEBOX\mtier\jlib\ldap.jar;D:\OCS_ONEBOX\mtier\jlib\jndi.jar;
    Username:Administrator
    This installation is being performed using response file D:/OCS_ONEBOX/mtier/oes/config/Disk1/stage/Response/oracle.um.UM_Config.Typical1.rsp.
    Oracle Universal Installer version is 2.3.0.8.0
    This installation is being performed using response file D:/OCS_ONEBOX/mtier/oes/config/Disk1/stage/Response/oracle.um.UM_Config.Typical1.rsp.
    Setting variable 'FROM_LOCATION' to 'D:\OCS_ONEBOX\mtier\oes\config\Disk1\stage\products.jar'. Received the value from response file.
    Setting variable 'ORACLE_HOME' to 'D:\OCS_ONEBOX\mtier'. Received the value from response file.
    Setting variable 'TOPLEVEL_COMPONENT' to 'oracle.um.UM_Config,9.0.4.1.0,'. Received the value from response file.
    Setting variable 'SHOW_SPLASH_SCREEN' to 'false'. Received the value from response file.
    Setting variable 'SHOW_WELCOME_PAGE' to 'false'. Received the value from response file.
    Setting variable 'SHOW_CUSTOM_TREE_PAGE' to 'false'. Received the value from response file.
    Setting variable 'SHOW_COMPONENT_LOCATIONS_PAGE' to 'false'. Received the value from response file.
    Setting variable 'SHOW_SUMMARY_PAGE' to 'false'. Received the value from response file.
    Setting variable 'SHOW_INSTALL_PROGRESS_PAGE' to 'false'. Received the value from response file.
    Setting variable 'SHOW_REQUIRED_CONFIG_TOOL_PAGE' to 'true'. Received the value from response file.
    Setting variable 'SHOW_CONFIG_TOOL_PAGE' to 'true'. Received the value from response file.
    Setting variable 'SHOW_RELEASE_NOTES' to 'true'. Received the value from response file.
    Setting variable 'SHOW_ROOTSH_CONFIRMATION' to 'true'. Received the value from response file.
    Setting variable 'SHOW_END_SESSION_PAGE' to 'true'. Received the value from response file.
    Setting variable 'SHOW_EXIT_CONFIRMATION' to 'true'. Received the value from response file.
    Setting variable 'NEXT_SESSION' to 'true'. Received the value from response file.
    Setting variable 'NEXT_SESSION_ON_FAIL' to 'true'. Received the value from response file.
    Setting variable 'NEXT_SESSION_RESPONSE' to 'D:\OCS_ONEBOX\mtier\oes\config\Disk1\stage\Response\oracle.um.UM_Config.Typical1.rsp'. Received the value from response file.
    Setting variable 'DEINSTALL_LIST' to 'oracle.um.UM_Config,9.0.4.1.0,'. Received the value from response file.
    Setting variable 'SHOW_DEINSTALL_CONFIRMATION' to 'true'. Received the value from response file.
    Setting variable 'SHOW_DEINSTALL_PROGRESS' to 'true'. Received the value from response file.
    Setting variable 'ACCEPT_LICENSE_AGREEMENT' to 'true'. Received the value from response file.
    *** Welcome Page***
    Initializing install inventory
    Setting up install inventory
    *** Specify File Locations Page***
    Setting the 'SourceLocation ( FROM_LOCATION )' property to 'D:\OCS_ONEBOX\mtier\oes\config\Disk1\stage\products.jar'. Received the value from response file.
    Setting the 'OracleHome ( ORACLE_HOME )' property to 'D:\OCS_ONEBOX\mtier'. Received the value from response file.
    Setting the 'OracleHomeName ( ORACLE_HOME_NAME )' property to 'OCSHome_mid'. Received the value from the default settings.
    Initializing OUI access setup
    Setting variable 'ORACLE_HOME' to 'D:\OCS_ONEBOX\mtier'. Received the value from response file.
    Performing operation for OUI access setup
    Setting variable 'CLUSTER_NODES' to ''. Received the value from a code block.
    *** Select a Product to Install Page***
    Setting the 'TopLevelComp ( ToplevelComp )' property to 'oracle.um.UM_Config, 9.0.4.1.0, >0.0.0.0.0, [ 912 ][OH:2]'. Received the value from the default settings.
    *** Select Installation Type Page***
    Setting the 'InstallType ( DEP_MODE )' property to 'Typical'. Received the value from the default settings.
    Setting the 'TopLevelInstallType ( TLDepModes )' property to 'Typical,'. Received the value from the default settings.
    The selected install type is "typical".
    Install type for "UM configurator 9.0.4.1.0 " is "typical".
    *** Language Selection Page***
    *** Specify Local Host Name Page***
    Setting the 'HostName ( OUI_HOSTNAME )' property to 'oramail.exp.com'. S_LOG_VAR_VALTYPE_CLONE
    *** Component Locations Page***
    *** Entering Component: oracle.um.UM_Config installation
    Setting variable 'system_passwd' to '*Protected value, not to be logged*'. Received the value from response file.
    Setting variable 'sys_passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'summary_str' to 'summary'. Received the value from the variable calculation.
    Setting variable 'start_proc_flag' to 'true'. Received the value from the variable calculation.
    Setting variable 'start_proc' to '1'. Received the value from the variable calculation.
    Setting variable 'port_number' to '389'. Received the value from the variable calculation.
    Setting variable 'out_str4' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'out_str31' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'out_str3' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'oid_flag' to '1'. Received the value from the variable calculation.
    Setting variable 'link_htdocs' to 'cal90jsp'. Received the value from the variable calculation.
    Setting variable 'isportinuse_flag' to 'true'. Received the value from the variable calculation.
    Setting variable 'install_cal' to 'false'. Received the value from the variable calculation.
    Setting variable 'host_name' to 'host_name'. Received the value from the variable calculation.
    Setting variable 'global_db_name_list' to ''. Received the value from the variable calculation.
    Setting variable 'global_db_name' to '<SID>.<Domain Name>'. Received the value from the variable calculation.
    Setting variable 'empty_input_string' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'domain_name' to 'oracle.com'. Received the value from the variable calculation.
    Setting variable 'ctxsys_passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'create_domain_flag' to 'false'. Received the value from the variable calculation.
    Setting variable 'cookie_domain' to '.oracle.com'. Received the value from the variable calculation.
    Setting variable 'connect_str' to 'connect_str'. Received the value from the variable calculation.
    Setting variable 'config_type' to '0'. Received the value from the variable calculation.
    Setting variable 'config4' to 'false'. Received the value from the variable calculation.
    Setting variable 'config3' to 'false'. Received the value from the variable calculation.
    Setting variable 'config2' to 'false'. Received the value from the variable calculation.
    Setting variable 'config1' to 'false'. Received the value from the variable calculation.
    Setting variable 'cal_umadmin_passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'cal_dad_name' to 'cal_dad_name'. Received the value from the variable calculation.
    Setting variable 'b_configureUM' to 'true'. Received the value from the variable calculation.
    Setting variable 'app_svr_port' to 'app_svr_port'. Received the value from the variable calculation.
    Setting variable 'app_svr_host_name' to 'app_svr_host_name'. Received the value from the variable calculation.
    Calling Query WindowsGeneralQueries2.3.0.6.0 getWindowsSystemDirectory
    Query Returned: C:\WINNT\system32
    Setting variable 'SystemRoot' to 'C:\WINNT\system32'. Received the value from the variable calculation.
    Setting variable 'SID' to 'iasdb'. Received the value from the variable calculation.
    Setting variable 'ORAHOME' to ''. Received the value from the variable calculation.
    Setting variable 'Net9_Connect_String' to 'ora9i'. Received the value from the variable calculation.
    Setting variable 'Index_Tblspace' to 'escalindxtbl'. Received the value from the variable calculation.
    Setting variable 'Img_Prefix' to '/i/'. Received the value from the variable calculation.
    Setting variable 'INSTALLHOME' to ''. Received the value from the variable calculation.
    Setting variable 'INSTALLATION_NAME' to ''. Received the value from the variable calculation.
    Setting variable 'HOSTNAME' to ''. Received the value from the variable calculation.
    Setting variable 'Flow_User_Passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'Flow_User' to 'es_cal'. Received the value from the variable calculation.
    Setting variable 'Def_Tblspace' to 'escaldeftbl'. Received the value from the variable calculation.
    Setting variable 'App_User_Passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'App_User' to 'es_cal'. Received the value from the variable calculation.
    Setting variable 'umadmin_passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'empty_input_string' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting variable 'out_str22' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'empty_input_string' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting variable 'es_mail_passwd' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'empty_input_string' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting variable 'out_str2' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'out_str24' to '*Protected value, not to be logged*'. Received the value from the variable calculation.
    Setting variable 'global_db_name_list' to '<SID>.<Domain Name>,'. Received the value from a code block.
    *** Unified Messaging Configuration Page***
    Setting the 'TitleLabel' property to 'Unified Messaging Configuration'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'Prompt' property to 'Select one of the following options :'.
    Setting the 'Choices' property to 'Mail Store Database Configuration -
    Installs the mail store schema into a dedicated tablespace in a previously installed
    Oracle 9i database.,Middle Tier Configuration -
    Configures the Unified Messaging protocol servers on this host: SMTP, IMAP4, POP3
    and House Keeper.,'.
    Setting the 'BottomDescLabel' property to ''.
    Setting the 'Descriptions' property to 'null'.
    Setting the 'SelectedIndex ( config_type )' property to '0'. Received the value from the UI page.
    Setting variable 'INSTALLATION_NAME' to 'UM_SYSTEM'. Received the value from a code block.
    Setting variable 'config1' to 'false'. Received the value from a code block.
    Setting variable 'config2' to 'false'. Received the value from a code block.
    Setting variable 'config3' to 'false'. Received the value from a code block.
    Setting variable 'config4' to 'false'. Received the value from a code block.
    Setting variable 'install_cal' to 'false'. Received the value from a code block.
    Setting variable 'oid_flag' to '0'. Received the value from a code block.
    Setting variable 'system_passwd' to '*Protected value, not to be logged*'. Received the value from a code block.
    *** Mail Store Database Configuration Page***
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: System password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: System password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: System password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: System password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: System password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 2
    Setting the 'TitleLabel' property to 'Mail Store Database Configuration'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'Prompt' property to 'Enter the values for the service name connect string and system password of this mail store database. These values are used by the Universal Installer to install the mail store schema.'.
    Setting the 'Labels' property to 'Database Host Name,SID,Port Number,System Password,'.
    Setting the 'Types' property to 'TEXTFIELD,TEXTFIELD,TEXTFIELD,SECURE,'.
    Setting the 'Choices' property to ''.
    Setting the 'BottomDescLabel' property to 'null'.
    Setting the 'Selections ( out_str2 )' property to '*Protected value, not to be logged*'. Received the value from the UI page.
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 2
    *** CTXSYS Password Page***
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: Ctxsys password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 0
    Error:*** Alert: Ctxsys password is invalid, please reenter. ***
    User Selected: Yes/OK
    Calling Query generalQueries2.3.0.6.0 getOS
    Query Returned: Windows 2000
    Calling Query SpawnQueries1.1.4 Spawn
    command = Protected value, not to be logged
    Query Returned: 1
    Setting the 'TitleLabel' property to 'CTXSYS Password'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'Prompt' property to 'This is the password for the ctxsys schema.'.
    Setting the 'Labels' property to 'Enter Password:,'.
    Setting the 'Types' property to 'SECURE,'.
    Setting the 'Choices' property to ''.
    Setting the 'BottomDescLabel' property to 'null'.
    Setting the 'Selections ( out_str24 )' property to '*Protected value, not to be logged*'. Received the value from the UI page.
    Setting variable 'ctxsys_passwd' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting variable 'host_name' to 'ormail'. Received the value from a code block.
    Setting variable 'SID' to 'ocsstore'. Received the value from a code block.
    Setting variable 'port_number' to '1521'. Received the value from a code block.
    Setting variable 'connect_str' to '''. Received the value from a code block.
    Setting variable 'connect_str' to '"(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))"'. Received the value from a code block.
    Setting variable 'system_passwd' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting variable 'ORAHOME' to 'D:\OCS_ONEBOX\mtier'. Received the value from a code block.
    Setting variable 'config2' to 'true'. Received the value from a code block.
    Setting variable 'summary_str' to 'Click 'Next' to install and configure Unified Messaging mail store , click 'Previous' to go back to the previous page .'. Received the value from a code block.
    *** ES_MAIL Password Page***
    Setting variable 'empty_input_string' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting the 'TitleLabel' property to 'ES_MAIL Password'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'Prompt' property to 'This is the password for the e-mail server schema.'.
    Setting the 'PasswordLabel' property to 'Enter Password:'.
    Setting the 'ConfirmLabel' property to 'Confirm Password:'.
    Setting the 'BottomDescLabel' property to 'null'.
    Setting the 'Password ( es_mail_passwd )' property to '*Protected value, not to be logged*'. Received the value from the UI page.
    Calling Query fileQueries2.3.0.6.0 exists
    filename = D:\OCS_ONEBOX\mtier/oes/log/exists.txt
    Query Returned: false
    *** UMADMIN Password Page***
    Setting variable 'empty_input_string' to '*Protected value, not to be logged*'. Received the value from a code block.
    Setting the 'TitleLabel' property to 'UMADMIN Password'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'Prompt' property to 'Enter and confirm the password for the UMADMIN user in the Internet Directory.'.
    Setting the 'PasswordLabel' property to 'Enter Password:'.
    Setting the 'ConfirmLabel' property to 'Confirm Password:'.
    Setting the 'BottomDescLabel' property to 'null'.
    Setting the 'Password ( umadmin_passwd )' property to '*Protected value, not to be logged*'. Received the value from the UI page.
    Setting variable 'oid_flag' to '1'. Received the value from a code block.
    *** Unified Messaging Domain Page***
    Setting the 'TitleLabel' property to 'Unified Messaging Domain'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'Prompt' property to 'Enter the name of the new Unified Messaging Domain to be created.'.
    Setting the 'TextLabel' property to 'Domain Name'.
    Setting the 'BottomDescLabel' property to 'null'.
    Setting the 'TextField ( domain_name )' property to 'oramail.exp.com'. Received the value from the UI page.
    *** Summary Page***
    Setting the 'TitleLabel' property to 'Summary'.
    Setting the 'SubTitleLabel' property to ''.
    Setting the 'InfoLabel' property to 'Click 'Next' to install and configure Unified Messaging mail store , click 'Previous' to go back to the previous page .'.
    Setting variable 'create_domain_flag' to 'true'. Received the value from a code block.
    *** Summary Page***
    Summary
    Global Settings
    Source: D:\OCS_ONEBOX\mtier\oes\config\Disk1\stage\products.jar
    Oracle Home: D:\OCS_ONEBOX\mtier (OCSHome_mid)
    Installation Type: typical
    Product Languages
    English
    Space Requirements
    C:\ Required 261KB (includes 258KB temporary) : Available 1.94GB
    D:\ Required 536KB : Available 15.16GB
    New Installations (1 products)
    UM configurator 9.0.4.1.0
    Starting install Install Phase 1 of component UM configurator
    Starting install Install Phase 2 of component UM configurator
    Initializing OUI save inventory
    Unable to read C:\Program Files\Oracle\Inventory/Contents/LibsList.ser. Some inventory information may be lost.
    Current Inventory:
         Independent Products:
              Oracle Windows System Files Fullmode 9.0.2.0.1 Development
              Oracle Windows System Files Installation 9.0.2.0.1 Development
              Java Runtime Environment 1.1.8.16.0a
              Oracle Windows System Files Verification 9.0.2.0.0 Development
         Oracle Home: OUIHome
              This Oracle Home has not been changed in this session.
         Oracle Home: OCSHome
              This Oracle Home has not been changed in this session.
         Oracle Home: OCSHome_stg
              This Oracle Home has not been changed in this session.
         Oracle Home: OCSHome_inf
              This Oracle Home has not been changed in this session.
         Oracle Home: OCSHome_mid
              Oracle Collaboration Suite 9.0.4.1.1
              Sun JDK extensions 9.0.2.0.0
              Sun JDK extensions Patch 9.0.2.3.0
              Sun JDK 1.3.1.0.2a
              Java Runtime Environment 1.4.1.3.0a
              Java Runtime Environment 1.3.1.6.0a
              Installer SDK Component 2.3.0.8.0
              Oracle Universal Installer 2.3.0.8.0
              RDBMS Required Support Files 9.0.1.4.0
              Enterprise Manager Minimal Support Files 9.0.2.0.1
              Collaboration Suite Wireless Server Management 9.0.3.2.0
              Perl Interpreter 5.6.1.0.0a
              Advanced Queueing (AQ) API 9.0.1.4.0
              XML Parser for Java 9.0.2.0.0
              Oracle Dynamic Monitoring Service 9.0.2.0.1
              Oracle Dynamic Monitoring Service Patch 9.0.2.3.0
              regexp 2.0.21.0.0
              Bali Share 1.1.17.0.0
              Oracle9i Application Server Object in OID 9.0.2.0.0
              Oracle9iAS Application Server WebCache Core to non-Core Upgrade 9.0.2.0.0
              Oracle JDBC Development Drivers 9.0.1.4.0
              JDBC Common Files 9.0.1.4.0
              JDBC/OCI Common Files 9.0.1.4.0
              Oracle Trace Required Support Files 9.0.1.0.1
              Oracle Client Required Support Files 9.0.1.4.0
              Agent Required Support Files 9.0.2.0.0a
              SSL Required Support Files 9.0.1.4.0
              LDAP Required Support Files 9.0.2.1.0
              LDAP Required Support Files Patch 9.0.2.3.0
              Parser Generator Required Support Files 9.0.1.0.0
              PL/SQL Required Support Files 9.0.1.4.0
              Oracle9iAS Application Server Core to non-Core Upgrade 9.0.2.0.0
              Repository Config Assistant 9.0.2.0.0
              XML Class Generator for Java 9.0.2.0.0
              Oracle JDBC Thin Driver for JDK 1.1 9.0.1.4.0
              Oracle Extended Windowing Toolkit 3.4.12.0.0
              Oracle Ice Browser 5.06.8.0.0
              Oracle Collaboration Suite Quick Tutorial 9.0.4.1.1
              Java Authorization 9.0.2.0.1
              Java Authorization Patch 9.0.2.3.0
              Enterprise Login Assistant 9.0.2.0.1
              Oracle JFC Extended Windowing Toolkit 4.2.6.0.0
              Oracle 9iAS Single Sign On Registration 9.0.2.0.1
              Oracle Ultra Search Common Files 9.0.3.4.0
              Oracle JDBC Thin Driver for JDK 1.2 9.0.1.4.0
              XML Parser for PL/SQL 9.0.2.0.0
              Platform Required Support Files 9.0.1.4.0
              Oracle Core Required Support Files 9.0.1.4.0
              Oracle Help For Java 3.2.12.0.0
              Extended Windowing Toolkit 3.3.18.0.0
              Oracle interMedia Java Advanced Imaging 9.0.2.0.0
              Oracle Help For Java 4.1.12.0.0
              Oracle interMedia Java Media Framework Client 9.0.2.0.0
              Oracle9i Globalization Support 9.0.1.4.0
              Oracle interMedia Java Client 9.0.2.0.0
              Oracle XML SQL Utility 9.0.1.4.0
              Oracle Net Required Support Files 9.0.1.4.0
              Precompiler Required Support Files 9.0.1.4.0
              XML Class Generator for C++ 9.0.2.0.0
              Oracle Code Editor 1.2.1.0.0A
              XDK Required Support Files 9.0.2.0.0
              XML Parser for C 9.0.2.0.0
              Java Naming and Directory Interface Libraries 1.2.1.0.0
              Oracle Dynamic Services Core 9.0.2.0.1
              Oracle Internet Directory Tools 9.0.2.1.0
              Required Support Files 9.0.1.4.0
              UM common 9.0.4.1.0
              Utilities Common Files 9.0.1.4.0
              Oracle JDBC/OCI Driver for JDK 1.2 9.0.1.4.0
              Oracle Internet Directory Client Common Files 9.0.2.1.0
              Oracle Database User Interface 2.2.11.0.0
              Oracle Ultra Search Middle-Tier 9.0.3.4.0
              Assistant Common Files 9.0.2.0.1
              XML Parser for C++ 9.0.2.0.0
              Oracle Intelligent Agent Base Component Files 9.0.2.0.0a
              Oracle Intelligent Agent 9.0.2.0.0a
              Oracle Property Inspector 4.1.8.0.0
              Oracle EMD Agent Extensions 9.0.2.0.0a
              Oracle Forms Extensions 9.0.2.0.0a
              Database SQL Scripts 9.0.1.4.0
              Oracle Applications Extensions 9.0.2.0.0a
              Oracle Collaboration Suite Release Notes 9.0.4.1.1
              Oracle Portal Data 9.0.2.2.22
              Oracle Net Configuration Assistant 9.0.1.4.0
              Enterprise Manager Translated Files 9.0.2.0.1
              Enterprise Manager Base Classes 9.0.2.0.1
              Oracle HTTP Server Extensions 9.0.2.0.0a
              Oracle Net Manager 9.0.1.4.0
              Oracle Java Portal Development Kit 9.0.2.2.22
              Oracle Portal Community Portlets 9.0.2.2.22
              Oracle9iAS Repository API 9.0.2.1.0
              Oracle JDBC/OCI Driver for JDK 1.1 9.0.1.4.0
              Oracle Java Object Cache 9.0.2.0.0
              Oracle Java Object Cache Patch 9.0.2.3.0
              Oracle Process Management Notification 9.0.2.0.0
              Oracle Process Management Notification Patch 9.0.2.3.0
              Visigenics ORB 3.4.0.0.0
              Oracle Enterprise Java Beans and CORBA Tools 9.0.1.1.1
              Oracle Dynamic Services Server 9.0.2.0.1
              Apache Configuration for EJB 9.0.1.0.1
              HTTP Server files 1.3.22.0.1a
              HTTP Server Files Patch 1.3.22.0.1d
              Oracle OC4J Module 9.0.2.0.0
              Oracle OC4J Module Patch 9.0.2.3.0
              Oracle Ultra Search Server 9.0.3.4.0
              Oracle Wallet Manager 9.0.1.4.0
              Oracle Net 9.0.1.4.0
              Oracle Java Tools 9.0.1.4.0
              Secure Socket Layer 9.0.1.4.0
              Oracle9iAS Clickstream Intelligence Common 9.0.2.2.0
              Enterprise Manager Process Utility 9.0.2.0.0
              Oracle9i Syndication Server Core 9.0.2.0.1
              Oracle Distributed Configuration Management 9.0.2.0.0
              Oracle Distributed Configuration Management Patch 9.0.2.3.0
              Enterprise Manager Encapsulated J2EE 9.0.2.0.0
              Bali Resource Translation System 2.0.5.0.0
              Oracle9i Syndication Server 9.0.2.0.1
              Oracle JDBC Drivers 9.0.1.4.0
              Oracle9iAS Mapviewer 9.0.2.0.0
              XSQL Servlet 9.0.2.0.0
              SQLJ Runtime 9.0.2.0.0
              Oracle Java Server Pages 9.0.2.0.1
              Oracle Java Server Pages Patch 9.0.2.3.0
              Oracle9iAS Containers for J2EE 9.0.2.0.1
              Oracle9iAS Containers for J2EE Patch 9.0.2.3.0
              Oracle Display Fonts 9.0.2.0.0
              Oracle UIX 2.0.21.0.0
              Oracle SOAP Client files 2.2.0.0.0b
              Oracle SOAP Client Files Patch 2.2.0.0.0e
              Oracle Help for the Web 1.0.7.0.0
              Oracle Enterprise Manager Web Site 9.0.2.0.0
              Unified Messaging EMD configuration 9.0.4.1.0
              Oracle9iAS Clickstream Intelligence Collector Agent Management 9.0.2.2.0
              BC4J Runtime Sample for Oracle9iAS 9.0.2.799.0
              Oracle Ultra Search Extension for EMD 9.0.3.4.0
              JSDK 2.0.0.0.0d
              Apache JServ 1.1.2.0.0a
              Apache JServ Patch 1.1.2.0.0d
              Discoverer Services Manager 9.0.2.39.02
              Oracle9i Delegated Administration Service 9.0.2.1.0
              Oracle9i Delegated Administration Service Patch 9.0.2.3.0
              Export/Import 9.0.1.4.0
              SQL*Loader 9.0.1.4.0
              Oracle SOAP Server 2.2.0.0.0b
              Oracle SOAP Server Patch 2.2.0.0.0e
              Oracle eBusiness Management Extensions 9.0.2.0.0a
              Apache Module for Oracle Distributed Authoring and Versioning 9.0.2.0.0
              SQL*Plus 9.0.1.4.0
              XML Transviewer Beans 9.0.2.0.0
              Reports OEM Extension 9.0.2.0.3
              Forms EMEXT 9.0.2.9.0
              Apache Configuration for Oracle Java Server Pages 9.0.2.0.0
              BC4J Runtime for Oracle9iAS 9.0.2.799.0
              Oracle9iAS Configuration for OC4J 9.0.2.0.1
              Oracle XML Runtime Components 9.0.2.0.0
              Oracle Mod PL/SQL Gateway 9.0.2.0.0
              Patch of Oracle Mod PL/SQL Gateway 9.0.2.6.0
              Oracle9iAS Web Cache 9.0.2.0.0
              Oracle9iAS Web Cache Patch 9.0.2.3.0
              Oracle Agent Extensions 9.0.2.0.0a
              Oracle Internet Directory Client 9.0.2.1.0
              Oracle Internet Directory Client Patch 9.0.2.3.0
              Apache Configuration for Oracle XML Developer's Kit 9.0.2.0.0
              Oracle Net Listener 9.0.1.4.0
              Oracle Portal Help 9.0.2.2.22
              Oracle Portal Integration with Reports 9.0.2.2.22
              Oracle Portal Configuration Assistant 9.0.2.2.22
              Oracle Portal CAT 9.0.2.2.22
              Oracle Portal Images 9.0.2.2.22
              Oracle Portal NLS 9.0.2.2.22
              Oracle Portal Common Services 9.0.2.2.22
              Oracle Portal Sitebuilder 9.0.2.2.22
              Oracle Portal Demos 9.0.2.2.22
              Oracle Portal Documentation 9.0.2.2.22
              Oracle Portal Java 9.0.2.2.22
              Oracle Portal SSO 9.0.2.2.22
              Oracle Portal Servlets 9.0.2.2.22
              Oracle Portal PLSQLToolkit 9.0.2.2.22
              Oracle Portal Utilities 9.0.2.2.22
              Oracle Portal VPD Policy 9.0.2.2.22
              Oracle9iAS Clickstream Intelligence Collector Agent 9.0.2.2.0
              Oracle9iAS Clickstream Intelligence Core 9.0.2.2.0
              Voicemail Fax Middletier 9.0.4.1.1
              BC4J Config Assistant 9.0.2.799.0
              Email Server Webmail 9.0.4.1.0
              Unified Messaging 9.0.4.1.0
              Oracle HTTP Server 9.0.2.0.0
              Oracle Portal Config Dialogs 9.0.2.2.22
              Oracle9i Application Server Core Products 9.0.2.0.0
              Oracle9i Application Server Middle Tier Products 9.0.2.0.0
              Oracle Portal Monitoring 9.0.2.2.22
              Oracle Portal Database Objects 9.0.2.2.22
              Oracle9i Application Server Instance 9.0.2.0.0
              Oracle Portal 9.0.2.2.22
              Patch of Oracle Portal 9.0.2.3.0B
              Management Tools 9.0.2.0.0
              Oracle Workflow 2.6.2.0.0
              Oracle Collaboration Suite One-offs 9.0.4.1.1
              Collaboration Suite Wireless Server 9.0.3.2.0
              Oracle Calendar application system 9.0.4.1.1
              Oracle Calendar web services 9.0.4.1.1
              Oracle Calendar SDK 9.0.4.1.0
              Oracle Sync Server 9.0.4.1.1
              Oracle Calendar web client 9.0.4.1.1
              Collaboration Suite Wireless 9.0.3.2.0
              Oracle9i Application Server 9.0.2.0.0
              Oracle Collaboration Suite Upgrade Assistant 9.0.4.1.1
              Oracle Files 9.0.4.3.0
              Oracle Calendar server 9.0.4.1.1
              Oracle Calendar administrator 9.0.4.1.1
              Oracle Calendar configuration 9.0.4.1.1
              Oracle Collaboration Suite Web Client 9.0.4.1.1
              Oracle Real-Time Collaboration Core Components 2.0.4.2.0
              UM configurator 9.0.4.1.0
    Starting to execute configuration assistants
    Launched configuration assistant 'Config MailStore'
    Tool type is: Optional.
    The command being spawned is: 'D:\OCS_ONEBOX\mtier/oes/bin/install_mailstore.bat "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" Protected value, not to be logged ocsstore ormail 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier Protected value, not to be logged Protected value, not to be logged 1 oramail.exp.com'
    Start output from spawned process:
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    End output from spawned process.
    Invalid Exit Code. The following result code will be used for configuration assistants: 1
    Configuration assistant "Config MailStore" failed
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from D:\OCS_ONEBOX\mtier\oui\bin\ouica.bat.
    Error:*** Alert: Some of the configuration assistants failed. However these are optional assistants, so they are not required for the correct configuration of your system. If you want to try to run those assistants again, select the failed assistants and click the 'Retry' button. ***
    User Selected: Yes/OK
    Starting to execute configuration assistants
    Launched configuration assistant 'Config MailStore'
    Tool type is: Optional.
    The command being spawned is: 'D:\OCS_ONEBOX\mtier/oes/bin/install_mailstore.bat "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" Protected value, not to be logged ocsstore ormail 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier Protected value, not to be logged Protected value, not to be logged 1 oramail.exp.com'
    Start output from spawned process:
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    End output from spawned process.
    Invalid Exit Code. The following result code will be used for configuration assistants: 1
    Configuration assistant "Config MailStore" failed
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from D:\OCS_ONEBOX\mtier\oui\bin\ouica.bat.
    Starting to execute configuration assistants
    Launched configuration assistant 'Config MailStore'
    Tool type is: Optional.
    The command being spawned is: 'D:\OCS_ONEBOX\mtier/oes/bin/install_mailstore.bat "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" Protected value, not to be logged ocsstore ormail 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier Protected value, not to be logged Protected value, not to be logged 1 oramail.exp.com'
    Start output from spawned process:
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    End output from spawned process.
    Invalid Exit Code. The following result code will be used for configuration assistants: 1
    Configuration assistant "Config MailStore" failed
    C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from D:\OCS_ONEBOX\mtier\oui\bin\ouica.bat.
    The following configuration assistants have not been successfully completed. These assistants must be completed for your product to be completely configured.
    Execute file D:\OCS_ONEBOX\mtier\cfgtoollogs/configToolCommands to re-run all skipped/failed configuration assistants.
    echo Config MailStore
    D:\OCS_ONEBOX\mtier/oes/bin/install_mailstore.bat "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ormail)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" Protected value, not to be logged ocsstore ormail 1521 UM_SYSTEM D:\OCS_ONEBOX\mtier Protected value, not to be logged Protected value, not to be logged 1 oramail.exp.com
    Error:*** Alert: One or more configuration assistants have not completed successfully. However these are optional, so they are not required for the correct configuration of your system. A list of the configuration assistants that need to be run is generated in the log of this session which is located at:
    C:\Program Files\Oracle\Inventory\logs\installActions2006-02-02_01-53-52PM.log ***
    User Selected: Yes/OK
    Warning:*** Alert: Do you really want to exit? ***
    User Selected: Yes/OK
    The OUICA command is launched from D:\OCS_ONEBOX\mtier\oui\bin\ouica.bat.
    *** End of Installation Page***
    The installation of UM configurator was successful, but some optional configuration assistants failed or were canceled.

    Hi Andreas,
    I already tried your solution but still got error, this is the log file :
    Starting to execute configuration assistants
    Launched configuration assistant 'Config MailStore'
    Tool type is: Optional.
    The command being spawned is: 'D:\ocs_onebox\mtier/oes/bin/install_mailstore.bat "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oramail.exp.com)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" Protected value, not to be logged ocsstore oramail.exp.com 1521 UM_SYSTEM D:\ocs_onebox\mtier Protected value, not to be logged Protected value, not to be logged 1 oramail.exp.com'
    Start output from spawned process:
    C:\TMP>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oramail.exp.com)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\ocs_onebox\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    End output from spawned process.
    Invalid Exit Code. The following result code will be used for configuration assistants: 1
    Configuration assistant "Config MailStore" failed
    C:\TMP>rem --- running install_mailstore.bat
    "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oramail.exp.com)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" "<sys_passwd>" "<system_passwd>" "<ctxsys_passwd>" 1521 UM_SYSTEM D:\ocs_onebox\mtier ora123 ora123 "<es_mail_passwd>" "<umadmin_passwd>"
    The system cannot find the path specified.
    The system cannot find the path specified.
    == was unexpected at this time.
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from D:\ocs_onebox\mtier\oui\bin\ouica.bat.
    The following configuration assistants have not been successfully completed. These assistants must be completed for your product to be completely configured.
    Execute file D:\ocs_onebox\mtier\cfgtoollogs/configToolCommands to re-run all skipped/failed configuration assistants.
    echo Config MailStore
    D:\ocs_onebox\mtier/oes/bin/install_mailstore.bat "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oramail.exp.com)(PORT=1521)))(CONNECT_DATA=(SID=ocsstore)))" Protected value, not to be logged ocsstore oramail.exp.com 1521 UM_SYSTEM D:\ocs_onebox\mtier Protected value, not to be logged Protected value, not to be logged 1 oramail.exp.com
    Error:*** Alert: One or more configuration assistants have not completed successfully. However these are optional, so they are not required for the correct configuration of your system. A list of the configuration assistants that need to be run is generated in the log of this session which is located at:
    C:\Program Files\Oracle\Inventory\logs\installActions2006-02-07_06-35-23PM.log ***
    User Selected: Yes/OK
    *** End of Installation Page***
    The installation of UM configurator was successful, but some optional configuration assistants failed or were canceled.
    Warning:*** Alert: Do you really want to exit? ***
    User Selected: Yes/OK
    The OUICA command is launched from D:\ocs_onebox\mtier\oui\bin\ouica.bat.
    User Exit

  • Oracle database 9.2.0.8 patchset upgrade from 9.2.0.3

    Hi,
    i have a situation where i upgraded the Oracle software with database as per metalink documentation from 9.2.03 to patchset 9.2.0.8 (Oracle9i Patch Set Release 2 (9.2.0.8) Patch Set 7 for HP-UX PA-RISC (64-Bit) ) (README for 4547809 )
    but i could see the $ORACLE_HOME/bin binaries are still at 9.2.0.3, and so v$version dba_registry pointing to same.
    i have pasted few lines of patch installation log from Inventory
    <------snip----------->
    Oracle Universal Installer version is 10.1.0.5.0
    Setting variable 'PREREQ_CONFIG_LOCATION' to ''. Received the value from variable association.
    *** Welcome Page***
    Initializing install inventory
    Setting up install inventory
    *** Specify File Locations Page***
    Setting the 'SourceLocation ( FROM_LOCATION )' property to '/u01/h3a/h3a_ora2/9208/Disk1/stage/products.xml'. Received the value from the UI p
    age.
    Setting the 'OracleHome ( ORACLE_HOME )' property to '/h3a/h3a_ora2/oracle/product/9.2.0'. Received the value from the UI page.
    Setting the 'OracleHomeName ( ORACLE_HOME_NAME )' property to 'OUIHome3'. Received the value from the UI page.
    Warning:*** Alert: You have specified a non-empty directory to install this product. It is recommended to specify either an empty or a non-exi
    stent directory. You may, however, choose to ignore this message if the directory contains Operating System generated files or subdirectories
    like lost+found.
    Do you want to proceed with installation in this Oracle Home? ***
    User Selected: Yes/OK
    Initializing OUI access setup
    Setting variable 'ORACLE_HOME' to '/h3a/h3a_ora2/oracle/product/9.2.0'. Received the value from the UI page.
    Setting the PROD_HOME variable of 'oracle.java.jdbc.thin14_9.2.0.1.0' to '/h3a/h3a_ora2/oracle/product/9.2.0/oracle_java_jdbc_thin14'. Receive
    d the value from the variable calculation.
    Setting the PROD_HOME variable of 'oracle.swd.jre_1.4.2.0.0' to '/h3a/h3a_ora2/oracle/product/9.2.0/jre/1.4.2'. Received the value from the va
    riable calculation.
    Setting the PROD_HOME variable of 'oracle.swd.opatch_10.1.0.5.0' to '/h3a/h3a_ora2/oracle/product/9.2.0/OPatch'. Received the value from the v
    ariable calculation.
    Setting the PROD_HOME variable of 'oracle.swd.oui_10.1.0.5.0' to '/h3a/h3a_ora2/oracle/product/9.2.0/oui'. Received the value from the variabl
    e calculation.
    Setting the PROD_HOME variable of 'oracle.swd.oui.core_10.1.0.5.0' to '/h3a/h3a_ora2/oracle/product/9.2.0/oui'. Received the value from the va
    riable calculation.
    Unable to read /h3a/h3a_ora2/oracle/product/9.2.0/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    # The patch iSQL*Plus Patch 9.2.0.8.0 has not been selected for installation because the base component is neither installed nor in the stagi
    ng area.
    # The patch oracle.apache.isqlplus 9.2.0.8.0, which is part of patch set Oracle 9iR2 Patch Set 9.2.0.8.0 , has not been selected for installat
    ion.
    # The patch Oracle Text Patch 9.2.0.8.0 has not been selected for installation because the base component is neither installed nor in the sta
    ging area.
    # The patch oracle.cartridges.context 9.2.0.8.0, which is part of patch set Oracle 9iR2 Patch Set 9.2.0.8.0 , has not been selected for instal
    lation.
    # The patch Oracle interMedia Locator Patch 9.2.0.8.0 has not been selected for installation because the base component is neither installed
    nor in the staging area.
    # The patch oracle.cartridges.locator 9.2.0.8.0, which is part of patch set Oracle 9iR2 Patch Set 9.2.0.8.0 , has not been selected for instal
    lation.
    # The patch Oracle JDBC Development Drivers Patch 9.2.0.8.0 has not been selected for installation because the base component is neither inst
    alled nor in the staging area.
    # The patch oracle.java.jdbc.jdbc_dev 9.2.0.8.0, which is part of patch set Oracle 9iR2 Patch Set 9.2.0.8.0 , has not been selected for instal
    lation.
    # The patch JDBC/OCI Common Files Patch 9.2.0.8.0 has not been selected for installation because the base component is neither installed nor
    in the staging area.
    # The patch oracle.java.jdbc.oci_common 9.2.0.8.0, which is part of patch set Oracle 9iR2 Patch Set 9.2.0.8.0 , has not been selected for inst
    allation.
    Performing operation for OUI access setup
    CRS clusterware not found. Defaulting to vendor clusterware.
    Vendor clusterware is not detected.
    This is not a cluster system.
    Node selection page will not be shown.
    Setting variable 'CLUSTER_NODES' to ''. Received the value from a code block.
    *** Select a Product to Install Page***
    Setting the 'TopLevelComp ( ToplevelComp )' property to 'oracle.server, 9.2.0.8.0, >9.2.0.8.0, [ ][OH:2]'. Received the value from the default
    settings.
    *** Select Installation Type Page***
    Setting the 'InstallType ( DEP_MODE )' property to 'Custom'. Received the value from the default settings.
    Setting the 'TopLevelInstallType ( TLDepModes )' property to 'Custom,'. Received the value from the default settings.
    No prerequisite checks specified for this installation.
    # The patch oracle.options.ano.nis 9.2.0.8.0, which is part of patch set Oracle 9iR2 Patch Set 9.2.0.8.0 , has not been selected for installation.
    # The patch could not be found in the staging area.
    # The patch Authentication and Encryption Patch 9.2.0.8.0 has not been selected for installation because the base component is neither instal
    led nor in the staging area.
    # The patch oracle.options.ano.sns 9.2.0.8.0, which is part of patch set Oracle 9iR2 Patch Set 9.2.0.8.0 , has not been selected for installat
    ion.
    # The patch Oracle Wallet Manager Patch 9.2.0.8.0 has not been selected for installation because the base component is neither installed nor
    in the staging area.
    # The patch oracle.options.ano.ssl.owm 9.2.0.8.0, which is part of patch set Oracle 9iR2 Patch Set 9.2.0.8.0 , has not been selected for insta
    llation.
    # The patch Oracle interMedia Client Compatibility Files Patch 9.2.0.8.0 has not been selected for installation because the base component is
    neither installed nor in the staging area.
    # The patch oracle.options.intermedia.imclient.imclicompat 9.2.0.8.0, which is part of patch set Oracle 9iR2 Patch Set 9.2.0.8.0 , has not bee
    n selected for installation.
    # The patch Oracle interMedia Common Files Patch 9.2.0.8.0 has not been selected for installation because the base component is neither insta
    lled nor in the staging area.
    # The patch oracle.options.intermedia.imcom 9.2.0.8.0, which is part of patch set Oracle 9iR2 Patch Set 9.2.0.8.0 , has not been selected for
    installation.
    # The patch Oracle interMedia Java Advanced Imaging Patch 9.2.0.8.0 has not been selected for installation because the base component is neit
    her installed nor in the staging area.
    <--------------->
    OPatch lsinventory for upgraded ORACLE_HOME returns
    PRODUCT NAME VERSION
    ============ =======
    Installer SDK Component 10.1.0.5.0
    Oracle 9iR2 Patch Set 9.2.0.8.0
    Oracle Universal Installer 10.1.0.5.0
    There are 3 components installed.
    There is no Interim Patch
    any idea what went wrong here?
    regards
    Deepak.

    Setting the 'InstallType ( DEP_MODE )' property to 'Custom'. Received the value from the default settings.Any reason for going in for custom installation?

  • Install GRID Error

    Hi,
    I am installing Oracle 10g Grid control on my WinXP server.
    It passed - Install successful
    It passed - Setup successfulCurrently on - Configuration pending...
    When I hit error
    OUI-10152: A runtime exception occurred during the execution of this query.
    org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
         at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:415)
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:284)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:358)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:299)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:213)
         at oracle.sysman.oii.oiii.OiiiInstallXMLReader.readComps(OiiiInstallXMLReader.java:271)
         at oracle.sysman.oii.oiii.OiiiInstallInventory.getCompOHListElement(OiiiInstallInventory.java:1729)
         at oracle.sysman.oii.oiii.OiiiAreaInventory.getAllCompsVect(OiiiAreaInventory.java:1052)
         at oracle.sysman.oii.oiii.OiiiAreaInventory.getAllComps(OiiiAreaInventory.java:1065)
         at oracle.sysman.oii.oiii.OiiiAreaInventory.findCompInRangeImpl(OiiiAreaInventory.java:1130)
         at oracle.sysman.oii.oiii.OiiiAreaInventory.findCompInRange(OiiiAreaInventory.java:1111)
         at productInstalled.isProductInstalled(productInstalled.java:185)
         at productInstalled.performQuery(productInstalled.java:132)
         at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2513)
         at Components.oracle.sysman.emd.v10_0_2_0_1.CompContext.getCalculatedValueObject_EM_IAS_CONSOLE_PORT(Unknown Source)
         at Components.oracle.sysman.emd.v10_0_2_0_1.CompContext.getCalculatedValueObject(Unknown Source)
         at oracle.sysman.oii.oiis.OiisCompContext.getCalculatedValue(OiisCompContext.java:654)
         at oracle.sysman.oii.oiis.OiisVariable.getCalculatedValue(OiisVariable.java:1481)
         at oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:2439)
         at oracle.sysman.oii.oiis.OiisCompContext.doOperation(OiisCompContext.java:1101)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:147)
         at oracle.sysman.oii.oiic.OiicCompsWizEngine.doOperation(OiicCompsWizEngine.java:202)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:147)
         at oracle.sysman.oii.oiic.OiicInstallSession$OiicSelCompsInstall.doOperation(OiicInstallSession.java:3859)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:171)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:1286)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:289)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:572)
         at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:962)
         at oracle.sysman.emgc.oneclick.OneClickWizard.runOuiInstaller(OneClickWizard.java:458)
         at oracle.sysman.emgc.oneclick.OneClickDirectory.runInstaller(OneClickDirectory.java:165)
         at oracle.sysman.emgc.oneclick.OneClickInstaller.runInstaller(OneClickInstaller.java:209)
         at oracle.sysman.emgc.oneclick.OneClickInstaller.doCompletion(OneClickInstaller.java:243)
         at oracle.sysman.emgc.oneclick.OneClickInstaller.process(OneClickInstaller.java:269)
         at oracle.sysman.emgc.oneclick.OneStartup.startup(OneStartup.java:369)
         at oracle.sysman.emgc.oneclick.OneArgs.main(OneArgs.java:700)
         at oracle.sysman.emgc.oneclick.OneStartup.main(OneStartup.java:377)
    org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
         at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:415)
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:284)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:358)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:299)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:213)
         at oracle.sysman.oii.oiii.OiiiInstallXMLReader.readComps(OiiiInstallXMLReader.java:271)
         at oracle.sysman.oii.oiii.OiiiInstallInventory.getCompOHListElement(OiiiInstallInventory.java:1729)
         at oracle.sysman.oii.oiii.OiiiAreaInventory.getAllCompsVect(OiiiAreaInventory.java:1052)
         at oracle.sysman.oii.oiii.OiiiAreaInventory.getAllComps(OiiiAreaInventory.java:1065)
         at oracle.sysman.oii.oiii.OiiiAreaInventory.findCompInRangeImpl(OiiiAreaInventory.java:1130)
         at oracle.sysman.oii.oiii.OiiiAreaInventory.findCompInRange(OiiiAreaInventory.java:1111)
         at productInstalled.isProductInstalled(productInstalled.java:185)
         at productInstalled.performQuery(productInstalled.java:132)
         at oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:2513)
         at Components.oracle.sysman.emd.v10_0_2_0_1.CompContext.getCalculatedValueObject_EM_IAS_CONSOLE_PORT(Unknown Source)
         Please help....
    Thanks a lot
    Ms K

    Thanks
    Install log:
    startVersion = 10.1.0.2.0
    endVersion = 99.9.9.9.9
    acceptCompatible = false
    INFO: Query Returned: false
    INFO: Setting variable 's_patchLocation' to 'd:\OracleHomes\oms10g'. Received the value from the variable calculation.
    INFO: Setting variable 's_installLogDir' to 'd:\OracleHomes\oms10g/install/'. Received the value from the variable calculation.
    INFO: Setting variable 'sl_processList' to 'd:\OracleHomes\oms10g\LIB\ORAXSD9.LIB,d:\OracleHomes\oms10g\BIN\ORAXSD9.DLL,d:\OracleHomes\oms10g\LIB\ORAXMLG9.LIB,d:\OracleHomes\oms10g\BIN\ORAXMLG9.DLL,d:\OracleHomes\oms10g\LIB\ORAXML9.LIB,d:\OracleHomes\oms10g\BIN\ORAXML9.DLL'. Received the value from the variable calculation.
    INFO: *** Entering Component: oracle.rsf.dbjava_rsf installation
    INFO: *** Entering Component: oracle.rsf.dbjava_rsf installation
    INFO: Calling Query areasQueries10.2.0.1.0  productInstalled
    location = d:\OracleHomes\oms10g
    name = oracle.crs
    startVersion = 10.1.0.2.0
    endVersion = 99.9.9.9.9
    acceptCompatible = false
    INFO: Query Returned: false
    INFO: Setting variable 's_patchLocation' to 'd:\OracleHomes\oms10g'. Received the value from the variable calculation.
    INFO: *** Entering Component: oracle.rsf.has_rsf installation
    INFO: *** Entering Component: oracle.rsf.has_rsf installation
    INFO: Calling Query areasQueries10.2.0.1.0  productInstalled
    location = d:\OracleHomes\oms10g
    name = oracle.crs
    startVersion = 10.1.0.2.0
    endVersion = 99.9.9.9.9
    acceptCompatible = false
    INFO: Query Returned: false
    INFO: Setting variable 's_patchLocation' to 'd:\OracleHomes\oms10g'. Received the value from the variable calculation.
    INFO: *** Entering Component: oracle.rsf.ops_rsf installation
    INFO: *** Entering Component: oracle.rsf.ops_rsf 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: Calling Query areasQueries10.2.0.1.0  productInstalled
    location = d:\OracleHomes\oms10g
    name = oracle.crs
    startVersion = 10.1.0.2.0
    endVersion = 99.9.9.9.9
    acceptCompatible = false
    INFO: Query Returned: false
    INFO: Setting variable 's_patchLocation' to 'd:\OracleHomes\oms10g'. Received the value from the variable calculation.
    INFO: *** Entering Component: oracle.sysman.common installation
    INFO: Setting variable 's_iasSrvcName' to ''. Received the value from the variable calculation.
    INFO: Setting variable 's_centralSrvcName' to ''. Received the value from the variable calculation.
    INFO: Setting variable 's_agentSrvcName' to ''. 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_centralConsole' to 'true'. Received the value from the variable calculation.
    INFO: Setting variable 'SA_SETUP' to '0'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0  getOS
    INFO: Query Returned: Windows XP
    INFO: Setting variable 'PLATFORM' to 'windows xp'. Received the value from the variable calculation.
    INFO: Calling Query areasQueries10.2.0.1.0  getProductHome
    name = oracle.swd.oui.core
    startVersion = 10.1.0.0.0
    endVersion = 10.9.99.99.99
    acceptCompatible = null
    INFO: Query Returned: d:\OracleHomes\oms10g\oui
    INFO: Setting variable 'OUILOC' to 'd:\OracleHomes\oms10g\oui'. Received the value from the variable calculation.
    INFO: Setting variable 'OC4JLOC' to ''. Received the value from the variable calculation.
    INFO: Setting variable 'JRE_HOME' to 'd:/OracleHomes/oms10g/jdk/jre'. Received the value from variable association.
    INFO: Setting variable 'JRE_EXTDIR' to '\jdk\jre'. Received the value from the variable calculation.
    INFO: Setting variable 'IN_VOB' to ''. Received the value from the variable calculation.
    INFO: Setting variable 'HOST_SID_OFFSET_ENABLED' to ''. Received the value from variable association.
    INFO: Setting variable 'EM_STANDALONE' to 'NOSTANDALONE'. Received the value from the variable calculation.
    INFO: Setting variable 'EM_OC4J_HOME' to ''. Received the value from the variable calculation.
    INFO: Setting variable 'EM_IAS_CONSOLE_PORT' to ''. Received the value from the variable calculation.
    INFO: Calling Query globalVarQueries2.1.0.4.1  getGlobalVariable
    variable = oracle.apache.SSLlisten
    INFO:
    Query Exception: VariableNotFoundException
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
    INFO: 4443
    INFO: Setting variable 'EM_HTTPS_PORT' to '4443'. Received the value from the variable calculation.
    INFO: Setting variable 'EM_DB_CONSOLE_PORT' to ''. Received the value from the variable calculation.
    INFO: Setting variable 'EM_ADMIN_PORT' to ''. Received the value from the variable calculation.
    INFO: Setting variable 'EMPRODVER' to '10.2.0.2.0'. Received the value from the variable calculation.
    INFO: Setting variable 'EMPERLVER' to '5.8.3.0.2'. Received the value from the variable calculation.
    INFO: Setting variable 'EMLOC_OVERRIDE' to ''. Received the value from the variable calculation.
    INFO: Setting variable 'EMDW_EXTDIR' to ''. Received the value from the variable calculation.
    INFO: Calling Query areasQueries10.2.0.1.0  getAllOracleHomes
    INFO: Query Returned: C:\orant,D:\oracle\product\10.2.0\db_1,D:\oracle\product\10.2.0\client_1,D:\DevSuiteHome_1,D:\oracle\product\10.2.0\client_2,d:\OracleHomes\db10g,d:\OracleHomes\oms10g
    INFO: Calling Query areasQueries10.2.0.1.0  productInstalled
    location = C:\orant
    name = oracle.crs
    startVersion = 10.1.0.0.0
    endVersion = 99.99.99.99.99
    acceptCompatible = null
    INFO: Query Returned: false
    INFO: Calling Query areasQueries10.2.0.1.0  productInstalled
    location = D:\oracle\product\10.2.0\db_1
    name = oracle.crs
    startVersion = 10.1.0.0.0
    endVersion = 99.99.99.99.99
    acceptCompatible = null
    INFO: Unable to read inventory information for the home: D:\oracle\product\10.2.0\db_1.
    INFO:
    Query Exception: UNCAUGHT_RUNTIME
    Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryExceptionThanks

  • 10.2.0.2 Database Install Hangs on AIX 5.3

    We have four new, recently-configured, AIX servers with same configuration with respect to IBM patches, kernel settings, etc. The install on our second server hangs while the other three installs successfully completed. It's not a connectivity issue with x-windows software or Putty as the OUI screen displays correctly and we enter all our install details.
    We get as far as the Summary screen, at which point we review the parameters to be used, then select "Install" and the 10g screen comes up (where you would normally see progress status) and nothing else happens. Eventually the screen washes out and nothing happens. We have downloaded new copies of the software from OTN, as well as transferred copies of the files from one of the successful servers, but with the same results.
    I have attached the contents of the install log file below and hope that someone may have a moment to review and point out something that may be causing the install issue. I am available to provide any additional information as requested.
    RDBMS Version: Oracle 10.2.0.2
    OS Version: AIX 5.3
    I can email the full install log if needed, but it contains more than 30,000 words and exceeds this forum's max length.
    ========================================================================
    INFO: Using paramFile: /u01/install/oracle/ora10gr2/Disk1/install/oraparam.ini
    INFO:
    INFO:
    INFO: No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    INFO:
    INFO: The commandline for unzip:
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-04-24_01-11-51PM
    INFO: The commandline for unzip:
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/unzip -qqq ../stage/Components/oracle.swd.oui/10.2.0.1.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-04-24_01-11-51PM
    INFO: The commandline for unzip:
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/unzip -qqq ../stage/Components/oracle.swd.oui.core/10.2.0.1.0/1/DataFiles/\*.jar -d /tmp/OraInstall2010-04-24_01-11-51PM
    INFO:
    INFO: The number of files bootstrapped for the jre is 221.
    INFO:
    INFO: The number of files bootstrapped for the oui is 96.
    INFO: Execvp of the child jre : the cmdline is /tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2/bin/java, and the argv is
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2/bin/java
    INFO: -Doracle.installer.library_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui/lib/aix
    INFO: -Doracle.installer.oui_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui
    INFO: -Doracle.installer.bootstrap=TRUE
    INFO: -Doracle.installer.startup_location=/u01/install/oracle/ora10gr2/Disk1/install
    INFO: -Doracle.installer.jre_loc=/tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2
    INFO: -Doracle.installer.nlsEnabled="TRUE"
    INFO: -Doracle.installer.prereqConfigLoc=
    INFO: -Doracle.installer.unixVersion=3
    INFO: -mx200m
    INFO: -ms150m
    INFO: -cp
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oneclick.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/srvm.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/share.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xml.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/emCfg.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstImages.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/classes12.jar::/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4-nls.jar
    INFO: oracle.sysman.oio.oioc.OiocOneClickInstaller
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2/bin/java
    INFO: -Doracle.installer.library_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui/lib/aix
    INFO: -Doracle.installer.oui_loc=/tmp/OraInstall2010-04-24_01-11-51PM/oui
    INFO: -Doracle.installer.bootstrap=TRUE
    INFO: -Doracle.installer.startup_location=/u01/install/oracle/ora10gr2/Disk1/install
    INFO: -Doracle.installer.jre_loc=/tmp/OraInstall2010-04-24_01-11-51PM/jre/1.4.2
    INFO: -Doracle.installer.nlsEnabled="TRUE"
    INFO: -Doracle.installer.prereqConfigLoc=
    INFO: -Doracle.installer.unixVersion=3
    INFO: -mx200m
    INFO: -ms150m
    INFO: -cp
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oneclick.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/srvm.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/share.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/xml.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/emCfg.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ojmisc.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstImages.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/help4-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/swingaccess.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/classes12.jar::/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4.jar:/tmp/OraInstall2010-04-24_01-11-51PM/oui/jlib/jewt4-nls.jar
    INFO: oracle.sysman.oii.oiic.OiicInstaller
    INFO: UnixGroups="{oinstall,staff,dba,pensions,}"
    INFO: -scratchPath
    INFO: /tmp/OraInstall2010-04-24_01-11-51PM
    INFO: -sourceLoc
    INFO: /u01/install/oracle/ora10gr2/Disk1/install/../stage/products.xml
    INFO: -sourceType
    INFO: network
    INFO: -timestamp
    INFO: 2010-04-24_01-11-51PM
    INFO: -oneclick
    INFO: Environment Variables:
    INFO:      ORACLE_HOME = /u01/app/oracle/product/10.2.0
    INFO:      PATH = /u01/install/oracle/ora10gr2/Disk1/install:/usr/bin:/usr/ccs/bin:/u01/app/oracle/product/9.2.0/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oracle/bin:/usr/bin/X11:/sbin:.
    INFO:      CLASSPATH =
    INFO: Username:oracle
    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: 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: fetch the file: /u01/install/oracle/ora10gr2/Disk1/stage/shiphomeinfo.properties
    INFO: Performing operation for OUI Shiphome access setup
    INFO:
    *** Select a Product to Install Page***
    INFO: Setting the 'TopLevelComp ( ToplevelComp )' property to 'oracle.server, 10.2.0.1.0, >0.0.0.0.0, [ 610 ][OH:2]'. Received the value from the default settings.
    INFO:
    *** Select Installation Type Page***
    INFO: Setting the 'InstallType ( DEP_MODE )' property to 'EE'. Received the value from the UI page.
    INFO: Setting the 'TopLevelInstallType ( TLDepModes )' property to 'EE,'. Received the value from the UI page.
    INFO: The selected install type is "Enterprise Edition".
    INFO:
    *** Specify Home Details Page***
    INFO: Setting the 'OracleHome ( ORACLE_HOME )' property to '/u01/app/oracle/product/10.2.0'. Received the value from the UI page.
    INFO: Setting the 'OracleHomeName ( ORACLE_HOME_NAME )' property to 'ora1020'. Received the value from the UI page.
    INFO: Initializing OUI Oracle Home access setup
    INFO: Setting variable 'ORACLE_HOME' to '/u01/app/oracle/product/10.2.0'. Received the value from the UI page.
    INFO: Loading shiphomepropertiesfrom /tmp/OraInstall2010-04-24_01-11-51PM/shiphomeproperties.xml
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: Setting the PROD_HOME variable of 'oracle.server_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.server Product Location: Empty path specified.
    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.assistants.server_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.buildtools.common_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/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 '/u01/app/oracle/product/10.2.0/oracle_buildtools_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.common_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.dbjava.common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/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 '/u01/app/oracle/product/10.2.0/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 '/u01/app/oracle/product/10.2.0/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 '/u01/app/oracle/product/10.2.0/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 '/u01/app/oracle/product/10.2.0/oracle.emdw.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.admin_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.mgw.common_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/mgw'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.cman_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.cman Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.listener_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.listener 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.oem.oemlt_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oemlt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.options_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.options Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.api_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/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 '/u01/app/oracle/product/10.2.0/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 '/u01/app/oracle/product/10.2.0/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 '/u01/app/oracle/product/10.2.0/oracle.interMedia.imclient'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.rdbms_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ovm_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ovm Product Location: Empty path specified.
    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.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_rsf_precomp_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dbscripts_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_rdbms_dbscripts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dm_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dmse_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rdbms.dmse Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.lbac_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.locator_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.olap_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.partitioning_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rdbms.partitioning Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rman_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle.rdbms.rman'. 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.sdo_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_cartridges_spatial'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.slax.rsf_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/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 '/u01/app/oracle/product/10.2.0/oracle_java_sqlj_sqljruntime'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus.rsf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sqlplus.rsf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.agent.db_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/sysman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.bsln_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_sysman_bsln'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.console.db_10.2.0.1.0' to '/u01/app/oracle/product/10.2.0/oracle_sysman_console_db'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.console.emcp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    ================================
    =================================================
    ============================================================================
    ADDITIONAL INSTALLATION LOG DETAILS OMITTED FOR SPACE REASONS - FILE CAN BE EMAILED AT USER'S REQUEST
    ============================================================================
    =================================================
    ================================
    Summary
    Global Settings
    Source: /u01/install/oracle/ora10gr2/Disk1/stage/products.xml
    Oracle Home: /u01/app/oracle/product/10.2.0 (ora1020)
    Installation Type: Enterprise Edition
    Product Languages
    English
    Space Requirements
    /u01/ Required 3.46GB : Available 11.35GB
    /tmp/ Required 210MB (only as temporary space) : Available 372MB
    New Installations (107 products)
    Oracle Database 10g 10.2.0.1.0
    Enterprise Edition Options 10.2.0.1.0
    Oracle Partitioning 10.2.0.1.0
    Oracle Spatial 10.2.0.1.0
    Oracle OLAP 10.2.0.1.0
    Oracle Enterprise Manager Console DB 10.2.0.1.0
    Oracle Net Services 10.2.0.1.0
    Oracle Database 10g 10.2.0.1.0
    Oracle Net Listener 10.2.0.1.0
    HAS Files for DB 10.2.0.1.0
    Oracle Internet Directory Client 10.2.0.1.0
    Oracle Call Interface (OCI) 10.2.0.1.0
    Oracle Programmer 10.2.0.1.0
    Oracle interMedia 10.2.0.1.0
    Enterprise Manager Agent Core 10.2.0.1.0
    Oracle JVM 10.2.0.1.0
    Database Configuration and Upgrade Assistants 10.2.0.1.0
    Oracle interMedia Locator 10.2.0.1.0
    Oracle XML Development Kit 10.2.0.1.0
    Oracle Text 10.2.0.1.0
    Oracle Database Utilities 10.2.0.1.0
    Generic Connectivity Common Files 10.2.0.1.0
    Oracle Advanced Security 10.2.0.1.0
    Enterprise Manager Repository Core 10.2.0.1.0
    PL/SQL 10.2.0.1.0
    Oracle Net 10.2.0.1.0
    Assistant Common Files 10.2.0.1.0
    Oracle Notification Service 10.1.0.3.0
    Enterprise Manager plugin Common Files 10.2.0.1.0 Beta
    Buildtools Common Files 10.2.0.1.0
    Installation Common Files 10.2.0.1.0
    Oracle LDAP administration 10.2.0.1.0
    Oracle Java Client 10.2.0.1.0
    Precompiler Common Files 10.2.0.1.0
    Oracle Recovery Manager 10.2.0.1.0
    SQL*Plus 10.2.0.1.0
    iSQL*Plus 10.2.0.1.0
    Enterprise Manager plugin Common Files 10.2.0.1.0
    HAS Common Files 10.2.0.1.0
    Oracle Clusterware RDBMS Files 10.2.0.1.0
    Oracle Wallet Manager 10.2.0.1.0
    Enterprise Manager Minimal Integration 10.2.0.1.0
    Oracle Database User Interface 2.2.13.0.0
    Secure Socket Layer 10.2.0.1.0
    Required Support Files 10.2.0.1.0
    Oracle Globalization Support 10.2.0.1.0
    Database SQL Scripts 10.2.0.1.0
    OLAP SQL Scripts 10.2.0.1.0
    PL/SQL Embedded Gateway 10.2.0.1.0
    Oracle Locale Builder 10.2.0.1.0
    Character Set Migration Utility 10.2.0.1.0
    LDAP Required Support Files 10.2.0.1.0
    Oracle Help for the Web 1.1.10.0.0
    Oracle JDBC Thin Driver for JDK 1.4 10.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.2 10.2.0.1.0
    Oracle interMedia Client Option 10.2.0.1.0
    Oracle Required Support Files 32 bit 10.2.0.0.0
    Oracle Code Editor 1.2.1.0.0I
    Perl Interpreter 5.8.3.0.1
    JDBC Common Files 10.2.0.1.0
    Oracle Help For Java 4.2.6.1.0
    Oracle Containers for Java 10.2.0.1.0
    Database Workspace Manager 10.2.0.1.0
    Oracle Core Required Support Files 10.2.0.1.0
    Platform Required Support Files 10.2.0.1.0
    Oracle interMedia Locator RDBMS Files 10.2.0.1.0
    Oracle JDBC/OCI Instant Client 10.2.0.1.0
    Oracle interMedia Annotator 10.2.0.1.0
    SQLJ Runtime 10.2.0.1.0
    Oracle interMedia Java Advanced Imaging 10.2.0.1.0
    Oracle Database 10g interMedia Files 10.2.0.1.0
    Oracle Data Mining RDBMS Files 10.2.0.1.0
    Enterprise Manager Baseline 10.2.0.1.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle UIX 2.1.22.0.0
    XML Parser for Java 10.2.0.1.0
    Precompiler Required Support Files 10.2.0.1.0
    XML Parser for Oracle JVM 10.2.0.1.0
    Oracle Message Gateway Common Files 10.2.0.1.0
    Oracle Starter Database 10.2.0.1.0
    Sample Schema Data 10.2.0.1.0
    Parser Generator Required Support Files 10.2.0.1.0
    Agent Required Support Files 10.2.0.1.0
    Oracle RAC Required Support Files-HAS 10.2.0.1.0
    RDBMS Required Support Files 10.2.0.1.0
    RDBMS Required Support Files for Instant Client 10.2.0.1.0
    XDK Required Support Files 10.2.0.1.0
    Oracle OLAP API 10.2.0.1.0
    Oracle OLAP RDBMS Files 10.2.0.1.0
    DBJAVA Required Support Files 10.2.0.1.0
    SQL*Plus Required Support Files 10.2.0.1.0
    Oracle JFC Extended Windowing Toolkit 4.2.33.0.0
    Oracle Extended Windowing Toolkit 3.4.38.0.0
    Oracle Display Fonts 9.0.2.0.0
    Bali Share 1.1.18.0.0
    Enterprise Manager Common Files 10.2.0.1.0
    Enterprise Manager Agent DB 10.2.0.1.0
    Oracle Net Required Support Files 10.2.0.1.0
    Enterprise Manager Repository DB 10.2.0.1.0
    SSL Required Support Files for InstantClient 10.2.0.1.0
    regexp 2.1.9.0.0
    Oracle Universal Installer 10.2.0.1.0
    Oracle One-Off Patch Installer 10.2.0.1.0
    Installer SDK Component 10.2.0.1.0
    Java Runtime Environment 1.4.2.0.0
    Sun JDK 1.4.2.0.5
    Sun JDK extensions 10.1.2.0.0
    Already Installed (1 products)
    Java Runtime Environment 1.1.8.3.0
    INFO: Method 'dispose()' Not implemented in class 'ConfigurationOptions'
    INFO: config-context initialized

    I think you have to install 10.2.0.1 and then apply a patch to go 10.2.0.2.0 --10.2.0.3.0--- etc
    and can you also let us know what file system you using NFS or GPFS ?
    regards
    Younus
    Edited by: user9351799 on 27/04/2010 22:18
    Edited by: user9351799 on 27/04/2010 22:19

  • 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?

Maybe you are looking for

  • How can I change a State name in iphoto map?

    A few months ago, changing a location of a group of photos, I really changed a state name. The image shows the name State "Casa David i Mireia" where should say "Catalunya" that is the real name. How can I change that name. I have opened a case in Ap

  • Datagrid Checkbox - Select All Headerrenderer

    i have a datagrid that utilizes an itemrenderer and headerrender for the same column to have checkboxes and also a select all checkbox in the column header...as such: <mx:DataGrid width="100%" height="100%" id="dg" dataProvider="{employees}" sortable

  • Changing name showing up on my iCloud emails

    I created an iCloud email address thru my iPad Mini.  It automatically used my Apple I'd for the name that shows up on sent emails.  I want to change that name to my business name.  How do I do that?

  • Why is imessage sending a weeks worth of my messages late and all a once?

    seriously? i bought a new mac. and all te imessages are failing and not working!!! i heard such great things have used ipad and iphone never thius issue. now a friend shared he just got the last weeks worth of messages from me this morning!! thats a

  • Packaging executable jars for my Swings based Desktop application

    I have developed a swings based desktop application for which we used third party JDIC jar inorder to incorporate the tray icon functionality for our application. The problem is i need to provide a distributable for this application and the applicati