Copy the Table Alias for a database of the ASO

Hi all

I use the Essbase Version 11.1.2.0.

Is it possible to copy an alias of an ASO cube table to another table aliases of the same cube with MAXL?


I know how to do it with EAS, but I don't know how to do with MAXL.



I already tried this-> edit the 'HR_SB' object.' HR_REP'. ' Default 'type table_alias copy to 'HR_SB'.' HR_REP'. 'Alias_HFM'

This copies the ALT file in the directory "applicationname\database". After that, you need to import this file in the database. It's easy to do in the admin console but I am facing some problems with maxl.

I used the command:
change the database 'HR_SB'.' HR_REP' 'Alias_HFM' of charge of data_file ***\\HR_SB\\HR_REP\\HFM.alt table_alias

I get the error message: / * Alias [Alias_HFM] already exists for the HR_REP database * /.

So I tried to unload the table before loading:

change the database 'HR_SB'.' HR_REP' 'Alias_HFM' of unloading table_alias

-> error message: / * dynamic aliases drop table is not supported in page outline mode * /.

I have no idea what it means - any ideas?

Perhaps it does not work for ASO cubes?


Thank you, Bernd

Try this after copying table alias

change dabase 'HR_SB'.' HR_REP' table active alias 'Alias_HFM '.

Tags: Business Intelligence

