Configure Framework services failed while upgrading to 11.1.2.2

Hello Gurus,
Trying to upgrade Hyperion 11.1.1.3 to 11.1.2.2 and following Oracle's recommended strategy as per install document (Chapter 6 - Upgrading EPM System Products).
I have replicated the SQL Server DB to a new server and so far I have successully configured Shared Services, Calc Manager, Essbase Admin services, Provider services, Essbase, however, when trying to configure Reporting and Analysis, everything works fine including configuring database, but configuration of framework services failed.
For reference, I have copied over the RM1_<servername> folder files from previous install to data/RM1 folder on the new machine, which is the default path that comes up for Repository Directory.
I had a look at the config log and the following error is reported -
[2013-02-18T22:56:59.592+10:00] [EPMCFG] [ERROR] [EPMCFG-05020] [oracle.EPMCFG] [tid: 29] [ecid: 0000JnhODORFW705vz_AiX1H8YIO000009,0] [SRC_CLASS: com.oracle.reportinganalysis.config.FrameworkServiceConfigurator] Error: {0}[[
java.lang.NullPointerException
     at com.brio.one.services.mgmt.usage.install.UsageServiceInstallerManager.removeProperty(Unknown Source)
     at com.brio.one.services.mgmt.usage.install.UsageServiceInstallerManager.setStringValue(Unknown Source)
     at com.brio.one.services.mgmt.usage.install.UsageServiceInstallerManager.setUsername(Unknown Source)
     at com.oracle.reportinganalysis.config.util.FrameworkServiceUtil.configureUsageManager(FrameworkServiceUtil.java:109)
     at com.oracle.reportinganalysis.config.FrameworkServiceConfigurator.execute(FrameworkServiceConfigurator.java:103)
     at com.hyperion.cis.CustomTaskProcessor.execute(CustomTaskProcessor.java:94)
     at com.hyperion.config.wizard.impl.RunAllTasks.executeCustomTask(RunAllTasks.java:899)
     at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:474)
     at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:91)
     at java.lang.Thread.run(Thread.java:662)
Not really sure what the issue is, so any help will be really appreciated. I have searched google and oracle support but no results. The install is on Windows Server 2008 (VM) and backend is SQL Server.
Please let me know if any other information is required.
Thanks.
Edited by: 984677 on Feb 18, 2013 10:24 PM

Hi,
Thanks for your response. I compared the folders on source and destination, and they have identical sizes, number of files and folders. So this may not be the issue.
Regards.
Edited by: 984677 on Feb 18, 2013 10:26 PM

