Create Filter in Hyperion Planning

I have created a Data Form using Classic Hyperion Planning Application. I want to have few cells in this data form having Read only access while others have Write access. How can I do this?
For ex: I have 10 users, some of them will have write access to some of the "Accounts" and "Period(Q1, Q2)" Dimension members while they will have read access to all the other members.
I have externalised my Essbase Server to Shared Services. I don't know how to assign filters to users using User Management Console.
Thanks in advance.

HI RahulS
Wont this feature will make a particular cell read-only for all the users? My requirement is to make the Data Form Read-Only for some specific users.
Hi John,
I cant find the Assign Access option in my Accounts or Time Period dimension which were created by default.
Is there any way to enable the security for the built-in dimension?
Open Question:
While i was trying RahulS's suggestion i came across an error which i cant resolve myself. Requesting you to help me out in this regard........when i try to open the data form i come across this message "Unable to obtain a connection to Hyperion Essbase. If this problem persists, please contact your administrator".
I checked the hspsys_properties table in the database and the info are correct but when i try to query the table it says "The table or view does not exist"
When i check the Essbase log it says "Database Plan1 does not exist" though i have changed the name of the Plan1 database.
Please help....I am badly stuck.

Similar Messages

  • Hi all, May i know how to create filters in Hyperion Planning Application?

    Hi all, May i know how to create filters in Hyperion Planning Application?
    i don't know how to create filters in Planning Application. but my superior asking me to create filters.
    Thanks & Regards,
    Sekhar

    Go to Administration > Dimensions > Select Dimension > Select the member to want to assign acccess filters to :- Assign Access
    Repeat process for all access permissions.
    If there is a lot of permissions to set you could use a utility :-http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/ch03s07.html
    Refresh Planning including security filters
    Also have a read of :- http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/mg_secfilter.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error creating a new Hyperion Planning Application

    Hi Everybody,
    I'm trying to create a new application in Hyperion 9, but I have a problem because when I configure the application in the wizard, that show me an error "An error ocurred while processing this page. Check the log for details".
    When I review EAS I see the application but database is not create and the application in Planning doesn't appear.
    I tried checking logs but I never found something (No error in the app server or Logs of application).
    The steps that I followed:
    1. Create a new schema.
    2. Configure Datasource with new schema.
    3. Configure App with wizard.
    Regards.

    First of all you will only see the Application in EAS, the databases are not created until you create them from within planning.
    What I suggest is you delete the application in EAS otherwise it will keep failing, then run planning in the foreground and not as a service, so start it up from the start menu, this way an errors will be outputted to the command window.
    Then try again creating an application.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error on creating Services in Hyperion planning configuration

    Hello Sir,
    Here I started Hyperion installation on Multiple Systems
    1. fndserver I installed essbase, planning components, and I configured only foundation here, and eas installed and its working
    Web logic is application server 7001 port
    2. essserver here essbase server is configured and it is working fine.
    3. planserver here I installed only planning components and in foundation I selected OHS also and I start configuration while deploying application server details I gave fndserver, port number 7001 , same user name and password while configuration deploying application server error like
    HyS9Planning: Couldn't create service
    fndserver: windows 2008 server r2 in vmware1
    essserver: windows 2008 server r2 in vmware2
    planserver: windows 2008 server r2 in vmware3
    here fnd, ess server host is windows 7 and planserver is Ubuntu host, but 3 systems is pinging and 0% lost.
    please give me the solution.
    Thanks in advance
    Ravi

    Hi,
    When you configure Planning on Ubuntu, you have to disable the option "*Create Windows Services for configured components*".
    Regards,
    David Mendele
    BI / EPM Project manager at Business & Decision
    Lima, Perú

  • Refresh fails in Hyperion Planning 9.3.1

    Hi,
    Two users were removed from LDAP, they still show up in Planning. Now refresh of Security Filters is failing. How can I remove these users from Planning and complete the refresh?
    Thanks,
    Rinky

    Does this article from Oracle Support help
    Deleting User and Security Filter in Hyperion Planning [ID 1211654.1]
    Applies to:
    Hyperion Planning - Version: 9.3.1.0.00 to 11.1.1.3.00 - Release: 9.3 to 11.1
    Assume the user is 'test'.
    * Remove user 'test' from any Groups it may be a member of.
    * De-provision user 'test' from Shared Services. Make sure 'Server Access' for Analytic Server is also removed.
    * Log into the Planning application as an administrator.
    * Refresh the database to Essbase from Administration > Manage Databases with the “security filters” option checked.
    * Under Administration > Manage Security Filters you will still see the de-provisioned user 'test'. Select this user in the list by checking the checkbox.
    * Click the “Create” button at the foot of the list. This will re-create user filters and remove the de-provisioned user 'test' from the list. They are now removed from the Planning relational database too.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error WHile creating a User in Hyperion Planning

    HI,
    Please someone guide since im facing this problem for a longtime.
    I created a user in Planning webpage and refreshed the security filters.
    When i tried to login using planning webinterface, it showed an error "User priscila_monsanto does not exist in the domain or the password is incorrect"
    And i could able to find an exception in the file"Hyperion Planning-err.log" present in Jrun path of the planning server.
    And when i logged into the admin console for the plannng cube, i found user anme in the security-->users field and there is no filters assigned to the user.
    Please help me.
    Thanks,
    Prabhu MSL

    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpADDUSERTOADGROUP.implementation(adpADDUSERTOADGROUP.java:49)
    This is definitely a Custom Adapter because OOTB Adapter name is adpADCSADDUSERTOGROUP and NOT adpADDUSERTOADGROUP
    So, it is your custom code and in the code you are passing incorrect value of the Active Directory Child process form...
    The correct name is UD_ADUSRC and the Group Name column name is UD_ADUSRC_GROUPNAME.
    While you are passing UD_AD_CHILD as the child process form and UD_AD_CHILD_GRP_NAME as Group Name column name..
    Use OOTB Adapter... Correct these discrepancies... Your addition of group will work
    And since you are creating custom adapter, you need to be more careful and remain consistent throughout..
    Then if you want to use UD_AD_CHILD_GRP_NAME, use it everywhere consistently... Pass only this value in the adapter...
    And even in lookups, if any... Search everywhere... Keep things consistent... They will work... Because good news is that you are able to create user in AD via Java Code...
    And if any post is even slightly helpful, it is a good habit to mark it with helpful or correct ... And also mark the entire question as answered so that other people also are benefited.

  • Create and Populate a Hyperion Planning Cube using Hyperion Data Integratio

    Friends,
    I am new to Essbase and have worked extensively in Informatica. Hyperion DIM (OEM version of Informatica) is chosen to create and populate a Hyperion Planning System (with Essbase cube in the backend).
    I am using Hyperion DIM 9.3.
    Can someone let me know (or share a document) how I can do the following
    1) Create a Planning application with a Essbase Cube in the backend using Hyperion Data Integration Management
    2) How to populate the Essbase outline and the actuals Essbase cube with data using DIM.
    Thanks a lot for all help.

    Hi,
    You cannot create planning applications using DIM.
    To load metadata have a look at :- http://www.oracle.com/technology/obe/hyp_fp/DIM_Planning/OBE_Dim_Planning.html
    You can refresh planning database in DIM by
    To enable the Refresh Database property for a session:
    In Workflow Manager, right-click the session and select Edit.
    Click the Mapping tab.
    Select a Planning target.
    Check the Refresh Database box.
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How many databases can I create under Hyperion Planning

    Dear all,
    I'm new to Hyperion. I have a doubt on Hyperion planning. In our project we have only one database for every planning application. Can I create multiple databases? If yes, what is the maximum number of databases can I create?
    If this post is not related to this category, please provide me the exact category so that I can post in the exact place.
    Please help me ASAP.
    Thank for all your help in advance.
    Regards,
    Raghuveer.

    Hi,
    You can create five databases in a planning application ( three custom,workforce and capex).
    http://docs.oracle.com/cd/E17236_01/epm.1112/hp_admin/frameset.htm?app_dsc.html
    For any queries related to Hyperion Planning you can post it in "Performance Management Applications" -> "Planning and Budgeting"
    Cheers...!!

  • Error while creating hyperion planning application in 11.1.1.1.0

    Hi All,
    I am using EPM system 11.1.1.1.0 and i get the following error while trying to create a new application using Hyperion Planning:
    Unable to find JDBC_CATALOG key for application: ABC1+
    Connection to the datasource created successfully.+
    in cpp -Created NonUnicode App:ABC1 0+
    Unable to create Analytical application. Exiting Application Creation.+
    Exception in Application Creation :Unable to create Analytical application. Exit+
    ing Application Creation.+
    java.lang.IllegalStateException: Unable to create Analytical application. Exitin+
    g Application Creation.+
    at com.hyperion.planning.HspManageApplication.createApp(Unknown Source)+
    at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication+
    *(Unknown Source)*
    at HspCreateApp.Handle(Unknown Source)+
    at HspCreateApp.doPost(Unknown Source)+
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)+
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)+
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl+
    icationFilterChain.java:252)+
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF+
    ilterChain.java:173)+
    at HspValidationFilter.doFilter(Unknown Source)+
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl+
    icationFilterChain.java:202)+
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF+
    ilterChain.java:173)+
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV+
    alve.java:213)+
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV+
    alve.java:178)+
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j+
    ava:126)+
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j+
    ava:105)+
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal+
    ve.java:107)+
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav+
    a:148)+
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java+
    *:869)*
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p+
    rocessConnection(Http11BaseProtocol.java:664)+
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo+
    int.java:527)+
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol+
    lowerWorkerThread.java:80)+
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP+
    ool.java:684)+
    at java.lang.Thread.run(Unknown Source)+
    java.lang.RuntimeException: Create application failed.+
    at com.hyperion.planning.appdeploy.HspManageAppSession.createApplication+
    *(Unknown Source)*
    at HspCreateApp.Handle(Unknown Source)+
    at HspCreateApp.doPost(Unknown Source)+
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)+
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)+
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl+
    icationFilterChain.java:252)+
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF+
    ilterChain.java:173)+
    at HspValidationFilter.doFilter(Unknown Source)+
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl+
    icationFilterChain.java:202)+
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF+
    ilterChain.java:173)+
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV+
    alve.java:213)+
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV+
    alve.java:178)+
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j+
    ava:126)+
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j+
    ava:105)+
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal+
    ve.java:107)+
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav+
    a:148)+
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java+
    *:869)*
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p+
    rocessConnection(Http11BaseProtocol.java:664)+
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo+
    int.java:527)+
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol+
    lowerWorkerThread.java:80)+
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP+
    ool.java:684)+
    at java.lang.Thread.run(Unknown Source)+
    Error terminating Essbase connection: java.lang.NullPointerException+
    If somebody can please help me resolve this issue , it would be great.
    Thanks in Advance.
    Alicia

    I suspect that this is caused by an "incorrect" datasource definition when you create a new one.
    I noticed that when I created an Essbase DB through the Essbase Enterprise Admin Service, it only allowed me to create one for localhost, not my server name EVEN if when the "Manage Data Source" validated the connection.
    This points to one of the myriad of apps inconsistently trying to resolve a server name.
    So, in EAS, see if you can connect to your local Essbase install and if successful, use the exact same params for you Workspace Application.
    Hope that helps.

  • Error While Creating Essbase Database From Hyperion Planning

    Hi,
    While creating the Essbase Database From the 'Manage Database' in Hyperion Planning, I am getting the following error:
    com.hyperion.planning.olap.EssbaseException: Account (1060000)
    It gets stuck at Adding Dimensions.
    I have tried reconfiguring Planning, but no luck.
    My Relation Repository is MS SQL Server 2005 and the Essbase and Shared Services are on a Linux box.
    I am getting the following error in the Planning log
    [12-Nov-2009 10:50:41]: Propegating external event[ FROM_ID: 68b6dbf1 Class: class com.hyperion.planning.sql.HspLock Object Type: -1 Primary Key: 50001 ]
    [12-Nov-2009 10:50:41]: Processing cube: Plan1
    [12-Nov-2009 10:50:41]: Setting System CFG properties for Attribute Dimensions
    [12-Nov-2009 10:50:41]: Adding dimension: Account
    [12-Nov-2009 10:50:41]: Closing outlines
    com.hyperion.planning.olap.EssbaseException: Account (1060000)
         at com.hyperion.planning.olap.HspEssbaseOutlineAPI.EssAddMemberEx(Native Method)
         at com.hyperion.planning.olap.HspCubeRefreshTask.addDimension(Unknown Source)
         at com.hyperion.planning.olap.HspCubeRefreshTask.addDimensionsAndMembers(Unknown Source)
         at com.hyperion.planning.olap.HspCubeRefreshTask.buildOutlines(Unknown Source)
         at com.hyperion.planning.olap.HspCubeRefreshTask.run(Unknown Source)
         at com.hyperion.planning.HspJSImpl.runCubeRefresh(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.runCubeRefresh(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:585)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
         at sun.rmi.transport.Transport$1.run(Transport.java:153)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
         at java.lang.Thread.run(Thread.java:595)
    Thanks for your help.
    Edited by: user524093 on Nov 12, 2009 4:38 PM

    Have you tried restarting the services and giving it a try?
    Which version of Essbase/Planning are you on?
    If your Essbase server name has more than 30 characters, please use NODENAME with short server name.

  • Hyperion Planning migration error while refreshing/creating Essbase cube

    Hi,
    I'm migrating a Hyperion Planning application (11.1.1.4) to a complete other environment (due to the split of the companies). I have read most post on otn, but unfortunately nothing that helped me to solve the issue, yet... I hope someone can help me. Thanks in advance!
    I have executed the following steps:
    1. Create a new Oracle database
    2. Create a datasource to the Oracle database and to Essbase (both tested succesfully)
    3. Create a fresh planning application (I have used a native Admin account and not the original owner)
    4. Go into the database tables for the planning app and look at table HSP_USERS, store the SID value against user 50001
    5. Go into the database planning system tables and HSPSYS_APPLICATION, clear out the version field for the application you have created - I did not do this since I could not delete this value. null is not accepted.
    6. Stop Planning
    7. Restore the planning application database over the one created in the first step (I had to drop the existing tables first)
    8. Go into the HSP_USERS table and update the SID for user id 50001
    9. Start planning
    10. Log on to planning and I did see the webforms, etc as expected.
    11. Now, when I try to refresh the database, I receive an error:
    Cube refresh/create in progress
    Status failed
    Step 4 Adding dimensions
    java.lang.NoSuchMethodError: getAttributeType
    Does anyone has an idea? Hope someone can help me since the deadline is getting closer and closer.
    Thanks!
    Kind Regards
    Martin

    Hi John,
    Thanks for your reply.
    I have exactly done what you have described. I droped the schema and recreated it with an impdp to import.
    But, in the meantime I have been investigating the dimensions and there's indeed something very wrong. Some dimensions have been mixed up. In the 'old' environment I have 10 stored dimensions and 4 attribute dimensions (as well as in EAS as in Planning, offcourse as you expect). In the 'new' environment, two stored dimensions have been mixed up with two attribute dimensions.... How is that possible?
    I have never seen that. Could this be caused by the reason that we use a different version of Oracle (11G release 2 vs 10G (10.2.0.4))? Or went something wrong with exporting the schema...? Can you tell me what I can do to investigate this?
    Thanks!
    Kind Regards,
    Martin

  • Facing an issue when creating a new Application in Hyperion Planning Sys 9

    While creating application for Planning I am getting this error "An error occurred while processing this page. Check the log for details."
    And log file says below things
    Query Failed: SQL_SYSDB_DELETE_EXPIRED_EXTERNAL_ACTIONS:[100]
    java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]OR
    tent datatypes: expected INTERVAL got NUMBER
    at hyperion.jdbc.base.BaseExceptions.createException(Un
    at hyperion.jdbc.base.BaseExceptions.getException(Unkno
    at hyperion.jdbc.oracle.OracleImplStatement.execute(Unk
    at hyperion.jdbc.base.BaseStatement.commonExecute(Unkno
    at hyperion.jdbc.base.BaseStatement.executeUpdateIntern
    at hyperion.jdbc.base.BasePreparedStatement.executeUpda
    at com.hyperion.planning.sql.HspSQLImpl.executeUpdate(U
    at com.hyperion.planning.sql.HspSQLImpl.executeUpdate(U
    at com.hyperion.planning.event.HspSysExtChangeHandler.a
    wn Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.r
    Error encountered with Database connection, recreating connecti
    Nested Exception: java.sql.SQLException: [Hyperion][Oracle JDBC
    RA-00932: inconsistent datatypes: expected INTERVAL got NUMBER
    My System/software
    Planning 9.3.1
    database - Oracle
    application server TomCat
    Regards,
    Ravi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    i think it is a JDBC error.once check ur JDBC.
    i recently installed hyperion system 9.3 and created a new application.
    my environment is
    hyperion system9.3
    database: sql server 2000 with SQL Server 2000 Driver for JDBC Service Pack 3
    tomcat
    if u get it right please let me know.

  • Creating Hyperion Planning Data Server using SDK

    Hello Everyone,
    I am trying to create a Data Server in Hyperion Planning Technology using ODI SDK...if the code for finding ORACLE technology is
    OdiTechnology oracleTechnology = ((IOdiTechnologyFinder) odiInstance
    +.getTransactionalEntityManager().getFinder(+
    OdiTechnology.class)).findByCode("ORACLE");
    Then what would be the findByCode() value for Hyperion Planning and Essbase ?.. I have been trying many combinations but nothing seems to work
    Thanks in advance,
    NJ

    Hi NJ,
    You can find the Code of your technology if you double click the technology in the topology.
    Hyperion Planning : HYPERION_PLANNING
    Hyperion Essbase : HYPERION_ESSBASE
    Hope it helps.
    Regards,
    JeromeFr

  • By default how many plan types one can create in Hyperion planning applicat

    By default how many plan types one can create in Hyperion planning application?

    Hi,
    By Default,We can create 3 plan types in Hyperion planning application.

  • Clone Hyperion planning production to create development instance

    Hi ,
    We recently upgraded to 11.1.1.1 and currently we do not have a test instance. We would like to create a test instance. For creating an instance of oracle bs application, we clone the app and create a new instance. However when we try to do the same with planning app, our dev instance is still pointing to the prod instance. How do we get the dev instance to point to dev database. Our configuration is essbase on linux and all other applications are windows based.
    Any pointers are greatly appreciated.
    Prasad

    Hi,
    I am not totally clear what you have done, are you saying you have installed v11 on test machines and copied over the schemas?
    If you have just cloned the planning system database then all the datasources will be pointing to the original location and will need reconfiguring, that is if it will let you reconfigure the datasources, I am not sure how you have configured it all.
    The best option with planning is to create a blank application on the target machine and then migrate the schema.
    If you want to take that option then migrations have ben covered many times on here, one example is here :- Migration of Hyperion Planning Application
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • I am having a lot of difficulty configuring Shockwave Player

    Just recently when I was using Shockwave Player to watch youtube videos in linux fedora 12. It was working properly with color. But the next day, that did not seem to happen! The videos came in black and white and there were these distorted lines goi

  • Using WD APIs in Java Programming

    Hi,      First let me explain my scenario:           I have to get the <b>attachments in a PDF document</b>, using a <b>java program</b>. I am using Java perspective of NWDS. I am using the APIs ->IWDPDFDocumentHandler ->IWDPDFDocumentAccessibleConte

  • Creating plug in for LMS

    Hi, 1.Can we write plug-ins/ add on to LMS components? If yes please let me know how? any links would be helpful. 2.Does LMS support discovery based on LLDP? If no, can we write our own plugin to take care of device discovery? Regards, ram

  • MDM Main Table

    Hello MDM Experts, I'm new to MDM. When you create a new repository in MDM, MDM automatically creates a main table named Products. I do not want to use this as the main table an I have to create my own main table with diffrent attributes How do I del

  • Hello all! I lost my Iphone and don't know it number - what can I do?

    I inspired by your brand as almost all people in the world! Few weeks ago I lost my iphone 5 and now have some problems with purchasing new! I believe in miracles and decided to try to ask Apple support me. I bogged down in work and study: I organize