Addon Installer on Vista

Hi,
I have developed an Addon for SBO2007 in VS .NET with VB. I packaged my solution with the standard SDK Installer. Then i tried to install it on my Vista Client and got the B1 System message "Installation Failed". When i try to install it on the W2k3 Server it works fine.
Now my question: could this be a .NET Versions related thing?
Note: I'm admin on my Vista machine and have turned UAC off.

Hi,
This is probably a .NET Versions related thing.  What .NET version do you have on your Vista?  Make sure you have matched version with your add-on.
Thanks,
Gordon

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/

  • SAP Business one 9.0 AddOn installer error

    Hi Experts,
    I have upgrade my SAP B1 from 8.82 to 9.0 PL 5. I have an addon also which is I compile with 9.0 DLLs. it is working fine if I direct connect by visual studio 2010 to any client 32-bit or 64 bit. But When I make an .ard file using B1DE 2.2.6 . it gives me error '"BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)". I use the following steps for make an addon.
    1. Run Addon Installer Wizard and follow all steps.
    2. Change Compile -Advance Compile option -Any CPU.
    3  Rebuild again project.
    4. Rebuild ard file by clicking on batch file
    Please suggest where is the gap. It tried to install on both client 32 bit or 64 bit, but it gives me above error.
    Thanks
    Regards
    Jitender

    hi Kerremans,
    Thanks for you quick reply.
    I try to compile my installer with 86x .Now it gives a new error EndInstallEx return -2. Please what is this new error.
    Thanks
    Regards

  • AddOn installer for C# in SAP 2004

    Hi,
    I have a question. Is there an AddOn Installer for C# in SAP 2004? Or do I have to write it by myself?
    Regards,
    Hmg

    Hi Szymon,
    You can use B1DE package you can donwload for free from SDN. It will create an installer in Vb.NET but it is very easy to adapt the code to C#.
    Regards
    Trinidad.

  • B1DE (AddOn Installer) for 64 bit server

    Hi All,
    I have a problem. One of my client has a 64 bit server. AddOn installation created with B1DE for SAP 2007 doesn't work on that server. After running SAP AddOn is trying to install, and then there is an error. Is there any way to create AddOn installation files that work on 64 bit server?
    Regards
    Hmg

    Both Robin and Owen are right... You need to run your code as forced 32 bit.
    The reason is the following:
    - A default project in Visual Studio is compiled as "Any CPU"
       - Any CPU means that you code will be executed as 32bit on a 32bit machine, and 64bit on a 64bit machine.
       - The Any CPU option is great for pure .NET (since all parts of it can run 32bit and 64bit)
       - In case of the SAP SDK and the AddonInstaller.dll, these are COM-based unmanaged code
          - If such unmanage code is not written to work with 64 bit, problems like yours can occur (this happens not only for SAP SDK... Tons of API out there have the same problems)
    - If you change the Any CPU option to the x86 option, you will force 64 bit mashines to run your code in "simulated" 32bit (Don't worry.. it is quite fast and gives no problems)
    We are you this with our 64 bit customers and without any problems...
    Lastly, if you wish to know more about this please hear the following podcast that describes the issue in detail (A good listen): http://www.dotnetrocks.com/default.aspx?showNum=341
    /Rasmus

  • Addon Installer exception

    hey
    i am still a rooky in sbo and SAp in general.
    i am creating the addon:blanket agreement that i find in the SDK help center
    well the module blanket is running correctly.
    but when i create the addon installer and try to run t  get the exception(from french):"the object instance is not assigned to an object".
    i now the meaning of message but i dont how to solve it.
    if you have any idea pls let me know thank you

    This the script of my installer hope sombody can help.
    ps:when i check the install directory after the failer of the installation i foun the blanketagreement temp file.
    'the addon intallation script
    Public Class Form1
        Inherits System.Windows.Forms.Form
    #Region " Code généré par le Concepteur Windows Form "
        Public Sub New()
            MyBase.New()
            'Cet appel est requis par le Concepteur Windows Form.
            InitializeComponent()
            'Ajoutez une initialisation quelconque après l'appel InitializeComponent()
        End Sub
        'La méthode substituée Dispose du formulaire pour nettoyer la liste des composants.
        Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
            If disposing Then
                If Not (components Is Nothing) Then
                    components.Dispose()
                End If
            End If
            MyBase.Dispose(disposing)
        End Sub
        'Requis par le Concepteur Windows Form
        Private components As System.ComponentModel.IContainer
        'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form
        'Elle peut être modifiée en utilisant le Concepteur Windows Form. 
        'Ne la modifiez pas en utilisant l'éditeur de code.
        Friend WithEvents Label1 As System.Windows.Forms.Label
        Friend WithEvents Label2 As System.Windows.Forms.Label
        Friend WithEvents chkDefaultFolder As System.Windows.Forms.CheckBox
        Friend WithEvents txtDest As System.Windows.Forms.TextBox
        Friend WithEvents chkRestart As System.Windows.Forms.CheckBox
        Friend WithEvents cmdInstall As System.Windows.Forms.Button
        <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
            Me.Label1 = New System.Windows.Forms.Label
            Me.Label2 = New System.Windows.Forms.Label
            Me.txtDest = New System.Windows.Forms.TextBox
            Me.chkDefaultFolder = New System.Windows.Forms.CheckBox
            Me.chkRestart = New System.Windows.Forms.CheckBox
            Me.cmdInstall = New System.Windows.Forms.Button
            Me.SuspendLayout()
            'Label1
            Me.Label1.Location = New System.Drawing.Point(88, 24)
            Me.Label1.Name = "Label1"
            Me.Label1.Size = New System.Drawing.Size(200, 23)
            Me.Label1.TabIndex = 0
            Me.Label1.Text = "Blanket Addon Installer"
            'Label2
            Me.Label2.Location = New System.Drawing.Point(8, 80)
            Me.Label2.Name = "Label2"
            Me.Label2.Size = New System.Drawing.Size(200, 23)
            Me.Label2.TabIndex = 1
            Me.Label2.Text = "Installation Folder"
            'txtDest
            Me.txtDest.Location = New System.Drawing.Point(8, 120)
            Me.txtDest.Name = "txtDest"
            Me.txtDest.Size = New System.Drawing.Size(288, 20)
            Me.txtDest.TabIndex = 2
            Me.txtDest.Text = "TextBox1"
            'chkDefaultFolder
            Me.chkDefaultFolder.Location = New System.Drawing.Point(8, 160)
            Me.chkDefaultFolder.Name = "chkDefaultFolder"
            Me.chkDefaultFolder.TabIndex = 3
            Me.chkDefaultFolder.Text = "CheckBox1"
            'chkRestart
            Me.chkRestart.Location = New System.Drawing.Point(8, 184)
            Me.chkRestart.Name = "chkRestart"
            Me.chkRestart.TabIndex = 4
            Me.chkRestart.Text = "CheckBox2"
            'cmdInstall
            Me.cmdInstall.Location = New System.Drawing.Point(112, 224)
            Me.cmdInstall.Name = "cmdInstall"
            Me.cmdInstall.TabIndex = 5
            Me.cmdInstall.Text = "Button1"
            'Form1
            Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
            Me.ClientSize = New System.Drawing.Size(320, 270)
            Me.Controls.Add(Me.cmdInstall)
            Me.Controls.Add(Me.chkRestart)
            Me.Controls.Add(Me.chkDefaultFolder)
            Me.Controls.Add(Me.txtDest)
            Me.Controls.Add(Me.Label2)
            Me.Controls.Add(Me.Label1)
            Me.Name = "Form1"
            Me.Text = "SAP Business One"
            Me.ResumeLayout(False)
        End Sub
    #End Region
        Friend WithEvents FileWatcher As New System.IO.FileSystemWatcher
        'EndInstall - Signals SBO that the installation is complete.
        Declare Function EndInstall Lib "AddOnInstallAPI.dll" () As Int32
        'SetAddOnFolder - Use it if you want to change the installation folder.
        Declare Function SetAddOnFolder Lib "AddOnInstallAPI.dll" (ByVal srrPath As String) As Int32
        'RestartNeeded - Use it if your installation requires a restart, it will cause B1 application to close itself after the installation is complete.
        Declare Function RestartNeeded Lib "AddOnInstallAPI.dll" () As Int32
        Private strDll As String ' The path of "AddOnInstallAPI.dll"
        Private strDest As String ' Installation target path
        Private bFileCreated As Boolean ' True if the file was created
        Private Sub ExtractFile(ByVal path As String)
            Dim AddonExeFile As IO.FileStream
            Dim thisExe As System.Reflection.Assembly
            thisExe = System.Reflection.Assembly.GetExecutingAssembly()
            Dim file As System.IO.Stream
            file = thisExe.GetManifestResourceStream("AddOn.BalnketAgreement.exe")
            ' Create a tmp file first. After the file is extracted change the
            ' extension to exe.
            AddonExeFile = IO.File.Create(path & "BlanketAgreement.tmp")
            Dim buffer() As Byte
            ReDim buffer(file.Length)
            file.Read(buffer, 0, file.Length)
            AddonExeFile.Write(buffer, 0, file.Length)
            AddonExeFile.Close()
            ' Change file extension to exe
            Try
                IO.File.Move(path & "BlanketAgreement.tmp", path & "BlanketAgreement.exe")
            Catch
                IO.File.Delete(path & "BlanketAgreement.tmp")
                IO.File.Move(path & "BlanketAgreement.tmp", path & "BlanketAgreement.exe")
            End Try
        End Sub
        Private Sub Install()
            Environment.CurrentDirectory = strDll ' For Dll function calls will work
            If chkDefaultFolder.Checked = False Then ' Change the installation folder
                SetAddOnFolder(txtDest.Text)
                strDest = txtDest.Text
            End If
            If Not (IO.Directory.Exists(strDest)) Then
                IO.Directory.CreateDirectory(strDest) ' Create installation folder
            End If
            FileWatcher.Path = strDest
            FileWatcher.EnableRaisingEvents = True
            ExtractFile(strDest) ' Extract add-on to installation folder
            While bFileCreated = False
                Application.DoEvents()
                'Do not continue running until the file is copied...
            End While
            If chkRestart.Checked Then
                RestartNeeded() ' Inform B1 that restart is needed
            End If
            EndInstall() ' Inform B1 that the installation has ended
            MessageBox.Show("Finished Installing", "Installation ended", MessageBoxButtons.OK, MessageBoxIcon.Information)
            Windows.Forms.Application.Exit() ' Exit the installer
        End Sub
        Private Sub frmInstall_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            ' The command line parameters, separated by '|' will be broken to this array
            Dim strCmdLineElements(2) As String
            Dim strCmdLine As String     ' The whole command line
            Dim NumOfParams As Integer   'The number of parameters in the command line (should be 2)
            NumOfParams = Environment.GetCommandLineArgs.Length
            If NumOfParams = 2 Then
                strCmdLine = Environment.GetCommandLineArgs.GetValue(1)
                strCmdLineElements = strCmdLine.Split("|")
                ' Get the installation destination folder
                strDest = strCmdLineElements.GetValue(0)
                txtDest.Text = strDest
                ' Get the "AddOnInstallAPI.dll" path
                strDll = strCmdLineElements.GetValue(1)
                strDll = strDll.Remove((strDll.Length - 19), 19)   ' Only the path is needed
            Else
                MessageBox.Show("This installer must be run from Sap Business One", "Incorrect installation", MessageBoxButtons.OK, MessageBoxIcon.Exclamation)
                Windows.Forms.Application.Exit()
            End If
        End Sub
        Private Sub chkDefaultFolder_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles chkDefaultFolder.CheckedChanged
            txtDest.Enabled = Not (chkDefaultFolder.Checked)
        End Sub
        Private Sub FileWatcher_Renamed(ByVal sender As Object, ByVal e As System.IO.RenamedEventArgs) Handles FileWatcher.Renamed
            bFileCreated = True
            FileWatcher.EnableRaisingEvents = False
        End Sub
        Private Sub cmdInstall_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdInstall.Click
            Install()
        End Sub
    End Class
    thanks for your help.

  • Digitale Signatur für AddOn-Installer falsch

    Hallo zusammen,
    ich hab einen AddOn erstellt. Beim istallieren kriege ich eine Meldung: "Digitale Signatur für AddOn-Installer falsch".
    Woran kann das denn liegen?
    Gruß
    Alexnader

    Hallo Alexander,
    Welcher Lizenztyp wird fuer das Add-on benutzt?
    Siehe Hinweis [871572|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMSZ3PTU4ODAwMDAr)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=871572].
    Viele Gruesse
    Mario Schoenberg

  • AddOn Installation Failed On Terminal Server

    Hello All,
    I have created a addon in SAP B1 2007 B and when i am trying to installed the addon on the Windows 2008 Terminal Server
    so that the client can log on to the AddOn through terminal server .But the addon is not getting installed and throwing an
    error " AddOn Installation Failed  " and "Failed to Initialised the AddOn".
    Thanks & Regards
    Amit

    Amit,
    Are you logged on as Administrator on the Terminal Server and are you installing the add-on?  Windows Server 2008 is supported as of 2007B  PL09.  Are you at least at this PL level?
    Eddy

  • Error during Addon Installation Index was outside the bounds of array

    Hi  wen im trying to install addon on x64 2003 server its throwing me error
    Customer library
    "Error during Addon Installation Index was outside the bounds of array."
    "Error(-2) at EndInstallEx(False) at the end of the addon installation"
    Please provide me a solution for this.
    Thanks
    Rekha

    Hi Rekha,
    You may check this: Add-on Installer Issue
    Is this your add-on or SAP add-on? If it is 3rd party add-on, post it to the other forum
    Thanks,
    Gordon

  • UI addon installation

    Hello,
    I would like to install sap fiori on our ECC6 EHP6 system, but I'm stuck with installation of UI addon.
    Tx SAINT requires stack.xml for addon installation, but I cannot get it.
    I tried to follow this note 1666368 - Installing UI add-on 1.0 for SAP NetWeaver
    ,but there is no more MOPZ transaction in solman 7.1, this is what is written in note:
    In the "Select Add-Ons" section of transaction MOPZ, select the product version "UI add-on 1.0 for SAP NetWeaver".
    I don't know where I can find Select Add-Ons section, all I can do is maintenance (SPS installation) or EHP7 installation...
    Could you help me out?
    Regards,
    Martin

    Hello,
    my system is on NW 7.31:
    I found this KB article: 1834030 - Targeted instance ... is incompatible with NW 7.3!
    ...which should solve my issue, but it did not help.
    My CR/CIM versions are latest (updated last friday):
    Landscape verification was done few minutes ago with no error:
    So I withdraw-ed old maintenance transaction, created new one, but it ended with exactly same list of error messages...
    Have no clue how to proceed...

  • Error : "Wrong Digital Signature for Addon Installer"

    I'm having some problems at the time of installing any kind of addon in sap B1
    Everytime I'm having an error -
    "Wrong Digital Signature for Addon Installer"
    even when I'm adding SCREEN PAINTER

    Hi
    This error could be cause by a versioning or corrupted installation:
    1. For the version please check if you have another add-on installed with the same version like 2.1.2 (try to change it add-on file and try again)
    You can also try to change the add-on installation order (in case of you have another add-ons installed).
    2. If checking the version does not help please check those notes on How to clean client after corrupt installation of addon and also Re-registering the UI.                                                                               
    808354 UI Server is not loaded with SAP Business One client        
    819501 How to clean client after corrupt installation of addon     
    Paulo Calado
    SAP Business One Forums Team

  • Restrict Customised Addon Installation (Usage)

    Hi All,
    I have done the development for our one of the clients requirements. We are going to install the same in the client location. Actually we want to restrict the addon installation to only one server i.e., subsequently that addon shouldnt be used by some other company, it could be even their sister concern.
    Is there any way to restrict the addon installation? Is there any way to do through coding without getting SAP Licencing?
    Please clarify.
    Regards,
    SAPB1Use.

    Hi János,
    I feel your solution will work well. And one more clarification. I thought of giving the same Addon to other companys who are in Same Industry. But I want to restrict their use for 15 days only. I can capture the Addon Installation Date & I can compare the same with the Current date. By this logic, I could control.
    But actually, I want to restrict 2nd installation of Addon in the same server. How I can go ahead with that. I have one logic in mind, please tell me that will work or not.
    I will capture the System name in any of the system table while installing the Addon for the first time. In the 2nd installation, I will cross check the System Name. If it exists, I want to restrict the installation.
    My query is that, where can I restrict whether in installation of Addon or while opening the Customised screen.
    Please clarify.
    Regards,
    SAPB1Use

  • Restrict Customised Addon Installation

    Hi All,
    I have done the development for our one of the clients requirements. We are going to install the same in the client location. Actually we want to restrict the addon installation to only one server i.e., subsequently that addon shouldnt be used by some other company, it could be even their sister concern.
    Is there any way to restrict the addon installation? Is there any way to do through coding without getting SAP Licencing?
    Please clarify.
    Regards,
    SAPB1Use.

    Hi SAP B1 Use....
    Such kind of qusetion you should ask in SAP Business One SDK Forum.'
    There you get the right and quick answer.
    This forum is related to Functional side......
    Thanks & Regards,
    Rahul

  • IS_RETAIL Addon Installation

    Hi,
    I have installed SAP ERP 6.0 SR2 system.
    We need IS_RETAIL component on this same system.
    Is it possible to do addon installation IS_RETAIL on this server??
    If possible please let me know the steps.
    Thanks
    Amit

    Amit,
    Below thread may help you
    IS-RETAIL
    IS- RETAIL
    IS  RETAIL
    Thanks
    Sushil

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

