APEX 3.0.1 installation on Vista

Dear Forum,
I needed to work up an installation document for a tech support guy doing 12 installations for an APEX class I'm teaching. After many hours and many wrong turns, I finally got it to work. Thought I would provide it to the forum to help out others. I found many hints here that helped me. Beats the docs, that's for sure.
Warren
APEX 3.0.1 Installation Steps for Vista
1.For downloads, go to http://oracle.com/technology. Get yourself and account and then go to database downloads
2.Download the latest 10g release 2database file you can – 10.2.0.3 for Vista. Make sure you get the Standard Edition/Enterprise Edition, not the Express Edition. Unzip the files and start the installation via setup.exe in disk1. Install the Enterprise Edition, otherwise accept all the defaults. Call the database ORCL. Set the password for all users to be the same – oracle.
3.Download the latest 10g companion CD file you can – 10.2.0.3 for Vista. It will go into a different ORACLE_HOME, just accept the defaults. Install the Apache server from the Companion diskette by choosing the third option – Companion Products and then Apache Standalone.
4.Download and unzip the apex3.0.1.zip file into a directory called c:\apex_3.0.1. You can find the download link on the APEX home page - http://www.oracle.com/technology/products/database/application_express/index.html.
5.Put an icon for SQL*Plus on your desktop. Right-click on it, go to properties and set its START IN directory to c:\apex_3.0.1\apex.
6.Log in to SQL*Plus by typing /nolog in the username and clicking on OK.
7.You should be at a SQL*Plus prompt. Type: CONNECT SYS/ORACLE AS SYSDBA and hit return. Should say CONNECTED.
8.Confirm that the PL/SQL gateway is 10.1.2.0.6 (run this query: select owa_util.get_version from dual;). If not the correct version, run the owainst.sql script in the owa subdirectory in apex zip files by entering @c:\apex_3.0.1\apex\owa\owainst at the SQL prompt.
9.Then run apexins.sql by entering @apexins oracle SYSAUX SYSAUX temp /i/ at the SQL prompt. This one will take a while.
10.Copy the images directory from the apex unzip location to the ORACLE_HOME/Apache/Apache directory. This is the ORACLE_HOME for Apache HTTP Server, not for the database installation.
11.Find the dads.conf file and bring it up in an editor. Should be located in the Apache server’s ORACLE_HOME/Apache/modplsql/conf directory.
12.Add the following piece of code at the end of the dads.conf file (just copy and paste from here).
Alias /i/ "C:\oracle\product\10.2.0\cp\Apache\Apache\images/"
AddType text/xml xbl
AddType text/x-component htc
<Location /pls/apex>
Order deny,allow
PlsqlDocumentPath docs
AllowOverride None
PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
PlsqlDatabaseConnectString your_machine_name.com:1521:orcl
PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
PlsqlAuthenticationMode Basic
SetHandler pls_handler
PlsqlDocumentTablename wwv_flow_file_objects$
PlsqlDatabaseUsername APEX_PUBLIC_USER
PlsqlDefaultPage apex
PlsqlDatabasePassword oracle
Allow from all
</Location>
Make sure the path for the images is correct and get that / at the end.
Substitute your machine name for your_machine_name.com. The port of 1521 should be OK and the database name should match the installation – ORCL.
The password should be OK from your database installation as well.
13.Start the http server from Program – etc.. Test that it is working by going to http://your_machine_name:7777. You should see the HTTP Server home page.
14.Start APEX administration – http://your_machine_name:7777/pls/apex/apex_admin. Your username is ADMIN and your password is oracle.

Joel,
I think that is exactly the problem. When I am am trying to do an installation, I need an end-to-end discussion of the task for the OS and version I am installing on. In looking through the forum, you can see many examples of people trying to configure an embedded PL/SQL gateway on 10g, editing httpd.conf, dads,conf or marvel.conf for the wrong version. I realize their may be a dozen or more scenarios, but the most common (like installing the entire bit on a network disconnected Windows laptop) should be covered end-to-end.
In addition the scenario of installing a 10g HTTP server from the companion CD is not covered.
Finally, it is completely unclear that the little "/" is needed at the end when defining the /i/ alias. Looks like just part of a UNIX file convention. No Windows example.
Warren

