HOW TO CREATE AND MANAGE APPLICATIONS OF PLANNING CLASSIC ON EMP 11.1.2.4

Hi all

We installed and configured 11.1.2.4 EMP, and was happy to work on planning that was created by using the workspace EPMA until we came across a requirement for reports plan type, coming to the point:

1. in the EMP 11.1.2.4 how to create a classic application and how to perform administrative tasks, any suggestions would be helpful.

2 if we conduct EPMA planning application, then how to convert it into classic?

concerning

Shahrukh

Try to run it with - Setting of Applications Using Planning Application Administration

Is what I'd do to convert a conventional application of EPMA

Set the property to true EDIT_DIM_ENABLED - Management of Dimensions in Planning Applications deployed

Restart the planning

Extract the application of planning using LCM.

EDIT_DIM_ENABLED property set to false

Restart the planning

Remove application EPMA

Import the backup LCM to build the new classic application.

Tags: Business Intelligence

Similar Questions

  • How to initialize the sample application in Planning 11.1.2.2

    Hello

    After creating the sample application in Planning 11.1.2.2, how to initialize it.

    Connect to the application, the Administration > Application > manage applications
    Select the application, click Action > initialization.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How to create and delete partitions automatically?

    How to create and delete partitions automatically?
    The environment is (10.2.0.3) 10g Oracle on the RHEL4.0 system.
    I want to partition the table of MESSAGES by date (NUMTODSINTERVAL(1,'DAY')). One partition per day. Because the table is huge, only 2 partitions (as of yesterday and today) are required to be available online. All partitions as earlier than the day before will be saved, and then dropped. I want to do the partition to create and delete the work performed automatically. How to do?

    Thank you

    junez wrote:
    Could do in detail?

    Here is an example of a procedure (part of a package) that adds/add a partition to an existing partitioned table schedule:

    procedure AddHourlyPartition( tableName varchar2, hour date, partitionName IN OUT varchar2 ) is
            sqlCreate       varchar2(4000);
            d               date;
    begin
            partitionName := GetHourlyPartitionName( hourly );  -- name of partition to create
    
            if existsPartition( tableName, partitionName ) then
                    -- nothing to do
                    return;
            end if;
    
            d := TRUNC(hour,'hh') + (1/24);                                -- upper date limit of the partition
    
            sqlCreate :=
            'ALTER TABLE '||tableName||'
                    ADD PARTITION '||partitionName||'
                    values less than
                            (TO_DATE('''|| TO_CHAR(d,'yyyy/mm/dd hh24:mi:ss') ||''',''yyyy/mm/dd hh24:mi:ss''))'
            ;
    
            ExecSQL( sqlCreate );
    
    end;
    

    The partition is safer to create partitions according to the experience?

    It is always better to write good packages in PL/SQL. Packages can (and should) use the application programming interfaces (API). Because our partition custom package that allows the management of partition. Or a messageLog package that allows for logging of application messages, errors, and debugging messages. Or a Notification package that allows to be send by email or SMS notifications. Etc.

    Design and software development, we should always approaches a "+ Lego mentality +"-which is to create building blocks ("+ Lego bricks +") which can be used and reused over and over again. Modularization is of crucial importance in software engineering as the result is not only of reusable code, but also the code that is easier to maintain, extend easier and easier to debug.

  • How to create and boot from a separate removable usb drive?

    Do some testing software and wish not to overwrite my MBR disk (c :))

    It's a matter of Google:

    http://www.google.com.au/search?hl=en&source=HP&q=How+to+Create+and+boot+from+a+separate+Removable+USB+Drive&btnG=Google+Search&Meta=&aq=f&OQ=

    Help us with the problems here with the Vista operating system installed.

    See you soon. Mick Murphy - Microsoft partner

  • Folder hierarchy: how to create and modify a folder hierarchy?

    How to create and modify a folder hierarchy?

    Here's how to change the default template for a folder:http://www.vistax64.com/tutorials/70819-windows-explorer-folder-view-settings.html.  Default behavior is to select the model based on the first type of file placed in the folder (you must choose something).  Vista sets thefolder type template according to what are the types of files in the window and the settings display window Explorer. This will show you how to resetthe Windows Explorer folder view settings, disable Automatic folder Type discovery and increase theview of the folder cache to have Vista don't forget display settings, model of file type, size, or position of a specific window for when it was still closed to the location of specific path.

    It does not work with the Sub record under, Open with,open in a new tab (Internet Explorer), etc... dialog windows of type through the goodFile menu bar item. These don't seem to be able to have their size or their position to recall. For the latter, you can use the free programhttp://autosizer.en.softonic.com/to resize them.

    Here is another article on how to modify the columns in Windows Explorer and sort in Vista:http://www.vistax64.com/tutorials/108665-column-customize.html.  This will show you how Add, Remove, move, change the widthand change the sort order of the columns in Windows Explorer in the way that you want.

    Here is another article on how to change the display of the default folders in Vista (but she argues, it is not a perfect solution and can revert to the previous behavior is not as good as the two prior links provided:http://news.cnet.com/8301-13880_3-10019957-68.html.)

    I hope this helps in your situation.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How to create and apply a vc in jdev 12.2.1?

    Mr President

    How to create and apply a vc in jdev 12.2.1?

    I did like this, but do not know what my name of vc, it's VdetViewWhereCriteria.

    My name of vc is

    vc.png

    Concerning

    In the AppModule, you must select the view criteria.

    Open AppModule--> Data Model--> Select the VO (VdetView1)--> press the Edit button--> shuttle view criteria

    as:

  • How to create and use Webservice using WSDL controls in weblogic portal10.3

    I have WSDL, how to create webservice control using WSDL in portal weblogic 10.3 and use these controls to call the Web service methods?
    Please give me the links of documents for this.

    Thank you

    Published by: user9041086 on August 12, 2010 09:26

    See the discussion below

    How to create and use Webservice using WSDL controls in weblogic portal10.3

    Thank you
    Vincent Sarvabatla

  • How to create a Java application that receives Messages from Web site.

    Hello

    I'm a c# developer, and I am new to programming Java with Eclipse.

    How can I create a simple application that listens on a port for incoming text Messages.

    In c#, I can do this in 5 minutes but in Java, well, I don't know.

    Help out me of the good people

    Research advance for your answers

    Hamid Weiss

    Here is an article that will help you:

    http://supportforums.BlackBerry.com/T5/Java-development/different-ways-to-listen-for-SMS-messages/TA...

    Unfortunately, this is the easy bit.  The hard bit is creating the application and have it run in a background Thread.

    For this, I recommend study you the samples provided and understand how they work.  The website is also a good source of material and explanations, as of course is this forum.

    You might find this useful too:

    http://supportforums.BlackBerry.com/T5/Java-development/tutorials-for-new-developers-part-1/m-p/1621...

    Good luck.

  • How to create the Indesign application with vc ++

    Hello

    I want to ask that how to create Indesign application using vc ++?

    I am able to develop applications in c# using COM and generate an Interop.Indesign.dll using the Adobe Indesign CS5.5 typotheque

    I am sucessfully create instance of Indesign using this code

    Type = Type.GetTypeFromProgID ("InDesign.Application");

    Application InDesign._Application = (InDesign._Application) Activator.CreateInstance (type);

    I'm not understanding how to use COM with vc ++ or there is another method to create an instance of Indesign using vc ++.

    or

    How to use Interop.Indesign.dll in vc ++ to create the instance of indesign.

    There is no .tlb file in indesign directory by which I generate .h and .cpp file that I can use in my project.

    I want to create Indesign in vc ++.

    Thank you

    Hi, I'm not a programmer VC ++ itself, so you can't give the code, but I can give some general measures that can you can get and hopefully solve your problem.

    We can use the COM Indesign object to hunting Indesign and its functionlaity of VC ++ or c# and other. What we need to do is import tlb files in our project so that we have the declerations of the methods exposed by the COM of Indesign interface and make a call to them.

    The .tlb file is present at "C:\ProgramData\Adobe\InDesign\Version Visual Support\7.0\Resources for Basic.tlb 7.0\en_US\Scripting. You can use this to create your .h files using the #import statement.

    Once you have created .h I think that you will be able to call the methods of Indesign, of course, you will need to create an instance of the Indesign application.

    Are has some links that might be useful for you.

    http://forums.Adobe.com/message/3783210#3783210

    http://forums.Adobe.com/message/4407895#4407895

    Take a look as they discuss the issue that you are facing.

    PS: The .tlb file exists in several places in your system in order to be sure that you use the last LBR. You can search for "resources for Visual Basic.tlb", rename it, and then start Indesign (it must re-create these files that will have the latest model of the object). On Win7 launch Indesign using Admin privelages to other teas file will not be created.

    Manan Joshi

    -Effective InDesign solutions-

    MetaDesign Solutions

    http://metadesignsolutions.com/services/InDesign-development.php

  • How to create a new application in a VISION-based APEX

    Hi all

    I am a newbie to this tool. I am creating a new application with the wizard and choosing a report/form. I want to use a VIEW and not a table on the basis of the requests but do not see the display in the drop down menu to choose. In the screen itself, the definition of a page of the report and the form says that a user can update a table or a view. Yet, I don't see a way to choose the view.

    Can anyone make a suggestion on how to choose a view to base an application?

    Thank you

    http://rokitta.blogspot.com/2009/12/tabular-forms-on-complex-views-using.html

  • How does "create and wire case unwired? I can't do anything...

    OK, I have a structure with a ton of events of the event.

    I just added a value that passes through IT. This value is a shift on the outside loop register.

    I see that when your right click the tunnel on the event... There is the switch to turn off 'Use Default if not wired'.

    I also see some options that seem to be doing what I want to do... and that's for cable all unwired connections on the other events with "Entry Tunnels Linkted"-> "create and wire Unwired case."

    When I click on it, the cursor changes to a new form... but here... I can't figure out how to make it work... I tried to do a right-click on the tunnel 'broken' for this purpose... I tried a left click in an event that is unwired... but nothing.

    Can someone help me out here... I think that's what I want... but can't make it work.

    Thank you in advance,

    Cayenne

    After clicking on create and thread, click on the terminal across the structure you want to feed the exit tunnel.  If it is already wired directly to the other tunnel, he'll know what you mean without the extra step to choose the side of the entrance.

  • How to create and configure separate user accounts in Windows XP?

    I had my computer cleaned because of viruses, how create and configure user accounts separate?

    See if the article on the link below answers your question.

    http://support.Microsoft.com/kb/279783

  • How to create and print an 8 x 10 Headshot?

    I use LR CC and trying to learn how to create a picture of head of 8 x 10 with the names of customers in the text at the bottom of the photo.  8 x 10 must also have a white border around it.  Thanks in advance for anyone who can help me with this!

    The steps shown above do not address the case when you export the picture for later use

    1. Photos are automatically 'saved' in Lightroom; There is no need for to run you a "Save" command (or y at - it a "Save" command). File-> export creates a copy of the file on your external (or other) Player for later use. To include a text on the pictures, you need a plugin called Mogrify
    2. Ignore these instructions, they do not apply to your situation. You can apply corrections to several photos in any number of ways. You can do this via copy and paste at the bottom left of the develop module, buttons or by using automatic synchronization (see Auto Sync ' Blog of Julieanne Kost ")

    In addition, if you want to print at 8 x 10, you have to first harvest to a lengthening of the 8 x 10.

  • How to create and animate a viscous black oil?

    Hello!


    Can I ask you a question?

    I want to create a viscous, oily liquid and that animate it so it "wobbles".

    But I don't even have an idea how to create the chart.

    I have attached a picture. Here you can see how the liquid should look like.

    (In the background. Red dots and other stuff important deosn)

    It would be so great and very useful if someone have an idea and would share.

    Thank you for the advice,

    best,

    Peter

    Bildschirmfoto 2015-10-16 um 20.17.10 copy.jpg

    If you talk about the background, I would like to start by creating a shape with two fillings layer degraded at right angles to each other. The upper gradient would be defined to multiply if you end up with something like this:

    Then I would start to play with things like Action Ball CC or Mr Mercury to get something like that which moves slowly:

    You could then compose before as a layer and add something like CC glass to end up with something like this:

    Then you try just to get the look you want. Given enough time you could replicate the appearance of the background very closely. There are a lot of simulation and distortion effects to play with. The trick is to start with something that will give you different colors. Creating a rectangle with a gradient and then duplicate the gradient and play with angles and blending modes can give you a good place to start.

  • How to create and save a preset in Premiere Pro CS4 video transition

    I read the instructions here http://help.adobe.com/en_US/PremierePro/4.0/WS5B38CF0A-C465-437d-9D19-41C35ECD6200.html, create and save a preset effect. The problem seems to be that the transition effect, a cross fader, does not appear in the effect controls panel after being applied to the element. So, I can not select and save it as a preset.

    What Miss me?

    Thank you.

    OK, you can apply the default transition (video and audio, or just one or the other) to a selection of clips. If you have a particular transition you want, right-click in the effect controls panel, and then click "Set selected as Default Transition"; If you want to change the duration, click the menu drop-down of the effect controls panel, and then click 'default Transition duration. This will open the preferences window, where you can change the duration of the video and audio transitions.

    Select the clips you want to add the transition in the timeline panel (you can also press Alt to select only the part video or just audio, too) and go to the sequence > apply default Transitions to selection. Your default transition with the default duration will apply to all selected items. Of course, maybe it's only marginally useful if you actually want to custom effects, but you can go into each person and change the settings you like, such as management. This gives you at least a starting point.

    We hope transition presets are part of CS5...

Maybe you are looking for

  • Pilot Windows 10 for al2002w

    I use an AL2002W monitor with my 32-bit computer.  It is connected from a DisplayPort output to an adapter to the DVI - D monitor entry.  Whites out monitor intermittently, often enough it's causing programs to be unusable at times.  Sometimes the qu

  • Re: Hello everyone

    Hello! I just signed up and I'm not really on where to go and how to post a problem. I am trying to pair a nokia Lumia 520 with the cloud of acer so I can exchange picture s between each devices. Options: IOS, ANDROID, WINDOWS does however let me bin

  • BlackBerry smartphone Email icon change

    On my 8220, one of my e-mail icons in the envelope with the globe at the icon of Yahoo messenger. Is there a way to change it back? Thank you

  • Get the error code 30 alongwith usb port is not recgonizing devices

    Original title: recgonizing devices no usb port What is the significance of a code30?

  • Problem connecting to HP DJ5900 via the USB port on the router

    HP DeskJet 5940, MacBook Pro, OS x 10.6.8. I want to connect the DJ5940 through my router (Speedport W723V) via the USB port. I see that the printer is connected to the USB port of routers and adding a printer on the MBP works. However, when I try to