Add member to dimension in the outline

<p> </p><p>I found a problam when i update a dimension using script MaxL and excecute in essmsh</p><p> </p><p>I Wrote script as follow :</p><p> </p><p>spool on to 'c:\hyperion\log.txt';<br><br>login $1 $2 ;<br><br>alter system load application 'Bank';<br>alter application 'Bank' load database 'Finance';<br><br>import database 'Bank'.'Financial' dimensions connect as 'sa'identified by 'sa' using rules_file 'Dim_Year' on error append to'c:\Hyperion.err';<br><br><br>spool off;<br><br>exit;<br></p><p> </p><p>But when I run using bat file, I found an error in my log.txt asfollow :</p><p> </p><p><br>OK/INFO - 1053012 - Object [A] is locked by user [ADMIN].<br>ERROR - 1241101 - Unexpected Essbase error 1054036.<br>OK/INFO - 1053013 - Object [A] unlocked by user [ADMIN].<br></p><p>Help me Please!!,</p><p> </p><p> </p><p>Regards,</p><p> </p><p>Wahyu</p><p> </p>

Wayhu<BR><BR>the MAXL you posted spelled the database name differently in its two appearances. When you loaded the database, it was Bank.Finance, when you did the dimbuild you were loading to Bank.Financial. One of these is either wrong or spelled wrong for the purpose.<BR><BR>I've never tried to use a 9 character database name like "Financial." In teh past, operating system and Hyperion limited us to 8 character names, so I've stayed with the short names out of long-established habits.<BR><BR>The lock and unlock messages are normal, they will show up even when things work well. (The OK/INFO flag suggest that they are just process monitors and not problems.) The "ERROR - 1241101 - Unexpected Essbase error 1054036." is not in the error database that I have. One of my continual problems is not having a reasonable, annotated error listing. Neither error number shows up in the KnowledgeBase either. <BR><BR>Here's how I would write the code:<BR><BR>import database 'Bank','Finance' dimensions<BR> connect as 'sa' identified by 'sa' <BR> using <b>server</b> rules_file 'Dim_Year' <BR> on error <b>write</b> to 'c:\Hyperion.err';<BR><BR>You need to specify <b>server</b> in the rules file definition. If you use local, you will need a file path.<BR><BR>I'd recommend using the write rather than append to error file and name an error file for the process. Then you can check to see if the error file exists if you want to monitor progress or problems.<BR><BR>The other problem might be related to database connection. Make certain that all of the servers and clients that may run the code have the same ODBC connection setup and name. This includes the system running your EAS server as well.<BR><BR>Hope that this helps.

