Compatibility EPMA 11.1.2 with IIS 6

Hi Gurus,
Today I'm working on a VM demo machine and trying to upgrade from Existing Classic Planning to EPMA, but still failed to open dimension library. Some FAILED Test Status on Oracle EPM System Diagnostic Reports are
1. HTTP: Http
Availability of http context http://windows7:19000/hyperion-bpma-server/Applications.asmx
Error: com.hyperion.cis.utils.BadResponseCodeException: Bad response code with GET method: 503
Recommended Action: Check application is started
2. AppMgrLoadAdf
Launch external checker with next command: java -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.appmanager.AppMgrLoadAdf
Error: AppMgrLoadAdf failed when requesting information from EPMA. Please check that all EPMA services have started and are currently running.
Recommended Action: Make sure external checker is working.
3. FAILED DSC: EPMA DimensionServer
Server Configuration EPMADimensionServer startup... failed...
Error: java.net.ConnectException: Connection refused: connect
Recommended Action: Check application is started. 1 s
4. PMAE: EPMA
Service EPMVLD-01007: Check whether eventmanager service is available.
Error: java.net.ConnectException: Connection refused: connect
Recommended Action: Start application
Is it related to my IIS 6?
Any advice would really appreciated
Cheers,
Theresia

If you have a look at the support matrix - http://www.oracle.com/technetwork/middleware/bi-foundation/oracle-hyperion-epm-system-certific-131801.xls
The tab "Web and Application Servers" will display which versions of iis are supported.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • 10g - how to configure sso with iis-

    hi, experts, I have followed Oracle® Business Intelligence Enterprise Edition Deployment Guide to configure SSO with IIS.
    but I always meet this message.
    Not Logged In
    You are not currently logged in to the Oracle BI Server.
    If you have already logged in, your connection might have timed out, or a communications or server error may have occurred
    what steps are missing?
    how to check?

    hi, experts,
    I checked C:\OracleBIData\web\log\sawlog0.log on the obi server (windows server 2003 standard).
    at Thu Feb 17 14:48:46 2011 , I logined OBI on another machine (not via the browser on the obi server).
    however, the log shows the login user is the administrator of the obiserver (obiserver\administrator ).
    any setup on IIS are wrong? thank you very much!
    =========================================================================================
    Running job 'MinutelyMonitor' took 7422 milliseconds, 12.3% of job's frequency (60 seconds).
    Type: Error
    Severity: 40
    Time: Thu Feb 17 14:48:46 2011
    File: project/webodbcaccess/odbcconnectionimpl.cpp Line: 371
    Properties: ConnId-1,1;ThreadID-1796
    Location:
         saw.odbc.connection.open
         saw.connectionPool.getConnection
         saw.subsystem.security.checkAuthenticationImpl
         saw.threadPool
         saw.threads
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43001] Authentication failed for obiserver\administrator in repository Star: invalid user/password. (08004)
    Type: Error
    Severity: 42
    Time: Thu Feb 17 14:48:46 2011
    File: project/webconnect/connection.cpp Line: 276
    Properties: ThreadID-1796
    Location:
         saw.connectionPool.getConnection
         saw.subsystem.security.checkAuthenticationImpl
         saw.threadPool
         saw.threads
    Authentication Failure.
    Odbc driver returned an error (SQLDriverConnectW).
    ---------------------------------------

  • SSO to InfoView with IIS 7 problem

    Hello,
    I couldn't find a answer to my problem in other threads. I read the dokumentation for this but one piece is missing since it is not funktion properly.
    Description of Problem or Question:
    I do get a Windows login promp when I configure Windows-Authentication in IIS 7. It asks for user-credentials of the IIS-Server-Host. (Which is also the CRServer) The only user accepted is the local administrator. I can't fugure out which peace of configuration is missing.
    Where do I configure which type of authentication in IIS? I have several options (from top):
    IISServername - Default Web Site - InfoViewApp - logon
    I have tried every possible combination between Anonymous and Windows Authentication.
    Product\Version\Service Pack\Fixpack (if applicable):
    Crystal Reports Server 2008 V1 12.1.0.882
    Relevant Environment Information (OS & version, java or .net & version, DB & version):
    Windows Server 2008 (32bit), CMC: WACS, InfoView: IIS 7, (all on the same server)
    SQL Server 2005
    Windows XP Clients with IE8
    Sporadic or Consistent (if applicable):
    Consistent.
    What has already been tried (where have you searched for a solution to your question/problem):
    I searched this forum and some guides.
    Steps to Reproduce (if applicable):
    When I configure in IIS 7 everywhere Anonymous Authentication, then I get in InfoView login page the error: Account Information Not Recognized: Internal error. When I type in an domain user account the login works fine.
    When I configure in IIS 7 for example at the Default Web Page (I don't know if this is the right place) and try to open the InfoView login page, I get before the page can open a windows login promt where it want's a login to IISServer or CRServer (which is the same). When I enter the local administrator of the IISServer then InfoView login page opens and I can access InfoView with a domain user. If I enter three times incorrect user credentials I get an HTTP 401 error.
    By the way once logged in SSO2DB works fine. "Just" SSO2Infoview does not.
    Please help since I think it's just a litte peace missing.
    Edited by: Richard Martinek on Feb 9, 2010 4:21 PM

    Ok the issue I was thinking of may just be for IIS server farm and wasn't noted just emailed to me.
    "Turns out in IIS 7 changing the APP POOL to run under the service account isnu2019t enough anymore. We also had to configure a setting in the ApplicationHost.config file.
    Hereu2019s the snip from the blog and a link to it: http://blogs.msdn.com/saurabh_singh/archive/2008/12/25/service-principal-name-spn-checklist-for-kerberos-authentication-with-iis-7-0.aspx
    Special case of running IIS 7.0 in a WEB FARM
    If you are running IIS 7.0 server in a Web farm the KDC will not know in advance which individual server the request may go to and hence ticket decryption may fail. Hence in such a scenario instead of registering SPNs under a specific machine account use a domain account. I am not a SharePoint guy but based on what I have read on the Web this scenario is also applicable to a single SharePoint server configuration.
    There are two ways to go:
    Either
    Disable Kernel mode authentication and follow the general steps for Kerberos as in the previous IIS 6.0 version. Refer this. 
    Or,
    [Recommended for Performance reasons]
    Let Kernel mode authentication be enabled and the Application pool's identity be used for Kerberos ticket decryption. The only thing you need to do here is:
    1. Run the Application pool under a common custom domain account.
    2. Add this attribute "useAppPoolCredentials" in the ApplicationHost.config file.
    <system.webServer>
       <security>
          <authentication>
             <windowsAuthentication enabled="true" useKernelMode="true" useAppPoolCredentials="true" />
          </authentication>
       </security>
    </system.webServer>
    Remember there is no GUI setting for this. You need to modify the ApplicationHost.config file from
    <%SystemDrive%>/Windows/System32/inetsrv/config folder on the IIS 7.0 machine.
    3. Add the SPNs in the form:
    http/<virtualhost-name> and
    http/<virtualhost-name.fully-qualified-name>  for the Application Pool Identity.
    Ensure that we don't have such an entry for SPNs for any other account including IIS server machine account."
    This KB is for IIS 6 but shows the AD and web.config instructions required for .net kerberos
    1356046 - Setting up .net Infoview for kerberos SSO with an AD service account in XI 3.1
    Regards,
    Tim

  • NTLM is not working with EP 6 SP 9 on Windows 2003 with IIS 6.

    I installed EP 6 SP 9 on windiows 2003 server with IIS version 6.
    Configures IisProxy.xml for redirection for filter irj. When  I make a call to default website, it in turn calls server with irj filter.
    Portal page comes up and requesting me to enter user id password.
    I made the changes mentioned by some of the web logs in this site.
    I configured HeaderVariableLoginModule an and added as explined by Gregory Wolf on the following topic.
    Integrated Windows Authentication with SAP EP 6.0 SP 3 and higher.
    I see following log from Ep 6 SP 9 log file security.log from directory E:\usr\sap\DEV\JC00\j2ee\cluster\server0\log\system.
    security#Plain###No user name provided.#
    #1.5#000C2953326B00430000000100000A780003F358EF2132DE#1111988099323#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####200d0cb09f4b11d9926a000c2953326b#SAPEngine_Application_Thread[impl:3]_37##0#0#Info#1#com.sap.engine.services.security#Plain###Cannot log info about the logon attempt because the user name is null.#
    #1.5#000C2953326B00440000000000000A780003F3591D22E168#1111988846027#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####dd1f09b19f4c11d98e98000c2953326b#SAPEngine_Application_Thread[impl:3]_7##0#0#Info#1#com.sap.engine.services.security#Plain###No user name provided.#
    #1.5#000C2953326B00440000000100000A780003F3591D22E215#1111988846027#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####dd1f09b19f4c11d98e98000c2953326b#SAPEngine_Application_Thread[impl:3]_7##0#0#Info#1#com.sap.engine.services.security#Plain###Cannot log info about the logon attempt because the user name is null.#
    #1.5#000C2953326B00450000000000000A780003F359227DE92E#1111988935662#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####128c40e09f4d11d9acb7000c2953326b#SAPEngine_Application_Thread[impl:3]_28##0#0#Info#1#com.sap.engine.services.security#Plain###No user name provided.#
    #1.5#000C2953326B00450000000100000A780003F359227DEDC7#1111988935662#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####128c40e09f4d11d9acb7000c2953326b#SAPEngine_Application_Thread[impl:3]_28##0#0#Info#1#com.sap.engine.services.security#Plain###Cannot log info about the logon attempt because the user name is null.#
    Lots of weblogs are pointing to remote_user value in IisProxy.log file. I am not able to see that.
    I also tried switching IIS 6 to run as IIS 5 and did not help much at all.
    Please help me on the issue.
    I did not change authschemes.xml file.
    My IisProxy.xml file looks as follows:
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE ISAPI-config[
         <!ELEMENT ISAPI-config ( filter, extension, ( mapping | config )* )>
         <!ATTLIST ISAPI-config
              version CDATA #REQUIRED
         >
         <!ELEMENT filter (log-path?)>
         <!ATTLIST filter
              name CDATA #IMPLIED
              log-level CDATA "3"
              log-flags CDATA "0x00000001"
              debug-flags CDATA "0x00008000"
              priority ( high | medium | low ) "high"
              extension-url CDATA "/scripts/IisProxy.dll"
              authentication ( skip | normal | forward ) "normal"
              remote-address ( skip | forward ) "skip"
         >
         <!ELEMENT extension (
              keystore-dir?,
              log-path?,
              data-path?,
              trace-path? )>
         <!ATTLIST extension
              name CDATA #IMPLIED
              log-level CDATA "1"
              log-flags CDATA "0"
              debug-flags CDATA "0"
              access ( filter | direct | both ) "filter"
         >
         <!ELEMENT keystore-dir (#PCDATA)>
         <!ELEMENT log-path (#PCDATA)>
         <!ELEMENT data-path (#PCDATA)>
         <!ELEMENT trace-path (#PCDATA)>
         <!ELEMENT mapping (
              source+,
              target,
              compress-types*,
              protocol-header?,
              certificate-header?,
              cert-chain-header?,
              cipher-header?,
              keysize-header?,
              keystore-path?,
              log-path?,
              data-path? )>
         <!ATTLIST mapping
              name CDATA #IMPLIED
              log-level CDATA "1"
              log-flags CDATA "0"
              debug-flags CDATA "0"
              keep-alive ( true | false ) "true"
              use-continue ( true | false ) "true"
              close-socket ( true | false ) "true"
              close-socket-delay CDATA "1000"
              thread-count CDATA "100"
              max-socket-age CDATA "37"
         >
         <!ELEMENT source (protocol, host?, port?, prefix, new-prefix?)>
         <!ATTLIST source
              access ( filter | direct | both ) "filter"
         >
         <!ELEMENT protocol (#PCDATA)>
         <!ELEMENT host (#PCDATA)>
         <!ELEMENT port (#PCDATA)>
         <!ELEMENT prefix (#PCDATA)>
         <!ELEMENT new-prefix (#PCDATA)>
         <!ELEMENT target (protocol, host, port)>
         <!ELEMENT compress-types (#PCDATA)>
         <!ATTLIST compress-types
              min-size CDATA "1024"
         >
         <!ELEMENT protocol-header (#PCDATA)>
         <!ELEMENT certificate-header (#PCDATA)>
         <!ELEMENT cert-chain-header (#PCDATA)>
         <!ELEMENT cipher-header (#PCDATA)>
         <!ELEMENT keysize-header (#PCDATA)>
         <!ELEMENT keystore-path (#PCDATA)>
         <!ELEMENT config ( source+ )>
    ]>
    <ISAPI-config version="1.6">
         <filter name="IisProxy filter"/>
         <extension name="IisProxy extension" />
         <mapping name="IisProxy samples">
              <source>
                   <protocol>http</protocol>
                   <prefix>/irj</prefix>
              </source>
              <source>
                   <protocol>http</protocol>
                   <prefix>/Hello/</prefix>
              </source>
              <source>
                   <protocol>http</protocol>
                   <prefix>/Hello2/</prefix>
                   <new-prefix>/Hello/</new-prefix>
              </source>
              <target>
                   <protocol>http</protocol>
                   <host>slcsepw04vd.pacificorp.us</host>
                   <port>50000</port>
              </target>
              <compress-types>text/html, text/plain</compress-types>
         </mapping>
         <mapping name="Secure IisProxy samples">
              <source>
                   <protocol>https</protocol>
                   <prefix>/Hello/</prefix>
              </source>
              <target>
                   <protocol>https</protocol>
                   <host>localhost.your.corp</host>
                   <port>8443</port>
              </target>
              <keystore-path>c:\sec\SAPSSLC.pse</keystore-path>
         </mapping>
         <config>
              <source>
                   <protocol>http</protocol>
                   <host>localhost</host>
                   <prefix>/IisProxy</prefix>
              </source>
              <source>
                   <protocol>https</protocol>
                   <host>localhost</host>
                   <prefix>/IisProxy</prefix>
              </source>
         </config>
    </ISAPI-config>
    Please help me. I am not sure what is missing. Please make a note that Portal version is EP 6 SP9 & Server is Windows 2003 with IIS 6.

    I made the change as you requested and it did not help.
    I do not see any remote_user entry in IisProxy.log file.
    Please let me know the procedure to get REMOTE_USER into the IisProxy.log file.
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE ISAPI-config[
         <!ELEMENT ISAPI-config ( filter, extension, ( mapping | config )* )>
         <!ATTLIST ISAPI-config
              version CDATA #REQUIRED
         >
         <!ELEMENT filter (log-path?)>
         <!ATTLIST filter
              name CDATA #IMPLIED
              log-level CDATA "3"
              log-flags CDATA "0x00000001"
              debug-flags CDATA "0x00008000"
              priority ( high | medium | low ) "high"
              extension-url CDATA "/scripts/IisProxy.dll"
              authentication ( skip | normal | forward ) "normal"
              remote-address ( skip | forward ) "skip"
         >
         <!ELEMENT extension (
              keystore-dir?,
              log-path?,
              data-path?,
              trace-path? )>
         <!ATTLIST extension
              name CDATA #IMPLIED
              log-level CDATA "1"
              log-flags CDATA "0"
              debug-flags CDATA "0"
              access ( filter | direct | both ) "filter"
         >
         <!ELEMENT keystore-dir (#PCDATA)>
         <!ELEMENT log-path (#PCDATA)>
         <!ELEMENT data-path (#PCDATA)>
         <!ELEMENT trace-path (#PCDATA)>
         <!ELEMENT mapping (
              source+,
              target,
              compress-types*,
              protocol-header?,
              certificate-header?,
              cert-chain-header?,
              cipher-header?,
              keysize-header?,
              keystore-path?,
              log-path?,
              data-path? )>
         <!ATTLIST mapping
              name CDATA #IMPLIED
              log-level CDATA "1"
              log-flags CDATA "0"
              debug-flags CDATA "0"
              keep-alive ( true | false ) "true"
              use-continue ( true | false ) "true"
              close-socket ( true | false ) "true"
              close-socket-delay CDATA "1000"
              thread-count CDATA "100"
              max-socket-age CDATA "37"
         >
         <!ELEMENT source (protocol, host?, port?, prefix, new-prefix?)>
         <!ATTLIST source
              access ( filter | direct | both ) "filter"
         >
         <!ELEMENT protocol (#PCDATA)>
         <!ELEMENT host (#PCDATA)>
         <!ELEMENT port (#PCDATA)>
         <!ELEMENT prefix (#PCDATA)>
         <!ELEMENT new-prefix (#PCDATA)>
         <!ELEMENT target (protocol, host, port)>
         <!ELEMENT compress-types (#PCDATA)>
         <!ATTLIST compress-types
              min-size CDATA "1024"
         >
         <!ELEMENT protocol-header (#PCDATA)>
         <!ELEMENT certificate-header (#PCDATA)>
         <!ELEMENT cert-chain-header (#PCDATA)>
         <!ELEMENT cipher-header (#PCDATA)>
         <!ELEMENT keysize-header (#PCDATA)>
         <!ELEMENT keystore-path (#PCDATA)>
         <!ELEMENT config ( source+ )>
    ]>
    <ISAPI-config version="1.6">
         <filter name="IisProxy filter" authentication="forward"/>
         <extension name="IisProxy extension" />
         <mapping name="IisProxy samples">
              <source>
                   <protocol>http</protocol>
                   <prefix>/irj</prefix>
              </source>
              <source>
                   <protocol>http</protocol>
                   <prefix>/Hello/</prefix>
              </source>
              <source>
                   <protocol>http</protocol>
                   <prefix>/Hello2/</prefix>
                   <new-prefix>/Hello/</new-prefix>
              </source>
              <target>
                   <protocol>http</protocol>
                   <host>slcsepw04vd.pacificorp.us</host>
                   <port>50000</port>
              </target>
              <compress-types>text/html, text/plain</compress-types>
         </mapping>
         <mapping name="Secure IisProxy samples">
              <source>
                   <protocol>https</protocol>
                   <prefix>/Hello/</prefix>
              </source>
              <target>
                   <protocol>https</protocol>
                   <host>localhost.your.corp</host>
                   <port>8443</port>
              </target>
              <keystore-path>c:secSAPSSLC.pse</keystore-path>
         </mapping>
         <config>
              <source>
                   <protocol>http</protocol>
                   <host>localhost</host>
                   <prefix>/IisProxy</prefix>
              </source>
              <source>
                   <protocol>https</protocol>
                   <host>localhost</host>
                   <prefix>/IisProxy</prefix>
              </source>
         </config>
    </ISAPI-config>
    Please let me know what is missing.
    Thanks.

  • TREX for ISA 7.0 installed on Windows Server 2008 R2 with IIS 7.0 issues

    We have just finished upgrading our ERP dev system to EHP4.  We have also upgraded our Portal with SAP E-Commerce to Netweaver 7.0 EHP1 and  ISA 7.0.  Both systems were on Windows Server 2003 and have been moved to Server 2008R2 through a System copy.  TREX was installed on the same host as our Portal/ISA system.
    After the move I reinstalled TREX 7.1 v44 on the same host as our Portal and ISA 7.0 system which is Server 2008R2 with IIS 7.0.
    Everything on the TREX side is in status Green.  I have tested the rfc and http connections. On the ERP side, I have deleted the catalogs from SRMO and re-ran "ISA_CATALOG_REPLICATION" many times.
    B2B still will not connect and I have traced down an error on the TREX side that I am assuming is the cause:
    - When I kick off a catalog replication job from our R3 system I get these errors in the TrexIndexServerAlert_<host>.trc file:
    6752 2011-05-23 14:45:22.643 e trex_config  IndexConfigMgr.cpp(00202) : IndexConfigMgr::save(e085739334d1aff1afc500155d1e1400<SAPSIDClient>$delta_1$en)failed
    6752 2011-05-23 14:45:22.645 e indexmgr     IndexMgr.cpp(01602) : illegal transition in acquire (itsCurrentState finish_delta_merge currentState finish_delta_merge to delete)
    6752 2011-05-23 14:45:22.645 e indexmgr     IndexMgr.cpp(01602) :  index "e085739334d1aff1afc500155d1e1400<SAPSIDClient>"; finish_delta_merge 1/0/0; handles: thread 6752 (261865136) state finish_delta_merge acquired 2011-05-23 14:45:22.560
    6752 2011-05-23 14:45:22.645 e indexmgr     IndexMgr.cpp(01836) : removeLocked failed currentState finish_delta_merge minState free maywait true
    6752 2011-05-23 14:45:22.646 e indexmgr     IndexMgr.cpp(01836) :  index "e085739334d1aff1afc500155d1e1400<SAPSIDClient>"; finish_delta_merge 1/0/0; handles: thread 6752 (261865136) state finish_delta_merge acquired 2011-05-23 14:45:22.560
    6816 2011-05-23 14:45:30.692 e trex_config  IndexConfigMgr.cpp(00202) : IndexConfigMgr::save(e0857395c48ffdf1afc500155d1e1400<SAPSIDClient>$delta_1$en)failed
    6816 2011-05-23 14:45:30.694 e indexmgr     IndexMgr.cpp(01602) : illegal transition in acquire (itsCurrentState finish_delta_merge currentState finish_delta_merge to delete)
    6816 2011-05-23 14:45:30.694 e indexmgr     IndexMgr.cpp(01602) :  index "e0857395c48ffdf1afc500155d1e1400<SAPSIDClient>"; finish_delta_merge 1/0/0; handles: thread 6816 (310820528) state finish_delta_merge acquired 2011-05-23 14:45:30.646
    6816 2011-05-23 14:45:30.695 e indexmgr     IndexMgr.cpp(01836) : removeLocked failed currentState finish_delta_merge minState free maywait true
    6816 2011-05-23 14:45:30.695 e indexmgr     IndexMgr.cpp(01836) :  index "e0857395c48ffdf1afc500155d1e1400<SAPSIDClient>"; finish_delta_merge 1/0/0; handles: thread 6816 (310820528) state finish_delta_merge acquired 2011-05-23 14:45:30.646
    Any ideas?
    Thank you,
    Neil

    Hi Neil,
    We have exactly the same problem. We installed a new SAP E-Commerce system on Microsoft Windws 2008 R2 with TREX Version 7.10.43.00. The TREX connection is okay. Also the catalogue replication works without any problems. The SAP support means it is a permission problem on the IIS. The problem isnu2019t solved yet and the message to the SAP support is in process.
    What is your effect with this link?
    http://localhost:<TREXNAMESERVER>/TREXHttpServer/
    Default:
    http://localhost:<30305>/TREXHttpServer/
    Kind regards,
    Roland

  • HFM EPMA application deployment aborted with error Object reference not set

    HFM EPMA application deployment aborted with error Object reference not set to an instance of an object when trying to validate/deploy any HFM application in EPMA. This has started happending after we have deleted a Dimension in one of HFM applications. The deleted dimension is a shared dimension.
    We are facing this issue in a distributed environment with version 11.1.2.1. This applications are built here newly.
    Following is the error log entry
    16] ERROR Object reference not set to an instance of an object.
    at Hyperion.DimensionServer.CompareCriteria.<>c__DisplayClass5.<GetMemberClassProperties>b__4(Dimension dim)
    at Hyperion.DimensionServer.Library.IterateDimensions(Action`1 action)
    at Hyperion.DimensionServer.CompareCriteria.GetMemberClassProperties(ApplicationClass appClass, DimensionClass dimClass, MemberClass mbrClass)
    at Hyperion.DimensionServer.CompareCriteria.GetCommonMemberClassProperties(RelationshipMember fromMember, RelationshipMember toMember, ApplicationClass fromAppClass, ApplicationClass toAppClass)
    at Hyperion.DimensionServer.CompareMemberEvaluator.CompareProperties(RelationshipMember fromMember, RelationshipMember toMember, ApplicationClass fromAppClass, ApplicationClass toAppClass, List`1 propertyDifferences)
    at Hyperion.DimensionServer.CompareMemberEvaluator.Compare(RelationshipMember sourceMember, Application sourceApp, Application targetApp, Boolean firstPass, Int32 level, Boolean continueCheckingAfterDifferences)
    at Hyperion.DimensionServer.CompareMemberEvaluator.Compare(List`1 sourceTopMembers, List`1 targetTopMembers, Application sourceApp, Application targetApp, Boolean firstPass, Boolean continueCheckingAfterDifferences)
    at Hyperion.DimensionServer.CompareMemberEvaluator.Execute(List`1 fromTopMembers, List`1 toTopMembers, Dimension fromDimension, Dimension toDimension, Boolean continueCheckingAfterDifferences)
    at Hyperion.DimensionServer.CompareDimensionEvaluator.Execute(Dimension fromDimension, Dimension toDimension, ApplicationClass fromAppClass, ApplicationClass toAppClass)
    at Hyperion.DimensionServer.CompareEngine.CompareDimensions(Dimension fromDimension, Dimension toDimension)
    at Hyperion.DimensionServer.CompareEngine.StartCompare()
    at Hyperion.DimensionServer.Validations.HFMApplicationValidation.CheckStaticDimension(Library snapShot, Dimension dim, Application oldApp, String[] skipProperties)
    at Hyperion.DimensionServer.Validations.HFMApplicationValidation.CheckStaticDimensions(Application baselineApp)
    at Hyperion.DimensionServer.Validations.ApplicationValidation.ValidateAgainstBaseline()
    at Hyperion.DimensionServer.Validations.HFMApplicationValidation.InternalValidate()
    at Hyperion.DimensionServer.Validations.ApplicationValidation.Validate()
    at Hyperion.DimensionServer.Validations.ApplicationValidation.<ValidateAsync>b__0()System.NullReferenceException: Object reference not set to an instance of an object.
    at Hyperion.DimensionServer.CompareCriteria.<>c__DisplayClass5.<GetMemberClassProperties>b__4(Dimension dim)
    at Hyperion.DimensionServer.Library.IterateDimensions(Action`1 action)
    at Hyperion.DimensionServer.CompareCriteria.GetMemberClassProperties(ApplicationClass appClass, DimensionClass dimClass, MemberClass mbrClass)
    at Hyperion.DimensionServer.CompareCriteria.GetCommonMemberClassProperties(RelationshipMember fromMember, RelationshipMember toMember, ApplicationClass fromAppClass, ApplicationClass toAppClass)
    at Hyperion.DimensionServer.CompareMemberEvaluator.CompareProperties(RelationshipMember fromMember, RelationshipMember toMember, ApplicationClass fromAppClass, ApplicationClass toAppClass, List`1 propertyDifferences)
    at Hyperion.DimensionServer.CompareMemberEvaluator.Compare(RelationshipMember sourceMember, Application sourceApp, Application targetApp, Boolean firstPass, Int32 level, Boolean continueCheckingAfterDifferences)
    at Hyperion.DimensionServer.CompareMemberEvaluator.Compare(List`1 sourceTopMembers, List`1 targetTopMembers, Application sourceApp, Application targetApp, Boolean firstPass, Boolean continueCheckingAfterDifferences)
    at Hyperion.DimensionServer.CompareMemberEvaluator.Execute(List`1 fromTopMembers, List`1 toTopMembers, Dimension fromDimension, Dimension toDimension, Boolean continueCheckingAfterDifferences)
    at Hyperion.DimensionServer.CompareDimensionEvalua
    There was a bug in earlier releases for deleting dimensions with children, making the children orphans.
    Heard from release notes that it has been fixed, but we are seeing this issue in 11.1.2.1 again.
    Please help us out in resolving this error.

    Hi,
    I always ask this first, have you installed all the planning and epma patches as there have been many issues addressed in 9.3.1
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Using the servlets with IIS

    hi,
    In a portal project using ASP and IIS server, i need to develop an application which connect to the web and retrieve documents from it.
    I choose a servlet technology to do this.
    I have two question :
    1) If the portal uses IIS can i use Servlets within ASP pages?
    is it necessary to use the package server.jar with IIS, or we can only use IIS ?
    2)Can we connect to an URL page and retrieve it with servlets
    like we do with this portion of code :
    target = new URL(requete);
    HttpURLConnection fetch = (HttpURLConnection)target.openConnection( );
    BufferedReader in = new BufferedReader(new InputStreamReader(fetch.getInputStream( )));
    If yes how ?
    thank you

    Umm, IIS runs ASP pages, which can be written either in VBScript or JScript. Servlets cannot be embedded in or called from within ASP pages. I guess they could be invoked via an HTTP redirect or by creating under-the-hood HTTP connection to the servlet, but that's nasty and circuitous. I'd really recommend finding a way to do what you want in ASP.
    Servlets/JSP's require a Java-based container to run in. There are Servlet containers that work with IIS - check out Tomcat @ jakarta.apache.org
    As for the second question, any Java code can be run from within a Servlet - what's stopping you from using that exact code snippet to do what you want to do?

  • Trouble with IIS-6 Server

    I'm in desparate need of some help. Up until now I've done
    "basic" web pages and uploaded html web pages to FTP sites with no
    problem. I am currently working on Catalog web site and am using
    ASP Javascript. I was told those were compatible with IIS servers.
    I uploaded the pages to a testing server and I am getting a HTTP
    404 error/Page Not Found in my browser (Safari).
    I am using ECart with Dreamweaver to create my shopping cart.
    Anyone have any suggestions. Am I using the wrong
    extension?

    Hi
    A 404 error means the page is not at the location that you
    have
    provided. You need to check exactly where your page is on the
    server, if
    indeed it is on the server.
    Cheers jojo
    Adobe Community Expert for Dreamweaver 8
    http://www.webade.co.uk
    http://www.ukcsstraining.co.uk/
    Extending Knowledge, Daily.
    http://www.communityMX.com/
    Free 10 day trial
    http://www.communitymx.com/joincmx.cfm

  • Problem with IIS- WebLogic bridge

    Hi!
    We have configured the IIS-WebLogic bridge for WebLogic 6.0 (SP1), with IIS
    4.0 on two separate machines. This works on URLs which directly refer to
    pages lying on the same machine as WebLogic, but some links which refer to
    WebLogic properties file and then determines the page to be displayed (e.g.
    include files). These work when the exact URL (including the IP Address and
    port no. of the WebLogic Server) is pasted in the browser address window,
    but fail when the proxied hyperlink is clicked from another page, or the
    proxied URL is pasted in the address window.
    Can anyone help. This is slightly urgent.
    thanks and regards,
    Prajesh
    Prajesh K. Verma
    Eclaton eBDU India Pvt. Ltd.
    Huis van Eclaton
    25, Lavelle Road
    Bangalore 560 001
    Tel: +91 80 2996569
    Email: [email protected]
    http://www.eclaton.com

    It looks like you have the sendRedirect() problem.
    We will convert the relative uri into Absolute URL in the sendRedirect().
    the logic looks something like:
    if (url is an absolute url) { //i.e: http://host:port/dummy.jsp
    response.setHeader("Location", url);
    sendError("302");
    } else if (url is an absolute uri) { //i.e: /dummy.jsp
    //prepend protocol, host and port info
    } else if (url is a relative uri) { //i.e: dummy.jsp
    //cacluate the context path based on the current request
    //i.e: you are request http://iis:7001/include/index.jsp
    PathTrim=/weblogic is set in the iisproxy.ini
    //so the Location header looks like:
    //http://iis:7001/weblogic/include/dummy.jsp
    As you can see you may need to specify the redirected uri
    to fall into the rules of "proxy by path" or "proxy by mime type" if you want
    the iis to proxy the request properly.
    "Prajesh K. Verma" <[email protected]> wrote:
    Hi!
    We have configured the IIS-WebLogic bridge for WebLogic 6.0 (SP1), with
    IIS
    4.0 on two separate machines. This works on URLs which directly refer
    to
    pages lying on the same machine as WebLogic, but some links which refer
    to
    WebLogic properties file and then determines the page to be displayed
    (e.g.
    include files). These work when the exact URL (including the IP Address
    and
    port no. of the WebLogic Server) is pasted in the browser address window,
    but fail when the proxied hyperlink is clicked from another page, or
    the
    proxied URL is pasted in the address window.
    Can anyone help. This is slightly urgent.
    thanks and regards,
    Prajesh
    Prajesh K. Verma
    Eclaton eBDU India Pvt. Ltd.
    Huis van Eclaton
    25, Lavelle Road
    Bangalore 560 001
    Tel: +91 80 2996569
    Email: [email protected]
    http://www.eclaton.com

  • Using IPTV Manager With IIS??

    Has any one tried configuring the IPTV Manager to work with IIS?

    OK, Just being curious.
    The documentation has some examples for creating web pages using embedded plugins, including program directories (in a drop-down menu).
    I have a standing demo at work that uses the web page / embedded plug-ins that's pretty much just the demos in the book edited to match our system.
    That'll cover the user-side; I'm not sure if the Content Manager functions can be re-mapped to another system. Most of the actual functions are handled in perl, so I suppose it's just a matter of linking up the perl scripts to a different page.
    Another approach may be to use the Windows Media Streaming system to control the addition of content, and use the web page w/ plug-ins to stream it to the end users. IPTV and WIndows Media system will work cooperatively. Basically, they just share a single content directory.
    If I get a chance, I'll play with it and see what I can come up with. We have at least one of each Cisco IPTV units in the Lab, along with some MS W2K servers.
    Good Luck
    Scott

  • Compatibility of 11g Express Edition with 11g forms/reports.

    Hi,
    We are using 11g Forms/reports. Now, we want to use Oracle Database Express Edition 11g alongwith it.
    Please guide me version compatibility of 11g forms/reports with 11g Database Express Edition & Weblogic Server.
    Thanks/Regards.
    Bhatt

    Without more detail, it will be difficult to accurately answer your question.  "11g" is part of a product name and not a product version.  Therefore helping you with certification information will be difficult.  I will share information about the very latest versions.  Older versions will have different certifications.  You can look those up on your own in the Certification document(s) included below.
    The following are certified:
    Forms/Reports 11.1.1.7 - WebLogic Server 10.3.6
    Forms/Reports 11.1.2.2 - WebLogic Server 10.3.6
    Regarding the database, refer to the Certification documentation below.  Be sure to reference the correct one for the Forms release you are using.  Generally speaking, the XE databases are not certified, but can be used with limited support.  Again, for exact versions, refer to the documentation.
    Fusion Middleware Certifications
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html

  • Using 9iAS Portal with IIS

    Hi!
    First, is it possible to use 9iAS with IIS as http - listener, and not Apache?
    If so:
    Has anyone found any documentation / howto's on IIS and 9iAS?
    Will everything work transparent of the IIS webserver, ex. Oracle Reports integration, PDK (iFrame Portlet ++), Single Sign on?
    Has anyone done this?
    Ketill

    Umm, IIS runs ASP pages, which can be written either in VBScript or JScript. Servlets cannot be embedded in or called from within ASP pages. I guess they could be invoked via an HTTP redirect or by creating under-the-hood HTTP connection to the servlet, but that's nasty and circuitous. I'd really recommend finding a way to do what you want in ASP.
    Servlets/JSP's require a Java-based container to run in. There are Servlet containers that work with IIS - check out Tomcat @ jakarta.apache.org
    As for the second question, any Java code can be run from within a Servlet - what's stopping you from using that exact code snippet to do what you want to do?

  • ¿ Can I Install Discoverer 10 with IIS ?

    Hi,
    My question is simple. I need install discoverer plus and viewer 10G, but i wan't install apache server becouse my app's is running with IIS.
    Any idea to configure IIS or discoverer ?
    Thanks.

    Basically, if your PC can run Windows 8.1, it should be OK.       Processor: 1 gigahertz (GHz) or faster
    RAM: 1 gigabyte (GB) (32-bit) or 2 GB (64-bit)
    Free hard disk space: 16 GB
    Graphics card: Microsoft DirectX 9 graphics device with WDDM driver

  • Unable to open Presentation services with IIS 6.0

    Hi,
    I have installed OBIEE on a Windows 2003 server with IIS 6.0. When I try to open SAW.DLL with the following command: http://servername/analytics, I get this error
    Unable to contact server.
    Failed to find config file c:\OracleBIData\web\config\isapiconfig.xml using environment variable SADATADIR -- exiting!
    Error Codes: EV72PGLJ:IV6PEHWU:
    Unable to query filesystem statistics for c:\OracleBIData\web.
    Access is denied".
    The contents of the isapiconfig.xml file are below
    <?xml version="1.0" encoding="utf-8"?>
    <WebConfig>
    <ServerInstance>
    <ServerConnectInfo address="localhost" port="9710"/>
    </ServerInstance>
    </WebConfig>
    I can however run Presentation services with OC4J.
    I am not sure why this error occurs with IIS.
    Has anyone come across this error? I'd appreciate your help.
    Thanks
    rkingmdu

    right click - my computer - properties - advanced - enviornment variables - system variables.
    see if variable SADATADIR exists with value of drive:\OracleBIData and SAROOTDIR with drive:\OracleBI

  • Documentation for FMS with IIS?

    I have installed FMS without Apache, since I already have IIS running on my server.  I have noticed that Apache seems to be the default web server to use with FMS; hence the abundance of documentation and notes Adobe has provided.  However, I can't find any documentation on how to configure FMS with IIS.  Is there any(documentation) from Adobe or anywhere else?
    I would like to be able to run both video clips (RTMP and HTTP) from the Samples section of Flash Media Server 3.5/webroot/index.html.
    Thanks.

    Jay, thanks your reply!
    Below are the variables and values that I have in conf/fms.ini
    VOD_DIR = C:\Program Files\Adobe\Flash Media Server 3.5\applications\vod\media
    SERVER.HTTP_ENABLED = true
    HTTPPROXY.HOST = 23.28.193.9:80
    I'm able to ping 23.28.193.9, however I can't successfully pull-up anything in a browser from it.  I have tried the following:
    //sample.html is a page I created in the media directory
    http://23.28.193.9/applications/vod/media/sample.html
    http://23.28.193.9/webroot/index.html
    http://23.28.193.9/index.html
    And I did restart FMS.
    FYI, I am using VirtualPC; so my server and client OS are all on one CPU

Maybe you are looking for

  • FAQ: Creating PDF Files from FrameMaker v.6 & earlier Documents -- Why you should not use "save as PDF"! -- Windows & MacOS Only!

    An issue that has come up over and over again on several FrameMaker and Acrobat/PDF email lists as well on the corresponding Adobe User-to-User forums is that of creation of PDF files. FrameMaker 5.5.6 and 6 have what looks like a convenient feature

  • Transfering music from iphone 3g to computer

    can anybody help? i'm trying to transfer all my music from my iphone to my computer after it has been wiped. i have installed a new itunes and synced my iphone to my computer but i can't find any of my music can anyboby help me ???

  • Application Review Problem

    Hi I am having problem with releasing my app. it's been a month my app. doesn't get posted on the app store and the reviewer doesn't respond to my e-mails to be able to resolve any problem if exists, I was wondering where should I contact. Thank-you.

  • Replacing a failed disk (SATA drive) on UCCX (MSC-7825)

    Hi,      I discovered a failed disk drive on the UCCX server (non-HA mode). Now, my task is to get this disk replaced. What are the typical steps to follow and what precautions should I take care besides backing up the config data)? Since thsi would

  • HR: Security Profile at User Level

    Hi As HR: Security Profile is not enabled for user level, but sometime we need it for some users. Workaround is set up a different responsibility for the same. Also We can go to Application Developer Responsibility and set enable user level for HR: S