Importing dimensions

Hi,
Does anybody have experience in automatically importing dimensions into BPC (accounts, companies, products, projetcs etc) from a source system, for example an ERP-system? We are especially interested in experience from importing dimension members and automatically adding properties and hiearchies that is available in the source files/tables. References to valid documentation would be very helpful!
Thanks in advance.
/Thomas

Every dimension is on the appset level in BPC under the dimension library. There are no aplication specific dimensions, every dimension can be used in every application. You can not modify the dimension type after creation, but you hvae to think about that before you start creating dimensions. This kind of change is not something you do a lot, since an Account dimension never becomes an entity dimension for example. If you really need to change this because you set it wrong by accident, delete the wrong one and create a new dimension with the correct datatype.

Similar Messages

  • Essbase - MaxL import dimensions

    Hi everybody,
    I have to update a dimension on my Essbase ASO application (only metadata). It is an incremental load dimension starting from a txt file containing all the elements, either those that currently are in the dimension. I'm using the MaxL statement Import dimensions by server rules file. Although, i'm wondering what the clause "preserve alla data" will do? What happens if i do not insert this clause when importing dimensions? After the the import i have to save the outline or launch the restructure?
    Thank you in adavance guys,
    Maurizio

    Hi Celvin,
    thnks for your answer. So, If i launch the following Maxl Script without the clause "preserve all data" i could lose all the data stored in the db?
    import database sample.basic dimensions
    from data_file 'test.txt'
    using rules_file 'test.rul'
    on error append to 'test.log'
    I tried on the ASOSample and the data haven't been cleared. There may be some options at applicatoin level or server level that effect how it works? could it be a safety clause in case of an abnormal shutdown during the import process?
    I know it's obviously better to put always the "preserve alla data" clause, but at the moment i'm evaluating the functionality of some existing scripts and i want to understand how they works.
    Thank you very much
    Maurizio

  • Query regarding Import Dimensions using Flat File in EPMA

    Hi All,
    I am trying to import dimensions and Dimension properties using a flat text file to the master dimension library. If I try to include any properties (HFM) in the !Members Section, I am getting an error "Input Line ... does not have the expected format of 1 columns". But if I remove the properties and just build the members and hierarchies without any properties definition, I am able to succeed. Can someone guide me on what I might be missing with regards to member properties? Below is the format of the input text file.
    !Section=Dimensions
    'Name,DimensionClass,DimensionAlias,CustomDimensionID
    HFM_Entity,Entity,HFM_Entity,
    !MEMBERS=HFM_Entity
    'Name,Allow Adjustments
    10001000,Y
    10001100,Y
    !HIERARCHIES=HFM_Entity
    'Parent,Child
    Please let me know if any other information is required.
    Cheers,
    HyperionUser

    Hi,
    Have a look in directory \Hyperion\products\Planning\bin\sampleapp
    there is a sample ads file :- SampApp Source Flat File.ads
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Import dimension and member via maxl, how to create data file and rule file

    Hi
    I have a task to import dimension and member into Essbase, for project requirement, I have to use text file or spreadsheet file.
    I wonder which format can be imported into Essbase?
    I tried to create them, failed.
    Do you have any samples to help me? dimension file and rule file...
    I search a lot in http://gerardnico.com/wiki/epm/essbase/dimension_build#about , but there are no samples.
    Thanks in advance...
    Best regards,
    Samantha

    import database Sample.Basic data from data_file 'C:\TEMP\GENREF.txt' using rules_file 'C:\TEMP\GENREF.rul' on error append to 'C:\TEMP\logs\dimbuild.log';Here issue is not with rulefile but in reading the rule file.
    I hope rule file is in the database directory (By default it will get saved there only)
    Try with the below command
    import database Sample.Basic data from data_file 'C:\TEMP\GENREF.txt' using server rules_file 'GENREF' on error append to 'C:\TEMP\logs\dimbuild.log';
    Rule file also had one issue
    Market, Product, Measures, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, DecHere I am seeing only four dimensions from the Sample.Basic database
    Scenario is missing. So define Actual (Scenario Dimension member) in the rule file header definition.
    All dimensions must be identified to parse one data file with rule file.
    PS: Naming (GENREF) is also irrelevant if you are loading data. It is apt for dim load.

  • Import Dimension Data Package

    I am trying to use Import Dimension datapackage to import members from a table. This package first deletes current meembers and then imports values in the table. Is there a way to append, modify etc. the cuurent members of the dimension with this package.

    Kadir,
    Now I understand what you need.
    To avoid that scenario, I think you need to export MBR table to excel member sheet after fiish that 'import dimension' package  or add another task at end of the current import dimension package.
    Then users will use updated member sheet so that we can avoid this issue.
    Regards,
    James Lim

  • Maxl Import Dimensions

    Hello,
    I need implement a maxl script to load member in essb 9.3.1
    LOGIN user pass ON server;
    IMPORT DATABASE app.db DIMENSIONS
    From LOCAL TEXT DATA_FILE 'G:\\Produc.txt' ---client folder
    USING SERVER RULES_FILE 'PrdPearl'
    ON ERROR APPEND TO 'G:\\er_prod.log';
    the execution send a network error and the application goes down.
    It's work in essbase 6.5 and 9.3.0, and the member load is succesfull (9.3.1) if I do directly in EAS
    I find the principal problem, the dynamic member are over 100 dynamic children per each parent (dynamic too). I know this error, but the custumer need this structure.
    I testing with builddim and the error is the same..
    some suggestion???
    Thanks

    Hi,
    you might wanna try this:
    login [Username] [Password] on [Server];
    spool stdout on to 'output.txt';
    spool stderr on to 'errors.txt';
    alter database [Application].[Database] unlock all objects;
    alter system unload application [Application];
    import database [Application].[Database] dimensions
    From LOCAL TEXT DATA_FILE 'G:\\Produc.txt' USING SERVER RULES_FILE 'PrdPearl'
    preserve all data ON ERROR APPEND TO 'G:\\er_prod.log';
    spool off;
    logout;
    exit;
    The spool function will log the output of your maxl statement to a file in the directory where the maxl is ran.
    Good luck!

  • Mapping Type missing for Import Dimension via Interface Tables

    Greetings Everyone,
    I was wondering if anyone else had this issue. I have two Generic dimensions that I have created within the Shared Library. The issue that I'm having is that whenever I create a new profile for these two dimensions, there is never an option to Merge or Replace the dimension. I always have to "create new dimension" even though these dimensions exist within my shared library. This causes a problem because, I have to always perform a replace and it looks like be default, when creating a new dimension, it merges whatever values I have within the interface tables into the existing dimension.
    Thanks,
    Tammy Bian

    Hi Vinodh,
    Pls check if you have mapped the Alias table from Interface Area to Alias dimension in your import profile definition.  And then also check if association between Alias & entity is defined.
    Thanks,
    Darshana

  • Couldn't  Import dimension file into EPMA masterview

    Hi all,
    I am trying to import dimmension(.ads) file into EPMA master view. I get an error message as
    "Session Manager is not initialized yet"
    Any help is Appreciated!!!

    Sorry but you don't even need workspace to be running to use EPMA.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Can I use at command line an import dimension using table interface?

    Hi guys
    I am using EPMA to load some dimensions using the table interface but I want to know if it is possible to lauch it using a command line?
    Regards

    Hi John
    I am facing a strange case, after migrate the developments that call the EPMA Batch Client uding ODI 11.1.1.7 to the test environment. I have various package that load data on the table interfaces
    and in a next step call the epma batch client.
    However when I execute the package, the log file is wrote. However the new customers are not loaded. But If I execute the command (Step on package) that call the epma batch client the log also
    is wrote and the member is loaded.
    Any suggestion about what can be happening and how I can solved.
    Thanks in advance,

  • Import Dimension Errors

    I imported an ADS file and it produced 77,000 warnings. If I try to go into the job console, it never opens the log - assuming due to the number of warnings. The table in the repository that has the jobs appears to be JM_Job. Does anybody know what tables show the detailed results/warnings?

    Hi Rodrigo,
    You used this how to guide? How To... Import Master Data and Hierarchies into BPC 7.5NW
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c02d0b47-3e54-2d10-0eb7-d722b633b72e
    Other approach is looking for your SP. On BPC7.5 SP00 sometimes we didnt get error log, but on BPC7.5 SP08 we can see more details of the errors.
    regards,
    Marco.

  • 11.1.X Missing Mapping Option Import Dimension via Interface Tables

    Greetings Everyone,
    I was wondering if anyone else had this issue. I have two Generic dimensions that I have created within the Shared Library. The issue that I'm having is that whenever I create a new profile for these two dimensions, there is never an option to Merge or Replace the dimension. I always have to "create new dimension" even though these dimensions exist within my shared library. This causes a problem because, I have to always perform a replace and it looks like be default, when creating a new dimension, it merges whatever values I have within the interface tables into the existing dimension.
    Thanks,
    Tammy Bian

    What version of 11 are you using? There's a bug w/ 11.1.1.2 and attribute dimensions. I don't think it matters if you're using interface tables or ads files. The bug is as follows:
    "Bug 8580222 - SUBSEQUENT DEPLOYMENT MAY DELETE AN ATTRIBUTEDIMENSION FROM PLANNING. This issue has been addressed in 11.1.1.2.02 service fix".
    We applied the following patches this past weekend and they addressed the issue:
    Planning 11.1.1.2.01 (required for the Planning .02 patch)
    Planning 11.1.1.2.02 (this fixes the issue with attribute dimensions)
    EPMA 11.1.1.2.01 (required for the Planning patch)
    APS 11.1.1.2.01 (required for the Planning patch)
    Hope this helps,
    - Jake

  • Runtime error when trying to use "Discover" button to import externally managed dimensions in developer studio.

    Hi all,
    I get the following error when using "Discover" to import dimensions in endeca develoepr studio
    This application has requested the Runtime to terminate it in an unusual way.
    Has anyone else encountered this issue?

    Hi,
    Another way to "find" the URL for the oamconsole, that I use if I'm not familiar with the configuration I'm working on is to first log into the Adminserver WL Console, then go to "Deployments".
    Then, find "oamconsole" in the Deployments listed (on the right).
    Click on that, then on the next page, look for the "Testing" tab. Click on the "Testing" tab, which which show the /oamconsole app.
    Click on the "+" to expand the tree, and you should see a bunch of different URLs on the right, e.g., if you have OAM console deployed to managed servers, etc., there'll be different URLs for those, etc., and you can just click on the links to open up OAM Console in your browser.
    Jim

  • Import Essbase Dimensions into epma app

    Hi All,
    We are working in EPMA Planning Application.We have created the Planning app and deployed it successfully.we struck with importing dimensions...that is..
    1) Is it possible to dump the essbase dimensions into epma application?
    or
    Is it possible to covert the essbase app into epma application?
    Please let us know .
    thanks in advance.

    You can transform an essbase application into an EPMA one - http://docs.oracle.com/cd/E17236_01/epm.1112/epma_admin/epma_app_upgrade.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Importing duplicate members for planning appln - EPMA Dimension Library

    Hi,
    How to import duplicate members while importing dimensions using flat file in EPMA Dimension Library (11.1.2.1).
    We have Isprimary column which enables multiple instances of a member as shared members, but how to import duplicate members in EPMA?
    From the EPMA Guide:
    Specifying Primary and Shared Instances of a Member using IsPrimary
    In import files, any two members in the same dimension, with the same name, are always treated
    as separate instances of the same member. If a member has multiple instances in a dimension,
    the IsPrimary column specifies which instance is primary and which instance(s) are shared. The
    IsPrimary column is not required; however, we strongly recommend that you use it. If left
    undefined, it defaults to “True”, which assumes that the member is primary. If left undefined,
    a warning is displayed in the Import Results file.
    Note: Older import files, that do not use the IsPrimary column, can still be run. However, if the
    import file does not have the IsPrimary column, it is not possible to create shared members
    or move members.
    Thanks in advance.

    As you are talking about a planning application then duplicate members are not supported but Shared members are.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to delete the members in one dimension use the maxl script

    i have question that i want to delete the members in one dimension useing the maxl script, but i do not know how to do it. can the maxl delete the members in one dimension? if can, please provide an sample script, thank you so mcuh.

    MaxL does not have commands to alter an outline directly, except the reset command which can delete all dimensions but not members selectively. The best you could do would be to run a rules file (import dimensions) using a file that contains the members you want to keepload rule for the dimension. As typical the warning is to test this first before you do it on a production database