Similar Messages

  • Issues using the outline load command on Planning Version 11.1.2

    Hi All
    I am trying to add members into the Account dimension using the outline load utility within Planning version 11.1.2 and I am getting the following error message:
    Unable to obtain dimension information and/or perform a data load: Unable to create print writer for log file. “D:Oracle\Middleware\user_projects\epmsystem1\Planning\planning1\Data\Log” is a directory. Exception in thread “main” java.lang.NullPointerException at com.hyperion.planning.utils.HspOutlineload.loadAndPrintStatus<Unknown Source> at com.hyperion.planning.utils.HSPOutlineLoad.main<Unknown Source>
    The command synatx I am using is:
    Outlineload /A:Plan01 /u:admin /I:D:\Oracle\Middleware\user_projects\epmsystem1\Planning\Planning1\Data\account.csv /D:Account /T
    Where the headers of the csv import file I have used are:
    Parent,Account
    and
    Account,Parent
    I am e studio enviroment so not sure if this will cause issues.
    Any help would be greatly appreciated
    Regards

    Hi All
    I am trying to add members into the Account dimension using the outline load utility within Planning version 11.1.2 and I am getting the following error message:
    Unable to obtain dimension information and/or perform a data load: Unable to create print writer for log file. “D:Oracle\Middleware\user_projects\epmsystem1\Planning\planning1\Data\Log” is a directory. Exception in thread “main” java.lang.NullPointerException at com.hyperion.planning.utils.HspOutlineload.loadAndPrintStatus<Unknown Source> at com.hyperion.planning.utils.HSPOutlineLoad.main<Unknown Source>
    The command synatx I am using is:
    Outlineload /A:Plan01 /u:admin /I:D:\Oracle\Middleware\user_projects\epmsystem1\Planning\Planning1\Data\account.csv /D:Account /T
    Where the headers of the csv import file I have used are:
    Parent,Account
    and
    Account,Parent
    I am e studio enviroment so not sure if this will cause issues.
    Any help would be greatly appreciated
    Regards

  • Issue adding Child member to the outline in 11.1.2.2

    Hi ,
    We have any Issue with adding the member to the Outline. Details mentioned below.
    Server locked up when i was updating the outline. I was erasing lower level structure.. This has been a chronic problem..
    http://gvw3086-v.atlanta.hp.com:9000/easconsole/console.html
    Need this server reset asap.. this is holding up important forecast work. Many people are depending on this getting done.
    However to make it work you have to change the name of an existing member.. then add to the data base outline.. which disappear when you put it in.. save it. close and reopen and the structure add will be present. Do not copy, and delete siblings.. this will cause the server to lock up.
    We had this issue before and what I have done is
    just add the Child Outline and when we saved it it’s not saving  the cursor keeps on browsing and  rotating and it will not save. So in order to save  just rename some other child member and save it then it saves. And when we close and reopen the outline we can see the child Outline was added. And again rename the other child member what we renamed to its original name.
    The above one is just a temporary fix what we did but can any one help me on Permanent Fix for this.
    Regards,
    Naveen

    Hi Naveen,
      I think this issue is related to JRE version. As per support matrix for 11.1.2.2, JRE version version should be 1.6_29+.  (that does not mean Java 7 is supported)
      Check whats the Java/JRE version you have on the system from which you are accessing EAS link.
      If its Java 7, uinstall it & install supported 1.6 version.
    Hope this resolves the issue.
    Thanks,
    Santy.

  • How to add columns to an existing dimension on the fly?

    Hey,
    1) I already have a cube which is attached to three dimensions. Now if I wanted to add a few columns in the dimensions once they have been deployed, I find it difficult as the changes in the logical model and the physical table is not synchronized. Can some one please let me know, if adding columns to existing dimensions is possible?
    2) I also had one more doubt. I have a fact table which has columns by the name parameter name and parameter value. Now once it is loaded I want to make certain calculations using a few parameters values and store them in the same fact table in the form of a new parameter name and the derived parameter value. How can I go about doing this part in OWB.
    Thanks

    1. Yes you can add existing columns to a dimension, there are a couple of approaches; either add the columns to tje underlying table and then change the dimension to manual binding and add attributes to represent the columns. Or edit the dimension and regenerate the implementation table.
    2. Could these not be just additional measures that you calculate in the cube load?
    Cheers
    David

  • Don't load if the member exists in the outline

    Hi all.
    I want know if possible don´t load a member which exists in the otl using a rule files.
    it can in the rule file put a condition??
    if the member exists in the otl then discard it.
    Thanks !!!
    Regards.
    Edited by: ASzo on 15-05-2013 05:30 PM

    not really. I mean you could set the dimension build rule to not allow moves or property changes which in essence would not allow chances to existing members so only new ones would be added. Or you could use remove unspecified and it the member does not exist in the load file it would get removed, but that is about it unless you write something custom just one of the APIs.

  • Creating a Course | How to add a lemma to the Outline?

    I am creating a course in iTunes U. I have created an Outline for the course in the template. I have saved the Outline and have continued with the other pages. Now, how do I add a lemma in the list of subjects in the Outline? The + is no longer visible. There also isn't a link Edit or anything else. The only thing I can do, is rename existing lemmas of the Outline.

    This is solved. Position the cursor after the text of the previous lemma and click Enter/Return.
    It would be more user-friendly if adding a new lemma would follow the same process in creating and editing mode.

  • To add secondary infotype to Family Member/Dependents for all the countries

    Hi,
    I have a requirement to add secondary infotype IT 0106 to the infotype Family Member/Dependents for all the countries. I have used table T582V. But still it is not appearing. Please help.
    Thanks

    Hi,
    You need to do following steps .
    ~ Maintain Feature "IVWID " for your country grouping
    ~ Maintain table "V_T582V"
    "Country grouping as per "IVWID " 0021 V106 MP010600 0100 Family Member/Dependents
    ~Maintain table "V_T582W"
    ~Maintain table T591S

  • Associating attribute dimensions with the standard dimension in EIS

    Hi... we need to bring 2 attribute dimensions in to the Metaoutline of EIS.These 2 attribute dimensions must be associated with lev 0 member of the standard dimension.how to achieve in EIS?
    The current status: we did the olap model by mapping all the dimensional tables with the fact table and we are struck up how to bring the 2 attribute dimensions in to the model screen and association with standard dimesnion.
    The table structure for the standard dimension is
    column1/Gen-1     column2/Gen-2-Alis     consolidation     col3(Attr)     colu 4(Attri)
    Reason-1     Reason-1-extension               
    Reason-2     Reason-2-extension               
    Reason-3     Reason-3-extension          
    col3 and col4 are attributes to be associated with column2.
    Pls guide us the approach to be done in EIS..

    Graham,
    This is definitely a supported feature in EIS/9.3.1/ASO. I have many models with this type of structure. How you set it up can vary. Usually my Attribute Hierarchies are not that deep, only two to three levels, maybe four in a rare case, so I don't usually use a parent child table to set up the hierarchy (I'm not saying that it won't work, it might, I haven't tried, but same steps should apply). In a typical model I will have my stock table which has a buyer field. Then in another table I will have my attribute structure which will have columns for buyer, teams, and categories.
    In EIS OLAP model, you add your attribute hierarchy table and use a join to link it to the main stock table, joining on the buyer field (you are now going from a "star" schema to a "snowflake". Go into the properties and make sure you define all the columns as "Attributes".
    Then in Metadata model, drag your categories attribute onto the outline, then drag the teams and set it as a child of categories and finally drag buyer and set as child of teams. You only set the attribute association for the buyer back to the base dimension.
    When you run your dim build it will set up your attribute dimension correctly.
    Some things to keep in mind, make sure you have a process that ensures for every stock code you have in the main table, you have a matching one in your attribute dim table.
    Sometimes, depending on how much manipulation I need to do, instead of joining the tables in EIS I will go back to relational source and create a view that joins the two tables together, then in my OLAP model, I have one table that has three attribute columns, one column for the buyer and then the other two for team and category, from that point setting up in metadata model is the same.
    Good luck, let me know if you run into trouble.

  • How to add a new dimension in ASO cube without losing all data

    Hi,
    I have an ASO cube with 18 dimensions and I want to add a new one (regular). When I add this new dimension it asked me that the all data has to cleared before the restructure can take place. If I click yes then I would lose all data regardless of the fact if I have a level0 export or not. Because when I tried to reload the export back into the cube it gave me an error cause all the dimensions were not present in the export. Does anyone know how would I be able to accomplish this task?
    Thanks
    fikes

    You can try this work around solution.
    1) Export Lev0 data
    2) Clear the cube
    3) Add new dimension Regular.
    4) Add a default member Reg00 in the new dimension and save.
    5) Open the Lev0 data in a text editor, Insert "Reg00" in the begining of the file and Enter.
    6) Lev0 file will have first record "Reg00" and the remaining export file will be from the second record.
    7) Load the modified file with out rule file.
    You can verify that all your history data will be loaded w.r.to the Reg00 of the New dimension Regular.

  • I have an iPod Classic and the latest version of iTunes. I make all my purchases on my computer, but when I try to click the "add to" option and transfer the songs to my iPod, it doesn't work. How can I get my songs from my computer to my iPod?

    I have an iPod Classic and the latest version of iTunes. I make all my purchases on my computer, but when I try to click the "add to" option and transfer the songs to my iPod, it doesn't work. How can I get my songs from my computer to my iPod?

    See this excellent user tip from another forum member turingtest2 outlining the different methods and software available to help you copy content from your iPod back to your PC and into iTunes.
    Recovering your iTunes library from your iPod or iOS device
    B-rock

  • Can we add member directly in to dataforms with out editing dataform layout

    Hi All,
    i have a query regarding dataform can we add member in to dataform with out editing dataform layout .
    Member is already in dimension hirerachy . but in my scenario user want to add member directly to dataform with out editing its layout
    is it possible ? if its possible how please let know how it is possible.
    Thanks in advance please help me out
    Regards,
    SM

    You can add row/column layout you can select: Allow users to dynamically add rows.
    It will "Enable users who have write access to the data form to dynamically change and refresh the data form’s definition by adding rows. Selected members that they can access display on the data form. You cannot simultaneously select Allow Users to Dynamically Add Rows and Suppress Missing Data. "
    Enabling Users to Add Rows:
    http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/ch06s03s15.html
    Cheers..!!!
    PS: I can see that you have asked 8 questions are all of them are unresolved, its a good practice to mark the answers as correct or helpful, if you think they helped you and close the thread once your got your answers.
    Here are few Ex:
    hyperion planning
    hyperion planning workforce &capex
    Edited by: RahulS on Aug 17, 2011 6:09 PM

  • BPC 7.5 : Error in deleting member from dimension

    Hi All
    In BPC 7.5, I have created earlier one member "F_P/L"in Flow Dimension and tested some data. Now I want to delete the member "F_P/L" from the Flow Dimension and while processing it, I am getting following error :
                       " Dimension member F_P/L is an invalid member ID, Error in admin module"
    I had deleted the tested data from BI by running the clear data package as data was existing in BI. Consequently, now for this member "F_P/L" it is showing "0.00".
    Please give advise how to fix it.
    Thanks & Regards
    Aryan

    Hi Nilanjan,
    I can leave that member as unused but problem is that I am unable to create any new member in that dimension. While processing the dimension with new member I am getting same error. As Such, I am not able to use such dimension. Yes, that dimension is used in application.
    I need to add new member in the that dimension but due to above error I am not able to create any new dimension. Hence, I tried to delete such member F_P/L.
    Please suggest
    Thanks & Regards
    Aryan

  • How to get the outline of a "bordered" polygon

    Hi all,
    I wonder if it's possible with the standard APIs to get the outer shape of a polygon painted with a thick pen.
    In other words, I would like to get the shape that outlines my polygon when I draw it using a thick BasicStroke. Using the createStrokedShape method in BasicStroke I get the stroked shape of my polygon, but then I'm not able to remove the "inner" part..
    Maybe this example explains it better:
    import java.awt.BasicStroke;
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.Polygon;
    import java.awt.Rectangle;
    import java.awt.Shape;
    import java.awt.geom.Area;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    public class Test extends JPanel {
         public static void main(String args[]) {
              JFrame frame = new JFrame("test");
              frame.getContentPane().add(new Test());
              frame.setSize(new Dimension(400, 400));
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.setVisible(true);
         @Override
         public void paintComponent(Graphics g) {
              Graphics2D g2 = (Graphics2D)g;
              Rectangle rect = getBounds();
              g2.setColor(Color.BLACK);
              g2.fillRect(rect.x, rect.y, rect.width, rect.height);
              float xC = 100.0f;
              float yC = 100.0f;
              float deg36 = 2.0f * (float)Math.PI / 10.0f;
              float angle = 0.0f;
              float outerRadius = 50.0f;
              float innerRadius = outerRadius * (float)Math.cos(2.0f * deg36) / (float)Math.cos(deg36);
              Polygon starShape = new Polygon();
              for (int i = 0; i < 5; i++) {
                   starShape.addPoint((int)(xC + (float)Math.sin(angle) * outerRadius),
                             (int)(yC - (float)Math.cos(angle) * outerRadius));
                   angle += deg36;
                   starShape.addPoint((int)(xC + (float)Math.sin(angle) * innerRadius),
                             (int)(yC - (float)Math.cos(angle) * innerRadius));
                   angle += deg36;
              BasicStroke stroke = new BasicStroke(10.0f, BasicStroke.CAP_BUTT,
                        BasicStroke.JOIN_ROUND);
              Shape strokedShape = stroke.createStrokedShape(starShape);
              Area area = new Area(strokedShape);
              g2.setColor(Color.RED);
              // This method draws two stars, an outer and an inner one. I would like
              // to remove the inner star and paint only the outer shape.
              g2.draw(area);
    At the end I would like to paint only a single star, not two...
    Every hint is greatly appreciated
    Thanks a lot
    Andrea

    Hi Piet,
    Thanks a lot for the answer... Sorry for the bad formatting, I wanted to do it but I didn't know how... Thanks!
    Wouldn't it be possible to achieve the same result without using several times the Area class? I would like to use this code several times in my paintComponent method, and I think the performance would suffer... (I want to paint a waveform full-screen, and I will call this code several hundred times each time the frame is rendered)
    I run my code in a loop and I profiled it:
    the stroke.createStrokedShape takes 0.04 ms
    the new Area(strokedShape) takes 0.16 ms
    the area.add(new Area(starShape)) takes 0.1 ms
    Approximately just computing the outer shape for the star (without rasterizing it) takes 0.3ms, and the 87% is used by the Area class. Would it be difficult to create a new BasicStroke whose createStrokedShape returns the outline shape direclty without passing though the Area class?
    Any hints?
    Thanks again
    Andrea

  • MDX Create Member using dimension filters

    I am trying to create a measure in MDX cube with dimension filters.  The below code works.
    CREATE MEMBER CURRENTCUBE.[Measures].[SOda] AS
    [Measure].[SOda_pre],
    [Case].[Outage Cause].&[CustomerA],
    [Case.[SO Filter].&[1]
    When I add another customer name to the filter it returns #VALUE.  Below is what I tried.
    CREATE MEMBER CURRENTCUBE.[Measures].[SOda] AS
    [Measure].[SOda_pre]
    *{[Case].[Outage Cause].&[CustomerA], [Case].[Outage Cause].&[CustomerB]}
    *{[Case.[SO Filter].&[1]}

    Hi Ang202,
    In your second calculated member query, you use CrossJoin (*) function in it. Calculated members
    are members of a dimension or a measure group that are defined based on a combination of cube data, arithmetic operators, numbers, and functions. For example, you can create a calculated member that calculates the sum of two physical measures in the cube.
    It accept the numeral value. However,
    CrossJoin function returns the cross product of one or more sets. So it returns #VALUE.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Dim member is moved to the bottom of the hierachy when alias is updated?

    Any idea why the a dim member is moved to the bottom of the hierachy when the alias is updated?
    I'm updating the alias names for some of the members via batch script. I notices after script ran the member moved to the bottom of the heirarchy. Any idea?
    What option can I use to keep the same order of the members.
    This is the only option I saw that pertained to sorting:
    Maintain the order of members in the load file when loading,
    with the exception of UDAs (default). Use /-O to ignore the
    order of members in the load file when loading.
    Do you think if I use –O that it might leave the order alone?
    John, can you please look at this and let me know your thoughts?
    Thanks
    Poorna
    Edited by: 854793 on May 12, 2011 10:59 AM

    Thanks John! I really dont know about marking the post as helpful/correct. I did it now as helpful since I'm testing. If it works I will make it as correct
    When i build outline fist time the data file is as follows:
    Parent     Issue     Alias: Default     Data Type     Data Storage     Aggregation (Plan1)
    All_Issues     Issue_00               Dynamic Calc     +
    Issue_00     Issue_00_1     Issue_00_1: No Title     Currency     Store     +
    Issue_00     Issue_00_2     Issue_00_2: No Title     Currency     Store     +
    Issue_00     Issue_00_3     Issue_00_3: No Title     Currency     Store     +
    For updating the Alias name I use the file format as follows:
    Issue     Alias: Default     Operation
    Issue_00_1     www     Update
    Issue_00_2     25-Mult1     Update
    Issue_00_3     25-Mult2     Update
    So, you want me to add the column to the second file and provide the just one Parent member "Issue_00"? or all the parents till the top?
    the outline looks like this:
    Issue (Dim)
    All_Issues (lev2)
    Issue_00 (lev1)
    Issue_00_1 (lev0)
    Issue_00_2 (lev0)
    Issue_00_3 (lev0)
    Please let me know.
    Thanks for your time.
    Edited by: 854793 on May 12, 2011 1:47 PM
    Edited by: 854793 on May 12, 2011 1:51 PM

Maybe you are looking for

  • How can you get your submit buttons to be a single click instead of the default double click?  (The

    How can you get your submit buttons on the quiz template to be a single click instead of the default double click?  (The option to choose double click or not is not showing in properties for this).

  • Is there a trick to pasting GIF file or is this a bug?

    I am using 1.4.2 and the following little program is lifted from one of the TechTip articles ( http://developer.java.sun.com/developer/JDCTechTips/2003/tt0318.html#1 ) for illustration purposes. The problem is that GIF image pasted from the system cl

  • Export to JDF file

    Can you export a PDF to a JDF file (Job Definition Format, www.cip4.org) in Adobe Acrobat Pro DC? I am pretty sure this was possible in earlier versions, but I can't find this option under "Export PDF". I need JDF files to be able to get automatic pr

  • Page navigation - i know you have seen this before

    I have been researching page navigation for a couple of days unsuccessfully for a situation like this "select * from tableX" where tableX has 1M records and I want them to be presented in groups of 10 "as google does" (WWGD) Environment: DB2 7.x z/os

  • Should I upgrade to MS office 2011

    MyMS Office...  Word 2008 is acting weird, can't make columns on a resume, won't spell check anymore in English (dont ask!). I think something is corrupt or haywire and think I should buy and download 2011 or try to get another 2008 program. Question