HBR Error connecting to Essbase server

Hi,
Getting an error " HBR Error connecting to Essbase server" while selecting the outline in create new business rule.Tried the below workaround,but still getting the same error.
* Copy the HBRServer.properties from AAS (<HyperionHome\Hyperion\AdminServices) to the Planning Server
(<HyperionHome\Hyperion\HyperionPlanning\AppServer\InstalledApps\...)
* Restart the services.
* Login to Hyperion Planning application. Connect to each application at issue to establish RMI connection.
* Log into AAS, Refresh security from Shared Services
Any solution/ workaround could be of very helpful.

Hi,
Are you trying to create a business rule for planning or essbase, the error message you have posted is for trying to connect to essbase and you usually get that message if essbase is not started or unreachable.
Cheers
John
http://john-goodwin.blogspot.com

Similar Messages

  • HBR running error (Urgent, please help) Error connecting to Essbase Server

    Hello All Expert
    When running business rule either from Planning Web (Planning 9.3.1.1.8) or EAS, sometime there will be a error "Error connecting to Essbase Server" appear.
    After the error appear, all the can't be run.
    But after a while, problem may disappear and all the rules can be run.
    Anyone having this problem before, please help
    Eric

    I am actively using the EAS, but the error is suddenly come that I think I am not logout by server

  • Error connecting to Essbase Server when running business rules

    We recently migrated from v9.3 to v11.1.1.3. I have two users with Administrative access who need to run business rules on a native Essbase application, but cannot. They get the message 'Error connecting to Essbase Server'. They get this message when trying to set this execution database. They can't even expand the server to see the list of applications. I have tried deprovisioning them in Shared Services, refreshing security, then adding it all back in and refreshing again, but it doesn't work. My own id has identical access to that which I'm granting them, and I have no problems. I even created a native user with the same access and it works as well. No matter what I do, I cannot get these two users to be able to run their business rules in EAS.
    We also have a Planning application, and the Planning Administrative user has the same issue. However, this user is able to get around it by running rules using the Planning connection rather than the Essbase connection. She has the same issue of not seeing anything under the Essbase Servers when trying to set the execution database though.
    In version 9, we were not using Shared Services for Essbase security. Unfortunately our consultant chose to set it up using Shared Services security when migrating, and according to the documentation, one cannot go back to using Native Essbase security.
    I also tried running the Externalize Users wizard and the three users with issues failed to externalize. My own id did, and the native user I created succeeded.
    Has anyone experienced an issue like this or have any ideas on how to resolve?
    Thanks,
    Sabrina

    Follow up - Oracle has finally resolved this. It's so simple, yet no one thought to check until now. The three users with problems all have mixed case user id's in ldap. They have always logged into EAS with all lower case ids. In version 9, on native security, this was never a problem. But in version 11 using Shared Services (not sure which factor changed it), it doesn't work. The simple solution is to log in with their exact mixed case user ids. It only took Oracle three months and the creation of a bug issue to figure this out for us.
    Sabrina

  • Com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server

    Hi Experts,
    I am trying to load metadata From Oracle to Essbase.In the Essbase data server, all credentails are correct. In the model, I am using OracleDIAgent(not local agent), Context Global, RKM Hyperion Essbase.
    In the execution, Start the Reverse is failing and getting the below error.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
      File "<string>", line 58, in <module>
      at com.hyperion.odi.essbase.ODIEssbaseConnection.connect(Unknown Source)
      at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server. Error message is : Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
      at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
      at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:322)
      at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2472)
      at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)
      at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
      at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
      at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
      at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)
      at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)
      at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:366)
      at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:292)
      at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:855)
      at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
      at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: Traceback (most recent call last):
      File "<string>", line 58, in <module>
      at com.hyperion.odi.essbase.ODIEssbaseConnection.connect(Unknown Source)
      at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
    Thanks,
    mady

    Hi John,
    Thanks for the reply.
    Actually i have written big reply to u with explaining about the issue. But at the writing reply only, i got an idea to resolve this.
    Now i am able to run the Model successfully.
    Yes, you are correct. Due to invalid credentials only i am getting this error.
    I want to ask you one thing. Actually, at the time configuration i gave password as a password, then my manager wants to change that password to Gxxx@123!
    I have changed that password, it is working fine to connect workspace, easconsole and all.
    But the issue i seen in creating DataSource(In planning), i am getting error with new password in the Essbase server datails. If i give old password(as password), it is working fine.
    So, How can get that new password to work here??
    In ODI also, it is the issue. When i am using New password it is not working. With Old password it is working fine.
    Thanks,
    mady

  • Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials

    Hello All,
    I am getting following error, when trying to expand essbase from calculation manager, "Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials",
    I am using EPM 11.1.2.1
    Thanks
    Yash

    If you have moved the server to a new data center and an issue has started occurring then it could point to the change.
    Are you able to log into essbase directly with Maxl using the same account?
    If you run a registry report do you see any of the configuration with IPs instead of DNS/hostname
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Cannot Connect to Essbase Server Using MaxL

    After installing and configuring planning. I was able to create data source and application. When I shot down and restart the machine. The diagnostics report highlighted these srrors
    EPMVAL - 01010 can not connect to Essbase server using MaxL
    Network Error - 10061 unable connect to oracle.vision.com:1423. the client timed out waiting to connect Essbase Agent using TCP/IP
    Can some help please
    chi

    Hi John
    This is error from Sharedservices_security_client may it will you to identify the cause of this issue
    PMCSS] [ERROR] [EPMCSS-00001] [oracle.EPMCSS.CSS] [tid: 10] [ecid: disabled,0] [SRC_CLASS: com.hyperion.css.registry.RegistryManager] [SRC_METHOD: RegistryManager] Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
    [2012-03-04T17:29:20.953+00:00] [EPMCSS] [ERROR] [EPMCSS-00001] [oracle.EPMCSS.CSS] [tid: 10] [ecid: disabled,0] [SRC_CLASS: com.hyperion.css.registry.RegistryManager] [SRC_METHOD: RegistryManager] Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
    [2012-03-04T17:29:24.906+00:00] [EPMCSS] [ERROR] [EPMCSS-00001] [oracle.EPMCSS.CSS] [tid: 10] [ecid: disabled,0] [SRC_CLASS: com.hyperion.css.registry.RegistryManager] [SRC_METHOD: RegistryManager] Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
    [2012-03-05T05:21:13.515+00:00] [EPMCSS] [ERROR] [EPMCSS-00001] [oracle.EPMCSS.CSS] [tid: 10] [ecid: disabled,0] [SRC_CLASS: com.hyperion.css.registry.RegistryManager] [SRC_METHOD: RegistryManager] Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
    [2012-03-05T05:21:19.359+00:00] [EPMCSS] [ERROR] [EPMCSS-00001] [oracle.EPMCSS.CSS] [tid: 10] [ecid: disabled,0] [SRC_CLASS: com.hyperion.css.registry.RegistryManager] [SRC_METHOD: RegistryManager] Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
    [2012-03-05T05:21:24.890+00:00] [EPMCSS] [ERROR] [EPMCSS-00001] [oracle.EPMCSS.CSS] [tid: 10] [ecid: disabled,0] [SRC_CLASS: com.hyperion.css.registry.RegistryManager] [SRC_METHOD: RegistryManager] Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
    [2012-03-05T10:08:08.812+00:00] [EPMCSS] [ERROR] [EPMCSS-00001] [oracle.EPMCSS.CSS] [tid: 10] [ecid: disabled,0] [SRC_CLASS: com.hyperion.css.registry.RegistryManager] [SRC_METHOD: RegistryManager] Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
    [2012-03-05T10:08:14.875+00:00] [EPMCSS] [ERROR] [EPMCSS-00001] [oracle.EPMCSS.CSS] [tid: 10] [ecid: disabled,0] [SRC_CLASS: com.hyperion.css.registry.RegistryManager] [SRC_METHOD: RegistryManager] Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
    [2012-03-05T10:08:18.890+00:00] [EPMCSS] [ERROR] [EPMCSS-00001] [oracle.EPMCSS.CSS] [tid: 10] [ecid: disabled,0] [SRC_CLASS: com.hyperion.css.registry.RegistryManager] [SRC_METHOD: RegistryManager] Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
    Thanks
    Chi

  • I am unable to connect to Essbase Server 11.1.1.3

    Hi
    Can anyone help me to solve this Essbase server Error. I am unable to connect to Essbase Server 11.1.1.3
    2010-05-10 11:35:49,359 INFO [main] CSS is initialized as client. The default logger properties will be loaded com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2010-05-10 11:35:49,515 INFO [main] CSS Log file will be generated at C:\Hyperion\logs\essbase\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2010-05-10 11:35:49,515 INFO [main] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2010-05-10 11:35:49,515 INFO [main] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)
    2010-05-10 11:35:49,734 INFO [main] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2010-05-10 11:36:01,609 INFO [main] Got Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2010-05-10 11:36:04,625 INFO [main] Got hub location from Registry:http://D26085.arrownao.corp.arrow.com:28080 com.hyperion.css.registry.RegistryManager.getHubLocationFromRegistry(Unknown Source)
    2010-05-10 11:36:05,312 INFO [main] Got native directory location from Registry:D26085.arrownao.corp.arrow.com:28089 com.hyperion.css.registry.RegistryManager.getNativeProviderLocationFromRegistry(Unknown Source)
    2010-05-10 11:36:05,312 INFO [main] URL constructed out of values in Registry database:ldap://D26085.arrownao.corp.arrow.com:28089/dc=css,dc=hyperion,dc=com com.hyperion.css.common.configuration.CSSConfigurationImplXML.initConfiguration(Unknown Source)
    2010-05-10 11:36:08,734 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:09,718 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:09,718 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 11:36:09,718 WARN [main] Native Directory is not reachable. Attempting to re-connect... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 11:36:09,718 WARN [main] Number Format Exception converting nullto int; Returning default value 10[Root Cause: null ] com.hyperion.css.common.CSSUtils.toInt(Unknown Source)
    2010-05-10 11:36:09,718 WARN [main] Number Format Exception converting nullto int; Returning default value 3[Root Cause: null ] com.hyperion.css.common.CSSUtils.toInt(Unknown Source)
    2010-05-10 11:36:11,750 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:12,750 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:12,781 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 11:36:12,781 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 11:36:15,781 WARN [main] Attempting to connect to Native Directory: Retry Count: 1 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 11:36:17,781 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:18,890 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:18,890 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 11:36:18,890 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 11:36:21,890 WARN [main] Attempting to connect to Native Directory: Retry Count: 2 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 11:36:23,812 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:24,921 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:24,921 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 11:36:24,921 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 11:36:28,046 WARN [main] Attempting to connect to Native Directory: Retry Count: 3 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 11:36:30,046 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:31,062 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:31,062 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 11:36:31,062 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 11:36:34,062 WARN [main] Attempting to connect to Native Directory: Retry Count: 4 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 11:36:36,078 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:37,093 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:37,093 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 11:36:37,093 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 11:36:40,093 WARN [main] Attempting to connect to Native Directory: Retry Count: 5 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 11:36:41,921 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:42,921 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 11:36:42,921 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 11:36:42,921 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 11:36:45,921 WARN [main] Attempting to connect to Native Directory: Retry Count: 6 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 11:36:47,953 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:32:48,375 INFO [main] CSS is initialized as client. The default logger properties will be loaded com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2010-05-10 12:32:48,531 INFO [main] CSS Log file will be generated at C:\Hyperion\logs\essbase\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2010-05-10 12:32:48,531 INFO [main] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2010-05-10 12:32:48,531 INFO [main] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)
    2010-05-10 12:32:48,796 INFO [main] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2010-05-10 12:33:00,984 INFO [main] Got Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2010-05-10 12:33:03,453 INFO [main] Got hub location from Registry:http://D26085.arrownao.corp.arrow.com:28080 com.hyperion.css.registry.RegistryManager.getHubLocationFromRegistry(Unknown Source)
    2010-05-10 12:33:05,312 INFO [main] Got native directory location from Registry:D26085.arrownao.corp.arrow.com:28089 com.hyperion.css.registry.RegistryManager.getNativeProviderLocationFromRegistry(Unknown Source)
    2010-05-10 12:33:05,312 INFO [main] URL constructed out of values in Registry database:ldap://D26085.arrownao.corp.arrow.com:28089/dc=css,dc=hyperion,dc=com com.hyperion.css.common.configuration.CSSConfigurationImplXML.initConfiguration(Unknown Source)
    2010-05-10 12:33:09,265 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:10,234 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:10,234 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 12:33:10,234 WARN [main] Native Directory is not reachable. Attempting to re-connect... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 12:33:10,234 WARN [main] Number Format Exception converting nullto int; Returning default value 10[Root Cause: null ] com.hyperion.css.common.CSSUtils.toInt(Unknown Source)
    2010-05-10 12:33:10,234 WARN [main] Number Format Exception converting nullto int; Returning default value 3[Root Cause: null ] com.hyperion.css.common.CSSUtils.toInt(Unknown Source)
    2010-05-10 12:33:12,265 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:13,250 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:13,250 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 12:33:13,250 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 12:33:16,359 WARN [main] Attempting to connect to Native Directory: Retry Count: 1 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 12:33:18,375 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:19,390 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:19,390 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 12:33:19,390 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 12:33:22,390 WARN [main] Attempting to connect to Native Directory: Retry Count: 2 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 12:33:24,437 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:25,421 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:25,421 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 12:33:25,421 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 12:33:28,421 WARN [main] Attempting to connect to Native Directory: Retry Count: 3 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 12:33:30,453 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:31,453 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:31,453 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 12:33:31,453 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 12:33:34,453 WARN [main] Attempting to connect to Native Directory: Retry Count: 4 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 12:33:36,390 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:37,390 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:37,390 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 12:33:37,390 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 12:33:40,390 WARN [main] Attempting to connect to Native Directory: Retry Count: 5 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 12:33:42,328 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:43,328 ERROR [main] 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089.[Root Cause: Connection refused: connect ] com.hyperion.css.spi.util.jndi.pool.JNDIConnectionPool.validateSocketConnection(Unknown Source)
    2010-05-10 12:33:43,328 WARN [main] Failed to instantiate provider for factory: com.hyperion.css.spi.impl.nv.NativeFactory.[Root Cause: 27:1112:Failed to connect to D26085.arrownao.corp.arrow.com at 28089. ] com.hyperion.css.spi.CSSManager.getProvider(Unknown Source)
    2010-05-10 12:33:43,328 WARN [main] Native Directory is not reachable. Will try to re-connect after 3 seconds... com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)
    2010-05-10 12:33:46,328 WARN [main] Attempting to connect to Native Directory: Retry Count: 6 com.hyperion.css.spi.CSSManager.getProviderInstance(Unknown Source)

    Hi
    I am to login to Hyperion Shared Services console. Share service for Essbase is running properly. When I attempt login into Essbase Studio Login, following error message appears
    Network communication with the server failed
    Connection refused: connect
    =========================================================================
    Also,the below Error messages are found in Oracle EPM System Diagnostic Reports
    Validation tool info: 11.1.1.3.0 drop 9-0 build 3129 on 07/16/2009 01:24 PM
    OS name: Windows XP
    OS version: 5.1
    Essbase Server startup check using Maxl command
    Error: Result: Unable to connect Essbase Server using MAXL command. Please check that essbase server is running.
    Recommended Action: Check Essbase Server is started.
    EssabaseServerChecker
    Error: Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
    Recommended Action: Check application is started.
    SVR: Essbase Java API
    Launch external checker with next command: C:\Hyperion\common\validation\9.5.0.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** d26085.arrownao.corp.arrow.com http://d26085.arrownao.corp.arrow.com:13080/aps/JAPI
    Error: Result: -1; Error message: Cannot connect to olap service. Cannot connect to Essbase Server at d26085.arrownao.corp.arrow.com. Timed out waiting to connect to the Essbase Agent/Server using TCP/IP. Check your network connections.
    Recommended Action: Make sure external checker is working.
    ESS: Essbase Studio Server
    Connecting to Essbase Studio Server...
    Error: Network communication with the server failed
    Recommended Action: Check application is started.
    SVR: Essbase Java API
    Launch external checker with next command: C:\Hyperion\common\validation\9.5.0.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** d26085.arrownao.corp.arrow.com http://d26085.arrownao.corp.arrow.com:13080/aps/JAPI
    Error: Result: -1; Error message: Cannot connect to olap service. Cannot connect to Essbase Server at d26085.arrownao.corp.arrow.com. Timed out waiting to connect to the Essbase Agent/Server using TCP/IP. Check your network connections.
    Recommended Action: Make sure external checker is working.
    Please advice how to slove this Essbase issue.

  • Unable to connect to essbase server

    Hi all,
    In one of my DEV environment(Hyperion 9.3.1 64-bit)..I'm unable to connect to essbase server(EPMTSG96:1478) and throws out below error
    Error: 1051293: Login fails due to invalid login credentials
    I'm not even able to perform start/stop of essbase server.
    On the shared services end,i get below error message when tried to select my essbase server project(Analytic Servers: EPMTSG96:2),tied with essbase server EPMTSG96:1478
    Login fails due to invalid login credentials
    I'm able to connect to admin console using my "admin" id and not able to connect to my essbase server using "epmpadm",which is the user name set for essbase server EPMTSG96:1478.
    Here goes the action i performed:
    1) Created new shared services project as "Analytic Servers : EPMTSG96:3"
    2) Added the application "Analytic servers :EPMTSG96:2" to the project,due to which this application already under project "Analytic Servers: EPMTSG96:2" got removed.
    3) So now my project structure is like this:
    Analytic Servers : EPMTSG96:3
    + Analytic Servers: EPMTSG96:2
    4) Now tried to externalise the users from essbase server EPMTSG96:1478 and from then i got all these failure messages.
    Kindly advice!..Any help is appreciable.Thanks!
    Rev

    In one of my DEV environment(Hyperion 9.3.1 64-bit)..I'm unable to connect to essbase server(EPMTSG96:1478) and throws out below error
    Error: 1051293: Login fails due to invalid login credentials
    I don't know about Shared service how it works...Reset your password and try to login after 5 mins..

  • Error connecting to ftp server

    Dear All,
             I'm doing file to file scenario through XI. The receiver communication channel is a normal file adapter and it is working perfectly fine . My sender communication channel is a FTP adapter. I'm trying to send a file from FTP to a folder on my integration engine. When i went into adapter monitoring, i got the error in the sender file adaper for ftp. The error is - " Error connecting to ftp server ".
             normally, i'm able to do the ftp from integration server to my ftp server, but through XI , it is giving me the above mentioned error. I think some of my properties are not specified correctly. Kindly advise . The properties that i have specified in the ftp adapter are -
    adapter type - file
    transport protocol - ftp
    message protocol - file
    adapter engine -  integration server
    server - ip address of the ftp host
    port - 21
    username - username of the ftp server
    password - password of the ftp user
    connect mode - per file transfer
    transfer mode -  binary
    folder - name of the folder created on the ftp root directory ( without the path ) Do i need to give the full path here ?
    file name - file in the above specified folder
    Kindly let me know.
    Regards.
    Naveen

    HI Naveen,
    This link explains all the parameters that need to be entered for a file adpater. Just check it out and compare it with your values and your FTP settings.
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    //folder - name of the folder created on the ftp root directory ( without the path ) Do i need to give the full path here ?
    Yes, i think you should specify the full path here.
    Regards,
    bhavesh

  • "Connection failed ... There was an error connecting to the server"

    Hi,
    I have a late-2009 imac, running Snow Leopard and all the latest updates.
    However, since ugrading to ilife '09, I now see the following error
    "Connection failed
    There was an error connecting to the server
    "BeechMac". Check the servername or IP address and then try again"
    However, "Beechmac" was the name of the older G4 Mac from which I upgraded (using Time Machine) to the imac last year - and it no longer exists on the network.
    As a test, I copied over to this Mac Mini (also latest OS and updates) all the iphoto directory prior to update and then updated to ilife '11 - same problem is seen.
    I assume some files have some form of symbolic links to a networked partition ?
    The only difference to my network/system has been updating to ilife '11 - and all I use is iphoto.
    However, the error pops up every hour or so - and the mouse disappears and its tricky to gain mouse focus again to remove the message.
    I've scoured the Internet - but no help.
    - Paul

    I think I've identified the problem (or at least a solution).
    There were broken Alias links for some of the photos in my iphoto directory.
    I navigated Finder to the root of my iphoto collection and searched for "Kind: Alias"
    I then checked (using Right-Click:"Get info") that the Alias was working (if not a broken Jpeg icon was shown), and if not fixed up.
    It appears that in my system moves from taking photos from PC onto my original G5 Mac and then into iphoto (which had two partitions) some of the files had been aliased rather than copied. (Not sure exactly how this happened).
    Anyway, I was able to repair the broken file by going into the Terminal and copying the required JPEG onto the Alias.
    I wish there was an easier way to find broken Aliases - it was fairly tedious.
    - Paul

  • Error connecting to planning server from EAS

    We implemented Hyperion Planning about 1 month ago. We are having this intermittent issue with connecting to Planning servers. When the users attempt to add a Business Rule, they select an outline, and browse to the planning servers. When they click one of the two servers they get the message "Error connecting to Planning server <<Server A>>". The message only happens on Server A.
    I check the planning service, it is running. I login directly to the planning application (http://<<Server A>>:8300/HyperionPlanning/) , it works fine. However I still get the error. The problem comes and goes, but once is happens the only solution seems to be restart all of the services on the Planning server.
    Is anyone experiencing this issue?
    If so is there a resolution? Is this a common thing with Hyperion Planning?
    I opened a TAR, but because the issue is only happening occasionally (1 day in 5) I thought I would try the forums. Any help or suggestions would be appreciated.

    Hi,
    What version of planning are you running, there was patch 9.3.1.1.1 that addressed
    6636367 (8-665086601) When the Business Rules connection to the relational database is lost, Business Rules does not reconnect to it. To solve this problem, an optional property, HBR_CONNECTION_VALIDATE_TIME, was added to HBRServer.properties. This property specifies a time interval for checking the connection between Business Rules and the relational database. If the connection is not valid, a new connection is established. The time interval is specified in milliseconds and defaults to 300,000 (five minutes).
    This maybe the same sort of issue you are experiencing.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Recieving Error connecting to Planning server when validating BusinessRule.

    Hi,
    I am recieving an error when validating business rules.
    Internal error connecting with given connection information. Get details for more information.
    When I click on Get Detail I see the below information.
    Details:Error connecting to Planning server xxxxxx.
    Details:Exception occurred. Please check your log file for details.
    I do have one more issue I cannot access Applications through Web. Recieving the following error Unsuccessful Logon Check Log for details.
    Hyperion Planning Version is 9.2.
    Please help.
    Thanks.
    Edited by: user8887080 on Aug 18, 2010 1:39 PM

    I recommend logging into My Oracle Support and having a read of doc id - 763345.1
    It goes through different options for resolving business rules issues.
    Though you will need to be able to log into your planning applications first, make sure all your connection information is correc e.g. the connection details to the relational databases.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How do I get rid of the error message "There was an error connecting to the server “Office AirPort Extreme” ?

    How do I get rid of the error message "There was an error connecting to the server “Office AirPort Extreme” ?  This message shows up 3 times when I boot my iMac.

    I do have a USB hard drive hooked up to the Airport.  I've never created an AppleScript for it.  Should I disconnect the USB drive and see if I still get the error message?
    Thanks for your reply!

  • Trying to sync my macs but getting this... error connecting to the server

    trying to sync my macs but get this .....error connecting to the server,check server name or ip address ?????

    Same problem . . . any resolutions out there?

  • Hi,  I have keep seeing a small 'Connection failed'  warning box popping up: [[Connection failed  There was an error connecting to the server "Warning; Self Aware"]].  Question for you gods - what does it mean. is it important?  my computer connects to my

    hi,  I have keep seeing a small 'Connection failed'  warning box popping up: [[Connection failed  There was an error connecting to the server "Warning; Self Aware"]].  Question for you gods - what does it mean. is it important?  my computer connects to my server works.  Could it be related to  "Network Preference & Monitor icons missing from my system preferences page?  and my guest sign=in account is now the main account??     thanks you. jb

    hi,  I have keep seeing a small 'Connection failed'  warning box popping up: [[Connection failed  There was an error connecting to the server "Warning; Self Aware"]].  Question for you gods - what does it mean. is it important?  my computer connects to my server works.  Could it be related to  "Network Preference & Monitor icons missing from my system preferences page?  and my guest sign=in account is now the main account??     thanks you. jb

Maybe you are looking for