Similar Messages

  • Error source CAPI2 id 513 - Cryptographic Services failed while processing the OnIdentity() call in the System Writer Object

    Running Windows 8.1 PRO RTM x64 upgraded from Win 8 PRO. Updates to 8.1 as of 17 October installed
    Event viewer still shows newly triggered Error(s) CAPI2 event id 513.
    I can trigger this error by manually creating a restore point invoking VSS.
    The VSS System Writer is listed and is error free.
    Log Name:      Application
    Source:        Microsoft-Windows-CAPI2
    Date:          17/10/2013 20:32:19
    Event ID:      513
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Machine -Name
    Description:
    Cryptographic Services failed while processing the OnIdentity() call in the System Writer Object.
    Details:
    AddLegacyDriverFiles: Unable to back up image of binary Microsoft Link-Layer Discovery Protocol.
    System Error:
    Access is denied.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-CAPI2" Guid="{5bbca4a8-b209-48dc-a8c7-b23d3e5216fb}" EventSourceName="Microsoft-Windows-CAPI2" />
        <EventID Qualifiers="0">513</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2013-10-17T19:32:19.935384000Z" />
        <EventRecordID>89898</EventRecordID>
        <Correlation />
        <Execution ProcessID="1404" ThreadID="2104" />
        <Channel>Application</Channel>
        <Computer>Machine-Name</Computer>
        <Security />
      </System>
      <EventData>
        <Data>
    Details:
    AddLegacyDriverFiles: Unable to back up image of binary Microsoft Link-Layer Discovery Protocol.
    System Error:
    Access is denied.
    </Data>
      </EventData>
    </Event>

    Thank you excellent post! I confirmed this fix worked for my situation as well. Below is more detailed post since it did not jump out for me the first time.
    ############################ Details ##############################
    My operating system is Windows 8.1 after installing Visual Studio 2013 when Symantec System recover 2013 ran started seeing 
    the following errors in event logs.
    ################## Example event log errors #######################
    Cryptographic Services failed while processing the OnIdentity() call in the System Writer Object.
    Details:
    AddLegacyDriverFiles: Unable to back up image of binary Microsoft Link-Layer Discovery Protocol.
    System Error:
    Access is denied.
    ################## Example event log errors #######################
    Note: Confirmed this fix resolved my issue. 
    Step 1. Download and unzip accesschk.exe to C:\Temp http://download.sysinternals.com/files/AccessChk.zip
    Step 2. Run cmd.exe prompt as Administrator go to Temp directory
    C:\>cd Temp
    Step 3. Run accesschk.exe
    C:\Temp>accesschk.exe -c mslldp
    ################# Example output 1 #################################
    Accesschk v5.10 - Reports effective permissions for securable objects
    Copyright (C) 2006-2012 Mark Russinovich
    Sysinternals - www.sysinternals.com
    mslldp
      RW NT AUTHORITY\SYSTEM
      RW BUILTIN\Administrators
      RW S-1-5-32-549
      R  NT SERVICE\NlaSvc
    ################# Example output 1 #################################
    Step 4. Run following command.
    C:\Temp>SC sdshow MSLLDP <---- Example text 1.
    ################# Example output 2 #################################
    D:(D;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BG)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SO)(A;;LCRPWP;;;S-1
    -5-80-3141615172-2057878085-1754447212-2405740020-3916490453)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
    ################# Example output 2 #################################
    Step 5. Run following command.
    C:\Temp>SC sdshow MUP
    ################# Example output 3 #################################
    D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)
    (A;;CCLCSWLOCRRC;;;SU) ######## <--- Example text 2. Grab this value. #######
    S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
    ################# Example output 3 #################################
    Step 6. 
    C:\Temp>
    ### Copy and past Example 1. line in notepad in command promt you can select all then copy the paste the text into notepad.
    MSLLDP D:(D;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BG)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SO)(A;;LCRPWP;;;S-1-5-80-3141615172-2057878085-1754447212-2405740020-3916490453)
    (A;;CCLCSWLOCRRC;;;SU) ######## <--- Insert Example text 2. here #######
    S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
    Run this command. (Note: Make sure its all one line no wordwrap that the webpage could be showing this text.)
    C:\Temp> sc sdset MSLLDP D:(D;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BG)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SO)(A;;LCRPWP;;;S-1-5-80-3141615172-2057878085-1754447212-2405740020-3916490453)(A;;CCLCSWLOCRRC;;;SU)S:(AU;FA;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;WD)
    Step 7.
    ##### Check the result #####
    C:\Temp>accesschk.exe -c mslldp
    ################# Example output 4 #################################
    Accesschk v5.10 - Reports effective permissions for securable objects
    Copyright (C) 2006-2012 Mark Russinovich
    Sysinternals - www.sysinternals.com
    mslldp
      RW NT AUTHORITY\SYSTEM
      RW BUILTIN\Administrators
      RW S-1-5-32-549
      R  NT SERVICE\NlaSvc
      R  NT AUTHORITY\SERVICE <--- You should now see this line.
    ################# Example output 4 #################################
    Step 8.
    Ran backup using Symantect System Recovery 2013 the event errors did not return after this fix. Great post again!
    ############################ Details ##############################

  • When do services fail, while start/restart the services

    Hi All,
    when do we have chance of services get fail while start/restart it (consider that everything is properly configured and instaled).
    and How do i troubleshoot it.
    can anyone come across related this issue, your experices will be helpful.
    Thanks in Advance.

    When Essbase.sec file got corrupted services will fail frequently.
    If you have back up of essbase.sec then replace it and restart the services or you need to create the essbase.sec file from starting.
    Regards
    Venkat G

  • EPM 11.1.2 - epmsystem Configuration Manager service fails to start

    OracleEpmSystemc_oracle_middleware_user_projects_epmsystem1ConfigurationManager fails to start. I do not know how I am getting affected because everything else works fine. I have Essbase , Studio, Planning, EAS installed and all of them work fine. Do not know why this service fails. This is a fresh install of EPM 11.1.2 on windows 2003.
    The Event Viewer says "The OracleEpmSystemc_oracle_middleware_user_projects_epmsystem1ConfigurationManager service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion. "
    Thanks
    Edited by: 823489 on Dec 24, 2010 6:25 AM

    Hi,
    have you found a fix for this ?
    I'm getting the same error.
    Thanks,
    Cyril

  • Server services won't upgrade successfully

    Greetings,
    I am attempting to upgrade an intel XServe from 10.5.8 to 10.6. I have attemped a few different processes to achieve a successful result. The issue is that not all the services are upgrading successfully. Initially I cloned the 10.5 system to the 2nd internal drive and attempted an upgrade -- failed. Secondly I attempted a clean install and migration from the 1st drive and again attempted migration from a time machine backup -- failed and failed. In each instance the iChat service and Web services failed to upgrade and only a limited number of groups and users were migrated (the system has 77 users and 21 groups in addition to the built-ins). The system contains 2 dual-core processors, 4gb memory, 2 internal drives and a fibre channel card to an XServe RAID.
    Any suggestions?

    I have never had success upgrading a server. There are just enough changes with each version that it usually ends up not working or hobbled by some mysterious corruption. Really the surest and most reliable solution is to do a manual setup and importation. Not a pleasant prospect in the short run, but the best bet for happiness in the long haul.
    Export the users, groups, and computer groups from the Workgroup Manager (not computers unless you do not bind them to the domain), exporting the settings of your server in Server Admin (File->Export->Service Settings) as references only (consider screen shots if you prefer)!  Set up the new server from scratch, adding each service manually as needed matching the settings from the 10.5 server as appropriate.
    Set up all your shares again, etc so they are identical to the way they were in the old server.
    In Workgroup Manager import the users, then groups, computers (if you don't bind them to the domain) and computer groups.
    Since this process does not include user passwords, you will need to select all users (except the diradmin) and enter a default password. Then require a password change at next login under Advanced->Options... in Workgroup manager. If you are not using OpenDirectory, then I cannot speak to user password management issues.

  • OBIEE Start/Stop Services failed(After LDAP Configuration)

    Hi ,
    We made some changes(that is we have added new OID
    and configured the new OID based upon the Oracle BI security guide which is in Oracle Site
    ) to the LDAP configuration in OBIEE web console and it prompted for a restart of the OBIEE services . when we tried restarting the services we are not able to stop all the services . Please find the attached log files .
    Note:
    1.unable to kill the process ID
    which is releated to OBIEE 11.1.1.6.0 services..
    2.We have follwed the section 3 in the below link to configure the LDAP : http://docs.oracle.com/cd/E23943_01/bi.1111/e10543/toc.htm.
    Please find the below error details in short form and kindly find the attahced file(file name) for more details
    Error:
    Caused By: oracle.security.jps.service.igf.IGFException: JPS-02597: You configured a custom Authentication Provider or WLS generic LDAPAuthenticator, which the libOvd can not recognize. Supply the idstore.type property in jps-config.xml file, or use a specific WLS LDAP Authentication provider that matches your LDAP server instead of a generic one.
    at oracle.security.jps.internal.api.identitystore.IdentityStoreConfigurationUtil.checkIdStoreTypeLater(IdentityStoreConfigurationUtil.java:819)
    at oracle.security.jps.internal.api.identitystore.IdentityStoreConfigurationUtil.getLibOvdLdapPushData(IdentityStoreConfigurationUtil.java:524)
    at oracle.security.jps.internal.igf.ovd.OvdIGFServiceProvider$1.run(OvdIGFServiceProvider.java:232)
    at oracle.security.jps.internal.igf.ovd.OvdIGFServiceProvider$1.run(OvdIGFServiceProvider.java:229)
    at java.security.AccessController.doPrivileged(Native Method)
    Truncated. see log file for complete stacktrace
    >
    <Jan 29, 2013 6:39:05 AM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Jan 29, 2013 6:39:05 AM CST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Jan 29, 2013 6:39:05 AM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state cha
    Error Codes
    Problem Category/Subcategory
    BI EE Platform Administration/Administration Tool
    Uploaded Files
    File: nohup.zip:134848
    Template Question Responses
    1) ### Admin Tool version ###
    2) Are you running Oracle Business Intelligence Enterprise Edition using virtualization or partitioning technologies (for example, VMWare) ?
    No
    3) If yes, please provide the product used and its version.
    4) ### Documentation Used ###
    5) ### Impact on Business ###
    Edited by: 919942 on Jan 31, 2013 5:10 AM

    "JPS-02597: You configured a custom Authentication Provider or WLS generic LDAPAuthenticator, which the libOvd can not recognize. Supply the idstore.type property in jps-config.xml file, or use a specific WLS LDAP Authentication provider that matches your LDAP server instead of a generic one."
    Looks like the config you entered was a tad off. Any chance you can roll back by restoring the original files from before the change?
    $FMWH/user_projects/domains/yourdomain/config/config.xml
    $FMWH/user_projects/domains/yourdomain/config/fmwconfig/jps-config.xml
    In the config.xml, inside the <realm> tag yo ushould find your authenticaiton providers and there's two important things for your new one to check:
    1.) xsi-type="wls:..." <-- This should be your OID type rather than a generic (or wrong) one
    2.) If you're not 100% sure about the config or don't want to immediately shut out native WLS users or want to retain them (both OID and WLS LDAP considered valid), then PLEASE make sure that you run your new authenticator with <sec:control-flag>SUFFICIENT</sec:control-flag> and don't make it REQUIRED since otherwise you won't be able to bring anything up anymore if a single parameter in the authenticator config is off...
    Also, check out what Tony wrote together a while back: http://www.peakindicators.com/index.php/knowledge-base/115-oracle-bi-11g-security-troubleshooting
    Update:
    Should have read the error message more carefully...looks like you actually just slipped by one line in the authenticator config and chose "OracleVirtualDirectory" instead of "OracleInternetDirectory" since it tries to use the libOvd rather than the OID one.
    Edited by: Christian Berg on Jan 31, 2013 2:58 PM

  • Failed to Configured Domain Services for Windows

    Hi!
    I am installing OES 2 SP3 with DSfW Pattern as a "New Domain Controller in an Existing Domain Services for Windows Domain" with Replication Configuration and Schema Partition.
    During the "Perform eDirectory Configuration" at last task "Configure Domain Services for Windows " at 93% we encountered an error: "Failed to configure Domain Services for Windows".
    Here's details of error ;
    command : perl /opt/novell/xad/sbin/ndsdcinit.pl retry full-replica -d 'vec.apd.com.ph' -l 'ou=OESSystemObjects,dc=vec,dc=apd,dc=com,dc=ph'
    -g 'ou=OESSystemObjects,dc=vec,dc=apd,dc=com,dc=ph' -f 'apd.com.ph' -p 'apd.com.ph' -o 192.168.81.92 -t
    Could not create gss directory /etc/opt/novell/xad/gss at /opt/novell/xad/sbin/ndsdcinit.pl line 463, line 652
    LDAP Based utility [ndsConfigServerContext.sh] to retrieve server context for YaST
    DomainName : vec.apd.com.ph
    NdsAdminName : CN=Administrator,CN=Users,DC=vec,DC=apd,DC=com,DC= ph
    ExistingServerIP : ANDROMEDA.vec.apd.com.ph
    ExistingServerPort : 0
    Add_DC : true
    Returning server context->ou=OESSystemObjects.dc=vec.dc=apd.dc=com.dc=ph
    LDAP Based utility [ndsConfigServerContext.sh] to retrieve server context for YaST
    DomainName : vec.apd.com.ph
    NdsAdminName : CN=Administrator,CN=Users,DC=vec,DC=apd,DC=com,DC= ph
    ExistingServerIP : ANDROMEDA.vec.apd.com.ph
    ExistingServerPort : 0
    Add_DC : true
    Returning server context->ou=OESSystemObjects.dc=vec.dc=apd.dc=com.dc=ph
    SASL/GSS-SPNEGO authentication started
    SASL SSF: 56
    SASL installing layers
    Failed to fetch dNIPDNSZones from DNS_LOCATOR_OBJECT at /opt/novell/xad/lib64/perl/Install/adc_install.pm line 503
    at /opt/novell/xad/lib64/perl/Logger.pm line 119
    Logger::_err('Failed to fetch dNIPDNSZones from DNS_LOCATOR_OBJECT at /opt/...') called at /opt/novell/xad/lib64/perl/Logger.pm line 202
    Logger::Log(0, 'Failed to fetch dNIPDNSZones from DNS_LOCATOR_OBJECT at /opt/...') at /opt/novell/xad/lib64/perl/Install/adc_install.pm line 532
    adc_install::decide_domain_zones() called at /opt/novell/xad/lib64/perl/install/adc_install.pm line 150
    adc_install::stage_domain('adc_install=HASH (0X8b9370)') called at /opt/novell/xad/sbin/ndsdcinit.pl line 1383
    main::main(62, 'apd.com.ph', 'vvec.apd.com.ph', 'TRUE','ou=OESSystemObjects,dc=vec,dc=apd,dc=com,d c=ph','ADM_PASSWD_DOMAIN','ou=OESSystemObjects,dc= vec,dc=apd,dc=com,dc=ph','replops::DESTROY',
    'APD.COM.PH',...) called at /opt/novell/xad/sbin/ndsdcinit.pl line 1301
    main::main() called at /opt/novell/xad/sbin/ndsdcinit.pl line 1425
    ENV PATH = /opt/novell/xad/sbin:/opt/novell/xad/bin:/opt/novell/xad/share/dcinit:/opt/novell/eDirectory/bin:
    LIB=lib64
    LD LIBRARY PATH =
    /opt/novell/xad/lib64:/opt/novell/xad/lib64/nds-
    modules:/opt/novell/eDirectory/lib64:/opt/novell/eDirectory/lib64/nds-modules
    SASL PATH = /opt/novell/xad/lib64/sasl2
    DCINIT CONFIG: /etc/opt/novell/xad/xad.ini
    DOMAIN NAME: vec.apd.com.ph
    PARENT NAME: apd.com.ph
    FOREST NAME: apd.com.ph
    NETBIOS NAME: VEC
    Any ideas on this error ?
    Regards. Thanks.
    denzmo

    Thanks for the reply.
    I have some followup questions
    2. Can you explain the DNS setting in your setup ?
    Tree ---> Power--> apd.com.ph -- dlpc.apd.com.ph
    -- vec.apd.com.ph -- Andromeda.vec.apd.com.ph (DNS)
    -- Pictor.vec.apd.com.ph ( additional domain server ) -> "Failed to configure in DSFW"
    1. apd.com.ph, dlpc.apd.com.ph, vec.apd.com.ph are DSfW domains or just DNS domains ?
    2. Andromeda.vec.apd.com.ph (DNS) - is this the DC of a DSfW domain ?
    3. You are adding the Additional domain controller to the vec.apd.com.ph domain right ?
    The
    # LDAPCONF=/etc/opt/novell/xad/openldap/ldap.conf /usr/bin/ldapsearch -Y EXTERNAL -s sub -b dc=ph "(objectclass=dniplocator)" dn
    Heres the result ;
    a.) running the command in the DNS server (child domain) ANDROMEDA;
    SASL /EXTERNAL authentication started
    SASL username: gidNumber=0+uidNumber=0, cn=peercred,cn=external,cn=auth
    SASL SSF: 0
    # extended LDIF
    # LDAPv3
    # base <dc=ph(objectclass=dniplocator) [email protected]> with scope subtree
    # filter: (objectclass=*)
    # requesting:ALL
    # search result
    search : 2
    result : 32 No such object
    text : NDS error : no such entry (-601)
    # numResponses :1
    This is strange. This ldapsearch is failing to find the locator object in the tree under dc=ph.
    - Can you try this same command from your FRD DC too and find the result ?
    - Is your server non-name mapped or your adding a DSfW server into an existing eDirectory tree (name mapped) ?
    - If it is later can you try the same search with '-b' parameter replaced with container to which FRD is mapped to into the eDirectory Tree.
    - Can you tell in your setup where are the locator object present for your first DSfW server which is acting as DNS server ?
    - While installing this ADC server, you have given the remote dns server as 192.168.81.92. In the YaST DNS screen did you do retrieve (by clicking 'retrieve' button on the screen ) or you entered those inputs manually ?
    - Another follow up question. The locator context provided to the ndsdcinit command in your first post, is 'ou=OESSystemObjects,dc=vec,dc=apd,dc=com,dc=ph'. Can you confirm your locator
    context is correct ?
    [/QUOTE]
    b.) running the command in the ADC PICTOR;
    SASL /EXTERNAL authentication started
    ldap_sasl_interactive_bind_s: invalid credentials (49)
    [/QUOTE]
    This is expected as the server is not completely configured.
    Please get it touch with our NTS for passing on more information about this setup.

  • How to configure listener while upgrade to RAC 11.2.0.2?

    I have 11.2.0.1 and preparing for upgrade to 11.2.0.2. While upgrading the single node we have to set the new oracle_home then configure listener for new home then upgrade the db.
    How to follow the same steps in case of RAC. The listeners are running from grid_home.So how to create all the listeners for new oracle_home? So by just installing GRID binaries does is install the GI completely to 11.2.0.2?
    Also Do I have to plan for listeners while RDBMS upgrade ?
    ENV:
    Server: Windows 2008R2
    DB: RAC two node on ASM
    Storage: SAN
    Kindly explain.

    Sabastian,
    I have configured the 3 IPs for SCAN. When you replied for SCAN I checked the status of SCAN IPs. And the strange thing is on node 1 status of SCAN IPs gives "could not find the srvice name.
    On second node :
    LSNRCTL> *status LISTENER_SCAN1*
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))
    STATUS of the LISTENER
    Alias LISTENER_SCAN1
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Start Date 28-APR-2011 15:12:33
    Uptime 3 days 16 hr. 17 min. 14 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File F:\gridinfra\11.2.0\grid\network\admin\listener.ora
    Listener Log File f:\gridinfra\11.2.0\grid\log\diag\tnslsnr\PDFPGISORPRD1\listener_scan1\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\LISTENER_SCAN1ipc)))
    *The listener supports no service*s
    The command completed successfully
    LSNRCTL> *status LISTENER_SCAN2*
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))
    STATUS of the LISTENER
    Alias LISTENER_SCAN2
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Start Date 26-APR-2011 10:38:30
    Uptime 5 days 22 hr. 44 min. 58 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File F:\gridinfra\11.2.0\grid\network\admin\listener.ora
    Listener Log File f:\gridinfra\11.2.0\grid\log\diag\tnslsnr\PDFPGISORPRD1\listener_scan2\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\LISTENER_SCAN2ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=164.156.155.81)(PORT=1521)))
    Services Summary...
    Service "gisprd" has 2 instance(s).
    Instance "gisprd1", status READY, has 121 handler(s) for this service...
    Instance "gisprd2", status READY, has 121 handler(s) for this service...
    The command completed successfully
    LSNRCTL> *status LISTENER_SCAN3*
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3)))
    STATUS of the LISTENER
    Alias LISTENER_SCAN3
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Start Date 26-APR-2011 10:38:30
    Uptime 5 days 22 hr. 45 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File F:\gridinfra\11.2.0\grid\network\admin\listener.ora
    Listener Log File f:\gridinfra\11.2.0\grid\log\diag\tnslsnr\PDFPGISORPRD1\listener_scan3\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\LISTENER_SCAN3ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=164.156.155.83)(PORT=1521)))
    Services Summary...
    Service "gisprd" has 2 instance(s).
    Instance "gisprd1", status READY, has 121 handler(s) for this service...
    Instance "gisprd2", status READY, has 121 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    Why it is so? Last week when I was working it was fine. So do you mean if I have three SCAN IPs, all three IPs has to be in listener.ora?
    Regards...Mayura
    Edited by: user2995637 on May 2, 2011 6:32 AM

  • Error message while while upgrading FIM RTM to FIM Service pack 1

    Hi All,
    I am getting the below error message while while upgrading FIM RTM to FIM Service pack 1, I had followed the same procedure in one of my test lab and it upgraded successfully. Kindly advice.
    Regards,
    Anirban Singha

    HI Dominik,
    Thanks for reply,
    Event Error,
    Product: Forefront Identity Manager Synchronization Service - Update 'FIM Synchronization Service Hotfix KB 2814853' could not be installed. Error code 1603. Additional information is available in the log file E:\FIMR2-SP1\logfile.txt.
    MSI Logs:
    CustomAction DetectServiceAccount returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    Action ended 15:06:14: DetectServiceAccount. Return value 3.
    MSI (c) (C4:10) [15:06:14:359]: Doing action: SetupCompleteError
    Action 15:06:14: SetupCompleteError.
    Action start 15:06:14: SetupCompleteError.
    MSI (c) (C4:20) [15:06:14:365]: Transforming table Binary.
    MSI (c) (C4:20) [15:06:14:365]: Transforming table Binary.
    MSI (c) (C4:20) [15:06:14:365]: Note: 1: 2262 2: Binary 3: -2147287038
    Action 15:06:14: SetupCompleteError. Dialog created
    MSI (c) (C4:A0) [15:06:14:376]: Note: 1: 2731 2: 0
    Action ended 15:06:19: SetupCompleteError. Return value 2.
    Action ended 15:06:19: INSTALL. Return value 3.
    MSI (c) (C4:10) [15:06:19:627]: Destroying RemoteAPI object.
    MSI (c) (C4:E0) [15:06:19:628]: Custom Action Manager thread ending.
    Property(C): DiskPrompt = [1]
    Property(C): UpgradeCode = {545334D7-13CD-4BAB-8DA1-2775FA8CF7C2}
    Property(C): PID = 04783-270-0001260-04309
    Property(C): MIIS_PATH = C:\Program Files\Microsoft Forefront Identity Manager\2010\Synchronization Service\
    Property(C): INSTALLDIR = C:\Program Files\Microsoft Forefront Identity Manager\2010\
    Property(C): WWF35 = 3.5.30729.5420
    Property(C): DOTNETINSTALLROOT = C:\Windows\Microsoft.NET\Framework64\
    Property(C): SQLDB = FIMSynchronizationService
    Property(C): EVENTSOURCE = FIMSynchronizationService
    Property(C): EVENTPRODUCTNAME = FIM Synchronization Service
    Property(C): SYNCINSTALLPATH = C:\Program Files\Microsoft Forefront Identity Manager\2010\Synchronization Service\
    Property(C): GROUPADMINS = MPHASIS\FIMSyncAdmins
    Property(C): GROUPOPERATORS = MPHASIS\FIMSyncOperators
    Property(C): GROUPACCOUNTJOINERS = MPHASIS\FIMSyncJoiners
    Property(C): GROUPBROWSE = MPHASIS\FIMSyncBrowse
    Property(C): GROUPPASSWORDSET = MPHASIS\FIMSyncPasswordSet
    Property(C): SQLServerStore = LocalMachine

  • While upgrading Adobe Creative Suite CS4 ME into Adobe Creative Suite CS5.5 Design Premium, I get an error saying This serial number is not of a qualifying product, please try another. I used to be able to get a code from customer service but I can't get

    While upgrading Adobe Creative Suite CS4 ME into Adobe Creative Suite CS5.5 Design Premium, I get an error saying This serial number is not of a qualifying product, please try another. I used to be able to get a code from customer service but I can't get to the chat. Please advise!!!!

    MoeGhazal I reviewed your account and it looks like you have have upgraded from a CS4 volume license for Design Premium to a retail upgrade of Design Premium 5.5.
    I also show that you made two purchases of CS5.5 Design Premium but the second purchase was canceled.  Please make sure you are utilizing the serial number which ends in 7886.
    If you are using the correct serial number then it is likely the installer will not recognize your volume license CS4 serial number as being valid for an upgrade.  If you can contact our support team then you can be walked through an unlocking procedure to allow you to proceed with the installation.  You can contact our support team directly at Contact Customer Care.  You may want to try installing a web browser you have not previously utilized.  It is likely a toolbar or some other software application is affecting your ability to access chat support successfully.
    If you are still unable to reach our support team then please verify the information under your account is accurate.  If you can please then update this discussion after confirming this then I can request a member of our support team contact you directly.
    Again I would recommend reaching out directly if possible as it will be the most efficient method of resolving your current error.

  • "iPod Service Failed to Start" message when upgrading iTunes

    When upgrading iTunes from Version 7 to the newest version, I got an error message stating "Service, 'iPod Service' failed to start. Verify that you have sufficient priviledges to start system services." So I canceled the download and rolled back to Version 7 again. I did notice that now I'm getting an error message when I start up Version 7, stating that it could not start the iPod service. I just bought an ipod Classic and cannot use it without the latest version of iTunes. Any suggestions? Thanks in advance!

    Some anti-virus programs (e.g., McAfee) have this rule that can be invoked under the "maximum protection" settings: PREVENT PROGRAMS REGISTERING AS A SERVICE. If that rule is set to BLOCK, then any attempt to install or upgrade iTunes will fail with an "iPod service failed to start" message.
    If you are getting this problem with iTunes, check to see if your anti-virus has this setting and unset it, at least for as long as the iTunes install requires. Exactly how to find the rule and turn it on and off will vary, depending upon your anti-malware software. However, if your anti-virus or anti-malware software produces a log of its activities, examining the log may help you find the problem.
    For example, here's the log entry for McAfee:
    9/23/2009 3:18:45 PM Blocked by Access Protection rule NT AUTHORITY\SYSTEM C:\WINDOWS\system32\services.exe \REGISTRY\MACHINE\SYSTEM\ControlSet001\Services\iPod Service Common Maximum Protection:Prevent programs registering as a service Action blocked : Create
    Note that the log says "Common Maximum Protection: Prevent programs registering as a service". The "Common Maximum Protection" is the location of the rule, "Prevent programs registering as a service" is the rule. I used that information to track down the location in the McAfee VirusScan Console where I could turn the rule off.
    After I made the change, iTunes installed without complaint.

  • Webgui service fails in ECC 6/0 upgraded from ECC 5.0.

    Our webgui service worked fine in our ECC. 5.0 system, however after the upgrade to ECC 6.0, the WebGui service fails. Has anyone experienced this?  I've found other threads that said to change the WebGui service parameters, however, I'm not sure what the correct parameters are since the one's I have are from a ECC.5.0 system and not from and ECC 6.0 system.

    Problem resolved...you need to publish the service "SYSTEM" and "WEBGUI" in se80 after a SP upgrade.

  • Management Configuration Service failed to process agent configuration request

    We're having a SCOM environment with several Management Servers. Since about two days, we're receiving the following alerts in SCOM and Management Server State is Critical:
    Name                              : Management Configuration Service failed to process agent configuration request
    Description                       : Management Configuration Service failed to process agent configuration request. 
                                        OpsMgr Management Configuration Service failed to process configuration request 
                                        (Xml configuration file or management pack request) due to the following exception
                                        Microsoft.EnterpriseManagement.ManagementConfiguration.DataAccessLayer.DataAccessEx
                                        ception: Data access operation failed
                                           at Microsoft.EnterpriseManagement.ManagementConfiguration.DataAccessLayer.DataAc
                                        cessOperation.ExecuteSynchronously(Int32 timeoutSeconds, WaitHandle stopWaitHandle)
                                           at Microsoft.EnterpriseManagement.ManagementConfiguration.SqlConfigurationStore.
                                        ConfigurationStore.ExecuteOperationSynchronously(IDataAccessConnectedOperation 
                                        operation, String operationName)
                                           at Microsoft.EnterpriseManagement.ManagementConfiguration.SqlConfigurationStore.
                                        ConfigurationStore.GetConfiguration(IDictionary`2 agentList, 
                                        ConfigurationSignature configurationSignature)
                                           at Microsoft.EnterpriseManagement.ManagementConfiguration.Engine.AgentRequestPro
                                        cessor.ProcessConfigurationRequest(ICollection`1 requestList, Int32& 
                                        processedRequestsCount)
                                           at Microsoft.EnterpriseManagement.ManagementConfiguration.Engine.AgentRequestPro
                                        cessor.Execute()
                                           at Microsoft.EnterpriseManagement.ManagementConfiguration.Engine.ThreadManager.R
                                        esponseThreadStart(Object state)
                                        System.Data.SqlClient.SqlException (0x80131904): Timeout expired.  The timeout 
                                        period elapsed prior to completion of the operation or the server is not 
                                        responding. ---> System.ComponentModel.Win32Exception (0x80004005): The wait 
                                        operation timed out
                                           at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean 
                                        breakConnection, Action`1 wrapCloseInAction)
                                           at 
                                        System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject 
                                        stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
                                           at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand 
                                        cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, 
                                        TdsParserStateObject stateObj, Boolean& dataReady)
                                           at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, 
                                        Boolean& more)
                                           at System.Data.SqlClient.SqlDataReader.Read()
                                           at Microsoft.EnterpriseManagement.ManagementConfiguration.SqlConfigurationStore.
                                        AgentConfigGetOperation.ReadAgentPoolInfo(IDataReader reader, 
                                        AgentConfigurationBuilder builder)
                                           at Microsoft.EnterpriseManagement.ManagementConfiguration.SqlConfigurationStore.
                                        AgentConfigGetOperation.ReadData(SqlDataReader reader)
                                           at Microsoft.EnterpriseManagement.ManagementConfiguration.DataAccessLayer.Reader
                                        SqlCommandOperation.SqlCommandCompleted(IAsyncResult asyncResult)
                                        ClientConnectionId:e44a346e-adb8-4679-9b0d-b515ac24df95
    As of that I'm pretty sure that it's related to a SQL Issue. I think it's related to SQL performance, as the server is available and can be reached:
    System.Data.SqlClient.SqlException (0x80131904): Timeout expired.  The timeout elapsed prior to completion of the operation or the server is not . ---> System.ComponentModel.Win32Exception (0x80004005): The wait  timed out
    at ....
    Related to the error I also see warning related to "Local Dirty Notification State" and "Delta Synchronization State"
    Thanks for any help

    Hi,
    You may need to check whether your SQL server which hold SCOM database has any performance issue. You can restart related SQL services and system center management configuration service. In addition, please check operation manager event logs on management
    server and find out is there any error messages related.
    If there is event 31552, then you can try links below to troubleshoot it:
    http://blogs.technet.com/b/sudheesn/archive/2009/07/28/getting-31552-exception-sqlexception-timeout-expired-very-frequently-in-scom-server.aspx
    http://blogs.technet.com/b/kevinholman/archive/2010/08/30/the-31552-event-or-why-is-my-data-warehouse-server-consuming-so-much-cpu.aspx
    In addition, please also try to flush health service state and caches for management server.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Failing to start Reporting and Analysis Framework service

    Hello Everyone,
    We recently had a hardware failure and we could not get R&A framework service up. The diagnostic log says -
    No agent is configured from HIT registry, please make sure the registry is configured properly
    What does this mean? Any idea as to how I can resolve this?
    Thanks in advance,
    AceBase

    Has anything changed since the hardware failure such as hostname, dns, IP resolution?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Failed to upgrade Oracle Cluster Registry configuration

    I'm making a new installation of Oracle RAC environment, the clusterware version is 10 and therefore the RDBMS, I'm using oracle linux 5 update 7, the installation is being performed on only one machine. The problem occurs at the end of the installation when I try to run / u01/app/oracle/product/10.2.0/crs/root.sh the error messages are:
    Failed to upgrade Oracle Cluster Registry configuration, which is issued shortly after the execution of root.sh.
    And in the log the error message is:
    31/10/2011 11:36:36.654: [OCRCONF] [103401184] ocrconfig starts ...
    31/10/2011 11:36:36.654: [OCRCONF] [103401184] Upgrading OCR data
    31/10/2011 11:36:36.661: [OCRCONF] [103401184] OCR Already in current version.
    31/10/2011 11:36:36.669: [OCRCONF] [103401184] Failed to call clsssinit (21)
    31/10/2011 11:36:36.670: [OCRCONF] [103401184] Failed to make a backup copy of OCR
    31/10/2011 11:36:36.670: [OCRCONF] [103401184] Exiting [status = failed] ...
    If anyone has faced this error and won, I'm accepting suggestions.
    Att.
    Italo Moisés dos Santos.

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Grid Computing » RAC, ASM & Clusterware Installation which you can get more quick response
    Regard
    Helios

Maybe you are looking for

  • Why do a bunch of my photo albums show up blank?

    We bought an iPad for my Grnadmother, mainly for the reason of photos. I have all the photos laid out in folders in Aperature. I load them on and it seems to work fine, but a bunch of the folders are empty.  About 70% of them worked just fine, but th

  • Ora-00257:Archive error

    Hello Everyone, ORA-00257: archiver error. Connect internal only, until freed. My Question is why oracle is not allowing to connect as normal database user like Scott during archive log is full, as i know archive log is generate during ddl/dml statem

  • How can I define payload authorizations in Runtime Workbench?

    Hi there, I am trying to define JAVA-authorizations in our PI-landscape. My recent problem is that I am trying to give our developers the opportunity to read message payloads in the Runtime Workbench. So far I have only been able to do this with admi

  • Install 9.0.2.2 patchset

    i am installing the OID 9.0.2.2 patchset (2682125) and the instructions say to unzip OID9022.ZIP in the ORACLE_HOME. however i cannot find the OID9022.ZIP file anywhere. Can someone please tell me where to locate this file. it was not in the p2682125

  • Bonjour error message on startup

    I get an error message that bojour must shut down on start up. The only time this happens is when I am trying to run through the air port at my home. When this happens I can not get onto the internet. I do not get the message at work using an linksys