Unable to connect to catalog manager

Hi,
I am unable to connect catalog manager in OBIEE 10g.When I am clicking on the link to catalog manager a message is getting displayed.
JVM terminated exit code=-1 and other details.
Pls help me in resolving this one.
Regards,
Yaseen

Hi,
I think you have installed obiee 10g on a 64-bit computer and used 64-bit jdk. DO the below steps will resolve the issue
You must use the 32-bit JDK for OBIEE, as it is a 32-bit application.
1. Make sure that your PATH is pointing to 32-bit JDK:
Click on the Start button.
Right click on Computer
Select Properties
From the resulting Window, click on Advanced Settings
In the resulting dialogue box, click on the Environment Variables button so that you can edit the path.
Add the path for the 32-bit JDK as the first entry to the PATH Variable.
2. Open a command Window prompt and change to the catalog manager directory:
$OracleBi/web/catalogmanager
3. Run the following command:
java -jar startup.jar
If you want to use a custom settings for Java Heap you may use the following command:
java -jar startup.jar -Xmx800M -Xms400M
Hope it helps.
Thanks,
RM

Similar Messages

  • ORA-29701: unable to connect to Cluster Manager

    Hi
    i am getting the following error message on RAC cluster / Linux , oracle when i connect as client..
    ORA-29701: unable to connect to Cluster Manager
    Plz help
    RP

    Any solution to this?
    This is happening to me on Red Hat ES 3. I can start the ASM instance fine after the system boots, but I can't get it to start automatically during boot.
    I'm guessing that the cluster management services aren't up yet during boot, but I can't seem to get the timing right in my rc.d setup. If I try a startup priority of 50, then I get the error. If I try a priority of 91, the instance does not even try to start (I'm not sure why).
    Should I put a loop in my ASM startup script, waiting for the services to become available? If so, what should that loop look for? Or, should I go into inittab, where init.ocssd is invoked, and somehow tell the boot process to wait until the services have started?

  • Unable to connect to Enterprise Manager URL

    Hi!
    I am trying to connect to Enterprise Manager but I couldn't
    Listener is strated
    DB console service is running fine
    I am not able to connect to the Enterprise manager URL
    when I checked the cfgtoollogs\emca\<instance name>
    I had found this where could be the error.
    SEVERE: Unclosed group near index 15
    *^\s*(PORT\s*=.**
    *^*
    Mar 10, 2011 1:03:24 PM oracle.sysman.emcp.util.FileUtil setCommentPropsReplaceMarkers
    CONFIG: Stack Trace:
    java.util.regex.PatternSyntaxException: Unclosed group near index 15
    *^\s*(PORT\s*=.**
    *^*
    I will be thankful if u can provide me the solution
    Thank u
    Sri

    Hi mnazim,
    Thank you for your reply.
    I tried all the options earlier, still I am unable to connect to Enterprise Manager
    If u have any other suggestions you can help me with that.
    thank u
    Sri

  • Unable to connect to Enterprise Manager

    Hello:
    I successfully installed 10g on my laptop. I was able to access the enterprise manager control panel without a problem. Today, I tried to access the control panel and I'm unable to connect. I'm receiving a Page Cannot Be Displayed screen.
    I'm running Windows XP. I don't understand why it worked once and not now.
    Can someone help me out? Thank you.

    Can you confirm that the service OracleDBConsoleSID is running? Any errors in the event log?

  • Unable to Connect to VM Manager Console

    Hello my server lost power this weekend and after the power was restored I booted up the Server that hosts the VM Manager application but I am unable to connect to the website. How do I start up the OVM Manager Web services?

    Hi,
    as root do this:
    cd  /u01/app/oracle/ovm-manager-3/machine1/base_adf_domain/bin
    *./startWebLogic.sh*
    Wait until weblogic server reach RUNNING state.
    This is for Manager version 3, but you can also execute command:
    service ovmm start
    Regards.
    Bagy

  • Unable to connect to catalog database

    Dear All,
    I tried to take offline DB backup using recovery catalog.But it is failing with below error.
    RMAN> backup database;
    Starting backup at 28-FEB-12
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 02/28/2012 14:40:20
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-06004: ORACLE error from recovery catalog database: ORA-03114: not connected to ORACLE
    I'm running RMAN on target db host.
    This is the cmd I used to connect to RMAN. env.
    rman target / catalog=username/password .
    Kindly help me.
    Best Regards,
    Gopal.

    Hello mseberg
    Thanks for your suggestion.I removed the entry in tnsnames.ora file ans restarted the listener.
    This how exactly I'm wroking with RMAN now.
    C:\Documents and Settings\TEST>rman target / catalog=xxxxl/xxxxxxx
    Recovery Manager: Release 10.2.0.1.0 - Production on Tue Feb 28 15:50:43 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: GOP (DBID=11843514)
    connected to recovery catalog database
    RMAN> shutdown immediate;
    database closed
    database dismounted
    Oracle instance shut down
    RMAN> startup mount;
    connected to target database (not started)
    Oracle instance started
    database mounted
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of startup command at 02/28/2012 15:52:03
    RMAN-06004: ORACLE error from recovery catalog database: ORA-03113: end-of-file
    on communication channel
    Thanks for your help.
    With Regards,
    Gopal.
    Edited by: user8829891 on Feb 28, 2012 6:54 AM

  • Unable to connect using Enterprise Manager

    I have Oracle 9.2 installed on w2000 server and it was working fine when I use isqlplus and sqlplus. However, after I type in the userID:SYS and password to expand the tree of the database when I use Enterprise Manager , it gives me the error ORA-12520. I got the same error when trying to create DSN in ODBC driver configuration.

    Solution:
    I ran into the same problem. You have to first create a password file. Run
    orapwd file=<fname> password=<password> entries=<users>
    The file will usually be in the dbs by default. You may have to play with the file name. I had to make it orapwd in dbs to make it recognize correctly.
    Next you need to modify your startup parameter for your instance to use the remote_login_passwordfile='shared' or 'exclusive'
    Set it to exclusive if you have only one instance or shared if you have multiple instances. I had to use the pfile and start the instance with that. Just rename your spfile and type 'sql>create pfile from spfile' and then edit it. Set your parameter and restart your instance. The do 'sql>create spfile from pfile' to make your spfile again. Now you should be able to connect as sys remotely from sql or OEM!!!
    Doc:
    Setting REMOTE_LOGIN_ PASSWORDFILE
    In addition to creating the password file, you must also set the initialization parameter REMOTE_LOGIN_PASSWORDFILE to the appropriate value. The values recognized are described as follows:
    Value Description
    NONE
    Setting this parameter to NONE causes Oracle to behave as if the password file does not exist. That is, no privileged connections are allowed over non-secure connections. NONE is the default value for this parameter.
    EXCLUSIVE
    An EXCLUSIVE password file can be used with only one database. Only an EXCLUSIVE file can contain the names of users other than SYS. Using an EXCLUSIVE password file allows you to grant SYSDBA and SYSOPER system privileges to individual users and have them connect as themselves.
    SHARED
    A SHARED password file can be used by multiple databases. However, the only user recognized by a SHARED password file is SYS. You cannot add users to a SHARED password file. All users needing SYSDBA or SYSOPER system privileges must connect using the same name, SYS, and password. This option is useful if you have a single DBA administering multiple databases.

  • Unable to connect Oracle Enterprise Manager 10g

    Good Morning All,
    I using oracle 10g.
    http://dt40562:1158/em/console/logon/logon
    iam connecting successfully in Toad using scott/tiger.
    Whenever im connecting using Oracle Enterprise Manager im getting below error
    "The application requires more database privileges than you have currently been granted. Click on Help to get more version specific information."
    Pls help me on this issue.. How can i connect to database using OEM.
    Thanks..

    Hi,
    CONNECT has been dramatically altered in 10.1.0.x and later releases of Oracle.  The granted privileges have been seriously reduced to nothing more than CREATE SESSION.  In 9.0.1.x and 9.2.0.x the CONNECT role possessed these additional privileges:
    ALTER SESSION
    CREATE CLUSTER
    CREATE DATABASE LINK
    CREATE SEQUENCE
    CREATE SYNONYM
    CREATE TABLE
    CREATE VIEW
    Thus an application which relied upon the CONNECT role in 9iR2 and earlier releases would not properly function against a 10gR1 or later database.
    you need to have these Oracle Roles , so ur problem will be solved.
    EXECUTE_CATALOG_ROLE
    OEM_MONITOR
    EXP_FULL_DATABASE
    Let me know if the issue still persists.

  • I am unable to connect to subscription manager? Help?

    I have a subscription to Captivate 6 ... was working great this morning i tried to run, but got a message "Please connect to internet and retry"
    I have gone through the steps I found in the help section to no avail. I am on the internet, the clock is set right, I can connect to Adobe (secure and unsecure), the certificate is installed.
    I tried downloading CP6 again and installing, only to get to the same place ...
    I am working on a deliverable due today, any help please...
    -John

    maybe wait an hour or so.  there seems to be an unusually large number of connection problems.
    or, if you want to check for common problems causing that error message: http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-i ssues.html

  • Unable to connect to Exchange 2010 Management console after - Exchange 2010 SP3 Rollup 7

    We have been having issue with our Exchange Server 2010's Transport Service failing due to a database corruption. I was hoping that maybe applying the Roll-up 7 for Exchange might fix this issue, however after applying the patch we are unable to start the
    MSExchangeMailboxAssistants "Error 1053: The service did not respond to the start or control request in a timely fashion."
    Then I notice that we were unable to connect to the Management Console or through PowerShell. 
    Event 1000, Application Error
    Faulting application name: MSExchangeMailboxAssistants.exe, version: 14.3.210.2, time stamp: 0x53e2bf34
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x5315a05a
    Exception code: 0xe0434f4d
    Fault offset: 0x000000000000940d
    Faulting process id: 0x%9
    Faulting application start time: 0x%10
    Faulting application path: %11
    Faulting module path: %12
    Report Id: %13
    PowerShell error:
    Exception calling "TryLoadExchangeTypes" with "2" argument(s): "Could not load file or assembly 'Microsoft.Exchange.Man
    agement, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name va
    lidation failed. (Exception from HRESULT: 0x8013141A)"
    At C:\Program Files\Microsoft\Exchange Server\V14\bin\RemoteExchange.ps1:75 char:92
    + $typeLoadResult = [Microsoft.Exchange.Configuration.Tasks.TaskHelper]::TryLoadExchangeTypes <<<< ($ManagementPath, $t
    ypeListToCheck)
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : DotNetMethodException

    Hi,
    Please try the following steps to narrow down the issue:
    1. Uninstall and reinstall .NET package in Exchange server.
    2. Under location C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG, took a copy of Machine.Config.default, renam it to Machine.config and copy it under this path again.
    3. Do IIS reset by running iisreset from a Command Prompt window.
    4. Reboot the server and verify whether the Exchange services are started.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Unable to login to caralog manager online with adminstrator user

    Hi Gurus,
    I am unable to login to catalog manager online with administrator user. I get error as
    'access denied for user to path /.'
    I think this is because of catalog migration from dev to test.
    What do i need to do so that i could login to catalog manager online with administrator?
    Please advice
    Thanks

    Hi,
    When the catalog is moved from Dev to Test/prod permissions are not copied. The users are part of the system folder (i.e Catalog Manager > Users > Properties > Owner Account = System Account), which is why Catalog Manager does not transfer the permissions.
    I guess that is the reason you were able to run the reports from dev and not from test/prod. To have them work you might need to refresh GUID's check the Oracle note [ID 1467256.1].
    1. Stop the Presentation Server.
    2. Backup the instanceconfig.xml file at [middleware_home]/instances/instance1/config/OracleBIPresentationServicesComponent/coreapplication_obips1/instanceconfig.xml
    Under the 'Catalog' section, add the 'Recover' tag. For Example:
    <Catalog>
    <UpgradeAndExit>false</UpgradeAndExit>
    <UpdateAccountGUIDs>Recover</UpdateAccountGUIDs>
    </Catalog>
    4. Start the Presentation Server. It will perform a recovery and then after some time shutdown.
    5. Remove the tag.
    6. Start the Presentation Server again.
    Let me know if this helped.
    Regards,
    Jay
    Edited by: Voltaire on Nov 19, 2012 11:59 AM

  • Uncaught error java nullpoint exception, email icons disappeared, application loader unable to back up data, desktop manager unable to connect

    Model:  Curve 8900
    Provider: At&t
    Platform: 4.2.0.108
    I'm ready to throw this phone in the blender.... if I could only back up my data first. A couple of months ago the What's App application required an update. I updated it and ever since my phone has steadily had more and more issues. First, I kept getting this uncaught error message, shortly thereafter the 2 email accounts (both gmail) that I have linked to the account disappeared. The message icon shows that I have messages, but icons not there (I have tried the show all option). At one point the message icon started exponentially adding the number of messages until it got up to over 86,000. When I reboot the phone it goes back down and then steadily increases again... usually though it's more to 400 - 500 rather then tens of thousands. I have been trying to install updates and do a wipe of the BB so that I can start from scratch, unfortunately the application loader is unable to back up data. The desktop manager is unable to connect to the blackberry and indicates that an upgrade is required. I have tried doing the upgrade both directly from the phone and connected to the desktop manager, but nothing seems to work. If I try to upgrade the software directly from the BB, I get to the start download button and when I click, nothing happens. I have removed all applications except bberry app world and one game that I play, Pixelated Plus. Still nothing. Any ideas?

    Do you want to save the messages?
    If not (and I think they are the problem) open the Desktop Software > Device > Delete Data and click the "select Data" option. Select the Messages to remove. Complete the prompts and finish.
    Then, return to backup the entire device, and see if that is possible to complete this time with no messages.
    Now, once the back up is done and you have your data, you can disconnect the device.
    Now, use BBSAK to wipe the device and subsequently load the new operating system.
    **If you cannot complete the backup again above, you might have to do without it, OR you can use the Desktop Software to sync your Address book, calendar, memos and tasks to Outlook. OR, you can easily install and use BlackBerry Protect to backup your device over the air to RIM servers, then once wiped and the new OS reloaded, you can use Protect to restore the data back to the 8900. << This you should do regardless.
    Good luck, post back here as you have questions.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I am getting the error "Unable to connect to data warehouse management server" when I try to register it DWMS

    I have a Data Warehouse Server that appears to be functioning but is running System Center Service Manager 2010 (w/ out SP1), Also have a functioning Configuration Management Server with Reporting Services Point installed the is running System Center
    2012. Both systems are VM's running Windows Server 2008 R2 Enterprise w/ SP1 fully patched. Both systems are running SQL Server 2008 R2 as well. When I try to register the Data Warehouse Server via the GUI using the console or in Powershell it errors
    out. Particularly on the GUI with the error "Unable to connect to data warehouse management server". I can browse to it, ping it, get the configuration management reports to run and show my AD assets, etc... but it will not register the DWS. I have
    tried every suggestion TechNet has to offer and I am hitting a wall. Can someone please, please, please help!?!

    unplug modem and router and reboot.
    check setting for network, verify password.
    sign in.  Enter computer information.
    let me know if this works.

  • SCVMM 2012: Unable to connect to the VMM management server localhost:8100

    Hi everyone
    I have difficulties connecting with the Admin UI to the SCVMM server running on the same machine. This is the error message I see:
    Unable to connect to the VMM management server localhost. The Virtual Machine Manager service on that server did not respond.
    Verify that Virtual Machine Manager has been installed on the server and that the Virtual Machine Manager service is running.
    Then try to connect again. If the problem persists, restart the Virtual Machine Manager service.
    ID: 1602
    I checked that the service is running and checked with the Resource Monitor that vmmservice.exe is really listening on port 8100. The Resource Monitor also shows some traffic between itself, the service and the DC. But all traffic dies down after a few seconds,
    then nothing happens for a minute, then I get the above error message. The only SCVMM related entry in the eventlog is this (was logged when I manually tried restarting the service):
    Failed to stop service. System.NullReferenceException: Object reference not set to an instance of an object.
    at Microsoft.VirtualManager.Engine.VirtualManagerService.OnStop()
    at System.ServiceProcess.ServiceBase.DeferredStop()
    But I guess that entry is of no help. Other important things that might be relevant:
    This installation worked fine three months ago. Since then only the automatic updates were installed.
    DPM (the 2012 CTP for Win8) is installed on the same server.
    After it didn't work I installed SQL Server 2008 R2 SP1 (offered by Microsoft Update)
    SCVMM is part of a small test installation (~10 VMs or so), no valuable data, so there's no risk when messing around
    Control panel shows the version number 3.1.1042.0 for "Microsoft System Center 2012 Virtual Machine Manager".
    Is there anything else I could try? How can SCVMM stop to work, all by itself? Leaves a sour taste...
    Cheers,
    Simon

    When such odd behaviour occur, it is a good tip to start a VMM trace to see where things are actually going wrong. And suck files is interestin for MS support once the obvious things for errors, are eliminated out of the picture.
    VMM has dependencies such as SQL, permissions and service accounts. All of these variables does
    also have dependencies that should be verified. Verify that the account for the service does is not locked/expired pwd, that the SQL is up and running - and actually is working. There is a lot of logs to check in order to determine the root cause of
    this behaviour.
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

  • Unable to connect to the Data Access service for this management server

    Hate to raise a sleeping horse but was hoping someone might have some insight into why SCOM Report Server install is failing. I am using a domain account for SCOM 2012 R2 services in a distributive environment
    with 2 management servers and 2 SQL servers…one for Ops db and one for DW db.
     Install was failing on selecting the management server. Research led me to
    Kevin Holman's site. I followed his doc and SPN are set per your config and can telnet to MGMT1 on 5723…firewall is off on all servers. I am a domain admin and scom.mgmt account (MSOMSdkSvc) is a local admin on the MGMT servers.
    >setspn -l domain\scom.mgmt
    Registered ServicePrincipalNames for CN=scom.mgmt,OU=Service Accounts,DC= domain,DC=net:
    MSOMSdkSvc/SCOM-MGMT1
    MSOMSdkSvc/SCOM-MGMT1.domain.net
    MSOMSdkSvc/SCOM-MGMT2
    MSOMSdkSvc/SCOM-MGMT2.domain.net
    >setspn -l domain\scom-mgmt1
    Registered ServicePrincipalNames for CN=SCOM-MGMT1,OU=SCOM,OU=INTERNAL,DC=domain,DC=net:
    MSOMHSvc/SCOM-MGMT1.domain.net
    TERMSRV/SCOM-MGMT1.domain.net
    WSMAN/SCOM-MGMT1.domain.net
    RestrictedKrbHost/SCOM-MGMT1.domain.net
    HOST/SCOM-MGMT1.domain.net
    MSOMHSvc/SCOM-MGMT1
    TERMSRV/SCOM-MGMT1
    WSMAN/SCOM-MGMT1
    RestrictedKrbHost/SCOM-MGMT1
    HOST/SCOM-MGMT1
    >setspn -l domain\scom-mgmt2
    Registered ServicePrincipalNames for CN=SCOM-MGMT2,OU=SCOM,OU=INTERNAL,DC=domain,DC=net:
    MSOMHSvc/ SCOM-MGMT2.domain.net
    MSOMHSvc/ SCOM-MGMT2
    WSMAN/SCOM-MGMT2.domain.net
    WSMAN/SCOM-MGMT2
            TERMSRV/SCOM-MGMT2.domain.net
    TERMSRV/SCOM-MGMT2
    RestrictedKrbHost/SCOM-MGMT2
    HOST/CHH-SCOM-MGMT2
    RestrictedKrbHost/CHH-SCOM-MGMT2.osi-asp.net
    HOST/CHH-SCOM-MGMT2.osi-asp.net
    >setspn -l domain\scom-ssrs
    Registered ServicePrincipalNames for CN=SCOM-SSRS,OU=SCOM SQL,OU=SCOM,OU=CHH-INTERNAL,DC=domain,DC=net:
        WSMAN/SCOM-SSRS
    WSMAN/SCOM-SSRS.domain.net
    MSSQLSvc/SCOM-SSRS.domain.net
    MSSQLSvc/SCOM-SSRS.domain.net:1433
        TERMSRV/SCOM-SSRS.domain.net
    TERMSRV/SCOM-SSRS
    RestrictedKrbHost/SCOM-SSRS
      HOST/SCOM-SSRS
    RestrictedKrbHost/SCOM-SSRS.domain.net
    HOST/SCOM-SSRS.domain.net
    When I point to the MGMT server, I keep getting “Unable to connect to the Data Access service for this management server. Ensure the Data Access service is running and that the service, the management group, and setup are
    all the same version”.
    OpsMgrSetupWizard.log states…
    Info:     
    :Could not connect to Management Server: scom-mgmt1.domain.net with exception: Threw Exception.Type: System.ArgumentException, Exception Error Code: 0x80070057, Exception.Message: Version string portion was too short or
    too long.
    Info:     
    :StackTrace:   at System.Version.TryParseVersion(String version, VersionResult& result) at System.Version..ctor(String version) at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SetupHelpers.IsManagementServerCurrentVersion(String
    managementServer) at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SetupHelpers.CanConnectToManagementGroup(String managementServer)
    When I searched on "Exception.Message: Version string portion was too short or too long" it led me to .Net strings in the reg. i deleted all refs to older versions (3.x) but still no good.
    Bob

    Well, I’m back to trying to get SCOM Report Server up and running. This time I decided to try the command line silent install and rely on logs to debug. But it still fails.
    This is the script: SETUP /install /InstallPath:D:\Program Files\Microsoft System Center 2012 R2\Operations Manager /components:OMReporting /ManagementServer:<server>.<domain> /SRSInstance:<instance> /DataReaderUser:<domain>\<account>
    /DataReaderPassword:******** /SendODRReports:0 /UseMicrosoftUpdate:0 /AcceptEndUserLicenseAgreement:1
    When I run the script, I get a pop-up: “System CenterOperations Manager Setup has stopped working with the following:
    Problem signature:
    Problem Event Name:                       
    CLR20r3
    Problem Signature 01:                      
    setupchainerui.exe
    Problem Signature 02:                      
    7.0.5000.0
    Problem Signature 03:                      
    522a5b85
    Problem Signature 04:                      
    mscorlib
    Problem Signature 05:                      
    4.0.0.0
    Problem Signature 06:                      
    53b4fc1e
    Problem Signature 07:                      
    e4d
    Problem Signature 08:                      
    5a
    Problem Signature 09:                      
    System.FormatException
    OS Version:                                         
    6.1.7601.2.1.0.274.10
    Locale ID:                                            
    1033
    Additional Information 1:                 
    4911
    Additional Information 2:                 
    49111a576c61a461b7f2900e4224563c
    Additional Information 3:                 
    a1e6
    Additional Information 4:                 
    a1e62e9c159c1d7601a31ccff83dbf94
    App Event Log:
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
    <Provider Name=".NET Runtime" />
    <EventID Qualifiers="0">1026</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2015-01-29T19:02:39.000000000Z" />
    <EventRecordID>4999</EventRecordID>
    <Channel>Application</Channel>
    <Computer>SERVER NAME</Computer>
    <Security />
    </System>
    - <EventData>
    <Data>Application: SetupChainerUI.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception.
    Exception Info: System.FormatException Stack: at Microsoft.SystemCenter.Essentials.SetupFramework.Program.Main()</Data>
    </EventData>
    </Event>
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2015-01-29T19:02:41.000000000Z" />
    <EventRecordID>5000</EventRecordID>
    <Channel>Application</Channel>
    <Computer>SERVER NAME</Computer>
    <Security />
    </System>
    - <EventData>
    <Data>SetupChainerUI.exe</Data>
    <Data>7.1.10226.0</Data>
    <Data>522a5b85</Data>
    <Data>KERNELBASE.dll</Data>
    <Data>6.1.7601.18409</Data>
    <Data>5315a05a</Data>
    <Data>e0434352</Data>
    <Data>000000000000940d</Data>
    <Data>a64</Data>
    <Data>01d03bf626a03a7a</Data>
    <Data>C:\Users\USER NAME\AppData\Local\SCOM\Setup\SetupChainerUI.exe</Data>
    <Data>C:\Windows\system32\KERNELBASE.dll</Data>
    <Data>65be21be-a7e9-11e4-a4d7-005056966e1b</Data>
    </EventData>
    </Event>
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
    <Provider Name="Windows Error Reporting" />
    <EventID Qualifiers="0">1001</EventID>
    <Level>4</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2015-01-29T19:03:27.000000000Z" />
    <EventRecordID>5001</EventRecordID>
    <Channel>Application</Channel>
    <Computer>SERVER NAME</Computer>
    <Security />
    </System>
    - <EventData>
    <Data />
    <Data>0</Data>
    <Data>CLR20r3</Data>
    <Data>Not available</Data>
    <Data>0</Data>
    <Data>setupchainerui.exe</Data>
    <Data>7.0.5000.0</Data>
    <Data>522a5b85</Data>
    <Data>mscorlib</Data>
    <Data>4.0.0.0</Data>
    <Data>53b4fc1e</Data>
    <Data>e4d</Data>
    <Data>5a</Data>
    <Data>System.FormatException</Data>
    <Data />
    <Data />
    <Data>C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_setupchainerui.e_9724aaa8eec4ffba07c27fea369e612e949d75_5b269652</Data>
    <Data />
    <Data>0</Data>
    <Data>65be21be-a7e9-11e4-a4d7-005056966e1b</Data>
    <Data>0</Data>
    </EventData>
    </Event>
    OpsMgrSetupWizard.log
    [13:48:16]:          
    Error:     :Uncaught Exception: Threw Exception.Type: System.FormatException, Exception Error Code: 0x80131537, Exception.Message: Input string was not in a correct format.
    [13:48:16]:          
    Error:     :StackTrace:  
    at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
       at Microsoft.SystemCenter.Essentials.SetupFramework.PropertyBagDictionary.GetProperty[T](String property)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SetupHelpers.ValidateBureaucraticSwitches()
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.RationalizeCommandLineArguments.ValidateSilentInstallCommandLineOptions()
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.RationalizeCommandLineArguments.Rationalize()
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SetupHelpers.RationalizeGeneralInstall()
       at Microsoft.SystemCenter.Essentials.SetupFramework.Program.RationalizeInstall()
       at Microsoft.SystemCenter.Essentials.SetupFramework.Program.Main()
    Any ideas? I feel like I’m just going in circles…Bob

Maybe you are looking for

  • Changing iTunes account

    I have just had a replacement iPad 1 as my last one packed up. I set it up on my husbands mac and it has added all his email/iTunes to it. I want to use my iTunes account and email but cant work out how to change it now. Any help greatly appreciated.

  • 'Add files/folders to library...' comes up short

    Long long long time MusicMatch User and have started using iTunes thanks to Pepsi's promotion. When trying to import my existing music into iTunes, the process comes up about 20% short. A vast majority of my song files are in mp3 with a handfull of u

  • CS6 Dreamweaver and InDesign quit immediately on startup.

    I have installed CS6 Design and Web Premium on a MacBookPro OS10.9.4 that also has CS5 Design and Web Premium installed.  Photoshop, Illustrator, Bridge, Fireworks and Flash all open without problem. BUT CS6 Dreamweaver and InDesign quit immediately

  • Scrabble app problem connecting to Facebook

    I've downloaded ios8 onto my Ipad2 and now Scrabble won't connect to Facebook to find friends to play. It says there's a network error but internet connection is fine. Have reinstalled Scrabble app and checked password working fine with facebook. I c

  • Can't burn DMGs or ISOs at 24x

    I have an Early 2006 Mac mini with a Superdrive. I cannot seem to burn disk images (of any type) at 24x. I get a "medium write error". 8x works fine, and so does burning at 24x with regular files/folders. For example, I have a 35MB folder of data. I