Error Log in Hyperion Planning

Hi,
Can anyone tell me where i can locate error log for Hyperion? I'm getting an error that 'Data form is invalid' when i try to access any data form created in planning. Version 9.3.0.1

Hi,
You didn't say which web server you are using, if it is tomcat the location will be something like
\Hyperion\Planning\AppServer\InstalledApps\Tomcat\5.0.28\HyperionPlanning\logs
Though saying that I don't think the logging is that brilliant with planning and tomcat.
Cheers

Similar Messages

  • Error logging for Integrated Planning

    Can I turn on error logging for Integrated Planning.  Users get errors and forget to screenshot it to me, so I have no way of finding out what their error was unless I get them to duplicate it.  It would be nice to look up a log of errors by user.  Do they have something like that in Integrated Planning?
    Thanks!

    Hi Dustin,
    Few comments :
    1. UPDATE TASK means that a new background task is create and the function is performed asyncronisly ,with that the user will not wait for the update of the DB to finish ,you can read in SAP help about CALL FUNCTION IN UPDATE
    2. Be aware that the table that you create will be extremely large in no time ,you will have to delete data on a regular basis
    3. The same concept of the thread can be applied to function module 'RRMS_MESSAGE_HANDLING' this function module is responsible of messaging in BEX 'some times IP related messages are invoked from it.
    Regards,
    Eitan.

  • How to view which users have logged into Hyperion Planning

    Hi all,
    I'm trying to determine the best way to view users that have logged into Hyperion Planning (who and when). Is there an option in Shared Services or can this be viewed through Planning by the administrator? Any insight would be greatly appreciated.
    Thanks!

    Planning has never been the best at providing that information, you can look at the statistics page in planning which is pretty poor in my opinion.
    The other option is audting but once again it doesn't really audit users logging in and out.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Logging into Hyperion Planning is taking several minutes for users

    Hello All,
    I'm hoping someone can help with an urgent issue. A problem has popped up the day after everyone returned from holiday break. All users that are listed in MSAD in Shared Services are taking several minutes to log into Hyperion Planning. The only users that are not having problems are admin and a testuser account. Both of these accounts are from the Native Directory.
    When I go into Shared Services and do a search in the MSAD, it is taking several minutes for the list of users or groups to come up. Everything is working normally in Planning when I'm using the admin account, except for when I'm trying to assign access to a dimension. That is not working, but I can modify an existing access to a dimension.
    Our IT department has restarted all Hyperion services and made sure that the service account (active directory) is not locked. Everything on their end looks like its running correctly, as far as they can tell. I've refreshed the database and security filters, but that has not corrected anything and I've reregistered the application with shared services.
    Any help would be greatly appreciated!
    Thank you!
    David

    Hello John,
    Thank you for the response. I'm not sure if we do have multiple MSAD servers, so I've forwarded the question on to my IT department and I'm waiting for their response.
    During my call with Oracle support, they suggested turning off the MSAD group configuration and restarting Hyperion to see if that would help. The only area that it seemed to help is in searching for users in MSAD. That works a lot faster now, but it didn't fix the problem with the users logging into Hyperion. I've sent Oracle the shared services logs for Admin, Hub and Security as they requested and I'm waiting for their response.
    Thanks,
    David

  • Error while starting Hyperion Planning Web in 9.2 version

    Hi,
    When I am launching Hyperion Planning web it is giving the following error:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:825)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:758)
         org.apache.jsp.LogOn_jsp._jspService(LogOn_jsp.java:2763)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    java.lang.NoClassDefFoundError
         org.apache.jsp.LogOn_jsp._jspService(LogOn_jsp.java:81)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.
    After going throgh Google search i came to know that it problem with Tomcat CLASS PATH.
    I checked C:\Hyperion\HyperionPlanning\AppServer\InstalledApps\Tomcat\5.0.28\HyperionPlanning\bin\startHyperionPlanning.bat.
    It says
    " REM Hyperion Workspace startup script for tomcat server
    REM Check HYPERION_HOME
    if "%HYPERION_HOME%" == "" set HYPERION_HOME=C:\Hyperion
    SET CATALINA_HOME=%HYPERION_HOME%\common\appServers\Tomcat\5.0.28
    SET CATALINA_BASE=C:\Hyperion\HyperionPlanning\AppServer\InstalledApps\Tomcat\5.0.28\HyperionPlanning
    CALL %CATALINA_BASE%\bin\setSAPEnv.bat
    CALL %HYPERION_HOME%\common\config\setJAVA_HOME.bat
    REM Setting custom parameters
    SET SETPARAM_SCRIPTNAME="%CATALINA_BASE%\bin\setCustomParams.bat"
    if exist %SETPARAM_SCRIPTNAME% (
    call %SETPARAM_SCRIPTNAME%
    call "%HYPERION_HOME%\common\appServers\Tomcat\5.0.28\bin\startup.bat"
    I checked my environment variables every thing is fine.
    Where should i set the Tomcat class path to web client. or
    it is due to another reason, if so what could be the solution.
    Thanks in advacnce

    Hello,
    JohnGoodwin is correct you will need to create a Planning application and also generate your HspJSHome.properties and make sure it is in the right location to be picked up by the start up which should be something like:
    C:\Hyperion\HyperionPlanning\AppServer\InstalledApps\Tomcat\5.0.28\HyperionPlanning\webapps\HyperionPlanning\WEB-INF\classes
    Also if you are starting the JVM as a service it might not have all the correct CLASSPATH information and if you have not already you might try starting the JVM using the startHyperionPlanning.bat file from the command line. Many times you will get better output from that when troubleshooting.
    Regards,

  • 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.

  • Smart View 9.3.1 error to connecting Hyperion Planning using Excel

    Hello Folks,
    When I try to connect the Hyperion Planning 9.3.1 using Smart View 9.3.1 I had the following error "Client authorization is needed to accpet the certificate". I am using the URL connection with the following address http://server_name:8300/HyperionPlanning/SmartView.
    Regards,
    Wallace
    Brazil

    Venkat,
    Based on our web session your production BEA license has not been installed and your production server is limiting the number of unique connections to five clients. Those first five clients who connected to the system.
    As we proved in the web session Internet Explorer gets a 403 error and Firefox shows the root cause of the five license issue.
    You may verify this by looking at the license.bea file on your servers and you will see it is an evaluation license. Being a licensed Hyperion customer entitles your company to use a restricted use WebLogic in a non-clustered environment. Below is the proper license.
    The fix for this is to do the following:
    1) Download a license code from Oracle
    2) Go to http://licensecodes.oracle.com/bea.html
    3) Download LIC-WLXB92
    4) On your server(s) backup <BEA_DIRECTORY>\license.bea
    5) Copy text file within the LIC-WLXB92 over the license.bea file
    6) Restart your Hyperion Services
    Regards,
    John A. Booth
    http://www.metavero.com
    Edited by: Jbooth on Feb 12, 2010 4:39 PM
    Edited by: Jbooth on Feb 12, 2010 4:42 PM

  • Error reverse engineering Hyperion Planning 11.1.2.1 with ODI 11.1.1.5

    I have the port set to 11333 Hyperion RMI service is running.. still getting this error..
    By the way it looks like this 11.1.1.5 release of ODI has too many bugs when loading data and metadata to Hyperion..
    It seems that I need ODI to be installed on Planning server.. I had it running on the other (essbase) server originally and it could not even access Planning unless I used the Agent.. Now I am getting this error:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 41, in <module>
         java.io.InvalidClassException: com.hyperion.planning.HspException; local class incompatible: stream classdesc serialVersionUID = -2065834634290912749, local class serialVersionUID = 1173493819024915347
         at com.hyperion.odi.planning.wrapper.PlanningWrapper.login(Unknown Source)
         at com.hyperion.odi.planning.ODIPlanningConnection.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.planning.ODIPlanningException: com.hyperion.odi.planning.ODIPlanningException: Error unmarshaling return; nested exception is:
         java.io.InvalidClassException: com.hyperion.planning.HspException; local class incompatible: stream classdesc serialVersionUID = -2065834634290912749, local class serialVersionUID = 1173493819024915347
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:346)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2457)
         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:2906)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2609)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:338)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:214)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:272)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:263)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:822)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         at java.lang.Thread.run(Thread.java:619)

    Thank you, John, for a quick reply, but unfortunately these files did not help either. Still getting the same error:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 23, in <module>
         at com.hyperion.odi.planning.ODIPlanningWriter.validateColumns(Unknown Source)
         at com.hyperion.odi.planning.ODIPlanningWriter.loadData(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.planning.ODIPlanningException: com.hyperion.odi.planning.ODIPlanningException: The source result set contains column [C1_CHILD] which has no corresponding column on the planning side.

  • How to Check Error Log for Supply Planning Run

    Hi All
    I am getting error in supply planning run. I see the status under Excel Add-in >Supply Planning > Status. However there is no detailed error message here
    How can I check the detailed log of this error to understand what is going wrong.
    Can anybody guide on what can be probable causes of the error
    Any help is highly appreciated
    Thanks
    Vijay

    Hello Vijay, Wade
    Can you run the Supply Planning in Simulation mode? Under the simulation drop-down you can also see 'Show Message'.
    Open it after your planning run to see list of any data inconsistencies.
    Thanks
    Pramod

  • Cannot Initialize Sample Application in Hyperion Planning

    Hi,
    I am new to Essbase and Hyperion EPM System 11.1.1.1.0, and I am currently trying to test Planning functionality. I have installed and configured the EPM system, and when I run the EPM System Diagnostics, everything is Successful except Connecting to Essbase Studio Server (which is a seperate issue for another thread).
    I am trying to work with the sample Planning application included with the install. I followed directions here from John Goodwin's blog, but I encounter an error when I try to initialize the sample application. I have also tried creating the application through the Workspace, which is documented here. I get the same error when initializing the sample application.
    The error message I'm getting says: "Failed to initialize Sample Application. Please see log for details." Where is this Planning log located? I am running on Tomcat.
    When I try to create the database, following John's blog, through Administration > Manage Database > Create, I also am getting an error on step 18 of 21: [Consol] Verifying member formulas. The error reads:
    com.hyperion.planning.olap.HspVerifyOutlineException: Verify Outline failed with the following errors:
         Error [1200497] detected in member formula for member "411100".
         Error [1200497] detected in member formula for member "412100".
         Error [1200497] detected in member formula for member "412200".
         Error [1200497] detected in member formula for member "451000".
         Error [1200497] detected in member formula for member "501111".
         Error [1200497] detected in member formula for member "501112".
         Error [1200497] detected in member formula for member "501130".
         Error [1200497] detected in member formula for member "501240".
         Error [1200497] detected in member formula for member "501250".
         Error [1200497] detected in member formula for member "511200".
         Error [1200497] detected in member formula for member "511300".
         Error [1200497] detected in member formula for member "511400".
         Error [1200497] detected in member formula for member "511500".
         Error [1200497] detected in member formula for member "511600".
         Error [1200497] detected in member formula for member "511700".
         Error [1200497] detected in member formula for member "511800".
    What do I need to do to get this sample application up and running so I can see what it does?
    How do I initialize the sample application?
    Why can't I create a database correctly (without the error above) so I can then load data into the Consol database via the Essbase Administration Services Console? Currently the outline in EAS does not verify (it gives me the same list of member error messages above), and so I cannot load the sampleapp_data into the database. If anyone has any insight, please help. Thank you.
    -Scott

    Thanks Seb,
    This was very helpful, but my problem of initiliazing and creating a functional Sample Applicaiton is not quite solved. I checked my outline in Essbase Administration Services, and received the same member errors I mentioned in my first post. It seems that my outline has member formulas that reference unknown member names (as you suggested), so these members with invalid member formulas are returning errors. I went in to all these members and manually changed the formula scripts to ; (semi-colon) and verified them.
    After I fixed all the errors, the outline verified successfully. However, I still am getting an Error when trying to load data from sampleapp_data.txt file. The first couple times, my error was related to unknown members names that were in the datafile but not in my outline, like "FY08", "Plan", "BAS" (i'm guessing this is a currency?), and "Working". It gave me these errors one at a time, so for example, the first time when loading the data the error would read "Unknown Member in File [FY08]", then after i added that member to the outline it would go through a list of other unknown members one by one. Finally, when I manually added them all, I am currently getting this error message after attempting to load the sampleapp_data.txt file:
    Parallel dataload enables; [1] block prepare threads, [1] block write threads.
    Incorrect Number Of Column Members In Asymmetric File After [1] Records Completed.
    Unexpected Essbase error 1003005.
    I have the Oracle guide that describes what Essbase error 1003005 means, but the information isn't very helpful to me. The guide simply seems to suggest that I check to see that my datasource is valid. Since my data source is the sampleapp_data.txt file included with the installation, I myself did not create the data so I really don't know how to ensure that it is valid. Is it possible that when I downloaded the files, I got a bad version of the Sample Application database outline or datafile? I am unsure of how to fix this problem, as my goal still remains to test the functionality of Essbase and Hyperion Planning. If anyone can point towards a solution or towards another way to test out applications in Planning, please help. Thank you.
    User3x3

  • Hyperion Planning form change not flowing through to Smart View

    Hyperion Planning 11.1.2 and Smaer View 11.1.2.
    I have a user that installed SV yesterday but has been using planning for years. I made a change on his planning form (just added an account) and he does not see this change in smart view. However, he does see the change when logged into Hyperion Planning in his form.
    One strange thing about this is the change shows for all hierarchies except for ones that he has loaded data to. So, for a hierarchy that has no data, it shows the form in SV how it is in planning. If he loads data to the hier, the form automatically switches back to how it was before the change, even when the planning form itself hasn't been changed.
    Here is what we have tried:
    Rebooted machine
    removed user security completely from plannng and added back
    checked for ghost instance in task manager or excel
    Opened new Workbook and opened form fresh
    remvoed connection, closed excel and all instances, new connection and open form fro mblank slate
    Nothing seems to be working. And I see the form how it is in planning. HE does not, he sees it the "old way" and ony for hier points that have data submitted to them. So, literally switches the view based on the POV.
    Any help would be greatly appreciated.
    Edited by: kplum12 on Jun 15, 2012 11:48 AM

    Hi,
    Sounds like in the smart list set up you set "#Missing Data Form Label:" to "Data Form Setting" change it to "Drop Down Setting" and it should be alright.
    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.

  • Unable to log in to Hyperion Planning App Wizard

    Dear All,
    Unable to log in to Hyperion Planning App Wizard. This is my new installation. There is no error message in the planing windows. After click on log on button, the page just getting refresh and its come to same page only.
    errors in in the planning logs......
    <Nov 27, 2011 1:33:33 AM GST> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerListenPort on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    <Nov 27, 2011 1:33:33 AM GST> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerHost on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    <Nov 27, 2011 4:36:12 AM GST> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerListenPort on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    <Nov 27, 2011 4:36:16 AM GST> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerHost on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    <Nov 27, 2011 7:33:45 AM GST> <Warning> <JMX> <BEA-149515> <An error was encountered getting the attribute AdminServerListenPort on the MBean com.bea:Name=Planning0,Type=ServerRuntime during a call to getAttributes>
    Please help me on this issue...
    Thanks
    GTS.

    Those are just warnings and shouldn't be an issue.
    What browser are you using, have you tried to go directly and through workspace to the application creation wizard.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • 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

Maybe you are looking for

  • Airport Internet Sharing and Double Nat Issue on the road

    The Airport express is a very handy little piece of hardware that is particularly easy to pack in a luggage and carry along for those of us that are spending lots of time out of the office and home. So here is the scenario when I travel and check in

  • Value mapping details

    Hi all, Can cnybody give me details about the Value mappings in XI. I want basic details like where and how to declare it and how to use it. Regards, Guru.

  • Tabular Form Unable to update : MRU error

    Hi, In debug mode, I got that message when I try to update the only row I have in that form : 0.08: Processing point: AFTER_SUBMIT 0.08: ...Process "ApplyMRU": MULTI_ROW_UPDATE (AFTER_SUBMIT) #OWNER#:PROMOTION_ASSIGNEE_PROD_TMP:PROMO_ASSIGN_PROD_SEQ:

  • Do i need to uninstall free trial iWork'08?

    I just received my new copy of iWork'08 and I was wondering if i needed to uninstall the free trial that comes with my macbook pro before installing the iWork'08? Thanks

  • Stuck on restoring software and cannot use my phone

    while updating to os5 now im stuck on restoring software mode ...phone is stuck in recovery mode since last night and i cannot use my phone...apple is saying to call back since last night