Windows 2008 R2 IPSEC fails if NAT involved

I'm deploying a project that includes an IPSEC Tunnel between Windows servers, through a NAT Firewall. When both servers were windows 2003, this worked fine. We have had to migrate to Win2k8R2, and now the tunnel is established, but no traffic flows through
the tunnel.
The tunnel has been tested in both Windows Firewall with Advanced Security, and Legacy "Policy Agent" configuration with the same result.
Originally we were Win2k3 to Win2k3 and it worked:
|Win2k3 PRIVATEIP|-------|NATFW|-----------|Win2K3 PUBLICIP|
Then we had to switch one server to Win2k8R2:
|Win2k3 PRIVATEIP|-------|NATFW|-----------|Win2K8R2 PUBLICIP|
NATFW is mapping the yellow server to a blue IP address.  It is a 1:1 mapping, NAT not PAT! Our tunnel establishes, but no traffic will flow. In our testing, we have the following results:
Yellow......Blue........Subnets...........Outcome
=================================================
2k8R2.......2k8R2.......same..............OK
2k3..........2k8R2.......same..............OK
2k3..........2k3..........same..............OK
2k8R2.......2k8R2.......routed,no.NAT....OK
2k3..........2k8R2.......routed,no.NAT.....OK
2k3..........2k3..........routed,no.NAT.....OK
2k8R2.......2k8R2.......routed,NAT........Fail.(quick/main.mode.established,.no.traffic)
2k3..........2k8R2.......routed,NAT........Fail.(quick/main.mode.established,.no.traffic)
2k3..........2k3..........routed,NAT........OK
any thoughts.

Hi I have exactly the same issue.
2k8R2.......2k8R2.......routed,no.NAT....OK
2k8R2.......2k8R2.......routed,NAT........Fail.(quick/main.mode.established,.no.traffic)
Did you find any solution for this? 
It is recommended to install ISA server to manage NAT and IPSEC. But I don't want to do this for some reasons.