Maybe you are looking for

  • While Changing the status system gives error

    Dear Experts, In Solution Manger,  While changing the status from Tcode SE38 with Program CRM_SOCM_SERVICE_REPORT system gives error. Document 8000002519 refused for technical reasons: ERROR_FREE Message no. SOCM_ACTION_LOG203 Diagnosis The status va

  • Call function in abap routine of infopackage

    Experts, Good day. I have a problem concerning the data to be imported in my ods.I can't find a similar thread corcerning my problem. My ‘File date’ field should contain only 2 years and 3months data of recent data. I'm using a call function fima_dat

  • Help with Page Parameters with PDK and/or PL/SQL

    Hello, I'm having difficulties get the real path of pages with PL / SQL. Another parameter that can not put the portlet in PL / SQL is the HTTP_REFERER. I read the PDK API but I could not understand how to use the HTTP_REFERER And as I get the realpa

  • Computer Name/"Computer's website" discrepancy after static IP used.

    Modifying my network settings to use a static IP has caused a problem with my web sharing. Whereas before the computer name, computer's website and personal website were in sync, now the computer name is correct, but the latter two use something diff

  • Verizon email disappearing

    I am having a problem with my verizon email disappearing.  I am using the verizon web interface.  Can someone help with this problem.  How can I keep my email accessible. Thanks,