Similar Questions

  • Copying for the ASO cube

    Hello.
    I would like to copy a cube of one application.database to another ASO

    The reason is I want to be able to refresh the application data source ASO & metadata, while the ASO target application has security against it and is used by users. Then, ideally, I want just to "publish" the application of the ASO at the application target using a copy of the source file.

    So far, I have had limited success. Should I be simply copying the temp, metadata, log, by default and < database name > file, or the file essbaseapp.instance so or .app & .apb files also?

    Any help appreciated

    Thank you

    In theory, if it's just data and contour changing you should be able to get away with the application, copy of metadata and default folders and the outline.

    See you soon

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

  • Copy the table

    Hello

    I would like to ask how to copy the contents of a Table to another Table? What is the function?

    If all the cells in a table are compatible, you can get the values with:

    GetTableCellRangeVals (panelHandle, PANEL_TABLE, VAL_TABLE_ENTIRE_RANGE, array, VAL_COLUMN_MAJOR);

    Otherwise you can copy the content into smaller subsets or cell by cell. See using the command for an explanation of "compatible".

    To fill in the destination table, you can use the reverse order of SetTableCellRangeVals

    The largest area you can set (and therefore the lower the number of operations performed on the table) the faster the process.

    You can have a further improvement by hiding the table before this operation.

  • Options of alias for POV while implementing the data audit trails

    Hi all

    I have a request to implement the option Alias for the account dimension, which gets exported to the HSP_AUDIT_RECORDS table when the Audit trail for data is enabled.

    In the column of ID2, user want to see Alias name of the Member account.

    Do we not have this feature?

    Kind regards

    NGO

    Audit records will still be stored with the name of the Member, not alias, to do this, you will need to do a post on the table processing and replace the names of the members with the alias, I don't know any other way to get.

  • Copy the data in the column of table 1-&gt; table2

    Hello I have a table like in this example:

    Table1:

    Notes ID
    1This is a short string
    2It is a text.
    3Test string

    Table2

    ID cust_id comment
    12
    23
    31

    Now I want to copy the data from the 'notes' column in table2 in the "comment" column

    table2 cust_id references ID in table1.

    I have already tried:

    Update table2

    Set table2.comment = table1.notes

    from table2

    inner join table1 on

    table2.cust_id = table1.ID;

    But it does not work. I get an error.

    What is the correct instruction for her?

    Thanks for any advice.

    UPDATE TABLE2

    SET HOW = (SELECT NOTES FROM TABLE1

    WHERE TABLE1.ID = TABLE2.ID)

    WHERE EXISTS (SELECT 1 FROM TABLE1

    WHERE TABLE1.ID = TABLE2.ID);

  • Copy the text in Framemaker 10 table cells

    I want to copy the contents of multiple cells in a table to another table in the same document. How can I do this so that the text is copied in several cells again and not all content in a single cell?

    Margot

    Normally, make sure that you select the same array of cells in the source table and destination. If they don't match, geometrically, it may not work. This might happen, for example, if you have an overlap in one but not the other.

    If the arrays must have the same content for certain cells, in the future, consider having the cells from the clone table fill cells shared with cross-references in paragraph text, the main table. Then the main table changes, made the clone.

  • How to import the table alias in the planning

    Hi friends

    How do I import table alias in the planning (V9.3.3), we need to add an alias for all our members of the account dimension, what is the best way to do it?

    Thanks to you all

    Create a new table alias in the planning, and then to use HAL to charge members of the alias.

    See you soon

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

  • How to check the existence of a value in a table before copying the data?

    Experts,

    I have a requirement in which I need to copy data (4 columns) table A to table B (4 columns)

    Table A (entry)

    PART_ID PART_NAME PART_OPT_CD ENGG_OPT_CD

    1 "AAA" 10 100
    2 'BBB' 20 200
    3 'CCC' 30 300
    4 'DDD' 40 400
    5 'EEE' 50 500


    I have a table named OPTIONS with a single column. This is a table of reference of business which has the master list of option codes.

    OPT_CD
    10
    20
    30
    50
    60
    100
    200
    400
    500


    I need to copy Table A to Table B, but in doing so, I need to check the values of columns 3 and 4 in the OPTIONS array.
    If there is copy the folder B. Otherwise error in the log in a file/table and continue with the next copy

    TABLE B (exit)

    PART_ID PART_NAME PART_OPT_CD ENGG_OPT_CD

    1 "AAA" 10 100
    2 'BBB' 20 200
    5 'EEE' 50 500

    WARNING file or a table should have the details below.

    300 ENGG_OPT_CD does not exist in the table OPTIONS, so part_id 3 have not migrated
    40 PART_OPT_CD does not exist in the table OPTIONS, then part_id 4 have not migrated

    Company don't bother about the format of error, we need this information to correct the OPT_CD in the OPTIONS table.

    Can anyone suggest a better way to do this. Thank you for your help in advance

    Hello

    Its very similar to your previous post.
    Re: PL/SQL help
    The only difference being that you have to outer join to your superimposed master table, since your search in two columns values occur only in a single column on your Master table.

    Something like that;

    create table a (part_id number, part_name varchar2(10),part_opt_cd number,engg_opt_cd number);
    
    insert into a
    (select 1 Part_ID, 'AAA' Part_Name, 10 Part_Opt_CD, 100 ENGG_Opt_CD from dual union all
    select 2, 'BBB', 20, 200 from dual union all
    select 3, 'CCC', 30, 300 from dual union all
    select 4, 'DDD', 40, 400 from dual union all
    select 5, 'EEE', 50, 500 from dual union all
    select 6, 'FFF', 60, 500 from dual
    )
    /
    
    create table b (part_id number, part_name varchar2(10),part_opt_cd number,engg_opt_cd number);
    
    insert into b
    (select 1 Part_ID, 'AAA' Part_Name, 10 Part_Opt_CD, 100 ENGG_Opt_CD from dual union all
    select 2, 'BBB', 20, 200 from dual union all
    select 5, 'EEE', 50, 500 from dual
    )
    /
    
    Create table master (OPT_CD number);
    
    insert into master (
    select 10 opt_cd from dual union all
    select 20 from dual union all
    select 30 from dual union all
    select 50 from dual union all
    select 60 from dual union all
    select 100 from dual union all
    select 200 from dual union all
    select 400 from dual union all
    select 500 from dual
    )
    /
    
    create table log_msg
    (msg varchar2(100)
    ,t timestamp default current_timestamp)
    / 
    
    SQL> insert all
      2    when Master1_ID is not null and
      3         Master2_ID is not null then
      4      into b (Part_ID, Part_Name, Part_Opt_CD, ENGG_Opt_CD)
      5      values (Part_ID, Part_Name, Part_Opt_CD, ENGG_Opt_CD)
      6    when Master1_ID is null or
      7         Master2_ID is null then
      8      into log_msg (msg) values (Part_Opt_CD || ' ' || ENGG_Opt_CD || ' does not exist on the Master table')
      9  select m1.Opt_CD      as Master1_ID
     10        ,m2.Opt_CD      as master2_ID
     11        ,a.Part_ID      as Part_ID
     12        ,a.Part_Name    as Part_Name
     13        ,a.Part_Opt_CD  as Part_Opt_CD
     14        ,a.ENGG_Opt_CD  as ENGG_Opt_CD
     15  from (
     16        select a.Part_ID, a.Part_Name, a.Part_Opt_CD, a.ENGG_Opt_CD
     17        from a
     18        left outer join b on  a.Part_ID = b.Part_ID
     19        where b.Part_ID is null
     20      ) a
     21  left outer join master m1 on   a.Part_Opt_CD = m1.Opt_CD
     22  left outer join master m2 on   a.ENGG_Opt_CD = m2.Opt_CD
     23  /
    
    3 rows created.
    
    SQL> select * from log_msg;
    
    MSG                                         T
    ------------------------------------------- -------------------------
    40 400 does not exist on the Master table   05-OCT-11 09.44.17.621000
    30 300 does not exist on the Master table   05-OCT-11 09.44.17.621000
    
    SQL> select * from b;
    
       PART_ID PART_NAME  PART_OPT_CD ENGG_OPT_CD
    ---------- ---------- ----------- -----------
             1 AAA                 10         100
             2 BBB                 20         200
             5 EEE                 50         500
             6 FFF                 60         500
    

    Note, I have included an additional line in table A in order to prove that the INSERTION will occur in table B. Errors, as you can see have been inserted in the table LOG_MSG.

    Published by: bluefrog October 5, 2011 09:48

  • Copy the table data (including images) of InDesign to Excel (or other formats such as RTF)

    Hello

    We have a problem trying to get data to InDesign to Excel.

    He has this price list in InDesign, with images and small "icons" (also images) that indicate which element appears under the main image for each row in the table. Each line of 'table' can contain a number of elements, separated by return cart + line break or a similar combination.

    The problem is that we can't get good data and images appear in any other editable format. Copy and paste directly into Excel was still the most successful, but here the images are lost. Export to PDF and Acrobat Pro, exporting to other formats always seem to fail in a way or another (paintings take place on top of the other, images and so on, has lost different for the different export formats).

    Untitled-1.jpg

    Data copied to OpenOffice Calc (and then saved as a file in excel format). Yellow areas added to show where the images were in InDesign.

    Price a bit blurred in the picture showing above.

    Are there good ideas how to copy the InDesign table to another editable format (which requires no licenses Adobe...)?

    Thank you

    Andreas

    I didn't notice the direct export from InDesign to RTF. You had to put the cursor within the story make this option appear!

    It is really good, and I sent the result to those who will use it, for them to check if she's good enough and if they can take for excel or work with him in the RTF format as is.

    Thanks a lot for pointing out this option!

  • AS3, ID3: Find a table on a page to copy the text it contains

    In my script, I need to go to a table on the current InDesign page and access the info inside by simply copying the text of the entire table. I know that there must be sort of extremely easy to do, but how? The cells in the table all use the same paragraph style, and the table is in the block of text has a label. I find the paragraph style, then somehow, refer to its parent company or something?

    Little tricky for me seems to say my script to find table on the page and selecting, because as soon as I can do, I guess I can just change the table to access all the data of the text.

    I am using Applescript in InDesign CS3. Thank you.

    If the text block is labeled "Blah", you can get the table with:

    Table 1 of the text block "Blah".

    If you ask:

    contained in table 1 of the text frame "Blah".

    You will get a list of the content that appears in each cell.

  • MAXL set out in the export table Alias

    I'm having a hard time finding the correct MaxL to export and table alias - basically, I need to export the default table, shift some periods and years and then recharge it in a table different aliases. Any help is appreciated!

    [email protected]!

    Interseting suddenly to look I can find the command to load the alias table, but not to extract it

    Change the load database table_alias table_alias form name data_file file_name

    OK, I found it but not where I expected, it
    Try
    database query 'Sample'.' Basic ' list of alias_names in "default" table_alias

  • How to copy the database using rman file from another location.

    You can clone data base using the files of rman backup from somewhere else (on the server to clone).

    I have two server db source and clone db server.
    I normally copy the files of RMAN backup to clone server (under the same folder structure, as it was on the source server).

    The purpose of the test, IE I don't have same partition and free space on the source server and the clone.

    I usually use under notes to the clone.
    http://trysellit.com/hosting/Ttrail/Fajr.php?doc=wtrail & ND = 0556200

    I would try to explain for example again.
    In source server, my rman backup are stored in / U01 and clone server, I copied the files of rman /u04. What step I should take to clone to work anywhere else?

    Using Oracle 10 g on Linux RedHat.

    sape007 wrote:
    Thanks Ken & PrafullaNath.

    BUT my question is: how to transport .dbf files in another place on the clone (I already do).

    Rather:
    The clone is on another server. How to restore by copying the RMAN files from another location on the clone. Please read description above in its entirety.

    Sorry for not being clear.

    Please see my video tutorial. In this tutorial that I take backup of the database, copy the backup to the different server and perform a recovery disaster

  • How to copy the parameter FDM (import format, mapping of dimension, the command table)

    Dear all,
    How to copy the parameter FDM (import format, mapping of dimension, table of control) of application to another application.
    I found that one dimension mapping can be imported. Is it possible to copy the FDM application quickly?

    Thank you for your help

    If you get a chance try the following script, it is so simple and easy to extract all the map as XML data and help to import via import script.

    ---------------
    Void MapExtractor()
    '------------------------------------------------------------------
    "Script custom upstream Internet link:
    '
    "Created by: SatyaK"
    "Creation date: 08/12/09.
    '
    ' Object: this Script will produce a file of account mapping for
    "the current location.
    '
    '------------------------------------------------------------------

    'Run the export '.
    strFilePath = API. IntBlockMgr.InterfaceMgr.fExportMapToXML ("File Path", PPOVPeriod)

    End Sub

    -------------

  • Copy the table with data and constraints

    Hi all

    I need to create a stored procedure that creates a table and copy a table with its data and constraints. We use it for backups. Y at - it all stored procedures out there who can do it, im pretty new to this and I need to create a stored procedure that can achieve this.

    any help will be much appreciated

    Thank you
    K

    Hello

    The procedure that you created is invalid

    Recompile it, and then type

    show error
    

    Rectivy the error until the procedure becomes valid.

    Concerning
    Anurag

  • How to know the degree of optimal parallelism for my database?

    I have an important application on my (Oracle 10,2,0) databae and the box has 4 CPU. All tables are not partitioned. Should I set the parallel degree by myself?

    How to know the degree of optimal parallelism for my database?

    As far as I am concerned there is no optimum degree of parallelism at the database level. The optimal value depends on the query based on the plan in use. This may change over time.

    It is not so difficult to abuse of the PQO and end up harming the overall database performance. PQO is a brute force methodology and should be applied with caution. Otherwise, you end up with results inconsisten.

    You can let Oracle manage, or you can manage it on the level of education through advice. I do not have to specify the degrees of parallelism to the object level. As I said, no two queries are exactly alike and what is right for a query on a table cannot be good for another query on the table.

    In the case of doubt put in place the system to let Oracle manage. If you ask really, it's how many sessions to allocate PQO then look at your reports Statspack or AWR and judge your system load. Monitor v$ px_session and v$ pq_slave to see how these views show activity.

    IMHO - Mark D Powell-

Maybe you are looking for