How to validate and deploy planning applications

I have created all my Dimensions of planning by connecting directly to the planning (http:// < machine planning >: 8300/HyperionPlanning /) and my question how can I validate and deploy my application. In the menu when I select the administration I can't find any option it. I know process how architect EMP and not by machine < schedule > http://: 8300/HyperionPlanning /.


Anyone has idea what steps to follow.

I use planning 11.1.1.2 Version.


Kind regards
Vijay Krishna.

Hello

When you are using classical planning, you don't have to validate, to push metadata to essbase you go to Administration > manage the database > refresh

Ok?

See you soon

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

Tags: Business Intelligence

Similar Questions

  • How to validate and save the values to a combo box and two text boxes in flex4 mxml application with as3

    helllo all,.

    I'm working on the application web flex4 with as3.

    I have a doubt, I've created a mxml it has two text boxes, except the button and a combo box that is has two option as a percentage and the amount.

    my needs are I gave here.

    need 1: when I choose option amount that two text boxes does not have to be editable.when I select text tat box two percentage option will be editable.

    need 2: when I select the percentage in combox option and two text boxes are empty, and then click the button Save-> I want to display warning msg

    need 3: when I select the option amount combox and the two boxes are emptu click the button Save-> I don't want any warning messages.

    How to validate it and how to write backup for this function.

    any suggession or extract code is welcome.

    Thanks in advance,

    B.Venkatesan

    Looks like you are trying to do too much at once. Try to hang the events correctly

    The close event of the comboBox can do something like this

    protected function toggleTextEditing(event:DropDownEvent):void

    {

    If (this.optionCmb.selectedItem.label is "Percentage")

    {

    This.Text1.editable = true;

    This.Text2.editable = true;

    }

    Else if (this.optionCmb.selectedItem.label == "Number")

    {

    This.Text1.editable = false;

    This.Text2.editable = false;

    }

    }

    The button's click event can do something like

    protected function save(event:MouseEvent):void

    {

    If (this.optionCmb.selectedItem.label is "Percentage")

    {

    If (this.text1.text == "" & this.text2.text == "")

    {

    Alert.Show ("text is empty");

    return;

    }

    on the other

    {

    }

    }

    Else if (this.optionCmb.selectedItem.label == "Number")

    {

    }

    }

    If you can put in your entire code, maybe I can have a look to see if I can find something wrong with that.

    -Pramod

    http://www.flexmycode.com

  • How to validate SQL syntax in Application Engine Peoplecode

    Hello

    Can someone help me to find out How to validate SQL in Application Engine Peoplecode. I just need to validate SQL syntax. If the syntax is wrong, it should save the exception in the log file but engine Apllication should not go WITHOUT success. App Engine should continue with other SQL validation to check the correct syntax and to retrieve values.

    Here is given is peoplecode, which is that I currently use.

    Thanks in advance.


    String local CSG_SQL_ID & sqltext;
    Local date & effdt;
    Local Boolean & sql_flag = True;

    & CSG_SQL_ID = CSG_REP_DIS_AET. CSG_SQL_ID. value;
    SQLExec ("SELECT DEV. CST PS_CSG_SQL_TMP, CRAD PS_CSG_REP_AUT_DST SQLTEXT WHERE CSE. CSG_SQL_ID = DEV. CSG_SQL_ID AND CST. EFFDT = DEV. EFFDT AND CST. CSG_SQL_ID =: 1 ", CSG_SQL_ID, & sqltext);

    Try

    & sql_flag = SQLExec (& sqltext);
    If & sql_flag = True Then
    & sql = CreateSQL (& sqltext);
    Local string SqlString = & sql. Value;
    Logger (String (ExtractTablesJob (& SqlString)));
    Logger (String (ExtractTablesDept (& SqlString)));
    End - If;

    catch Exception & sqlerror
    MessageBox (0, "", 0, 0, "found Exception");
    end - try;

    Ludi,

    I apologize: I remembered wrong. The Select Type must be reselect. I opened a ticket with Oracle on this problem. I hope that maybe they will build better error messaging tools, but we'll see. The real result of the ticket, it is that evolution to select Type of reselect solved my problem.

    Remember that when you Reselect it, you need to follow wherever you are. Reselect him running the DoSelect SQL statement every time until it returns no rows. So, you will need a flag turned on the table. You're DoSelect should select only the rows where the transformed flag is N. Then, you must update the line you are dealing with to set the flag turned on Y. In this way, you will pass through the processing of each lines.

    Also, just to be clear, I don't think that App Designer will ever "validate" your SQL. It allows the database to do that when you run it. It can be frustrating because up to now it is not telling you that you are developing, but the advantage is that App Designer does not limit you. You can place some SQL you want in your program, and it will transmit to the database. Stored procedures, functions, all work because the App Designer do not validate things specific special platform.

    If you wish, you can copy your SQL in the SQLExec to a SQL definition:
    SELECT THE DEV. SQLTEXT
    OF PS_CSG_SQL_TMP CST.
    PS_CSG_REP_AUT_DST SLAG
    WHERE CSE. CSG_SQL_ID = DEV. CSG_SQL_ID
    AND CSE. EFFDT = DEV. EFFDT
    AND CSE. CSG_SQL_ID =: 1

    You could name MY_AE_SQL.

    Then, in your App Engine PeopleCode, you can change the SQLExec in:
    SQLExec (SQL. MY_AE_SQL, & CSG_SQL_ID, & sqltext);

    This will place your SQL in a place that teaches better, but I don't think that it will validate it no more. In my opinion, it makes your code more difficult to read. Someone coming along behind you must open several pieces of code to see what your program does.

    The more I watch your program, you want probably to validate and protect the SQL code that is in & sqltext, rather than the SQLExec. If you want it to be dynamic, I don't see what you can do.

    You could possibly launch an other App Engine as another process. You can use the object API ProcessRequest to plan the program through the process scheduler. You must pass your dynamic SQL code to the other program through a sort of serial control. In this way each SQL would go as a separate instance in process monitor and would go to success or no success individually. I still think it's too complicated.

    I hope these thoughts help. It looks like a difficult task.

    Stephen

  • [SOLVED] Problems of packaging and deploying an application in an external WLS ADF

    Hello.

    I use JDeveloper 11.1.1.7.0, who has a WebLogic Server embedded 10.3.5.

    When I test my application by right clicking on my page and run... in WLS on-board, everything works perfectly.

    It works with any page and any flow.

    Now, I have to deploy the same application to an external 10.3.6 WLS

    First of all, I have the application package in one EAR to aid Assistant JDeveloper. I did right click in application-> Deploy-> MyApplication...-> select deploy ear...


    Then, when .ear file is built, I run startWebLogic (I have already created a domain with the ADF operating options) and deploy the .ear as an app.

    I have a lot of warnings, but the final message is deployment is ok.

    It is therefore my surprise that I get a NullPointerException in the first page I test in the first access to an ADF/view iterator in the Java class:

    DCIteratorBinding iter = ADFUtils.findIterator("BusinessDataView1Iterator");
    ViewObject vo = iter.getViewObject(); -- iter is null
    
    
    

    This had worked many times in embedded 10.3.5 WLS.

    10.3.6 WLS console output is:

    19-feb-2014 15:04:26 oracle.adfinternal.controller.metadata.MetadataServiceImpl$Bootstrap logActivityWarnings
    WARNING: ADFc: /WEB-INF/adfc-config-reportes.xml:
    ...
    ...
    
    ...
    ...
    ADVERTENCIA: ADFc: /WEB-INF/adfc-config.xml:
    19-feb-2014 15:04:26 oracle.adfinternal.controller.metadata.MetadataServiceImpl$Bootstrap logBeanWarnings
    ADVERTENCIA: ADFc: Se ha detectado una definicion de bean gestionado duplicada para 'backing_views_administracion_inicio'.
    ...
    ...
    
    ...
    ...
    19-feb-2014 15:04:30 oracle.adfinternal.controller.util.WebAppConfigFactory createConfig
    INFO: ADFc: Se estß utilizando la vista '<null-value>' como la pßgina inicial de la aplicaci¾n.
    19-feb-2014 15:04:32 oracle.adf.share.jndi.ReferenceStoreHelper getReferencesMapEx
    ADVERTENCIA: Incomplete connection reference object for connection:MY_DB_JDBC
    19-feb-2014 15:04:47 oracle.adfinternal.controller.application.AdfcExceptionHandler handleException
    GRAVE: ADFc: al manejar una excepci¾n, el manejador de excepciones de la aplicaci¾n ha devuelto una nueva excepci¾n.
    java.lang.NullPointerException
            at com.mypackage.Gestion.<init>(Gestion.java:37)
    
    
    
    

    Between the sections of points, there are similar warnings.

    I checked the .ear files (contains a .war), decompression it (the .war too) to a different folder and look for duplicates in text in any file and adfc - config.xml does exist only once in the .ear

    How can I solve this? Someone have had similar problems during deployment in an external WLS?

    Any help is very much appreciated, because this is so stuck to me, and it is urgent too.

    I thank in advance. Concerning

    Well, I finally solved my problem.

    The steps are:

    Finally, it works.

    Now, let me ask another question.

    I have change the DB connection (not the name, is not posible) to another user in the same DB schema. I want to check if the application still works and it does. But why? My test is right?

    Thanks Timo. Concerning

  • Smartphones blackBerry how to search and download an application through my PC? ...

    How can I search and download an application through my PC? Ted

    Hello!

    You can not. At present, AppWorld is a portal that is running strictly of your BB. Download and install and then seek and receive applications directly from your BB.

    See you soon!

  • Packaging and deployment of Application Web merger

    Hello
    I created a web application of Fusion that has projects and model-ViewController.
    I created a profile like below for each project deployment.
    (1) model - which creates a "ADF library Jar file.
    (2) ViewController - that creates a file of 'war '.

    I see that, during the WAR, ViewController file contains model projects - the ViewObjects and the objects of entity classes.

    So to deploy my Applications Web is file WAR of ViewController is enough or should I create a file EAR, which has both #1 and #2

    Thank you
    Ajay

    You can of course do in JDev. Select Application-> "Application Properties" menu, in the dialog box select the deployment and set a new EAR deployment profile. It is quite easy to follow the instructions in the dialog box and you are done.

    Timo

  • Packaging and deploying my Application

    I have my application (MyApplication.jad, MyApplication.cod).  Cod is large enough and has 3 cod brother.  The application deploys perfectly OTA using the .jad file.

    Fast forward to a few weeks, I've added a new "helper API' (pot of part 3) for MyApplication, called, let say, MyApplicationHelper.jar.  I can refer to this pot in fine Eclipse by adding it to the road to build.  When I create a separate library for this pot project in Eclipse and run this thru preverify and Cap pot, it produces a .jad file and a file with 1 sibling .cod.

    How can I associate this cod 'library' with the cod of the application.  I ran updatejad.exe and apparently not combine anything.

    What is the concept here? Is Cap 'import' attribute expected to combine the .jar in the main cod-dependent?

    False alarm, I got it to work.  The updatejad.exe used the flag - q, resulting in the loss of the error messages. I disabled that flag and it was a mistake to locate the cod files.

  • How to validate duplicate values in application PLM GTIN

    I'm new to PLM application. Please let me know mentioned below these questions.

    1. I need to validate GTIN number dupilcate value of Oracle database.

    2. once save the GTIN number in the summary of trade specification.while insertion of the value tab, it must validate only single value if not display the error message.

    3. where do I need to write the code and the file that is to write the code? If there is no example

    Thank you

    Floquet

    Ron Awesom...

    Its working fine... Thanks much for your support very much and I'm new to this PLM Oracle agile. This is the first time enter and I learned a lot of things. Because of you...

    Thanks again for your support...

  • How to develop and test the application mobile flex without the real device?

    I'm trying to read some information about it, but decided to ask also here.

    I have a project that has a company wants to grow me, it's for iPad. That's ok I am with Flex and the framework for web development, but not for mobile. Why? Because I have no idea how to test my application. I know generation ago it sort of the desktop version of the application with the change of the "back" button on the orientation stuff, but how do I know my application will look and work exactly the same (I mean NOT performance here). I mean you know how every android or iOS device have their native keyboard or native video player for example and I have only in the debug version of the application.

    The question is how to develop this application based on the desktop emulator or anything and then hope that my app looks and works on a device, as it should... Of course I can't afford to buy all the devices it is just to be able to test on it if necessary? So, how do you, how to test how my iPad app works on a device without a? I know I should get a licence from iOS dev to be able to package the app for iOS, but it's $ 99 per year or something like that I can handle, but how to test my application without having to buy the darn device? Are there any emulator for iPad or something like that I know what my customers will see when they get the application? One of my friends told me that the mac os x use the developers a tool - cause some kit of dev who has emulators for all iOS devices and you can build and test there immediately and that you can simulate virtually any combination of key for example, and he said he's working and seems to 1:1 as the real device but he didn't know if can I export an AIR application and try it like this, he only knew for app written in native code.

    If someone can just tell me how should I do this? Should I buy a mac os x computer laptop to test because I am a user of windows 7, or perhaps create a mac os x virtual machine and tests out there or maybe the only option is to actually buy the device... that would be terrible for a freelancer...

    I hope someone can save the day here! Thank you.

    F

    Since the AIR for iOS applications are compiled to ARM code you will not be able to run on iOS emulators running on Mac OSX.

    You can do a very simple test with the "Simulator" built into Flash Builder, but it is not much more than a window to AIR with a window size that matches the resolution of the selected iOS device.  When running in the simulator of the application is not compiled to ARM code so it will take a completely different code path than what will be the final release of iOS.

    Ultimately if you are developing for iOS with AIR nothing but for tests on real iOS devices.

  • How to validate and restart "Begin transaction always new" BTF?

    Hi all

    I have "Always" start new transaction BTF, which (at a click of a button), should:
    1. validate the T.F. current transaction AND after that
    2. restart itself, so that it starts a new transaction to T.F. again

    All this without using the T.F. return activity, because the user (after clik button) should continue to work in this early flow.
    In fact, it is a record entry, in which case the user on the "Save" button should have the opportunity to register a new.

    Any advice?

    chk if this can help
    http://jobinesh.blogspot.com/2012/02/programmatically-starting-transaction.html

  • How to validate and transform large xml files (180 M)

    Hello:

    I was looking at different ways to do it with oracle and am a bit lost in the sea of the documentation and the different ways to go about this. I was hoping that something like the XMLParser and XMLTransform class would be smart enough to handle large files using SAX, when it takes, but I'm getting "too many knots" when attempting to transform a very large file. (I've gotten oraxsl to cope if I pass in the parameters memory clean on the command line but a) which will always limits and b) I tried to do it in a procedure stored that (I think) means I'm looking at XMLParser?

    I also seen documentation on what is called 'Scalable DOM' but I think it's only in 11g? So I think that I have to write a (Java?) procedure to make a loop on the main elements of this XML file stored (select extract (...)), and then transform each node?

    I have the XML, XSD, XSLT and while clob columns. What is the easy/more shortest path within Oracle to validate the XML with the xsd and translate source XML with XSL?

    I use Oracle 10 g on Linux RH 2.

    Thank you.

    I have the XML, XSD, XSLT and while clob columns.

    The complexity is the transformation?

    It is perhaps interesting to try and store your documents as object-relational XML, to create relational views and apply the transformation using XQuery or SQL/XML functions.

  • Name of the different dimension in a library of applications and planning application

    In dimension Dimension library and application library name is CC_Entity, in the Planning & Essbase is the name of the entity dimension. Application has been deployed recently. Why the size are not the same (the children of the dimension are the same) name? How can this be repaired? This could be a reason why BR validate against the planning application, but not against Essbase (it's in the Calc Manager)?
    Thank you in advance.

    Select the name of the Dimension system property. For example, CC_entity. See if the Alias of the entity Dimension. The dimension in planning is the Alias "Dimension".
    I hope this helps.

  • Export and import Hyperion Planning application

    Hello

    How to implement the Hyperion Planning application from my development to production server?
    I'm working on Hyperion Planning 9.3.1 with database Oracle 10 on AIX.
    My English isn't the best, sorry!

    Thank you, Pablo.

    Hello

    This message should give you a reason for leaving - Migration of Hyperion Planning Application

    See you soon

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

  • How to burn my BlackBerry mobile application...


    You must sign the application using app signing keys, if you don't u'need to request signature keys, see url below

    http://supportforums.BlackBerry.com/T5/testing-and-deployment/BlackBerry-applications-and-code-SIGNI...

    then after u signed it, you can install this application using the bb Desktop Manager.

  • Problem of Oracle Hyperion Planning applications

    How to find if a planning application is classic or EPMA... Please provide any solution...

    Thanks in advance for the answer...

    You or your colleague have already asked this question of interview style - How to know my app is classic or epma in hyperion

    See you soon

    John

Maybe you are looking for