How you refresh the planning application

how you refresh the planning application ? what is an enhanced calculation script?

Is this for an exam or interview?
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How to "Refresh" the Java application

    I have made a time stamp that will display the current time. The following code are in the MyFrame Class. But I want to refresh the time stamp so that it can continuously display the current time every second. How can I do this? Thank you.
    void jTime_actionPerformed(ActionEvent e) {
            date.time();
            date.setTimeStamp(jTimeLabel);These are the methods in the ClsDate Class.
    public void time()
        GregorianCalendar calendar = new GregorianCalendar();
        Hour = +calendar.get(calendar.HOUR);
        Minute = +calendar.get(calendar.MINUTE);
        Second = +calendar.get(calendar.SECOND);
      public void setTimeStamp(JLabel T4)
        T4.setText(toString());
      public String toString()
        return (Hour + ":" + Minute + ":" + Second);
      }

    import java.awt.*;
    import java.awt.event.*;
    import java.text.*;
    import java.util.Date;
    import javax.swing.*;
    public class TimerExample implements Runnable {
        private JLabel timeLabel;
        private ActionListener al = new ActionListener() {
            DateFormat df = new SimpleDateFormat("HH:mm:ss");
            public void actionPerformed(ActionEvent evt) {
                timeLabel.setText(df.format(new Date()));
        @Override public void run() {
            timeLabel = new JLabel("__:__:__");
            new Timer(1000, al).start();
            JFrame f = new JFrame();
            f.getContentPane().add(timeLabel);
            f.pack();
            f.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
            f.setLocationRelativeTo(null);
            f.setVisible(true);
        public static void main(String[] args) {
            EventQueue.invokeLater(new TimerExample());
    }

  • Error while refreshing the planning applivation with essbase

    Hi all,
    I am facing issue to refresh the planning application to essbase. using version 11.1.1.3.
    getting this error: hyperion.planning.olap.EssbaseException: Invalid outline handle passed to ESSOTL function %s (1060000)
    Please help me if any one knows the solution.
    Thanks in advance,
    Kiran

    Does the following doc Oracle Support help "Planning Database Refresh Error: 'Invalid outline handle passed to ESSOTL function %s (1060000)' [ID 1134003.1]"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to manipulate users provisions in the planning application MSdatabase

    Hi All.
    I want to change user provisions in the Planning Application MSDatabase without using Hyperion planning .
    How can I directly use msDatabase tables and change user provisions.
    which tables must be used for this operation?

    İ am new in essbase and hyperion planning.
    İn my test system there are alot of user. for example when i have to change some users provisions for accessing some dimensions or forms, i change provisions one by one for all specified users so it takes long times.
    I want to learn that can i change provision options without using hyp planning?, forexample can i change users provisions using with my custom java apllcation.
    And my system is test system so İ can restart it if it is necessary.

  • Error on refreshing a planning application (9.2.1)

    Hi,
    When I try to refresh a planning application thru planning desktop the process stops with the error 'Error Detected.Failed to launch member formula synchronization utility, error level 1. Check classpath and other configuration parameters in ../Utils/setHPEnv.bat -2147220590'.
    The version of planning is 9.2.1 and I upgraded my application to 9.2.1 from 9.2.0.2. Under 9.2.0.2 I had no problems at all.
    I installed 9.2.1 two days ago and I am making some tests but I found this problem.
    I checked the above file and it seems ok to me.
    Do you have a clue of what might goes wrong?
    Regards
    John

    Hi all,
    We faced the same issue. Please find below the cause and solution:
    Cause:
    This happens due to database driver port number change
    Impact:
    Planning refresh will return errors pertaining to JDBC connectivity. While trying to add a new member in Planning web, and refreshing, the member gets added in Essbase outline, but all the member formulas will be erased. Hence, addition of the new member in Essbase outline is never a check for having the refresh went through.
    Resolution:
    1. Navigate to D:\Hyperion\HyperionPlanning\Utils folder and EDIT setHPenv.bat
    2. Within setHPenv.bat, check the path/location of the properties file. This will be mentioned in set PLN_PROPERTIES_PATH=D:\Hyperion\HyperionPlanning\....
    3. Get the PLN_PROPERTIES_PATH(path) from the above step, copy and paste it in a windows explorer browser to navigate to the correct Planning properties file being pointed to. Check the file 'HspJSHome.properties' for the port number. This will be mentioned in:
    <your application name>JDBCURL=jdbc:hyperion:oracle://<your database server>: [PORT NUMBER];SID =<your database/scehma name>
    Also note the name of the JDBC_CATALOG given in <your application name>JDBCCATALOG = {note this name}
    4. Note the PORT NUMBER and JDBC_CATALOG name mentioned in this file.
    5. Run the Configuration Utility [Hyperion System 9 Foundation--> Configuration utility] and regenerate the HspJSHome.properties file. Check if the new PORT NUMBER has been updated. Compare the new port number with the port number mentioned in Step 4.
    6. If not, go to command prompt-- C:\tnsping <Give your JDBC_CATALOG name from Step 4> , to return the new PORT NUMBER.
    7. Update this PORT NUMBER in HspJSHome.properties file in
    <your application name>JDBCURL=jdbc:hyperion:oracle://<your database server>: [NEW PORT NUMBER];SID =<your database/scehma name>
    Now the refresh will happen successfully.
    Edited by: George Abraham on Oct 29, 2010 7:53 AM

  • How to refresh the table control on some action

    Hi All,
         In a web Dynpro application, I am filling data to the Table control through Supply function. When  I do some action (like save new record )  i want to refresh the table control means add the newly added record.
       How to refresh the Table control.
    Thanks
    Hemalatha

    hi hema........
        if you are using a select query inside the supply function...
        then...
        you can just use node->invalidate(). method..
        it just invalidates the node that is bound to the table.
       so the supply function will be called again, which again uses the select query to fetch the values.. so that your table gets refreshed.
    ---regards,
       alex b justin

  • Security filter setup missing in one of the planning applications

    We noticed recently that our users in one of the planning applications were not able to access any data.
    Then we noticed that the entire security filter setup went missing/wipped out for that application and had to set up manually and then a security refresh had to be done to restore security.Any suggestions about the root cause for this issue.We have not been able to find out much about this
    Thanks

    jts wrote:
    It would have been curious if you would have gone to Essbase and sync from Shared Services in the security section to see if the security filters would have repopulated in planning.Filters are stored on the essbase side (essbase.sec) and not in shared services so I wouldn't of thought syncing from HSS to essbase would make any difference
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to view the PCUI application  from CRM system

    Hi
    I am new to CRM  can anyone tell me how to open the PCUI application in CRM system  .what is the transaction code to view the PCUI application for the lead and opportunity transactions. cany anyone tell me step by step process to view.
    regards
    Rohit

    HI
    The People centic user interface is the user interface layer where the end user process the crm transactions etc.
    go to SE 80 transaction and select the application as BSP application becouse pcui is bsp based views. type crm_bsp_frame under the application field and you will get folders select the select.htm folder and right click on the mouse and click on test then you will get the popup window enter the crm system user id and password you will get the pcui floor plan for entire crm applications in the browser select the lead and opportunity transaction floor plan click on the new floor plan option. then the new popup window will open and finally you will see the lead transaction or opportunity transaction pcui view to work on . these pcui views url will inturn you can assign to the enterprise portal to log on to single sign on to EP and access the pcui application for crm marketing sales and service module areas as well along with the contact and account mangement for business partners creation screen.
    please do reward points if helpful
    Dinaker vikas

  • How to refresh the textedit object in module pool

    Hi All,
    I would appreciate if anybody can solve my problem.
    Problem is i have created one TEXTEDIT and now when user clicks on the cancel button and come back to the screen the data which was previously entered is still coming up.
    Please tell me how to refresh the data in TEXTEDIT.

    actualy it is enough to do the following, assuming you have a container to put the textedit into it:
      DATA:  l_parent_container TYPE REF TO cl_gui_custom_container,
             l_obj_editor TYPE REF TO cl_gui_textedit, "make this a global variable
             l_text_table TYPE re_t_textline,
             l_itftext TYPE STANDARD TABLE OF tline,
             l_thead TYPE thead.
    l_parent_container = ... "your container
    move .... to l_thead...    "your text header to read or reread
    read text from SO10
      CALL FUNCTION 'READ_TEXT'
        EXPORTING
          id                      = l_thead-tdid "Text-ID
          language                = l_thead-tdspras "im_request-language?
          name                    = l_thead-tdname "TDIC Text-Name
          object                  = l_thead-tdobject "Texte: Anwendungsobjekt
        TABLES
          lines                   = l_itftext
        EXCEPTIONS
          id                      = 1
          language                = 2
          name                    = 3
          not_found               = 4
          object                  = 5
          reference_check         = 6
          wrong_access_to_archive = 7
          OTHERS                  = 8.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    convert itf text to stream text (SAPSCRIPT_DEMO_NOTE_EDITOR)
      CALL FUNCTION 'CONVERT_ITF_TO_STREAM_TEXT'
        TABLES
          itf_text    = l_itftext
          text_stream = l_text_table.
      IF l_obj_editor IS INITIAL.
        CREATE OBJECT l_obj_editor
            EXPORTING parent = l_parent_container. " Abstract Container for GUI Controls
      ENDIF.
    discard any previous changes
      l_obj_editor->set_textmodified_status( cl_gui_textedit=>false ).
    übertragen text in editor
      CALL METHOD l_obj_editor->set_text_as_stream
        EXPORTING
          text            = l_text_table
        EXCEPTIONS
          error_dp        = 1
          error_dp_create = 2.

  • How to sync a planning application in Dev from Prod?

    Hello,
    I have a planning application in Dev ("X") that is now out of date and is not synced up with the planning application in Prod ("Y"). X and Y are the same applications just the names are different in the environments.
    I want to know what is the best ways to sync up the planning application "X" that is in dev with a planning application "Y" that is in production to make sure its closest to production now? What are the things that I need to keep in mind while doing this?
    If I were to use LCM for this is it necessary that both the applications should have the same application and database name?
    It would be really helpful if someone could suggest the best and efficient way to do so and throw some light on this topic.
    Thanks,
    - Krrish

    I'm sure there are other ways to do this, but my preferred method is exporting the application via LCM to the file system. This will dump a series of XML files to the import_export directory.
    The reason I prefer this method is that you can do a "bulk" find and replace on these files with a tool like TexRep. This means you can change the app name or database name without much trouble when moving between environments. Update the XML files with the new name and simply import them into the target app.
    One important tip . . . . the app name is embedded in not only the XML files themselves, but also into the file folder names. So make sure you update these directory names as well, or you'll have issues with the import.
    Another important tip . . . . make sure you don't overwrite the admin password by importing PROD Shared Services data into DEV. (I typically don't migrate things between Shared Services environments with LCM - so make sure you either exclude this from your migration, or manually remove this ID from your XML files.)
    Hope this helps,
    - Jake

  • How to configure the JMS application in WSAD 5.0

    hi
    i need to configure an JMS application in WSAD 5, but while configuring the application i am checked with intial context exception. but i have configured the jndi in the server. but i cant able to run the application.
    can anybody help me like how to configure the JMS application in WSAD (can we configure it without MQ simulator if yes i need the steps)
    thanks in advance

    Hi,
    did you check the WebSphere documentation or ask a question on an IBM forum?
    Frank

  • How to refresh the panel's display in listener?

    I have a Jcombobox and a panel(square,background color:white). I want user to choose the panel's size from the combobox and thus change the panel's display. However, when I choose a value from combobox, the panel's size DOES change, but the display cannot be rerfreshed realtimely. It still display the panel by previous size. If I minimize the whole window and restore, then the panel gets refreshed, displaying by new size.
    Can anybody tell me how to refresh the panel's display dynamically? thank you a lot.
    sraiper

    if we bounce the listener the connections to other might be lost.NO!
    The listener contacts the DB to establish the initial connection between client & DB.
    After the connection between DB & client has started, the listener has NO involvement between DB & client.
    Stopping the listener has NO impact on existing sessions.
    Edited by: sb92075 on Jul 28, 2009 4:37 PM

  • How to load new planning application in EPM 11.1.1.2-DIM ESSBASE ADAPTER

    how to load new planning application in EPM 11.1.1.2-DIM ESSBASE ADAPTER

    If you trying load metadata into planning using DIM then have a look here :- http://www.oracle.com/technology/obe/hyp_fp/DIM_Planning/OBE_Dim_Planning.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unable to see the planning applications

    Hi All,
    I'm using hyperion 11.1.2. I've created a planning application in workspace. Now if i'm using the URL http://localhost:8300/HyperionPlanning, i'm unable to see any planning applications in the drop down ? where as i'm able to access applications in workspace. Do i need to make any settings to see the applications using this URL ? Pls. advice
    Thanks,
    PVR

    As it looks like you only need the default cluster I would start up the configurator, select planning, manage planning clusters.
    Choose "Re-Associate Cluster and Application", select default and choose an application, apply, repeat this for all the planning applications.
    Choose Activate Cluster, select default.
    Then you can delete the cluster that is not needed.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to reference a Planning Application in Workspace

    Hello,
    I've developped several Planning applications.
    But when I open workspace / Applications / Planning, (with an admin user)
    I only see one Planning application. So I want to know how to reference a Planning application in Workspace ??
    Thanks for your help
    Best regards

    Some details :
    My Planning applications seems to works correctly. Essbase is Okay. Shared services is okay too but the Workspace is out (and with it Financial Reporting Studio).
    Before that problem, In the configurator, I've deleted all Planning clusters except one (Default). I've selected Re-associate Clusters and Applications and I've successfully re-Associate all Planning Application to Default Cluster. Then I've Activated Cluster Default.
    But Anyway, Since I've deleted Planning Clusters my Workspace doesn't work anymore.
    I've a doubt: I've tried to redeploy Workspace (Configurator / Hyperion Foundation / Workspace / Deploy to Application Server and Configure web Server.
    It doesn't work because it says that Workspace already exists :p.
    Anyway I'm surprised about something : To access Workspace we use the 19000 port but In Configuration we I try to deploy it I see it is on the 45000 port. If I click on advanced / Setup a little window open "Set up Logical Address". And it is writtend Edit Default Cluster : gl-dev-budget : 45000 meanwhile when (still in Configurator) I open Planning / Manage Planning Cluster the server port is 8300 ??
    Is someone can helps me ?
    Thanks
    Best regards

Maybe you are looking for

  • Crystal report font issue when rendered as PDF

    Hi we are experiencing an issue with custom fonts within Crystal reports.  The font is an open type font that does appear to work if the report is viewed as a crystal report, but when it is rendered or scheduled into a PDF instance it fails and gives

  • Why does my DAQ counter count more when a capacitor is used to eliminate noise

    Hi, In my application i need to measure the speed of the motor using an encoder. The output of the encoder is a bit noisy (around 200 mV of noise.).Actually we are using a Siemens variable speed drive and it is the switching noise even after perfect

  • Ordner "Previews/Effects in PSE 5.0"

    Hallo, Wo gebe ich das Plugin "Abbreviated" rein. Ich finde im PSE 5.0 nicht die Ordner "Previews\effects " Danke für eure Hilfe Hab mich offenbar zufrüh bedankt,schade. MfG Godm100

  • Technical Services Virtual Boot Camp

    Dear Team, Can you please let me know when next webcast will start on Data and Voice Domain? Thanks:- hari       

  • Export Folder Issues

    When I right click on an image and select export a folder that I used once a couple of years and 2 LR versons ago keeps popping up as the export folder. I have repeateldy cleared the list but it keeps showing up. This doesn't happen when I use one of