Similar Messages

  • SOA SUITE installation in Vista

    Hi
    I am trying to install Soa Suite 10.1.3.1 in vista OS.
    I get the following error
    Checking OS versions: must be 5.0, 5.1 or 5.2 . Actual 6.0
    Failed
    But my colleagues are able to install it without any problem. ( in vista 6.0 )
    Pleaes help me to resolve this issue
    Thanks

    Have found 2 ways to get this working.
    One is when installation fails, Vista pops up saying run with recommended settings.
    Use that option and you will have the installation fireup for you.
    But if that is not some thing that you see, then you should try the second option.
    Go to the directory where you have your SOA install files.
    Go into the directory install
    Find a file oraparam.ini
    You need to edit this file to fire up the setup.
    You should find some thing like this there around line 37
    *[Certified Versions]
    #You can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE
    Windows=5.0,5.1,5.2*
    Add anothe entry for 6.0 and fireup the setup.
    The updated file should have
    *[Certified Versions]
    #You can customise error message shown for failure, provide value for CERTIFIED_VERSION_FAILURE_MESSAGE
    Windows=5.0,5.1,5.2,6.0*
    Be sure to follow all the pre-installation and post-installation steps.
    If you don't you might face issues in setting up SOA.
    I am still creating a blog of all the issues that I faced, or my friends faced and how I solved them.
    Should find that some time soon.
    Every Little Helps
    Kalidass Mookkaiah
    http://oraclebpelindepth.blogspot.com/

  • Trouble accessing APEX 3.1 after installation

    I competed all the steps in the installation.
    I have Oracle Standard Edition on my laptop that's running Windows Vista Business.
    When I try and access the site with http://localhost:8080/apex I am using "admin" for the username and the password I created for admin.
    When I go to the site, there is window that pops up for the username an password. It doesn't actually go to the site.
    I enter the login info, but the pop-up window stays the same. Then I enter it again 2 more times and the page displays as "Unauthorized."
    Any suggestions?

    The database into which you installed Apex is required to be open and available during the installation process. The listener may or may not have to be shutdown.
    What were the 'checks' and 'configuration' scripts you ran to configure the Oracle HTTP server ? Do they match the steps detailed in section 4.5.2 at
    http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/db_install.htm#insertedID5
    Varad

  • 10g installation in vista 76% complete error

    Hi all
    when i installing Oracle 10.2 on vista ultimate
    after 76 % complete i get this error:
    Enterprise manager configuration faild due following
    error-
    error starting Database control
    Refer to the log file at d:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emConfig.log for more details.
    you can retry configuring this database with enterprise manager later by manually runing
    d:\oracle\product\10.2.0\db_1\bin\emca script
    then after push ok button database will be created 100%
    but without dbconsole
    note : i using loopback ip 192.168.0.9 on dell notebook with 2gig ram
    and i pinged both ip as succesfully
    and my host file in etc directory in windows content:
    127.0.0.1 AMIR
    192.168.0.9     AMIR
    emConfig.log file content:
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LOG_FILE value: D:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emConfig.log
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: HOST value: AMIR
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: orcl
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LISTENER value: LISTENER
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LISTENER_OH value: D:\oracle\product\10.2.0\db_1
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-config' set to true
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: D:\oracle\product\10.2.0\db_1
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: orcl
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: D:\oracle\product\10.2.0\db_1
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'UPDATE_EMAIL' set to false
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-backup' set to false
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'create' set to false
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\emca_2008-01-18_02-40-59-AM.log to D:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\orcl\emca_2008-01-18_02-40-59-AM.log
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emConfig.log.
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    Jan 18, 2008 2:41:00 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Jan 18, 2008 2:41:05 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2008 2:41:05 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\oracle\product\10.2.0\db_1, and user: DBSNMP
    Jan 18, 2008 2:41:06 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2008 2:41:06 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jan 18, 2008 2:41:06 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Jan 18, 2008 2:41:07 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2008 2:41:07 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Jan 18, 2008 2:41:07 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jan 18, 2008 2:41:07 AM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Jan 18, 2008 2:41:07 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Jan 18, 2008 2:41:08 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2008 2:41:08 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Jan 18, 2008 2:41:08 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Jan 18, 2008 2:41:08 AM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Jan 18, 2008 2:41:08 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Jan 18, 2008 2:41:08 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Jan 18, 2008 2:41:08 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Jan 18, 2008 2:41:08 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Jan 18, 2008 2:41:08 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: orcl
    Jan 18, 2008 2:41:08 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jan 18, 2008 2:41:08 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBID.
    Jan 18, 2008 2:41:08 AM oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    Jan 18, 2008 2:41:08 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Jan 18, 2008 2:41:09 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2008 2:41:09 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 1172074965
    Jan 18, 2008 2:41:09 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYSMAN
    Jan 18, 2008 2:41:10 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2008 2:41:10 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:10 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:10 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Jan 18, 2008 2:41:11 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2008 2:41:11 AM oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    Jan 18, 2008 2:41:11 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jan 18, 2008 2:41:11 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jan 18, 2008 2:41:11 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Jan 18, 2008 2:41:11 AM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Jan 18, 2008 2:41:11 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Jan 18, 2008 2:41:12 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2008 2:41:12 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Jan 18, 2008 2:41:12 AM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Jan 18, 2008 2:41:12 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: orcl
    Jan 18, 2008 2:41:12 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties to D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties.emca.tmp
    Jan 18, 2008 2:41:12 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties has been copied to D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties.emca.tmp
    Jan 18, 2008 2:41:12 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties.emca to D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties
    Jan 18, 2008 2:41:12 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties.emca has been copied to D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties
    Jan 18, 2008 2:41:12 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml to D:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml.emca.tmp
    Jan 18, 2008 2:41:12 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml has been copied to D:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml.emca.tmp
    Jan 18, 2008 2:41:12 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: orcl Host: AMIR Node: null OH: D:\oracle\product\10.2.0\db_1 agentHome: null isCentral: false
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: orcl Host: AMIR Node: null OH: D:\oracle\product\10.2.0\db_1 isDBC: false
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: orcl Host: AMIR Node: null OH: D:\oracle\product\10.2.0\db_1 isDBC: false
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_orcl.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_orcl.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_orcl.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_orcl.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to D:\oracle\product\10.2.0\db_1\oui
    Jan 18, 2008 2:41:13 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to D:\oracle\product\10.2.0\db_1\oui
    Jan 18, 2008 2:41:15 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [D:\oracle\product\10.2.0\db_1]
    Jan 18, 2008 2:41:15 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME D:\oracle\product\10.2.0\db_1
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file D:\oracle\product\10.2.0\db_1\install\staticports.ini
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: D:\oracle\product\10.2.0\db_1:AMIR:null:orcl:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_orcl.
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_orcl value: 3938
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_orcl.
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_orcl value: 1158
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_orcl.
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_orcl value: 5540
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_orcl.
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_orcl value: 5520
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: orcl : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5520, JMS_PORT=5540, AGENT_PORT=3938}
    Jan 18, 2008 2:41:16 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Jan 18, 2008 2:41:17 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2008 2:41:17 AM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully granted priviliges to dbsnmp.
    Jan 18, 2008 2:41:17 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYS
    Jan 18, 2008 2:41:18 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2008 2:41:18 AM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    Jan 18, 2008 2:41:18 AM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking mgmt view user account
    Jan 18, 2008 2:41:18 AM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: view user sql: declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    Jan 18, 2008 2:41:18 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C D:\oracle\product\10.2.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.bat "D:\oracle\product\10.2.0\db_1\sysman\admin\scripts;D:\oracle\product\10.2.0\db_1\bin;" D:/oracle/product/10.2.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe D:\oracle\product\10.2.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.pl D:\oracle\product\10.2.0\db_1 orcl SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Jan 18, 2008 2:41:21 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Jan 18, 2008 2:41:21 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of CMD /C D:\oracle\product\10.2.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.bat "D:\oracle\product\10.2.0\db_1\sysman\admin\scripts;D:\oracle\product\10.2.0\db_1\bin;" D:/oracle/product/10.2.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe D:\oracle\product\10.2.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.pl D:\oracle\product\10.2.0\db_1 orcl SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD completed successfully
    Jan 18, 2008 2:41:21 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Arguments passed D:\oracle\product\10.2.0\db_1 orcl SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Connecting to database orcl in home D:\oracle\product\10.2.0\db_1 with user "SYS" role "SYSDBA".
    connected to database.
    sql to execute declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    noOfParams to bind: 1.
    sql execute successfully.
    Jan 18, 2008 2:41:21 AM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocked mgmt_view account
    Jan 18, 2008 2:41:21 AM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked relevant accounts
    Jan 18, 2008 2:41:21 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYSMAN
    Jan 18, 2008 2:41:22 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2008 2:41:27 AM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Finished executing emreposoutofbox.sql
    Jan 18, 2008 2:41:27 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYSMAN
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Submitting dbms job: D:\oracle\product\10.2.0\db_1\sysman\admin\emdrep\sql\core\latest\admin\admin_submit_dbms_jobs.sql
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Successfully submitted dbms job
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.EMDBCConfig updateEmomsProps
    CONFIG: Updating file D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties ...
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties.emca to D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties.emca.util.tmp to D:\oracle\product\10.2.0\db_1\sysman\config\emoms.properties
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml.emca.util.tmp to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Copying OC4J config files from D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\application.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\application.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\data-sources.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\data-sources.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\global-web-application.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\global-web-application.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\http-web-site.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\http-web-site.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\internal-settings.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\internal-settings.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\java2.policy to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\java2.policy
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn-data.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\jazn-data.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jazn.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\jazn.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\jms.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\jms.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\mime.types to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\mime.types
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\oc4j-connectors.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\oc4j-connectors.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\principals.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\principals.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\rmi.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\rmi.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\server.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\META-INF
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\META-INF\MANIFEST.MF to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\META-INF\MANIFEST.MF
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _makeDirectory
    CONFIG: Create directory D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\application-deployments\default\defaultWebApp
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole\application-deployments\default\defaultWebApp\orion-web.xml to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\application-deployments\default\defaultWebApp\orion-web.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.EMDBCConfig copyOC4JDir
    CONFIG: Finished copying OC4J config files
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\jms.xml.emca.util.tmp to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\jms.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\rmi.xml.emca.util.tmp to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\rmi.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\http-web-site.xml.emca.util.tmp to D:\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_AMIR_orcl\config\http-web-site.xml
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.EMAgentConfig updateEmdProps
    CONFIG: Updating file D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties ...
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties.emca to D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties.emca.util.tmp to D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties ...
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.EMAgentConfig updateTargets
    CONFIG: value for use102tgt: false
    Jan 18, 2008 2:41:28 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:29 AM oracle.sysman.emcp.ParamsManager getLocalListener
    CONFIG: Using specified listener name: LISTENER
    Jan 18, 2008 2:41:29 AM oracle.sysman.emcp.EMAgentConfig updateAgentConfigFiles
    CONFIG: Updating file D:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml ...
    Jan 18, 2008 2:41:29 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:29 AM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Local host name: AMIR
    Jan 18, 2008 2:41:29 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jan 18, 2008 2:41:29 AM oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'TZ' is '', discarding the same
    Jan 18, 2008 2:41:29 AM oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'ORACLE_HOSTNAME' is '', discarding the same
    Jan 18, 2008 2:41:29 AM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [ALLUSERSPROFILE=C:\ProgramData, APPDATA=C:\Users\hamid\AppData\Roaming, ASSISTANTS_COMMON_CLASSPATH=D:\oracle\product\10.2.0\db_1\assistants\jlib\assistantsCommon.jar, BALISHARE_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\share.jar, CLASSPATH=D:\oracle\product\10.2.0\db_1\jdk\jre\lib\rt.jar;D:\oracle\product\10.2.0\db_1\jdk\jre\lib\i18n.jar;D:\oracle\product\10.2.0\db_1\assistants\dbca\jlib\dbca.jar;D:\oracle\product\10.2.0\db_1\assistants\jlib\assistantsCommon.jar;D:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;D:\oracle\product\10.2.0\db_1\jlib\ewtcompat-3_3_15.jar;D:\oracle\product\10.2.0\db_1\jlib\share.jar;D:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar;D:\oracle\product\10.2.0\db_1\jlib\oracle_ice5.jar;D:\oracle\product\10.2.0\db_1\jlib\help4.jar;D:\oracle\product\10.2.0\db_1\jlib\jewt4.jar;D:\oracle\product\10.2.0\db_1\jlib\kodiak.jar;D:\oracle\product\10.2.0\db_1\lib\xmlparserv2.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-mapping.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-utility.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-collation.jar;D:\oracle\product\10.2.0\db_1\jlib\netcfg.jar;D:\oracle\product\10.2.0\db_1\jlib\ojmisc.jar;D:\oracle\product\10.2.0\db_1\jlib\oraclepki103.jar;D:\oracle\product\10.2.0\db_1\jlib\ldapjclnt10.jar;D:\oracle\product\10.2.0\db_1\jlib\opm.jar;D:\oracle\product\10.2.0\db_1\jdbc\lib\classes12.zip;D:\oracle\product\10.2.0\db_1\jlib\srvm.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmhas.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmasm.jar;D:\oracle\product\10.2.0\db_1\classes;D:\oracle\product\10.2.0\db_1\jlib\oemlt-10_1_0.jar;D:\oracle\product\10.2.0\db_1\jlib\emca.jar;D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\oc4j.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;D:\oracle\product\10.2.0\db_1\jlib\emConfigInstall.jar;D:\oracle\product\10.2.0\db_1\oui\jlib\OraInstaller.jar, COMMONPROGRAMFILES=C:\Program Files\Common Files, COMPUTERNAME=AMIR, COMSPEC=C:\Windows\system32\cmd.exe, DBCA_CLASSPATH=D:\oracle\product\10.2.0\db_1\assistants\dbca\jlib\dbca.jar, DEVMGR_SHOW_NONPRESENT_DEVICES=1, EM_CLASSPATH=D:\oracle\product\10.2.0\db_1\classes;D:\oracle\product\10.2.0\db_1\jlib\oemlt-10_1_0.jar;D:\oracle\product\10.2.0\db_1\jlib\emca.jar;D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\oc4j.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;D:\oracle\product\10.2.0\db_1\jlib\emConfigInstall.jar, EWT_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;D:\oracle\product\10.2.0\db_1\jlib\ewtcompat-3_3_15.jar, FP_NO_HOST_CHECK=NO, GDK_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\orai18n.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-mapping.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-utility.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-collation.jar, HELP_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\help4.jar;D:\oracle\product\10.2.0\db_1\jlib\jewt4.jar, HOMEDRIVE=C:, HOMEPATH=\Users\hamid, I18N_CLASSPATH=D:\oracle\product\10.2.0\db_1\jdk\jre\lib\i18n.jar, ICE_BROWSER_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\oracle_ice5.jar, INSTALLER_CLASSPATH=D:\oracle\product\10.2.0\db_1\oui\jlib\OraInstaller.jar, JDBC_CLASSPATH=D:\oracle\product\10.2.0\db_1\jdbc\lib\classes12.zip, JRE_CLASSPATH=D:\oracle\product\10.2.0\db_1\jdk\jre\lib\rt.jar, KODIAK_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\kodiak.jar, LOCALAPPDATA=C:\Users\hamid\AppData\Local, LOGONSERVER=\\AMIR, NEED_EXIT_CODE=1, NETCFG_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\netcfg.jar;D:\oracle\product\10.2.0\db_1\jlib\ojmisc.jar;D:\oracle\product\10.2.0\db_1\jlib\oraclepki103.jar;D:\oracle\product\10.2.0\db_1\jlib\ldapjclnt10.jar;D:\oracle\product\10.2.0\db_1\jlib\opm.jar, NUMBER_OF_PROCESSORS=2, OH=D:\oracle\product\10.2.0\db_1, ORACLE_SID=orcl, OS=Windows_NT, PATH=D:\oracle\product\10.2.0\db_1\jdk\jre\bin\server;D:\oracle\product\10.2.0\db_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, PERL5LIB=D:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86;D:\oracle\product\10.2.0\db_1\perl\5.8.3\lib;D:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86;D:\oracle\product\10.2.0\db_1\perl\site\5.8.3;D:\oracle\product\10.2.0\db_1\perl\site\5.8.3\lib;D:\oracle\product\10.2.0\db_1\sysman\admin\scripts;D:\oracle\product\10.2.0\db_1\perl\lib\5.8.3\MSWin32-x86;D:\oracle\product\10.2.0\db_1\perl\lib\5.8.3;D:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86-multi-thread;D:\oracle\product\10.2.0\db_1\perl\site\5.8.3;D:\oracle\product\10.2.0\db_1\perl\site\5.8.3\lib;D:\oracle\product\10.2.0\db_1\sysman\admin\scripts, PROCESSOR_ARCHITECTURE=x86, PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 6, GenuineIntel, PROCESSOR_LEVEL=6, PROCESSOR_REVISION=0f06, PROGRAMDATA=C:\ProgramData, PROGRAMFILES=C:\Program Files, PROMPT=$P$G, PUBLIC=C:\Users\Public, SESSIONNAME=Console, SRVM_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\srvm.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmhas.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmasm.jar, SWING_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar, SYSTEMDRIVE=C:, SYSTEMROOT=C:\Windows, TEMP=C:\Users\hamid\AppData\Local\Temp, TMP=C:\Users\hamid\AppData\Local\Temp, USERDOMAIN=amir, USERNAME=hamid, USERPROFILE=C:\Users\hamid, WINDIR=C:\Windows, XMLPARSER_CLASSPATH=D:\oracle\product\10.2.0\db_1\lib\xmlparserv2.jar, __COMPAT_LAYER=VistaSetUp , __PROCESS_HISTORY=D:\10.2\setup.exe]
    Jan 18, 2008 2:41:29 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C D:\oracle\product\10.2.0\db_1\bin\emctl.bat deploy dbconsole D:\oracle\product\10.2.0\db_1\AMIR_orcl AMIR:3938 AMIR orcl
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of CMD /C D:\oracle\product\10.2.0\db_1\bin\emctl.bat deploy dbconsole D:\oracle\product\10.2.0\db_1\AMIR_orcl AMIR:3938 AMIR orcl completed successfully
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating shared install...
    Source location: D:\oracle\product\10.2.0\db_1
    Destination (shared install) : D:\oracle\product\10.2.0\db_1\AMIR_orcl
    DeployMode : dbconsole
    Creating directories...
    Setting console properties ...
    Setting log and trace files locations for Console ...
    Setting log and trace files locations for Agent ...
    Service "OracleDBConsoleorcl" create SUCCESS
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\AMIR_orcl\sysman\config\emoms.properties.emca.util.tmp to D:\oracle\product\10.2.0\db_1\AMIR_orcl\sysman\config\emoms.properties
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\AMIR_orcl\sysman\config\emd.properties.emca.util.tmp to D:\oracle\product\10.2.0\db_1\AMIR_orcl\sysman\config\emd.properties
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\AMIR_orcl\sysman\config\emd.properties.emca.util.tmp to D:\oracle\product\10.2.0\db_1\AMIR_orcl\sysman\config\emd.properties
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.util.PlatformInterface getEnvProps
    CONFIG: Returning env array from cache
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [ALLUSERSPROFILE=C:\ProgramData, APPDATA=C:\Users\hamid\AppData\Roaming, ASSISTANTS_COMMON_CLASSPATH=D:\oracle\product\10.2.0\db_1\assistants\jlib\assistantsCommon.jar, BALISHARE_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\share.jar, CLASSPATH=D:\oracle\product\10.2.0\db_1\jdk\jre\lib\rt.jar;D:\oracle\product\10.2.0\db_1\jdk\jre\lib\i18n.jar;D:\oracle\product\10.2.0\db_1\assistants\dbca\jlib\dbca.jar;D:\oracle\product\10.2.0\db_1\assistants\jlib\assistantsCommon.jar;D:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;D:\oracle\product\10.2.0\db_1\jlib\ewtcompat-3_3_15.jar;D:\oracle\product\10.2.0\db_1\jlib\share.jar;D:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar;D:\oracle\product\10.2.0\db_1\jlib\oracle_ice5.jar;D:\oracle\product\10.2.0\db_1\jlib\help4.jar;D:\oracle\product\10.2.0\db_1\jlib\jewt4.jar;D:\oracle\product\10.2.0\db_1\jlib\kodiak.jar;D:\oracle\product\10.2.0\db_1\lib\xmlparserv2.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-mapping.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-utility.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-collation.jar;D:\oracle\product\10.2.0\db_1\jlib\netcfg.jar;D:\oracle\product\10.2.0\db_1\jlib\ojmisc.jar;D:\oracle\product\10.2.0\db_1\jlib\oraclepki103.jar;D:\oracle\product\10.2.0\db_1\jlib\ldapjclnt10.jar;D:\oracle\product\10.2.0\db_1\jlib\opm.jar;D:\oracle\product\10.2.0\db_1\jdbc\lib\classes12.zip;D:\oracle\product\10.2.0\db_1\jlib\srvm.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmhas.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmasm.jar;D:\oracle\product\10.2.0\db_1\classes;D:\oracle\product\10.2.0\db_1\jlib\oemlt-10_1_0.jar;D:\oracle\product\10.2.0\db_1\jlib\emca.jar;D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\oc4j.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;D:\oracle\product\10.2.0\db_1\jlib\emConfigInstall.jar;D:\oracle\product\10.2.0\db_1\oui\jlib\OraInstaller.jar, COMMONPROGRAMFILES=C:\Program Files\Common Files, COMPUTERNAME=AMIR, COMSPEC=C:\Windows\system32\cmd.exe, DBCA_CLASSPATH=D:\oracle\product\10.2.0\db_1\assistants\dbca\jlib\dbca.jar, DEVMGR_SHOW_NONPRESENT_DEVICES=1, EM_CLASSPATH=D:\oracle\product\10.2.0\db_1\classes;D:\oracle\product\10.2.0\db_1\jlib\oemlt-10_1_0.jar;D:\oracle\product\10.2.0\db_1\jlib\emca.jar;D:\oracle\product\10.2.0\db_1\sysman\jlib\emCORE.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\oc4j.jar;D:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\db_oc4j_deploy.jar;D:\oracle\product\10.2.0\db_1\jlib\emConfigInstall.jar, EWT_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;D:\oracle\product\10.2.0\db_1\jlib\ewtcompat-3_3_15.jar, FP_NO_HOST_CHECK=NO, GDK_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\orai18n.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-mapping.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-utility.jar;D:\oracle\product\10.2.0\db_1\jlib\orai18n-collation.jar, HELP_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\help4.jar;D:\oracle\product\10.2.0\db_1\jlib\jewt4.jar, HOMEDRIVE=C:, HOMEPATH=\Users\hamid, I18N_CLASSPATH=D:\oracle\product\10.2.0\db_1\jdk\jre\lib\i18n.jar, ICE_BROWSER_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\oracle_ice5.jar, INSTALLER_CLASSPATH=D:\oracle\product\10.2.0\db_1\oui\jlib\OraInstaller.jar, JDBC_CLASSPATH=D:\oracle\product\10.2.0\db_1\jdbc\lib\classes12.zip, JRE_CLASSPATH=D:\oracle\product\10.2.0\db_1\jdk\jre\lib\rt.jar, KODIAK_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\kodiak.jar, LD_LIBRARY_PATH=D:\oracle\product\10.2.0\db_1\lib32;D:\oracle\product\10.2.0\db_1\lib;D:\oracle\product\10.2.0\db_1\perl\lib;null, LOCALAPPDATA=C:\Users\hamid\AppData\Local, LOGONSERVER=\\AMIR, NETCFG_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\netcfg.jar;D:\oracle\product\10.2.0\db_1\jlib\ojmisc.jar;D:\oracle\product\10.2.0\db_1\jlib\oraclepki103.jar;D:\oracle\product\10.2.0\db_1\jlib\ldapjclnt10.jar;D:\oracle\product\10.2.0\db_1\jlib\opm.jar, NUMBER_OF_PROCESSORS=2, OH=D:\oracle\product\10.2.0\db_1, OS=Windows_NT, PATH=D:\oracle\product\10.2.0\db_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, PERL5LIB=D:\oracle\product\10.2.0\db_1\sysman\admin\scripts;D:\oracle\product\10.2.0\db_1\bin;, PROCESSOR_ARCHITECTURE=x86, PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 6, GenuineIntel, PROCESSOR_LEVEL=6, PROCESSOR_REVISION=0f06, PROGRAMDATA=C:\ProgramData, PROGRAMFILES=C:\Program Files, PROMPT=$P$G, PUBLIC=C:\Users\Public, SESSIONNAME=Console, SRVM_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\srvm.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmhas.jar;D:\oracle\product\10.2.0\db_1\jlib\srvmasm.jar, SWING_CLASSPATH=D:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar, SYSTEMDRIVE=C:, SYSTEMROOT=C:\Windows, TEMP=C:\Users\hamid\AppData\Local\Temp, TMP=C:\Users\hamid\AppData\Local\Temp, USERDOMAIN=amir, USERNAME=hamid, USERPROFILE=C:\Users\hamid, WINDIR=C:\Windows, XMLPARSER_CLASSPATH=D:\oracle\product\10.2.0\db_1\lib\xmlparserv2.jar, __COMPAT_LAYER=VistaSetUp , __PROCESS_HISTORY=D:\10.2\setup.exe]
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: D:/oracle/product/10.2.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe D:\oracle\product\10.2.0\db_1\bin\targetdeploy.pl D:\oracle\product\10.2.0\db_1\AMIR_orcl AMIR orcl
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of D:/oracle/product/10.2.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe D:\oracle\product\10.2.0\db_1\bin\targetdeploy.pl D:\oracle\product\10.2.0\db_1\AMIR_orcl AMIR orcl completed successfully
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Creating targets.xml in state directories...
    Source location: D:/oracle/product/10.2.0/db_1
    Destination : D:\oracle\product\10.2.0\db_1\AMIR_orcl
    Creating directories...
    Creating targets.xml...
    Done.
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.EMAgentConfig createAgentTimeStampFile
    CONFIG: Creating agntstmp.txt file. oh: D:\oracle\product\10.2.0\db_1 stateDir: D:\oracle\product\10.2.0\db_1\AMIR_orcl host: AMIR
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYSMAN_PWD_CLEAR.
    Jan 18, 2008 2:41:31 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: orcl, oracleHome: D:\oracle\product\10.2.0\db_1, and user: SYSMAN
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.EMAgentConfig createAgentTimeStampFile
    CONFIG: Executing sql: select emd_url from mgmt_targets where lower(host_name) = lower ( 'AMIR' ) and target_type = 'host'
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.EMAgentConfig createAgentTimeStampFile
    CONFIG: Result of query: result length: 0
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.EMAgentConfig createAgentTimeStampFile
    CONFIG: Not creating file: D:\oracle\product\10.2.0\db_1\AMIR_orcl\sysman\emd\agntstmp.txt
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.EMAgentConfig instantiateEMConfigFiles
    CONFIG: Successfully deployed state dirs for AMIR
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.EMAgentConfig performConfiguration
    CONFIG: Successfully updated agent config files
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties.emca.tmp to D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties.emca.tmp has been copied to D:\oracle\product\10.2.0\db_1\sysman\config\emd.properties
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml.emca.tmp to D:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml.emca.tmp has been copied to D:\oracle\product\10.2.0\db_1\sysman\emd\targets.xml
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Updating file D:\oracle\product\10.2.0\db_1\install\portlist.ini ...
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\install\portlist.ini to D:\oracle\product\10.2.0\db_1\install\portlist.ini.emca.util.tmp
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle\product\10.2.0\db_1\install\portlist.ini has been copied to D:\oracle\product\10.2.0\db_1\install\portlist.ini.emca.util.tmp
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Writing the selected ports to portlist.ini
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\install\portlist.ini.emca.util.tmp to D:\oracle\product\10.2.0\db_1\install\portlist.ini
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: File D:\oracle\product\10.2.0\db_1\install\portlist.ini is successfully updated
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Updating file D:\oracle\product\10.2.0\db_1\install\portlist.ini ...
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\install\portlist.ini to D:\oracle\product\10.2.0\db_1\install\portlist.ini.emca.util.tmp
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file D:\oracle\product\10.2.0\db_1\install\portlist.ini has been copied to D:\oracle\product\10.2.0\db_1\install\portlist.ini.emca.util.tmp
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: Writing the selected ports to portlist.ini
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file D:\oracle\product\10.2.0\db_1\install\portlist.ini.emca.util.tmp to D:\oracle\product\10.2.0\db_1\install\portlist.ini
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.PortManager addPortEntries
    CONFIG: File D:\oracle\product\10.2.0\db_1\install\portlist.ini is successfully updated
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: cmdType: 0
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Starting Windows service...OracleDBConsoleorcl
    Jan 18, 2008 2:41:32 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:41:42 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:41:52 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:42:02 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:42:12 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:42:22 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:42:32 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:42:42 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:42:52 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:43:02 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:43:12 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:43:22 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:43:32 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:43:42 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:43:52 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:44:02 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:44:12 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:44:22 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:44:32 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:44:42 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:44:52 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:45:02 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:45:12 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:45:22 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:45:32 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:45:42 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:45:52 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:46:02 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:46:12 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:46:22 AM oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleorcl' to fully start
    Jan 18, 2008 2:46:32 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at D:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emConfig.log for more details.
    Jan 18, 2008 2:46:32 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
         at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:572)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:184)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:153)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:155)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:436)
         at java.lang.Thread.run(Thread.java:534)

    Don't know whether you noticed - the problems are around DB Console (Enterprise Manager). It is a pretty powerful piece of software that needs some pretty powerful OS permissions.
    What happens if you try the install requesting 'no management console'. (In other words - do not use a 'basic install' and uncheck the 'enterprise manager' selection on the appropriate screen.
    If it installs successfully, you can always attempt to add the console later using emca.

  • ITunes 10.5.3 - Installation Error - Vista SP2

    At the beginning of installation, I receive this - "The Installer has insufficient priveleges to modify this file: C\Program Files\Common Files\Apple\Apple Application Support\WebKit.resources\inspector\images\toolbarIconsSmall.png."
    Of course, this permission error follows with another message after installation, when it wants to open the program - "iTunes was not installed correctly. Please reinstall iTunes. Error 7 (Windows error 127). When I try to manually open it, even by opening as administrator, it says, "The procedure point kCMByteStreamNotification_AvailableLengthChanged could not be located in the dynamic link library CoreMedia.dll."
    Is this an easy fix? I'm not sure why permission is messing with dll's. iTunes was working fine before I updated it a few months ago. Sorry I don't have the version info. Other than that nothing has been changed.

    "The Installer has insufficient priveleges to modify this file: C\Program Files\Common Files\Apple\Apple Application Support\WebKit.resources\inspector\images\toolbarIconsSmall.png."
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    Vista instructions in the following document: Check your hard disk for errors
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Installation on Vista Issue!!

    I am running into problems installing Flash remoting
    on new vista machine on both business and ultimate versions with
    both get error 1606. could not access network location
    %SystemDrive%\inetpub\wwwroot\flashremoting
    cannot seem to find a solution..help!!

    You might want to try this : http://faster-pc.net/related/english/windows-installer/?gclid=COiNnIWg2ZUCFQxsGg odyRE1Xg&hit=1&adurl=17201

  • Problem with installation on Vista

    I have a strange behavior with the Adobe Air installer.
    I am using  InstallShield 2012 Suite installer to install my product and our Adobe Air Help.
    This is working fine on Windows 7, but on Vista, it will only work when you use run as administrator.
    Adobe AIR installer is called from the Suit, like this:
    12-28-2011[01:25:30 ??]: Will launch exe: C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}\PetrelHelp Installer.exe
    12-28-2011[01:25:30 ??]: EXE parcel command line: -silent -eulaAccepted -programMenu -location "[ISInstallDir_Petrel]" PetrelHelp.air
    12-28-2011[01:25:30 ??]: EXE parcel resolved command line: -silent -eulaAccepted -programMenu -location "C:\Program Files\Schlumberger\Petrel 2012" PetrelHelp.air
    12-28-2011[01:25:30 ??]: EXE parcel requires elevation
    12-28-2011[01:25:33 ??]: Final result status for EXE parcel: 80070007
    12-28-2011[01:25:33 ??]: Engine: property 'ISInstallStatus' value now 'Package  operation complete'
    12-28-2011[01:25:33 ??]: UI DLL: Get: Property=ISInstallStatus Value=Package  operation complete Return Code=0
    12-28-2011[01:25:33 ??]: Engine: property 'ISParcelStatus' value now 'ID_STRING7'
    12-28-2011[01:25:33 ??]: UI DLL: Get: Property=ISParcelStatus Value=ID_STRING7 Return Code=0
    12-28-2011[01:25:33 ??]: Parcel operation return status: 0
    12-28-2011[01:25:33 ??]: No registry indicators appear to signal a reboot is pending
    12-28-2011[01:25:33 ??]: Re-running parcel detection for parcel {5DB0C2AB-375F-493B-ADF2-5BA30BDE2906}, install state: 0
    12-28-2011[01:25:33 ??]: UI DLL: Display Error: The installation of PetrelHelp Installer appears to have failed. Do you want to continue the installation?
    The install log from Adobe Air, run from  administrator console:
    [2011-12-29:09:59:01] Runtime Installer end with exit code 6
    [2011-12-29:10:01:26] Runtime Installer begin with version 3.0.0.4080 on Windows Vista x86
    [2011-12-29:10:01:26] Commandline is: -silent -eulaAccepted -programMenu -location "C:\Program Files\Schlumberger\Petrel 2012" PetrelHelp.air
    [2011-12-29:10:01:26] Installed runtime (3.0.0.4080) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-12-29:10:01:27] Invoking Application Installer for combined install
    [2011-12-29:10:01:27] Launching subprocess with commandline C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}" -silent -withRuntime -url -location "C:\Program Files\Schlumberger\Petrel 2012" -programMenu -eulaAccepted file:///D:/Rune/Petrel/PetrelHelp.air
    [2011-12-29:10:01:27] Application Installer begin with version 3.0.0.4080 on Windows Vista x86
    [2011-12-29:10:01:27] Commandline is: -runtime "C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}" -silent -withRuntime -url -location "C:\Program Files\Schlumberger\Petrel 2012" -programMenu -eulaAccepted file:///D:/Rune/Petrel/PetrelHelp.air
    [2011-12-29:10:01:27] Installed runtime (3.0.0.4080) located at C:\Program Files (x86)\Common Files\Adobe AIR
    [2011-12-29:10:01:28] Unpackaging file:///D:/Rune/Petrel/PetrelHelp.air to d:\temp\fla711B.tmp
    [2011-12-29:10:01:28] Got an unexpected fatal error while unpackaging: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]
    [2011-12-29:10:01:28] Application Installer end with exit code 7
    [2011-12-29:10:01:28] Subprocess app installer failed (7)
    [2011-12-29:10:01:28] Runtime Installer end with exit code 7
    Problem is, file location is wrong, there is no PetrelHelp.air in this folder: D:/Rune/Petrel/
    You can see the correct file location, when the installer is run from  administrator console.
    2011-12-28:13:46:54] Runtime Installer begin with version 3.0.0.4080 on Windows Vista x86
    [2011-12-28:13:46:54] Commandline is: -silent -eulaAccepted -programMenu -location "C:\Program Files\Schlumberger\Petrel 2012" PetrelHelp.air
    [2011-12-28:13:46:54] No installed runtime detected
    [2011-12-28:13:46:54] Invoking Application Installer for combined install
    [2011-12-28:13:46:54] Launching subprocess with commandline C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}" -silent -withRuntime -url -location "C:\Program Files\Schlumberger\Petrel 2012" -programMenu -eulaAccepted file:///C:/Users/ofwmgr.DIR/AppData/Local/Downloaded%20Installations/%7bB419BB07-5E1D-4C9 5-9C1D-B25DB76B2B18%7d/PetrelHelp.air
    [2011-12-28:13:46:55] Application Installer begin with version 3.0.0.4080 on Windows Vista x86
    [2011-12-28:13:46:55] Commandline is: -runtime "C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}" -silent -withRuntime -url -location "C:\Program Files\Schlumberger\Petrel 2012" -programMenu -eulaAccepted file:///C:/Users/ofwmgr.DIR/AppData/Local/Downloaded%20Installations/%7bB419BB07-5E1D-4C95-9C1D-B 25DB76B2B18%7d/PetrelHelp.air
    [2011-12-28:13:46:55] No installed runtime detected
    [2011-12-28:13:46:55] Unpackaging file:///C:/Users/ofwmgr.DIR/AppData/Local/Downloaded%20Installations/%7bB419BB07-5E1D-4C9 5-9C1D-B25DB76B2B18%7d/PetrelHelp.air to d:\temp\fla362B.tmp
    [2011-12-28:13:47:33] Application signature verified
    [2011-12-28:13:47:33] Unpackaging/validation complete
    [2011-12-28:13:47:33] Converting unpackaged application to a native installation package in d:\temp\flaCACB.tmp
    [2011-12-28:13:47:42] Native installation package creation succeeded
    [2011-12-28:13:47:42] Starting silent combined runtime and app install.
    Installing runtime version 3.0.0.4080.
    Installing app 12345.6688D07FC6B6EBADF79CE3D19AD2F2D33EEDC782.1 version 0.8.6.6 to C:\Program Files\Schlumberger\Petrel 2012 using the source file at file:///C:/Users/ofwmgr.DIR/AppData/Local/Downloaded%20Installations/%7bB419BB07-5E1D-4C9 5-9C1D-B25DB76B2B18%7d/PetrelHelp.air
    [2011-12-28:13:47:42] Installing msi at C:\Users\ofwmgr.DIR\AppData\Local\Downloaded Installations\{B419BB07-5E1D-4C95-9C1D-B25DB76B2B18}\setup.msi with guid {ACEB2BAF-96DF-48FD-ADD5-43842D4C443D}
    [2011-12-28:13:47:46] Installing msi at d:\temp\flaCACB.tmp\setup.msi with guid {55618B06-B5F9-2899-9A15-4B48B839B891}
    [2011-12-28:13:47:49] Application Installer end with exit code 0
    [2011-12-28:13:47:50] Subprocess app installer succeeded
    [2011-12-28:13:47:50] Runtime Installer end with exit code 0
    [2011-12-28:21:24:31] Runtime Installer begin with version 3.1.0.4880 on Windows Vista x86
    [2011-12-28:21:24:31] Commandline is:
    [2011-12-28:21:24:31] Installed runtime (3.0.0.4080) located at C:\Program Files (x86)\Common Files\Adobe AIR
    Why dos the Adobe Air installer  picks up the wrong file location?
    Any suggestion?

    Problem solved.
    The complete path to PetrelHelp.air needed to be added:
    From Installshield Suite Project, the call will be:
    Help Installer.exe
    -silent -eulaAccepted -programMenu -location "[ISInstallDir]" "[ISPREREQDIR]\Help.air"
    Regards,
    Rune

  • Apex 3.1.2 installation on Oracle 10g Standard Edition (10gSE)

    Hi..We're trying to install apex 3.1.2 on 10gSE (No application server 10gAS is available but just the database).
    Can it be installed with the embedded plsql gateway (EPG) option?
    or
    Oracle HTTP Server mod_plsql option?
    Currently there's Apache webserver already running on the box with PHP applications running. Want to make sure that apex/http-server install will not corrupt the existing environment.
    Please provide any pointers/references. IF YOU CAN OFFER PHONE SUPPORT FOR 1-2 HOURS, YOUR TIME IS Sincerely APPRECIATED. PLEASE EMAIL: [email protected] For Direct contact. Also, I may need help to solve some apex screen issues.
    * Removing the tagging with $ compensation on the post..Apex Community as in the past has been extremely helpful in solving many great apex challenges. Thanks for the continued support. *
    Edited by: Shravanv on Feb 18, 2010 12:09 PM
    Edited by: Shravanv on Feb 18, 2010 4:11 PM

    1- Here is what I mean, the oracle website is showing Web Logic in the download page of oracle application server:
    http://www.oracle.com/technology/software/products/ias/index.html
    Is there a separate download link for Oracle Application Server, if it's different from the web logic server?
    2- I Installed HTML_DB which is found in the Oracle 10g companion CD, I think I installed the HTTP Server with it, but now I want to install APEX 3.1.2 which I downloaded separately, if I uninstalled the HTML_DB using Oracle Universal Installer, will it remove the HTTP Server as well? since it lists the HTML_DB only as being installed without listing the HTTP Server separetly.
    Thanks.

  • NW ABAP Installation on Vista with DB Error -100 ERR_DBMSRV_NOSTART :

    Hi,
    I am trying to install SAPNW7.01ABAPTrial verion on Vista OS.
    I did the following steps successfully till now
    1. Check first the system requirements.
    2. Make sure the SAP Management Console is installed. If not install it here or by executing sapmmcX86u.msi from <extract_folder>\sapmmc.
    3. Start the Installer and choose Run/Open in the upcoming pop-up window. Alternatively you can start setup.exe from <extract_folder>\image.
    4. Follow the instructions in the install shield wizard.
    5. After the installation has finished, the application server can be started automatically by selecting Start Application Server.
    6. It is highly recommended to restart your system after installation.
    7. After these steps i installed the SAPGUI , MAXDB and SQL Studio
    Proceed as follows to connect to the NSP database by MaxDB Database Manager:
    Install the database manager as described above.
    Double click the Database Manager icon that should be placed on your desktop now. Alternatively use Windows Start menu under Programs -> MaxDB -> Database Manager
    In the upcoming Database Manager click on Add...<<The NSP database instance is displayed. Click on OK to confirm this dialog.>>
    When i click on the Add button i get the following error in a pop-up
    "100 ERR_DBMSRV_NOSTART : " .
    Can anyone please tell me what i need to do to connect the NSP database by using MAXdb.
    Thanks a Lot,

    I got the same error, But I can able to start NSP using SAPMMC. This requires windows username and password. With this I can able to login to SAP and work with no issues.
    also I installed Database Manager, here also while I was trying to add the server <local>. Here I tried adding the Database server name as localhost, this worked.
    Thank you,
    Surya.

  • Adobe AIR installation on Vista. Message: 'An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. '

    After failing to apply an update to Adobe Air, I attempted to re-install it from scratch.  This is at the end of the installation log:
    [2014-09-27:20:02:36] Rolling back install of c:\users\martin\appdata\local\temp\air6641.tmp\setup.msi
    [2014-09-27:20:02:36] Rollback complete
    [2014-09-27:20:02:36] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-27:20:02:36] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-27:20:02:36] Runtime Installer end with exit code 7
    [2014-09-27:20:02:38] Runtime Installer end with exit code 7
    [2014-09-29:07:59:54] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-29:07:59:54] Commandline is:
    [2014-09-29:07:59:54] No installed runtime detected
    [2014-09-29:07:59:59] Relaunching with elevation
    [2014-09-29:07:59:59] Launching subprocess with commandline c:\users\martin\appdata\local\temp\aire002.tmp\adobe air installer.exe -ei
    [2014-09-29:08:00:03] Runtime Installer begin with version 15.0.0.249 on Windows Vista x86
    [2014-09-29:08:00:03] Commandline is: -stdio \\.\pipe\AIR_3488_0 -ei
    [2014-09-29:08:00:03] No installed runtime detected
    [2014-09-29:08:00:03] Starting silent runtime install. Installing runtime version 15.0.0.249
    [2014-09-29:08:00:04] Installing msi at c:\users\martin\appdata\local\temp\aire002.tmp\setup.msi with guid {7BBAEC47-1CC0-4CB8-ADB4-531B78DBD1DD}
    [2014-09-29:08:00:06] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-29:08:00:06] Rolling back install of c:\users\martin\appdata\local\temp\aire002.tmp\setup.msi
    [2014-09-29:08:00:06] Rollback complete
    [2014-09-29:08:00:06] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-29:08:00:06] Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2014-09-29:08:00:09] Runtime Installer end with exit code 7
    The log covers many attempts.  The latest was on 29th September.
    Following a suggestion in another forum thread, I checked the file permissions for folder 'c:\users\martin\appdata\local\temp'.   As far as I can see, they give full control to the SYSTEM, administrator and sole user (martin) accounts.  There are no options with 'Deny' against them.
    I have run Microsoft FixIt.  I also tried the Windows Installer Cleanup utility (msicuu2.exe) but I got 'Access Denied' with no further details. 
    Any suggestions?

    I have managed to edit the Registry so as to get the Windows Installer (MSIExec) to write a verbose (detailed) log.  From this, and some web forums, I found that the problem has been caused by a Microsoft Windows security update, KB2918614.  This was applied on my PC on 14 August but I think it was released on 12 August.  My Windows version is Vista and I don't know if this update or a similar has been applied to other Windows versions.
    For more information see wix-users - SECREPAIR: CryptAcquireContext: Could not create the default key container.
    I went into Windows Update on my Control Panel and found how to uninstall update KB2918614.  When I had done this, followed by a Restart, I was able to install AIR and the software that uses it.

  • Developer 10G installation on vista HP (32 bit),help plz!

    hi!
    ok, i installed database 10G release2 & then tried to install developer 10g (10.1.2.0.3). after checking the requirements in DOS type mode, i received this error:
    "invalid staging area. there are no top level components for windows NT. windows 2000available for installation in this staging area."
    am i missing something really need consideration or sometthing else. please guide me how to install that on vista operating system (32 bit).
    thanks.
    sohail.

    See the thread at Re: Forms 10g installed and running on Windows Vista

  • Homesite5.0 fails installation in vista

    homesite5.0 fails installation right away after giving me
    error:
    in function sdcomponenttree unable to create dialog
    then gives me a blank error box
    then a series of blank abort/retry/ignore boxes throughout
    installation
    creates start menu dir, but no shortcut
    does not copy files, does not create program files dir.
    tried running as administrator, tried setting setup file to
    xp compatibility to no avail.
    anyone have experience with this problem?

    Hi Bill, yes, I can do that. Created one several levels deep.
    I assume you mean HS is running on Vista. It's not clear if you're
    problem is in creating that directory on RDS remote host (from a HS
    client running Vista) or specifically in also creating the
    directory on an RDS remote host (or localhost) running Vista. I was
    able to create a directory several levels deep on both a remote
    machine (not running Vista) and my localhost running Vista, both
    via RDS.
    I'll add, FWIW, that I'm running HomeSite+ 5.5 (not HomeSite
    5.0). If you (or others) really are still on 5.0, there's at least
    a free update to HS 5.2 (
    http://www.adobe.com/cfusion/resourcecenter/resourcecenter.cfm?pagename=hs%5F52%5Fupdater& loc=en%5Fus&)
    To update to HS 5.5, it would cost a HS 5.0 customer US$29.
    More at
    http://www.adobe.com/products/homesite/productinfo/upgrade/
    That said, no release of HS specifically lists Vista as
    supported (see the requirements page, which lists Win2k3 as tha
    latest OS specifically supported):
    http://www.adobe.com/products/homesite/productinfo/systemreqs/
    I'll point out as well that if one has Dreamweaver 8, that
    includes HomeSite+ 5.5 free on the CD (you use the DW license to
    register it).
    If anyone would ask about the difference between HomeSite and
    HomeSite+, I'd point you to a blog entry I did (one of many, by
    myself and others over the years):
    http://carehart.org/blog/client/index.cfm/2007/10/23/homesite_homesiteplus_and_adobe_eclip se_ext
    Hope that's helpful.

  • Apex 3.1.2 Installation

    Hi All
    I´m trying to install but I getting some problems.
    In this version 3.1.2 must I really create the apex tablespace before run the apexins.sql ?
    I run but got the error: Tablespace "TS_APEX" not exists, but I read that it isn´t necessary, the script will create automatically.
    Thanks any help.
    ( WinServer 2003 sp2 on Oracle 9.2.0.8.0 ).

    Hello,
    Fresh from the documentation:
    Full development environment. Run apexins.sql passing the following four arguments in the order shown:
    @apexins tablespace_apex tablespace_files tablespace_temp images
    Where:
        *      tablespace_apex is the name of the tablespace for the Oracle Application Express application user.
        *      tablespace_files is the name of the tablespace for the Oracle Application Express files user.
        *      tablespace_temp is the name of the temporary tablespace.
        *      images is the virtual directory for Oracle Application Express images. To support future Oracle Application Express upgrades, define the virtual image directory as /i/.
    Example:
    @apexins SYSAUX SYSAUX TEMP /i/So there is no statement that creation of the tablespace shouldn't be necessary. If you look inside the scripts (coreins.sql) you'll find a 'create user...default tablespace <tablespace>.
    So you have to create one prior to running the installation.
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    http://www.bloggingaboutoracle.org/
    http://www.logica.com/
    You can award this reply to your question by marking it as either Helpful or Correct ;-)

  • APEX 3.1.2 Installation Problem

    I am using Oracle 11G with inbuilt APEX 3.0. Recently i downloaded APEX 3.1.2 & try to install but whenever i execute the apexins.sql with parameter SYSAUX SYSAUX TEMP /i/script from sqlplus with sys user name after show the starting installation message & then automatically close the whole sqlplus window.
    Please help to install APEX 3.1.2

    Look at the log file that the installation script generates to see where your upgrade is failing. You should have a log file for each time you ran the apexins.sql script and it failed. Drop the user FLOWS_030100 (DROP user flows_030100 cascade;) before trying to re-run the apexins.sql script. The installation guide explains this.
    Hope this helps,
    Dan

  • Error during 9.3 installation on vista 64

    Hello,
    It's impossible to install last 9 version (or 8 version) on my new PC (Vista 64).
    The error occurs at last step and the message is : an error occured during installation of assembly component.
    Is there somebody can help me ?
    Thanks,
    Dominique

    I'm having the same problem on vista 64.  I keep getting a permission problem installing to "Program Files (x86)".  The instructions on the adobe website say to change ownership on the ProgramData folder which doesn't help.  I tried redirecting the install to ProgramData but it still tries to write to (x86) folder.  I tried changing ownership of Program Files(x86)/adobe and that didn't work.  I can't even vew that folder.  I am working from an administrator account.  Please help.

Maybe you are looking for

  • SAP WEB AS 6.20 unicode installation question

    I am trying to install SAP WEB AS 6.2 unicode version on SAPDB 7.3 on windows 2000 . I get the following error when i try to install the database instance after the succesfully installing the Central instance. INFO 2004-10-11 22:22:50 'C:\51018821/NT

  • Using Bonjour for video chat to windows computer

    I'm wondering if it is possible to use Bonjour to do video chats accross the network from a mac to windows xp pc. Thanks in advance for any help or answers.

  • IPod touch asking to connect to itunes

    My daughter's iPod touch 4th generation is asking to be connected to iTunes like it does when you first take it out of the box. Problem is its not new. I am hesitant to connect it because I don't know if she is going to lose any pictures, etc that ha

  • Logic to build Hierarchy in an internal table

    Hi expert, I have store the output in the following manner in an iinternal table      xx.0011.1      xx.0011.2                                    xx.0011 xx.0012.1.1      xx.0012.1           xx.0012                XX.001. I want to convert it with pr

  • How to skip required check on mandatory field of selection screen

    Hi expert, In my report, I define two rodiobutton to show block1 or block2, but every time I click each radiobutton, the message "Fill in all required entry" shown, so my question is how can I skip required check when click radiabutton? Some of my se