Similar Messages

  • Windows 2008 R2 - IPSEC Firewall Configuration

    Hi,
    I want to open IPSEC between two servers with a firewall in between them.  Both servers are Windows 2008 R2.   I want to limit the IPSEC so that only data can flow from Intranet Server 1 to DMZ server1.  (I don't want to allow DMZ server
    to initiate data transfer to intranet)   So, this IPSEC rule is for ONE WAY traffic.
    I have asked my network team to open the following ports:
    From Server1 on intranet to Server2 in DMZ:
    UDP 500
    protocol type 50
    Protocol type 51
    However, the IPSEC connectivity is failing.  The server does not appear to be NEGOTIATING security.  To simply the configuration, I am currently only using a passphrase to authenticate the IPSEC.
    I am wondering if I have to open the same firewall ports from the DMZ to the intranet too.  Can anyone confirm if the ports must be enabled in both directions to have IPSEC work?  and if this is the case, I guess I would have to rely on the IPSEC
    policy itself to BLOCK communication from the DMZ to the Intranet.

    Hi,
    Would you please tell us that how did you configure the IPsec policy?
    Have you assigned the IPsec policy after you configured it?
    In addition, when configuring IP filters for traffic that must be secured, make sure to mirror the filters.
    More information for you:
    Windows 2008 R2 - IPSEC Firewall Configuration
    http://technet.microsoft.com/en-us/library/cc730656.aspx
    Step-by-Step Guide to Internet Protocol Security (IPSec)
    http://technet.microsoft.com/en-us/library/bb742429.aspx
    Best Regards,
    Amy

  • Windows 2008 R2 backup fails with event 521 error code 2155348001

    Windows Server 2008 R2 SP1.  Hyper-V role installed. 
    OS on drive C.  All VMs stored on Drive D.
    I am attempting to run a Bare Metal backup of the host system to a network share. 
    Drive D is not included in the backup job.  I am getting the following error:
    Log Name:      Application
    Source:        Microsoft-Windows-Backup
    Date:          1/10/2014 11:28:52 PM
    Event ID:      521
    Task Category: None
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      SHAQTUS.scdl.local
    Description:
    The backup operation that started at '‎2014‎-‎01‎-‎11T04:08:50.683000000Z' has failed because the Volume Shadow Copy Service operation to create a shadow copy of the volumes being backed up failed with following error code '2155348001'. Please review the event
    details for a solution, and then rerun the backup operation once the issue is resolved.
    Reviewing event details, as suggested, does not offer any solution.
    I have tried the suggested solutions in other similar threads of increasing the timeout value with the registry entry. 
    This does not work.
    I have not tried reregistering the VSS writers manually, as the only links I have found are for server 2003/2008 (not R2) and explicitly state that they won’t work on higher versions of the OS, since they now utilize manifests and the manual procedure could
    cause problems for those servers. Haven't found similar procedures for 2008 R2.
    I have been able to narrow this down a bit.
    A Windows 2008 R2 SP1 server with Hyper-V installed – backup to a network share is successful;
    Install the DPM 2012 agent – same backup fails with the 2155348001 error.
    We use DPM 2012 to backup VMs, but DPM cannot perform a bare metal backup/restore of server and the 2012 version no longer has the DPMSRT feature. 
    I prefer to run Bare Metal Backup to a file server share.
    Stuck on this one.
    Rick

    Hi, 
    The issue is related to DPM, I would suggest you ask for help from DPM forums:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=dataprotectionmanager
    Regards, 
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Windows 2008 failover clustering fails with Event ID 1205 1069 1558

    I have a two nodes Windows 2008 and SQL 2008 cluster running in active\passive.  I was restarting
    my nodes after applying windows update then I received the following error message below within Failover Cluster Manager. I get errors with Event ID 1205 1069 1558  this happens every month ..  Could someone help me on to find the root cause for
    this issue how to check if it is an issue with network or Quorum drive  ?

    First, take a look at the 1069 event. This should point out which resource is failing. 
    Then, open a command prompt and run the command: cluster log /g
    This will generate a cluster.log file that you can use to further troubleshoot this issue. The log file will be located in the C:\Windows\Cluster\Reports folder.
    The cluster.log will be based on GMT time, so you may need to translate this to the local time zone in order to find the events you are looking for. Look for ERR or WARN messages and these should hopefully give you more insight as to why the resource is
    failing.
    Hope this helps. 
    Visit my blog about multi-site clustering

  • Windows 2008 R2 install fails on ProLiant MicroServer G7 N40L

    The system has 4 x 2.5SATA drives. I have tried RAID10 and RAID1. Used a 500GB partition for the Windows install. Every time the install gets all the way to the end of the initial install after it completes copying the Windows files and it about to reboot when I get:
    Windows could not prepare the computer to boot in the next phase of the installation. To install Windows, restart the installation.
    This has happened 3 separate times all at the same place. What am I missing here? Is there some incompatability issue with Windows 2008 R2? The system has 2GB of RAM. I can't tell what kind of memory it is (ECC, non-ECC, etc.)
    Thanks, Michael

    Hi, Michael:
    You may also want to post your question on the HP Business Support Forum -- Proliant Servers section.
    http://h30499.www3.hp.com/t5/ProLiant/ct-p/proliant

  • Windows 2008 R2 Firewall Fails to start

    Ran into a problem where the Windows firewall Service fails to start after a reboot. The error is as follows:
    The Windows Firewall service terminated with service-specific error This operation returned because the timeout period expired.
    This has happened on a couple of servers (1 application server and 1 Print Server). The problem is intermittent, i.e out of 10 reboots it might occur 3 times. Manually starting the service works fine and the service starts with no errors.
    I suspect a dependencies issue but I have kind of hit a brick wall and was hoping someone might have an idea what else to look at. Again, manually starting the service has never generated any error of any kind, and the service has always started.
    Thanks in advance for any thoughts or suggestions.

    Hi Dave K,
    Thanks for posting here.
    Could you please post the full information of the only event here ? include the event ID, key words ..etc.
    Actually if you can confirm that all other dependencies services of main firewall service "Windows Firewall" (MPSSVC) were started up and running property , you may
    try to set the “startup type” option to “automatic (delayed start)” and reboot to see if this issue will reproduce.
    Meanwhile, other methods for troubleshooting firewall startup issues could be found form the article below:
    http://blogs.technet.com/b/wsnetdoc/archive/2011/06/29/cool-set-of-topics-on-the-windows-firewall-service-by-david-pracht.aspx
    Regards,
    Tiger Li
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please contact 
    [email protected]
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • R12 Cloning from Windows 2003 64 bit to Windows 2008 R2 64 bit

    Dear Gurus,
    I have a 12.1.3 applications and 11.2.0.2 database running on Windows 2003 *64 bit*. Now I need to perform a migration from Windows 2003 to Windows 2008 R2 64 bit. Please confirm if we can directly perform a clone from 2003 64 bit to 2008 R2 64 bit using Rapid clone?
    Thanks in advance!
    -Khan

    We are in Windows 2003 32bit on Applications and Windows 2003 64 bit for database. This architecture was certified as per Support which we had confirmed via SR.Correct.
    BTW the reason for raising this thread is that the clone failed for db Tier at a very first go with the below error where it states unknown OS Windows 2008 R2.
    E:\TEST\oracle\11.2.0\appsutil\clone\bin\..\jre\bin\java.exe -Xmx600M -cp E:\TES
    T\oracle\11.2.0\appsutil\clone\jlib\java;E:\TEST\oracle\11.2.0\appsutil\clone\jl
    ib\xmlparserv2.jar;E:\TEST\oracle\11.2.0\appsutil\clone\jlib\ojdbc5.jar oracle.a
    pps.ad.context.CloneContext -e E:\TEST\oracle\11.2.0\appsutil\clone\bin\..\conte
    xt\db\CTXORIG.xml -validate -pairsfile C:\Users\APDF38~1.ADM\AppData\Local\Temp\
    2\adpairsfile_2800.lst -stage E:\TEST\oracle\11.2.0\appsutil\clone 2> C:\Users\
    APDF38~1.ADM\AppData\Local\Temp\2\adcfgclone_2800.err && echo %ERRORLEVEL% > C:\
    Users\APDF38~1.ADM\AppData\Local\Temp\2\adcfgclone_2800.res
    RC-20011: Fatal: Failed to retrieve OS name. The following OS string returned fr
    om System.getProperty("os.name") is unknown: Windows Server 2008 R2
    Can't open Exception in thread "main" java.lang.ExceptionInInitializerError:
    Invalid argumentPlease see these docs.
    How to Overcome Windows 2008 Being Unrecognised by AutoConfig and rapid Clone? [ID 1270782.1]
    Running adbldxml.pl On Windows 2008 R2 Dbtier Fails On Unknown: Windows Vista [ID 1263136.1]
    Thanks,
    Hussein

  • Test/Verify Biztalk 2013/Windows 2008 R2 installation

    Hi
    I have experienced problems with MSDTC on a new two server development box (virtual server)
    BizTalk 2013/MSSQL 2012 on Windows 2008 R2
    MSDTC failed connection when receive locations was started
    Seems to be fine now DTC tester is working ok
    I'd like to check how the installation is doing on a more regurlar basis
    Any ideas, some scheduled action, a service or something
    Thanks  /Peter

    Peter,
    You can consider few options:
    Since you dont have any trace of MSDTC failure in your new installation, instead of looking for an trace, you can look for its reaction like suspend message and configure an alert to
    be send to you (or to support team)
    Normally any MSDTC related failures on a running instance would result in a eventlog entry, and again you can configure for an alert for this event log entry.
    Another option is you can create a batch file to run the DTCPing tool and it can output an log file. Your automation script can interrogate or send the copy of the log file to you.
    Also in MSDTC, you can enable tracing options, where you have options like “Trace Aborted Transaction” (In the same tab you can also choose the log file location). So you can create an
    automated process to send you the log file (may be by email) when the log file is created or periodically.
    As said, Messagebox view can be scheduled to run and it can capture the MSDTC failures. And this report can be emailed to you.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Can a Cisco 881 router create an L2TP/IPsec tunnel via NAT to Windows 2008?

    Hi
    Was anyone successfull in setting up an L2TP/IPsec tunnel through NAT-T against a Windows 2008/ R2 RRAS server? I am using an 881 router and the layout is someting like this:
    Client -> 881 -> NAT -> internet -> Windows 2008 RRAS
    The tunnel goes form the 881 to the Windows server (not from the client...).
    Thanks
    Roland

    Hi Federico
    Thanks for your help! Much appreciated.
    In my case this should be transparent to the client - I would like not to initiate the connection from the client.
    Does that makes sense? I am considering L2TP because Windows 2008 R2 doesn't support IPSec tunnels through NAT (2008 R2 being the responder and the Cisco router the initiator of the IPSec connection).
    Regards
    Roland

  • EPM 11.1.2: Foundation Services config fails on Windows 2008 SP1 server.

    Hi,
    I installed EPM 11.1.2 on Windows 2008 SP1, 32-bit. The installation succeeded (no errors in logs). However, when I run EPM Configurator to configure Foundation Services, it fails.
    Environment:
    EPM Server: Windows 2008 SP1 32-bit
    RDBMS: Oracle Enterprise Edition 10.2.0.4 (running on remote AIX 5.3 TL 8 server)
    Oracle Client: 10.2.0.4 (full client install)
    The configtool.log (see below) indicates that the program cannot find the reg.properties file. I checked the server and this file does not exist. The log file also reports non-existing classpath entries (not sure if this is related). The registry.log file (see below) reports a jdbc driver error: java.sql.SQLSyntaxErrorException: ORA-00917: missing comma.
    I submitted a service request with Oracle Support, but the support engineer said that installation and configuration errors are outside the scope of technical support.
    Any ideas/suggestions would be greatly appreciated.
    Thank you.
    Configtool_Summary.log:
    ---- Product Configuration Summary.....
    ( May 9, 2010 6:55:58 AM ): ---- Hyperion Foundation Configuration......
    ( May 9, 2010 6:55:59 AM ): Pre-Configuration :: pass
    ( May 9, 2010 6:55:59 AM ): Common Settings :: fail
    ( May 9, 2010 6:56:03 AM ): Configure Database :: pass
    ( May 9, 2010 6:56:03 AM ): Deploy to Application Server :: fail
    ( May 9, 2010 6:57:03 AM ): Configure Oracle Configuration Manager :: fail
    ( May 9, 2010 6:57:08 AM ): ---- Workspace Configuration......
    ( May 9, 2010 6:57:08 AM ): Deploy to Application Server :: fail
    Configtool.log:
    [2010-05-09T06:49:19.927-06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 10] [ecid: 0000IXx7D4337E65zNd9iW1BtexF000000,0] [SRC_CLASS: com.oracle.preconfig.util.EpmLoggerPreConfigReporter] trace: Running preconfig checks...[[
    Running EPM_ORACLE_HOME check...
    EPM_ORACLE_HOME environment variable value: C:\Oracle\Middleware\EPMSystem11R1
    JAVA_HOME environment variable value: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_11
    EPM_ORACLE_HOME check succeeded
    Running .oracle.products check... .oracle.products check succeeded
    Running Jars manifest check...
    Time spent for manifests parsing: 55129 ms
    Maximum jars depth achieved: 9, while restriction was: unrestricted
    Parsed 439 manifests
    Total jars and classpath entries encountered: 439
    Total not-existing referenced classpath entries count: 28
    Enumerating not-existing classpath entries:
    Missing (depth 9) file C:\oracle\Middleware\modules\com.bea.cie.comdev.it_6.1.1.0.jar referenced from C:\oracle\Middleware\modules\features\com.bea.cie.config.it_6.1.0.0.jar referenced from C:\oracle\Middleware\modules\features\com.bea.cie.config.L10N_6.1.0.0.jar referenced from C:\oracle\Middleware\modules\features\com.bea.cie.config_6.1.0.0.jar referenced from C:\oracle\Middleware\utils\config\10.3\config-launch.jar referenced from C:\oracle\Middleware\wlserver_10.3\common\lib\pdev.jar referenced from C:\oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar referenced from C:\oracle\Middleware\EPMSystem11R1\common\jlib\11.1.2.0\epm_jrf.jar referenced from C:\oracle\Middleware\EPMSystem11R1\common\jlib\11.1.2.0\epm_j2se.jar referenced from C:\oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar
    Missing (depth 5) file C:\oracle\Middleware\wlserver_10.3\server\lib\wlw-langx-L10N.jar referenced from C:\oracle\Middleware\wlserver_10.3\server\lib\wlw-langx.jar referenced from C:\oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar referenced from C:\oracle\Middleware\EPMSystem11R1\common\jlib\11.1.2.0\epm_jrf.jar referenced from C:\oracle\Middleware\EPMSystem11R1\common\jlib\11.1.2.0\epm_j2se.jar referenced from C:\oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar
    Total classpath elements to check: 67
    Check for C:\oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\lib\hit-common.jar existence succeeded; file depth: 1
    Check for C:\oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\lib\hit-config.jar existence succeeded; file depth: 1
    Jars manifest check succeeded
    Running Environment variables check... Environment variables check succeeded
    Running Windows system32 directory check... Windows system32 directory check succeeded
    Preconfig checks passed! Going further
    [2010-05-09T06:49:22.303-06:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01731] [oracle.EPMCFG] [tid: 10] [ecid: 0000IXx7D4337E65zNd9iW1BtexF000000,0] [SRC_CLASS: com.hyperion.config.wizard.ConfigToolWizardLoader] Couldnt find proper class for wizard state: {0}, skipping...
    [2010-05-09T06:49:22.943-06:00] [EPMCFG] [WARNING] [EPMCFG-01001] [oracle.EPMCFG] [tid: 10] [ecid: 0000IXx7D4337E65zNd9iW1BtexF000000,0] [SRC_CLASS: com.hyperion.config.document.Storage] trace: {0}[[
    com.hyperion.hit.registry.exceptions.RegistryException: No database properties could be read
    [2010-05-09T06:49:22.943-06:00] [EPMCFG] [TRACE] [EPMCFG-05934] [oracle.EPMCFG] [tid: 10] [ecid: 0000IXx7D4337E65zNd9iW1BtexF000000,0] [SRC_CLASS: com.hyperion.cis.utils.StopWatch] Task [Init Storage] has been started.
    [2010-05-09T06:49:22.943-06:00] [EPMCFG] [TRACE] [EPMCFG-05934] [oracle.EPMCFG] [tid: 10] [ecid: 0000IXx7D4337E65zNd9iW1BtexF000000,0] [SRC_CLASS: com.hyperion.cis.utils.StopWatch] Task [Getting registry instance] has been started.
    [2010-05-09T06:49:22.943-06:00] [EPMCFG] [WARNING] [EPMCFG-01001] [oracle.EPMCFG] [tid: 10] [ecid: 0000IXx7D4337E65zNd9iW1BtexF000000,0] [SRC_CLASS: com.hyperion.config.document.Storage] trace: com.hyperion.hit.registry.exceptions.RegistryException: No database properties could be read
    [2010-05-09T06:49:22.943-06:00] [EPMCFG] [TRACE] [EPMCFG-05935] [oracle.EPMCFG] [tid: 10] [ecid: 0000IXx7D4337E65zNd9iW1BtexF000000,0] [SRC_CLASS: com.hyperion.cis.utils.StopWatch] Task [Getting registry instance] has been ended. Execution time [0] sec.
    [2010-05-09T06:49:22.943-06:00] [EPMCFG] [TRACE] [EPMCFG-05934] [oracle.EPMCFG] [tid: 10] [ecid: 0000IXx7D4337E65zNd9iW1BtexF000000,0] [SRC_CLASS: com.hyperion.cis.utils.StopWatch] Task [Loading CT documents] has been started.
    [2010-05-09T06:49:22.959-06:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01044] [oracle.EPMCFG] [tid: 10] [ecid: 0000IXx7D4337E65zNd9iW1BtexF000000,0] [SRC_CLASS: com.hyperion.cis.config.document.ConfigToolDocumentManager] Loading product descriptor from file C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\product\aps\11.1.2.0\default_aps_1.xml...
    [2010-05-09T06:50:53.137-06:00] [EPMCFG] [TRACE] [EPMCFG-05922] [oracle.EPMCFG] [tid: 13] [ecid: 0000IXx7Zkm37E65zNd9iW1BtexF000004,0] [SRC_CLASS: com.hyperion.install.sw.SoftwareRegistry] Adding Hyperion Home entry...
    [2010-05-09T06:50:53.137-06:00] [EPMINS] [NOTIFICATION] [EPMINS-00006] [oracle.EPMINS] [tid: 13] [ecid: 0000IXx7Zkm37E65zNd9iW1BtexF000004,0] [SRC_CLASS: com.hyperion.hit.wizard.Wizard] Wizard state is: RegistryWizardState
    [2010-05-09T06:51:41.437-06:00] [EPMINS] [TRACE] [EPMINS-00015] [oracle.EPMINS] [tid: 11] [ecid: 0000IXx7Zhb37E65zNd9iW1BtexF000002,0] [SRC_CLASS: com.hyperion.hit.wizard.AbstractWizardAction] Invoked action: navigation.next
    [2010-05-09T06:51:41.453-06:00] [EPMCFG] [ERROR] [EPMCFG-01001] [oracle.EPMCFG] [tid: 14] [ecid: 0000IXx7j^D37E65zNd9iW1BtexF000005,0] [SRC_CLASS: com.hyperion.config.document.Storage] trace: {0}[[
    com.hyperion.hit.registry.exceptions.RegistryException: com.hyperion.hit.registry.exceptions.RegistryException: No database properties could be read
         at com.hyperion.hit.registry.Registry.releaseInstance(Registry.java:2039)
         at com.hyperion.config.document.Storage.resetRegistryItems(Storage.java:811)
         at com.hyperion.config.document.Storage.resetRegistry(Storage.java:798)
         at com.hyperion.config.wizard.impl.RegistryWizardState$1.validate(RegistryWizardState.java:348)
         at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:504)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: com.hyperion.hit.registry.exceptions.RegistryException: No database properties could be read
         at com.hyperion.hit.registry.datasource.SharedServicesDataSourceFactory.getDataSource(SharedServicesDataSourceFactory.java:29)
         at com.hyperion.hit.registry.datasource.SharedServicesDatabaseConnectionBuilder.getConnection(SharedServicesDatabaseConnectionBuilder.java:26)
         at com.hyperion.hit.registry.RegistryUtils.createNewConnection(RegistryUtils.java:183)
         at com.hyperion.hit.registry.RegistryConnection.getInstance(RegistryConnection.java:149)
         at com.hyperion.hit.registry.Registry.releaseInstance(Registry.java:2030)
         ... 5 more
    [2010-05-09T06:51:46.891-06:00] [EPMCFG] [WARNING] [EPMCFG-01863] [oracle.EPMCFG] [tid: 14] [ecid: 0000IXx7j^D37E65zNd9iW1BtexF000005,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RegistryWizardState] Unknown server type: ORACLE
    [2010-05-09T06:51:46.938-06:00] [EPMCFG] [TRACE] [EPMCFG-01864] [oracle.EPMCFG] [tid: 14] [ecid: 0000IXx7j^D37E65zNd9iW1BtexF000005,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RegistryWizardState] HSS DB commit: serverType = ORACLE, host = fsdev21.jeffco.k12.co.us, port = 1521, db = EPMDMO
    [2010-05-09T06:54:20.402-06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 22] [ecid: 0000IXx8MHf37E65zNd9iW1BtexF00000B,0] [SRC_CLASS: com.hyperion.cis.utils.Log4jEPMLoggerAdapter] trace: oracle.sysman.ccr.common.network.EndPoint: SSL Protocol Initialized - SSL SocketFactory initialized
    [2010-05-09T06:54:20.699-06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 22] [ecid: 0000IXx8MHf37E65zNd9iW1BtexF00000B,0] [SRC_CLASS: com.hyperion.cis.utils.Log4jEPMLoggerAdapter] trace: oracle.sysman.ccr.common.network.EndPoint: Peer Certificate Chain(3):
    [2010-05-09T06:54:20.714-06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 22] [ecid: 0000IXx8MHf37E65zNd9iW1BtexF00000B,0] [SRC_CLASS: com.hyperion.cis.utils.Log4jEPMLoggerAdapter] trace: oracle.sysman.ccr.common.network.EndPoint: [[[
    Version: V3
    Subject: CN=ccr.oracle.com, OU=Terms of use at www.verisign.com/rpa (c)05, OU=Global IT, O=Oracle Corporation, L=Redwood Shores, ST=California, C=US
    Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
    Key: Sun RSA public key, 1024 bits
    modulus: 126484617735060833031672477175673947636995798346030414463203905767325249772953279144384357766006815101034501698878511926718137275402247180206176507598520965207099036209959054153609440070358274987559344845438007585125964758282852498389487164896685302381484205088204064664382056656592869143856352689583929480807
    public exponent: 65537
    Validity: [From: Mon May 04 18:00:00 MDT 2009,
                   To: Sun Jul 04 17:59:59 MDT 2010]
    Issuer: CN=VeriSign Class 3 Secure Server CA, OU=Terms of use at https://www.verisign.com/rpa (c)05, OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
    SerialNumber: [    52b9bccd 239d7a0d 7bb16003 389848b0]
    Certificate Extensions: 8
    [1]: ObjectId: 1.3.6.1.5.5.7.1.12 Criticality=false
    Extension unknown: DER encoded OCTET string =
    0000: 04 62 30 60 A1 5E A0 5C 30 5A 30 58 30 56 16 09 .b0`.^.\0Z0X0V..
    0010: 69 6D 61 67 65 2F 67 69 66 30 21 30 1F 30 07 06 image/gif0!0.0..
    0020: 05 2B 0E 03 02 1A 04 14 4B 6B B9 28 96 06 0C BB .+......Kk.(....
    0030: D0 52 38 9B 29 AC 4B 07 8B 21 05 18 30 26 16 24 .R8.).K..!..0&.$
    0040: 68 74 74 70 3A 2F 2F 6C 6F 67 6F 2E 76 65 72 69 http://logo.veri
    0050: 73 69 67 6E 2E 63 6F 6D 2F 76 73 6C 6F 67 6F 31 sign.com/vslogo1
    0060: 2E 67 69 66 .gif
    [2]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    0000: 6F EC AF A0 DD 8A A4 EF F5 2A 10 67 2D 3F 55 82 o........*.g-?U.
    0010: BC D7 EF 25 ...%
    [3]: ObjectId: 2.5.29.31 Criticality=false
    CRLDistributionPoints [
    [DistributionPoint:
    [URIName: http://SVRSecure-crl.verisign.com/SVRSecure2005.crl]
    [4]: ObjectId: 2.5.29.37 Criticality=false
    ExtendedKeyUsages [
    serverAuth
    clientAuth
    [5]: ObjectId: 2.5.29.32 Criticality=false
    CertificatePolicies [
    [CertificatePolicyId: [2.16.840.1.113733.1.7.23.3]
    [PolicyQualifierInfo: [
      qualifierID: 1.3.6.1.5.5.7.2.1
      qualifier: 0000: 16 1C 68 74 74 70 73 3A   2F 2F 77 77 77 2E 76 65  ..https://www.ve
    0010: 72 69 73 69 67 6E 2E 63   6F 6D 2F 72 70 61        risign.com/rpa
    [6]: ObjectId: 2.5.29.15 Criticality=false
    KeyUsage [
    DigitalSignature
    Key_Encipherment
    [7]: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
    AuthorityInfoAccess [
    [accessMethod: 1.3.6.1.5.5.7.48.1
       accessLocation: URIName: http://ocsp.verisign.com, accessMethod: 1.3.6.1.5.5.7.48.2
       accessLocation: URIName: http://SVRSecure-aia.verisign.com/SVRSecure2005-aia.cer]
    [8]: ObjectId: 2.5.29.19 Criticality=false
    BasicConstraints:[
    CA:false
    PathLen: undefined
    Algorithm: [SHA1withRSA]
    [2010-05-09T06:54:20.714-06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 22] [ecid: 0000IXx8MHf37E65zNd9iW1BtexF00000B,0] [SRC_CLASS: com.hyperion.cis.utils.Log4jEPMLoggerAdapter] trace: oracle.sysman.ccr.common.network.EndPoint: [[[
    Version: V3
    Subject: CN=VeriSign Class 3 Secure Server CA, OU=Terms of use at https://www.verisign.com/rpa (c)05, OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
    Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
    Key: Sun RSA public key, 2048 bits
    modulus: 18905729229464742433949840178165285210788629616064305164260843170201977241822595607598003983710482114887504542420063531704226365322091550579034120400511694538047325464426047959412241672706076731441028369861556999479337863789783838582999151810376013650218058341794419022809268802993425241541430009002110553726612125414429934927217253337526656605550620555845061032537869588361121949241772361851996536275260212221084778605793422355009443918198903890623415507477268041766919150091887619618794603091993360637671933766441597921249204891707900552776893415739395596650548462810104696585021566385762017523199762687187467514321
    public exponent: 65537
    Validity: [From: Tue Jan 18 17:00:00 MST 2005,
                   To: Sun Jan 18 16:59:59 MST 2015]
    Issuer: OU=Class 3 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
    SerialNumber: [    75337d9a b0e1233b ae2d7de4 469162d4]
    <RESPONSE><STATUS CODE="202"><MESSAGE></MESSAGE></STATUS><REQUEST_DATA><REGISTRATION_CIPHER VALUE="09944570f33deb38b7f170e09875db7e6ceb032d7b721409201e9990f06403478f4ebc88b080ac6b391b466b13abdd11056e5fc1ede4a4c3c45e377689daa321118296752b3efe0d9deaa9fc7150a1c7e6aeb26df38f35ccc96e8cb4cda148049e8b439f58c3c14fcfbc9067f2f81761803554fe79f9a7dbd2b3f79c0a040b19d941d6ab436bf2d016c36531486aa47ce430024bb51e6adfd3a82d9b8b0672935259764208f28ae626f5ab79efad45b11b058c872d6f69e328068957b6c545dea09ebcff54f920e5d0758ce0546352d03b426b7384058a0178599692be48753d7b4cfc1b98b80e68b9b3a93200679e62d62f8a837e45af992651e2eba1906ae5e892761e7005cb75b72e4d5e1a12810a5b61c6a4a670062b6f5af633f2742e93f04030552cbef91de925e8e81b2117922f4b72be9fa495bee4cc230357207fb6ae6ad77bb87f3d5d13d5f5dcd1b219adc857fc09f5d5a448aa2c79723a642d0a1839ac3a12b71159dd0ca1dc36a8eb46a7fb8ca05d86ede61b0f75640ff183efe1faf317202604f928137f7c4b58d9d8c02eb1d5997df2d6"/></REQUEST_DATA></RESPONSE>
    [2010-05-09T06:55:22.359-06:00] [EPMCFG] [WARNING] [EPMCFG-01001] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.hit.fusion.FusionComponent] trace: The component type 'Foundation' is not supported. Valid component types are: [OCM, OHS, WebCache]
    [2010-05-09T06:55:33.954-06:00] [EPMCFG] [ERROR] [EPMCFG-01001] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.config.document.Storage] trace: com.hyperion.hit.registry.exceptions.RegistryException: Unable to create registry.
    [2010-05-09T06:55:33.954-06:00] [EPMCFG] [TRACE] [EPMCFG-02015] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] Creating product component(s) in the HIT Registry (if not created yet) for all selected product(s)...
    [2010-05-09T06:55:33.954-06:00] [EPMCFG] [TRACE] [EPMCFG-01321] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.cis.config.ConfigRegistryUtils] Creating product component: component type = SHARED_SERVICES_PRODUCT
    [2010-05-09T06:55:33.954-06:00] [EPMCFG] [TRACE] [EPMCFG-01322] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.cis.config.ConfigRegistryUtils] Product component already exists in the registry: component type = SHARED_SERVICES_PRODUCT
    [2010-05-09T06:55:33.954-06:00] [EPMCFG] [TRACE] [EPMCFG-01321] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.cis.config.ConfigRegistryUtils] Creating product component: component type = WORKSPACE
    [2010-05-09T06:55:42.970-06:00] [EPMCFG] [TRACE] [EPMCFG-05955] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.config.document.Storage] Setting link. Parent: id [b57bd794d9cd2537337158c31287d1efc497ffe], componnet type [FOUNDATION_SERVICES_PRODUCT]. Child: id [b57bd794d9cd2537337158c31287d1efc497ff1], component type [WORKSPACE]
    [2010-05-09T06:55:42.970-06:00] [EPMCFG] [TRACE] [EPMCFG-02144] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.config.document.Storage] Storage storeComponent trace : WORKSPACE:[b57bd794d9cd2537337158c31287d1efc497ff1] to be stored
    [2010-05-09T06:55:42.970-06:00] [EPMCFG] [TRACE] [EPMCFG-02144] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.config.document.Storage] Storage storeComponent trace : allRegistryComponents contains WORKSPACE:[b57bd794d9cd2537337158c31287d1efc497ff1]
    [2010-05-09T06:55:42.970-06:00] [EPMCFG] [TRACE] [EPMCFG-02144] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.config.document.Storage] Storage storeComponent trace : toUpdateComponents did not contain WORKSPACE:[b57bd794d9cd2537337158c31287d1efc497ff1]. It has been added to toUpdateComponents
    [2010-05-09T06:55:42.970-06:00] [EPMCFG] [TRACE] [EPMCFG-01426] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.cis.ant.AbstractAntConfigurator] propertiesExtractLocation : C:\Oracle\Middleware\user_projects\domains\EPMSystem\scripts
    [2010-05-09T06:55:47.986-06:00] [EPMCFG] [ERROR] [EPMCFG-01001] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.cis.utils.Shortcut] trace: shortcut out:Microsoft (R) Windows Script Host Version 5.7[[
    Copyright (C) Microsoft Corporation. All rights reserved.
    [2010-05-09T06:55:58.627-06:00] [EPMCFG] [ERROR] [EPMCFG-02151] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.hit.fusion.FusionComponent] oracleComponent is null. Component will not be provisioned.
    [2010-05-09T06:56:02.690-06:00] [EPMCFG] [WARNING] [EPMCFG-01113] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.cis.config.AbstractProductDBConfigurator] Couldn't find product component in updateRegistryEntries
    [2010-05-09T06:56:02.706-06:00] [EPMCFG] [NOTIFICATION] [EPMCFG-01107] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.cis.DBConfigurator] Running file: C:\Oracle\Middleware\EPMSystem11R1\products\Foundation\workspace\database\Oracle\create.sql
    [2010-05-09T06:56:03.503-06:00] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] Error: [[
    java.lang.NullPointerException
         at com.hyperion.cis.config.AppServerDeployer.isDeployAsWinService(AppServerDeployer.java:1699)
         at com.hyperion.cis.config.AppServerDeployer.initializeParameters(AppServerDeployer.java:169)
         at com.hyperion.config.wizard.impl.RunAllTasks.executeAppDeploymentTask(RunAllTasks.java:636)
         at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:331)
         at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:89)
         at java.lang.Thread.run(Thread.java:619)
    [2010-05-09T06:57:03.804-06:00] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.foundation.config.OCMTaskProcessor] Error: [[
    java.lang.NullPointerException
         at com.hyperion.foundation.config.OCMTaskProcessor.uploadOCMConfigurationToRegistry(OCMTaskProcessor.java:209)
         at com.hyperion.foundation.config.OCMTaskProcessor.execute(OCMTaskProcessor.java:95)
         at com.hyperion.cis.CustomTaskProcessor.execute(CustomTaskProcessor.java:94)
         at com.hyperion.config.wizard.impl.RunAllTasks.executeCustomTask(RunAllTasks.java:725)
         at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:313)
         at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:89)
         at java.lang.Thread.run(Thread.java:619)
    [2010-05-09T06:57:07.992-06:00] [EPMCFG] [ERROR] [EPMCFG-02151] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.hit.fusion.FusionComponent] oracleComponent is null. Component will not be provisioned.
    [2010-05-09T06:57:07.992-06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Component provisioning is done.
    [2010-05-09T06:57:07.992-06:00] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] trace: Done sorting tasks by priority
    [2010-05-09T06:57:07.992-06:00] [EPMCFG] [TRACE] [EPMCFG-07326] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] Executing deployment task for ProductDescriptor [workspace]
    [2010-05-09T06:57:07.992-06:00] [EPMCFG] [TRACE] [EPMCFG-01328] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.cis.config.ConfigRegistryUtils] Looking for product component in the registry: component type = SHARED_SERVICES_PRODUCT
    [2010-05-09T06:57:08.007-06:00] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle.EPMCFG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.config.wizard.impl.RunAllTasks] Error: [[
    java.lang.NullPointerException
         at com.hyperion.cis.config.AppServerDeployer.isDeployAsWinService(AppServerDeployer.java:1699)
         at com.hyperion.cis.config.AppServerDeployer.initializeParameters(AppServerDeployer.java:169)
         at com.hyperion.config.wizard.impl.RunAllTasks.executeAppDeploymentTask(RunAllTasks.java:636)
         at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:331)
         at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:89)
         at java.lang.Thread.run(Thread.java:619)
    Registry.log:
    [2010-05-09T06:51:46.860-06:00] [EPMREG] [NOTIFICATION] [EPMREG-51096] [oracle.EPMREG.REG] [tid: 14] [ecid: 0000IXx7j^D37E65zNd9iW1BtexF000005,0] [SRC_CLASS: com.hyperion.hit.registry.RegistryUtils] [SRC_METHOD: readDatabaseProperties] Security Key could not be read from reg.properties file.
    [2010-05-09T06:55:33.719-06:00] [EPMREG] [ERROR] [EPMREG-11054] [oracle.EPMREG.REG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.hit.registry.RegistryConnection] [SRC_METHOD: createRegistry] [arg: C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\registry\create_oracle.sql] An SQL Exception executing the registry DDL script C:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\registry\create_oracle.sql.
    [2010-05-09T06:55:33.735-06:00] [EPMREG] [ERROR] [EPMREG-11099] [oracle.EPMREG.REG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.hit.registry.RegistryConnection] [SRC_METHOD: createRegistry] Exception occurred.[[
    java.sql.SQLSyntaxErrorException: ORA-00917: missing comma
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:91)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1035)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:183)
         at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:942)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1223)
         at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1775)
         at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1744)
         at oracle.jdbc.driver.OracleStatementWrapper.execute(OracleStatementWrapper.java:299)
         at com.hyperion.hit.registry.RegistryConnection.createRegistry(RegistryConnection.java:241)
         at com.hyperion.hit.registry.RegistryUtils.initRegistry(RegistryUtils.java:82)
         at com.hyperion.hit.registry.Registry.createRegistry(Registry.java:2220)
         at com.hyperion.config.document.Storage.createRegProperties(Storage.java:1396)
         at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:105)
         at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:89)
         at java.lang.Thread.run(Thread.java:619)
    [2010-05-09T06:56:03.456-06:00] [EPMREG] [ERROR] [EPMREG-11037] [oracle.EPMREG.REG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.hit.registry.Registry] [SRC_METHOD: getConnection] An error occured when checking the status of the registry connection and reseting it.[[
    com.hyperion.hit.registry.exceptions.RegistryException: No database properties could be read
         at com.hyperion.hit.registry.datasource.SharedServicesDataSourceFactory.getDataSource(SharedServicesDataSourceFactory.java:29)
         at com.hyperion.hit.registry.datasource.SharedServicesDatabaseConnectionBuilder.getConnection(SharedServicesDatabaseConnectionBuilder.java:26)
         at com.hyperion.hit.registry.RegistryUtils.createNewConnection(RegistryUtils.java:183)
         at com.hyperion.hit.registry.Registry.getConnection(Registry.java:161)
         at com.hyperion.hit.registry.Registry.lookupComponents(Registry.java:1263)
         at com.hyperion.hit.registry.Registry.lookup(Registry.java:517)
         at com.hyperion.css.registry.RegistryManager.<init>(RegistryManager.java:70)
         at com.hyperion.css.registry.RegistryManager.populateCSSTrustedServicesKey(RegistryManager.java:140)
         at com.hyperion.foundation.config.FoundationDbConfigurator.populateCssTrustedKey(FoundationDbConfigurator.java:121)
         at com.hyperion.foundation.config.FoundationDbConfigurator.configure(FoundationDbConfigurator.java:88)
         at com.hyperion.config.wizard.impl.RunAllTasks.executeDbConfigTask(RunAllTasks.java:753)
         at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:322)
         at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:89)
         at java.lang.Thread.run(Thread.java:619)
    [2010-05-09T06:56:03.456-06:00] [EPMREG] [ERROR] [EPMREG-11045] [oracle.EPMREG.REG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.hit.registry.Registry] [SRC_METHOD: lookupComponents] [arg: SYSTEM9] An exception when looking up components of type SYSTEM9 matching the specified properties.
    [2010-05-09T06:56:03.456-06:00] [EPMREG] [ERROR] [EPMREG-11099] [oracle.EPMREG.REG] [tid: 27] [ecid: 0000IXx8^W937E65zNd9iW1BtexF00000G,0] [SRC_CLASS: com.hyperion.hit.registry.Registry] [SRC_METHOD: lookupComponents] Exception occurred.[[
    com.hyperion.hit.registry.exceptions.RegistryException: com.hyperion.hit.registry.exceptions.RegistryException: No database properties could be read
         at com.hyperion.hit.registry.Registry.getConnection(Registry.java:178)
         at com.hyperion.hit.registry.Registry.lookupComponents(Registry.java:1263)
         at com.hyperion.hit.registry.Registry.lookup(Registry.java:517)
         at com.hyperion.css.registry.RegistryManager.<init>(RegistryManager.java:70)
         at com.hyperion.css.registry.RegistryManager.populateCSSTrustedServicesKey(RegistryManager.java:140)
         at com.hyperion.foundation.config.FoundationDbConfigurator.populateCssTrustedKey(FoundationDbConfigurator.java:121)
         at com.hyperion.foundation.config.FoundationDbConfigurator.configure(FoundationDbConfigurator.java:88)
         at com.hyperion.config.wizard.impl.RunAllTasks.executeDbConfigTask(RunAllTasks.java:753)
         at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:322)
         at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:89)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: com.hyperion.hit.registry.exceptions.RegistryException: No database properties could be read
         at com.hyperion.hit.registry.datasource.SharedServicesDataSourceFactory.getDataSource(SharedServicesDataSourceFactory.java:29)
         at com.hyperion.hit.registry.datasource.SharedServicesDatabaseConnectionBuilder.getConnection(SharedServicesDatabaseConnectionBuilder.java:26)
         at com.hyperion.hit.registry.RegistryUtils.createNewConnection(RegistryUtils.java:183)
         at com.hyperion.hit.registry.Registry.getConnection(Registry.java:161)
         ... 10 more

    Yes. I downloaded and extracted the additional components. I have also dropped and recreated the HSS repository. Each time I have tried to reinstall, I have uninstalled all EPM/Oracle components, removed registry keys, removed EPM environment variables and removed references to oracle in the PATH environment variable.
    I have tried installing/configuring HSS 11.1.2 on both Windows 2008 SP1 64-bit and Windows 2008 SP1 32-bit. The configuration error is the same.
    I was able to get my SR reassigned to a different support analyst, and we are working on troubleshooting now.
    If you can think of anything else to try, let me know.
    BTW...on the 32-bit server, the page file maximum is 16GB (should be enough)?
    Thanks.

  • Iscsitarget installation fails on Windows 2008 R2 server

    Dear All
    We have windows 2008 Server which is also DC server. I am trying to install iscsitarget utility which I downloaded from Microsoft site. I want to configure the server as iscsi target and map the disk space to another server as disk volume.
    The installation fails  as it says ' due to some error' there is no explicit entry in the event viewer also. The iscsitarget is version 3.3.
    We have installed all the applicable updates from Microsoft updates.  ANy alternatives are available?
    Shekhar-nsk

    Hi,
    Follow your description, I also download Microsoft iSCSI Software Target 3.3 on my Windows Server 2008 R2 and
    install it. However, it succeed.
    àThe installation
    fails  as it says ' due to some error'
    Would you please let me know the complete error message that you can get? Or provide a screenshot of it?
    (please hide all protected or private information.)
    Meanwhile, would you please let me know where you download the Microsoft iSCSI Software Target 3.3? Please
    download it from following link and
    perform a clean boot, then check if install successfully in clean boot.
    Microsoft iSCSI Software Target 3.3
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    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 Support, contact [email protected]

  • Windows 2008 Server R2 - Service Pack 1 Failed to install

    A few nights ago I deployed Service Pack 1 for Windows 2008 Server R2 x64.  The update failed to install after 3 attempts using the Windows Update manager.  After the third time I checked the system properties which states that SP1 is
    installed, yet it never appeared to install successfully as my other server machine had a prompt stating the SP was installed successfully. 
    In update history it shows the 3 failed attempts with no successes.  This morning I began running into memory errors which are impacting my 2 VM Ware sessions which in turn lock up my virtual machine so I am going to attempt to remove and reinstall
    to see if this corrects my issue.  By the way what triggered the install of SP1 is random reboots of my server.  This is that unknown Kernal Power Error which I have yet to resolve.  Some months my server randomly reboots one time and other
    months 4-5x.  That is neither here nor there, the point of this discussion is to resolve SP1. 
    I have tried to remove SP1 by means of Control Panel, Programs and Features, Installed Updates.  So it shows the that the SP1 installed in multiple areas yet in the install history no signs of successful installation.
    When trying to uninstall from Program and Features/Installed Updates section in control panel it cycles through like its going to uninstall, but after several minutes I receive the following error      Windows Update     
    An error has occurred. Not all of the updates were successfully uninstalled.
    When trying to uninstall from the command prompt (as administrator) "wusa.exe /uninstall /kb:976932" I get the following popup            Windows Update Standalone Installer        
    Installer encountered an error: 0x80073712       The component store has been corrupted.
    Now if I try and install through the network installer file name "windows6.1-KB976932-X64.exe" I get "Windows Server 2008 R2 Service Pack 1 is already installed"
    I performed these steps in the order mentioned which I came across this "System Update Readiness Tool for Windows Server 2008 R2 x64 Edition (KB947821) [February 2011]" After applying this hotfix I went through the same steps as mentioned above with the
    exact same results.
    It is unfortuante I did not come across this hotfix before I attempted install SP1 as it appears as if this would have prepared the system for SP1 installation.  Currently I am in limbo with a corrupt installation of SP1 and so far no means of uninstalling
    short of a reinstallation or repair of the OS which I am not willing to do at this point in time.
    If anyone has any suggestions please chime in and let me know what I can try.  Thanks for all the support and hopefully this post will help others in the future.

    Maybe a little bit late, but I was running almost same problem on a exchange server.
    Scenario:
    First attempt to Update the windows patches - excluded the patches from the last 2 months.
    I was kind a new to this, and didnt noticed that Windows Service pack must have at least 8GB free disk space.(Recommended)
    So the C:\ partition had less then 5 GB free disk space, and I started the updates.
    All went well until Windows SP1 begun running to downloading and installing.
    When the installer noticed there wasnt enough space, It stopped, it give the status Failed, en when scaling up the C:\partition with another 10GB more space, the C:\partition had 18GB free disk space.
    Tried to Call up a new attemp to install the SP1... but with no succes to start the SP1 installation...
    I tried to reinstall but the windows update didnt get offered again to install again or resume or anything to try again...
    Maybe...it is handy for Mickysoft, to check before installing, so the install wont get corrupted, and can install when c:\ partition has enough disk space.
    What was the trick:
    1) Stop the windows Update Service
    2) C:\Windows\SoftwareDistribution\DataStore - Delete content
    3) C:\Windows\SoftwareDistribution\Download - Delete content
    4) Windows update Service check if its runs again
    5) Check again for windows updates - Check if Windows Server Service pack 1 is offered, and install reboot and youre good to go.
    It works for me :) hopefully after 3 years you had found a solution, but since I was poping for a solution and found this article with no solution.
    I tought it will be hopefull for others to respond to this article with a solution.
    Kind regards,
    Alexander Tjintjelaar
    Micky soft noob

  • Windows 2008 server OS authenticated user keeps failing

    I have a new server that has windows 2008 server installed, 64-bit. I've installed oracle 11gR2 64-bit and have created my database. Now I need to create two oracle accounts that are OS authenticated and I can't seem to get this right. I've set os_authent_prefix in my spfile and I've created the user (example) OS$<domain>\<username> in the database. In Windows, the account name equals <username> and that account belongs to Administrators and ora_dba groups. I've tried creating the oracle user with <domain> in caps and lowercase, but both fail. On the server, the domain is all lower case.
    So in SQL> create user "OS$my.domain.mil\user1" identified externally; (user created)
    Grant connect to "OS$my.domain.mil\user1";
    Log out of sqlplus, pull up command prompt in Windows 2008 server as 'user1' and type in "sqlplus /"
    Invalid username or password.
    What am I missing here? Any help appreciated.
    SA feedback: "Finally, Windows Server 2008 R2 Operating System has a tighter security scheme than that of previous Windows OS.
    Also, it would be helpful if I remove the AD domain controller role from this server. This may require reinstallation of this server (worst case). Let me know when I can do this so you can proceed with your configuration."
    Edited by: wolfeet on Jun 21, 2011 5:02 PM

    Hello Ricardo,
    You may want to reference SAP Note 1054740 - SAP System Installation on Windows Server 2008
    and ensure you are on SAP Netweaver 7.0 SR3 or above, and it will also tell you if the product you are installing is supported in Windows 2008 Server.
    For database and SAP product combinations that are already
    supported by SAP to run on Windows Server 2008, see the Product
    Availability Matrix at: http://service.sap.com/pam
    Also check the following: in Regedit.
    SYSTEM\CurrentControlSet\Services\gpsvc
    Right click on it and select "Permissions" in the context menu.
    Provide "Full Control" for sidadm
    Does the installation user has full administrative rights and belongs
    to the group of LocalAdministrators and to Global Administrators also
    when you are doing a domain installation ?
    Please ensure the user <sid>adm has the access rights
    to change the file system permission.
    Regards,
    Paul

  • "BCP Commit Failed" New Install On Windows 2008 R2 with SQL Server 2008 R2

    I am installing a new Netweaver install on a virtual machine loaded with Windows 2008 R2 and SQL Server 2008 R2. The install gets to the "Import ABAP" phase and just hangs. SAPINST says it is still running, but there is no activity to suggest there is anything going on. There are no errors in the main logs, but after digging a little I did find these errors in the SAPSDIC.log file.
    (IMP) INFO: EndFastLoad failed with <2: BCP commit failed:[Microsoft][SQL Server Native Client 10.0][SQL Server]Violation of PRIMARY KEY constraint 'BADI_CHAR_COND~0'.>
    (IMP) ERROR: EndFastload: rc = 2
    (DB) INFO: BADI_FILTER created
    (DB) INFO: BADI_FILTER~0 created
    (IMP) INFO: EndFastLoad failed with <2: BCP commit failed:[Microsoft][SQL Server Native Client 10.0][SQL Server]Violation of PRIMARY KEY constraint 'BADI_FILTER~0'. Ca>
    (IMP) ERROR: EndFastload: rc = 2
    (DB) INFO: BADI_IMPL created
    (DB) INFO: BADI_IMPL~0 created
    (IMP) INFO: EndFastLoad failed with <2: BCP commit failed:[Microsoft][SQL Server Native Client 10.0][SQL Server]Violation of PRIMARY KEY constraint 'BADI_IMPL~0'. Cann>
    (IMP) ERROR: EndFastload: rc = 2
    Anyone have any ideas as to what might be going on? I can't find anyone with this exact same error. And this is our first attempt at installing a system with Windows 2008 R2 and SQL Server 2008 R2. All of our other Windows SAP systems are on Windows 2003 and SQL Server 2005 and we're in the process of upgrading - this being the first system.
    Thanks in advance,
    Michael

    Set BCP_LOB=1 in your system environment
    Note 1156361 - R3load: Fastload doesn't support LOB-columns
    Markus

  • MAPToolkit 9.1 Installation on Windows 2008 R2 Std SP1 64-bit fails

    Hi,
    I tried an installation of the MAPToolkit V9.1 on Windows 2008 R2 SP1 with an SQL Server 2012 MAPS instance installed, but it fails with:
    Applying execute package: MAPSetup_x64.msi, action: Install,
     path: C:\ProgramData\Package Cache\{D1E2ED68-9318-49A7-8B8A-7E8B5A2ADA29}v9.1.265.0\MAPSetup_x64.msi
     , arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" INSTALLDIR="D:\Apps\Microsoft Assessment and Planning Toolkit"
     TRANSFORMS="" CEIPENABLED="0" LOCALDBDROP="0"'
    e000: Error 0x80070643: Failed to install MSI package.
    e000: Error 0x80070643: Failed to execute MSI package.
    e000: Error 0x80070643: Failed to configure per-machine MSI package.
    i319: Applied execute package: MAPSetup_x64.msi, result: 0x80070643, restart: None
    e000: Error 0x80070643: Failed to execute MSI package.
    i318: Skipped rollback of package: MAPSetup_x64.msi, action: Uninstall, already: Absent
    i319: Applied rollback package: MAPSetup_x64.msi, result: 0x0, restart: None
    Any idea?
    Thanks in advance!

    This log is coming from the installation log file Microsoft_Assessment_and_Planning_Toolkit_20140731105729.log
    There is a second log with the name Microsoft_Assessment_and_Planning_Toolkit_20140731105729_0_MAPSetup_x64.msi.log
    I see the following messages in this file:
    Action start 10:57:49: RegisterProduct.
    MSI (s) (B0:D0) [10:57:49:136]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
    MSI (s) (B0:D0) [10:57:49:136]: Doing action: PublishComponents
    MSI (s) (B0:D0) [10:57:49:136]: Note: 1: 2205 2:  3: ActionText
    Action ended 10:57:49: RegisterProduct. Return value 1.
    MSI (s) (B0:D0) [10:57:49:137]: Note: 1: 2205 2:  3: PublishComponent
    MSI (s) (B0:D0) [10:57:49:137]: Note: 1: 2228 2:  3: PublishComponent 4: SELECT `PublishComponent`.`ComponentId`, `PublishComponent`.`Qualifier`, `PublishComponent`.`AppData`, `Feature`, `Component`.`ComponentId`, `Component`.`RuntimeFlags` FROM `PublishComponent`,
    `Component`, `Feature`  WHERE `PublishComponent`.`Component_` = `Component`.`Component` AND `PublishComponent`.`Feature_` = `Feature`.`Feature` AND ((`Feature`.`Action` = 1 OR `Feature`.`Action` = 2)  OR (`Feature`.`Action` = 4 AND `Feature`.`Installed`
    = 0) OR (`Feature`.`Action` = 3 AND (`Feature`.`Installed` = 1 OR `Feature`.`Installed` = 2 OR `Feature`.`Installed` = 4)))
    Action start 10:57:49: PublishComponents.
    MSI (s) (B0:D0) [10:57:49:137]: Doing action: _ConfigureDatabase
    MSI (s) (B0:D0) [10:57:49:137]: Note: 1: 2205 2:  3: ActionText
    Action ended 10:57:49: PublishComponents. Return value 0.
    MSI (s) (B0:7C) [10:57:49:139]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI3BF8.tmp, Entrypoint: ConfigureDatabase
    Action start 10:57:49: _ConfigureDatabase.
    CreateStartInstance: Failed to start instance.. Error Code: 0x89C5010A.
    ConfigureDatabase: CreateStartInstance failed. Error Code: 0x89C5010A.
    CustomAction _ConfigureDatabase returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    MSI (s) (B0:D0) [10:57:49:278]: Machine policy value 'DisableRollback' is 0
    Action ended 10:57:49: _ConfigureDatabase. Return value 3.
    MSI (s) (B0:D0) [10:57:49:279]: No System Restore sequence number for this installation.
    MSI (s) (B0:D0) [10:57:49:279]: Unlocking Server
    Action ended 10:57:49: INSTALL. Return value 3.
    Property(S): DiskPrompt = Microsoft Assessment and Planning Toolkit Installation [1]
    Property(S): UpgradeCode = {39243C24-3EA1-473D-8240-3646837D0EC7}
    Property(S): PROCESSOR_ARCHITECTURE_VALUE = AMD64

Maybe you are looking for

  • 16 bit editing in PSE 8 as compared to PSE 6 (Mac)

    In deciding whether to upgrade to PSE 8 from PSE 6 for Mac, I am wondering if PSE 8 allows more 16 bit file editing capability than in PSE 6, which was very limited? If so, what editing features can now be done on 16 bit files? Thanks.

  • 5.0.1 Everything working except...

    In iTunes I have music Playlists set to shuffle (blue double arrow button) and audio books Playlist set no shuffle. I have been unable to get my iPod to follow these settings. A suggested work around is to use the iPod Settings to set the shuffle fun

  • Fill JComboBox with Vector from database

    Hi there, I have a problem with filling a JComboBox with data from a database. I can print the data in the console, but it seems to be impossible to do it in a ComboBox ... I tried this: * To change this template, choose Tools | Templates * and open

  • Print the N. no.of rows like below.

    I need the solution for the below program,                     How to write the abap code using while stmt.                          1                     2          3                4          5          6           7          8          9          

  • Shortcut to infotype in PA20

    Are there no keyboard-shortcuts for the infotype-field in direct selection on the PA20/PA30 etc. screens? Regards, Jan Petersen