Maybe you are looking for

  • ESata Expresscard 34 - how do I use it?

    An Addonics eSata expresscard that I inserted into the expresscard slot on my Macbook Pro is not being recognized because I see a little item appearing on the menu bar. However, I have on idea on how to get it to recognize the hard disk it is connect

  • Problem downloading free trial version of lightroom 5

    I downloaded the beta version of lightroom 5 without a problem but when I try to download the free trial version when I click on the download button nothing happens. My wife uses a mac and she got LR5 without any problems. I have altered my firewall

  • Multiple beeps on boot up

    The machine locks up when I do a cold start for the first time when external power turned off.  When I do a second reboot I get multiple beeps and xp starts up ok and there are no problems.  However, I noticed I have two entries for 1394 Network Adap

  • CFL Event Fires more than ONE Time

    Hi, Does anybody in here experienced that when an add-on form is created with a  CFL in the matrix, and you closed the form, and then opens the same form again ( by clicking a menu and without exiting the application), the CFL event fires equal to th

  • Firefox crashes on pages with Flash content

    MacOS 10.6.5 on a 2008 MacBook Pro Firefox 3.6.13 See below for Flash Player version info Well I just updated to a new version of Firefox (3.6.13) and I had Flash Player 10.1 installed. Every time I open any web site with Flash content, Firefox crash