Unable to create planning version

Hi All,
I am trying to create model and planning version in SCM5.0. I am getting the following error message.
"General error in model/planning version management"
Please advise how to proceed further.
thanks in advance
Pawan.

Hi Pawan,
I guess you could create a model, but no planning version?
If so: create the planning version with the transaction /SAPAPO/VERCREATE and not with /SAPAPO/MVM (after having created a model). I don't know the reason, but I also could only create a planning version with the VERCREATE transaction.
Hope this helps
Guido

Similar Messages

  • Unable to create Planning Application

    Hi All,
    I reconfigured the Hyperion Planning 11.1.2.
    Then I Log-In to Workspace using [http://localhost:19000/workspace/index.jsp] the URL
    After page load, I get an error as
    "The startup document specified does not exist in the repository. Select a new startup document on the General preferences tab."
    Then I click ok to proceed.
    After that i get an error as
    "An error occurred processing the result from the server".
    Then I click ok to proceed.
    "Could not find a Hyperion Reporting and Analysis server running on localhost at port 6800. Please verify your server connect string and confirm that the server is up."
    Then I click ok to proceed.
    After that I'm Unable to create Planning Application.
    But how to rectify all the errors mentioned above.
    Kindly guide me.
    Thanks And Regards
    ChiDam

    Hi John,
    Thanks for your reply. I tried to Log-In to the hyperion Planning through [http://localhost:8300/HyperionPlanning/AppWizard.jsp]. Page loaded sucessfully.
    I'm able to create a planning application.Thanks John.
    But I login to Workspace [http://localhost:19000/workspace/index.jsp]
    After page load, I get an error as
    "The startup document specified does not exist in the repository. Select a new startup document on the General preferences tab."
    Then I click ok to proceed.
    After that i get an error as
    "An error occurred processing the result from the server".
    Then I click ok to proceed.
    "Could not find a Hyperion Reporting and Analysis server running on localhost at port 6800. Please verify your server connect string and confirm that the server is up."
    Then I click ok to proceed.
    After that I'm Unable to create Planning Application.
    But how to rectify all the errors mentioned above.
    Kindly guide me.
    Thanks And Regards
    ChiDam

  • Unable to create Planning app

    Gurus,
    I have been unable to create planning app.
    I created the datasource successfully in workspace.
    Then when I try to create the app (so that I can dump the files from different environment), I get the message... APPLICATION ALREADY EXISTS IN ESSBASE.
    I have tried to delete the application in Essbase and again when I try to create it, it again gives the same message. Do I need to do anything to avoid it.
    Thanks

    John,
    Yes this is the environment.
    Finally, the environment is up and running.
    I have some planning apps and some essbase apps. I have already copied the essbase apps and loaded data, and Agged them.
    Now I am trying to work with the planning applications.
    I created the datasource.
    and now I am trying to create the planing apps so that i could dump or do LCM to migrate, however, when I try to create the apps, it gives me the error message saying that the apps already exist in essbase.
    One thing I need to tell you is that the server had essbase apps before. However, we uninstalled EPM cleared everything out and then installed brand new EPM on it.
    Thanks for your guidance.

  • Unable to connect to essbase via EAS & unable to create Planning Applicatio

    we have 2 servers in our environment
    Linux - Essbase Server
    Windows - Planning, Reporting, EAS, Essbase client, workspace etc
    when im trying to connect to essbase via EAS, i could not open the page.
    Im also unable to create the Planning application.
    We have installed essbase server on Linux Server and Essbase client and EAS on windows server and have configured these to a oracle 10g server.
    Please give me your suggestions.
    Thanks in Advance
    Rao

    Hi Rao,
    Could you please post the error message?
    Have you checked all previleges that you are using for login through EAS?
    Check with also defaut username admin once.
    Regards
    Venkat G

  • Dump while creating Planning Version

    Hi,
    While I am Creating Panning Version Through /SAPAPO/MVM
    its giving Dump
    What happened?
    Error "-4016" occurred in the current database connection "LCA".
    Exception
    Exception Class                  CX_SY_NATIVE_SQL_ERROR
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_NATIVE_SQL_ERROR', was
    neither
    caught nor passed along using a RAISING clause, in the procedure
    "/SAPAPO/OM_PLAN_VERSION_GET" "(FUNCTION)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    Missing RAISING Clause in Interface of:
    Program Name                     /SAPAPO/SAPLOM_CORE
    Include                          /SAPAPO/LOM_CORE$11
    Row                              5
    Module type                      (FUNCTION)
    Module Name                      /SAPAPO/OM_PLAN_VERSION_GET
    Trigger Location of Exception:
    Program Name                     /SAPAPO/SAPLOM_CORE
    Include                          /SAPAPO/LOM_COREU11
    Row                              31
    Module type                      (FUNCTION)
    Module Name                      /SAPAPO/OM_PLAN_VERSION_GET
    ""Lokale Schnittstelle:
    *"  IMPORTING
    *"     REFERENCE(IT_PLAN_VERSION_ID) TYPE
    *"        /SAPAPO/OM_PLAN_VERSION_ID_TAB
    *"  EXPORTING
    *"     REFERENCE(ET_PLAN_VERSION) TYPE  /SAPAPO/OM_PLAN_VERSION_TAB
    *"     REFERENCE(ET_RC) TYPE  /SAPAPO/OM_LC_RC_TAB
    *"  EXCEPTIONS
    *"      LC_CONNECT_FAILED
    *"      LC_COM_ERROR
    *"      LC_APPL_ERROR
    Variablen:
       DATA: lv_rc             TYPE /sapapo/om_lc_rc_str,
             lv_subrc_sav      LIKE sy-subrc,
             ls_gen_com_params TYPE /sapapo/om_gen_com_params.
    Allg. Parameterstruktur füllen (Planversionsdaten werden im liveCache
    mandantenübergreifend abgespeichert):
       create_gen_com_params_1 gc_om_simsession_def.
       CLEAR ls_gen_com_params-client.
       start_function 'OM_PLAN_VERSION_GET'.                     "#EC *
    Verbindung zum liveCache aufbauen
       check_server.
       connect_to_livecache.
    COM-Routine zum Auslesen von Propagationsbereichen
       EXEC SQL.
         EXECUTE PROCEDURE                  "APS_PLAN_VERSION_GET" (
          EXECUTE PROCEDURE                  "APS_PLAN_VERSION_GET" (
    000320                           IN  :LS_GEN_COM_PARAMS,
    000330                           OUT :LV_RC,
    000340                           IN  :ET_RC,
    000350                           IN  :IT_PLAN_VERSION_ID,
    000360                           IN  :ET_PLAN_VERSION)
    000370     ENDEXEC.
    000380     lv_subrc_sav = sy-subrc.
    000390     end_function om_plan_version_get it_plan_version_id.
    000400   * Returncodes pruefen und evtl. Exception raisen
    000410     check_returncodes.
    000420   ENDFUNCTION.
    Thanks
    sreeni

    Dear Sreenivasu ,
    you should upgrade to the lastest available LCA build in your current Release.
    If you have scm 5.0 then this is the LCA build 17. The corresponding installation note is 1275061.
    If you have other release you can find the necessary LCA build as per instructions in note 753528.
    This should solve the error!                                        
    Regards,
    Tibor

  • Unable to create Project Version

    Hi Gurus,
    We have an issue regarding project versions in PPM 5.0. I have already:
    - Define version numers in Structure menu
       - Assigned VER+ to input mask (Global and Snapshot available)
    - Went to Version management within PPM
    Cannot:
    - When trying to assign a Version number to the input template and save, I get the following error:
    --- The indicated version number does not fit the current input template
    Please help!
    Edited by: hfernandez on Feb 28, 2012 1:18 PM

    Hi,
    You have to :
    1) Configure a Version mask   example : VER+
    2) Porject Version Administrator : Create the version : Example VER1 ( it has to be released and in the validity period to can be used)
    After these 2 steps you can go to your project and create a version.
    I hope this can be useful,
    Sara

  • Unable to create planning application in workspace

    Hi,
    i am new to system 9,and have recently installed it on my system,when i try to create a new application using the link below:
    http://localhost:8300/HypeironPlanning/Appwizard.jsp
    I get the below error
    user must have the planning Application creator and dimension editor roles to manage applications
    Any help is appreciated.

    Hi,
    You need to assign the user the Roles in Hyperion Shared Services,
    When you provision a user > Hyperion Shared Services > Global Roles > Application Creator >
    Cheers
    John

  • Unable to Create Planning Level in BW3.5

    Hi Friends:
    I am trying to use SEM-BPS in BW3.5. I am in the process of creating a PLanning Area. I created it and assigned a InfoCube to it. When i click on the Variables Tab of the Planning Area it asks me to register the object. I guess it assumes that i am trying to modify a standard obbject where as I am only trying to create a 'Z' Object. I am already registered as a Developer in the system. Could anyone tell me what i am doing wrong.
    Thanks
    Mathew John

    Hello Mathew,
    the OSS note 781371 solves the problem!
    Kind regards
    Michael

  • Unable to create Planning product Hierarchy

    Hello,
    I am having a planning material in ECC assigning this material to another finished product.
    Defined the planning strategy 60 in the material master of the finished product and assigning the the planning product there.
    When I am transferring in CIF , selecting the Planning material check box as well as regular finished product.
    My expectation is a planning product hierarchy has to be created in APO but this is not getting created.
    I am not sure whether any additional settings to be defined or not.
    Can somebody help me out.
    Regards,
    nandha

    Hello,
    In CFM1 select the Planning material check box without any finished product.
    Planning materials should be X0 in material master and same you should use in selection.
    Do the CFM2 followed by RIMODINI
    System will transfer the Planning materials and FG connection as per the entries in PGMI table.
    Also refer OSS note 1025982 - Product hierarchy transfer is not working properly
    Best Regards,
    R.Brahmankar

  • Unable to create  planning data source

    hi,
    we having hyperion plannig 11.1.1.3 version . i am trying to create data source it display error i.e i gave sever name ,user id, password after i click validate it display error

    Hi,
    I am also facing the same issue. I have uninstalled ans installed the application around 20 time..I am also not able to figure out. Please let me know the location of log,
    Thanks,
    Praveen Joshi

  • Unable to Create Planning Application through Planning AppWizard

    Hi All,
    I have a problem in creating the planning app through app wizard(at port 8300)
    Logged into the Planning App Wizard(could able to do this successfully),
    Clicked on Create Application and its showing up the error message like
    " The page can't be processed check log for details"
    I captured the error logs through SysErrFile and SysOutFile.
    Could some one please help me to fix this.
    Below is the message from log:
    org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    org.apache.catalina.core.StandardHost getDeployer
    INFO: Create Host deployer for direct deployment ( non-jmx )
    org.apache.catalina.core.StandardHostDeployer install
    INFO: Installing web application at context path /HyperionPlanning from URL file:E:\Hyperion\deployments\Tomcat5\HyperionPlanning\webapps\HyperionPlanning
    Creating rebind thread to RMI
    Query Failed: SQL_SYSDB_DELETE_EXPIRED_EXTERNAL_ACTIONS:[100]
    java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-00932: inconsistent datatypes: expected INTERVAL got NUMBER
         at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
         at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
         at hyperion.jdbc.oracle.OracleImplStatement.execute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.commonExecute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.executeUpdateInternal(Unknown Source)
         at hyperion.jdbc.base.BasePreparedStatement.executeUpdate(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeUpdate(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeUpdate(Unknown Source)
         at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unknown Source)
         at com.hyperion.planning.event.HspSysExtChangeHandler.<init>(Unknown Source)
         at com.hyperion.planning.HspJSHomeImpl.<init>(Unknown Source)
         at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
         at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
         at com.hyperion.planning.HspServletContextListener.contextInitialized(Unknown Source)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4343)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
         at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
         at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
         at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:701)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:432)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
         at org.apache.catalina.core.StandardService.start(StandardService.java:480)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
    Error encountered with Database connection, recreating connections.
    Nested Exception: java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-00932: inconsistent datatypes: expected INTERVAL got NUMBER
    Please Help it.
    Thanks
    kr

    Are you using a previously configured datasource to create the application?
    Perhaps, try with a new data source..
    Regards,
    Sayantan

  • Error during creation of  Planning Version in SAP - ICH

    Hi All,
    I'm working on SAP-ICH, in that i tried to create planning version after creating the planning model but the system is giving information " General error in model/planning version management " . Could you please tell me the reason why this is happening and how to rectify the problem.
    Thanking U all in advance.
    Yashu Vyas.

    Hi Vashu
      My name is Vinod Tiwari.I am a SAP Technical Consultant with 4 years of exp in ABAP.Now i have a interest in SCM ICH 5.0.Could you pls guide me whats the way to start learning this.
    Mo mobile no is +919899119182.
    u can mail me ur valuable suggestion on my mailid [email protected]
    Waiting for your reply.
    Thanks and Regards
    Vinod Tiwari

  • What is the significance of plan version?

    Hi all,
    Pls tell what is the significance of plan version? What will happen if I create some orgunit oin current plan and some org unit in another plan?

    Hi..,
    Plan versions are scenarios in which you can create organizational plans.
    ==>In the plan version which you have flagged as the active plan version, you create your current valid organizational plan. This is also the integration plan version which will be used if integration with Personnel Administration is active.
    ==>You use additional plan versions to create additional organizational plans as planning scenarios.
    But Only one plan version will be active at any time !!!
    As a rule, a plan version contains one organizational structure, that is, one root organizational unit. It is, however, possible to create more than one root organizational unit, that is more than one organizational structure in a plan version.
    For more information on creating plan versions, see the Implementation Guide (IMG), under Personnel Management ® Global Settings in Personnel Management ® Plan Version Maintenance.
    regards,
    sai ramesh

  • HR Org Replication into different plan version in SRM

    Dear SRM Gurus,
    I have an org plan in HR (Plan Version 01) which I want to replicate into a newly created plan version "EL" in SRM. But this at the moment is not my "current plan version". So only after replication is successfully I want to change "current plan version" in SRM from "01" to "EL".
    Question: is there any place where I can decide, into which SRM plan version I want to replicate my HR Org-Plan into?
    Thanks and kind regards
    Julian

    You can implement this badi HRALE00OUTBOUND_IDOC and set dummy addresses. Or put a filter at the model view for the infotype 0006
    Regards, IA

  • Plan versions

    Hi ,
    I have an issue in creating plan versions.
    When I create new plan version and go to activate it then I get a message "If you change the active plan version, you must ensure that all of the objects from the Customizing plan version '.:' are activated in the active plan version.
    To do this, start report RHWFACTI "
    Can any body throw light on what this message mean please.
    And when I go to create new org unit then the plan version which I created should come automatically but its not coming. What may be the problem?
    Any help would be fine.
    Thanks in advance,
    Shanti geera

    Hi Kapil,
       I tried to create plan version and when I go to save it then again  I am getting the old message
    " when the active plan version is changed PD objects should be activated"
    and then when I  activate the plan version in table T77SO along  with PLOGI PLOGI  and when I go to create org units in t code PO10  screen then my plan version which I have activated is not appearing automatically, I need to change it manually.
    Actually when we create and activate our plan versions the screen of maintain plan version i.e, OOPV should have tick mark in both active and current boxes for our present PV. But only active box is ticked but not current box.
    Why is this happening?
    I even checked in table V_T77SOSC there PLOGI PLOGI CURRENT PLAN which I activated is appearing,
    but in tcode OOPV my plan version is marked as active but not marked as current. Where as it should be marked as ticked in active and current boxes right.
    I think you are getting what I have wriiten..
    What may be wrong?
    Can you just check this and tell me what is the mistake I am doing here please
    Regards,
    Shanti

Maybe you are looking for