Scheduling ERPI metadata load rule

Hi,
I have an ERPI metadata load rule that I have to schedule. Are there ERPI APIs available for this? Is there a way to schedule the metadata loads?
Thanks.

This stands out to me
"Plan Type (FINANCE)] which has no corresponding column on the planning side."
If there definitely a plan type called FINANCE in application Main on vm-hypplantst0
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • How to choose member position during ERPi metadata load ?

    Dear All ,
    We are using ERPi to load data and metadata from EBS to our target Hyperion Planning Application .
    during metadata load , members set to be at the root of the dimension .
    My question , How to choose where the extracted members to be placed at certain position at EPMA Hierarchy

    What you would do is set up your load rule as a dim build too. First pass you would load the data file as a dim build adding unknown members to a default parent like "Unknown Members". Then second pass, load the file again as data load and all members will exist for load to complete successfully.

  • Duplicate alias during ERPi metadata load

    Hello All,
    I am trying to load metadata to Hyperion Planning using ERPi from EBS GL. However, many of our descriptions may be same across accounts or other dimensions. In Planning, we generally combine member name plus description to create a unique alias. How can I combine account name and account description to load to load as alias in Hyperion Planning? I am on v11.1.2.2
    TIA

    duplicate post :- ODI - Hyperion Planning Metadata load issue
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ERPI Metadata load fails

    Hi,
    1. I am trying to load metadata to classic essbase application from peoplesoft using ERPI. The process fails with the below error.
    ERPI Process Start, Process ID: 19
    ERPI Logging Level: DEBUG (5)
    ERPI Log File: C:\Windows\TEMP\/aif_19.log
    Jython Version: 2.1
    Java Platform: java1.4.2_08
    COMM Dimension Pre-Processing - Multi Process Validation - START
    COMM Dimension Pre-Processing - Multi Process Validation - END
    Error in Start PS Load Dimension Members
    java.lang.Exception: The scenario did not end properly.
    When looked at ODI, the error is as below.
    java.sql.SQLException: java.sql.SQLException: ORA-00001: unique constraint (TST_ERP.AIF_DIM_MEMBERS_STG_U1) violated
    2. Chartfields in Peoplesoft does not have the hierarchy structure of parent child relationship. How will ERPi build the hierarchy in Hyperion if the chartfield do not contain the hierarchy structure.
    Regards,
    Ragav.

    Jeff,
    Thanks for response. I had opened an SR with oracle for this. It was a bug and the resolution is below. After this change, the process succeeds. However the metadata does not flow inside Hyperion Essbase application. Load method is classic. Do I need to configure any adapters for ERPI to work with Essbase?
    SYMPTOMS
    Issue Clarification
    When running a metadata rule within ERPi for a PeopleSoft Source System the metadata rule fails. The ODI Operator shows that the "PS_GL_LOAD_DIMENSION_MEMBERS" process is failing at step 20 PS Extract Dimension Members.
    java.sql.SQLException: ORA-00001: unique constraint (ERPINTEGRATOR.AIF_DIM_MEMBERS_STG_U1) violated
    CAUSE
    This caused a unique constraint exception as there were multiple records with the same "NAME" but with different EFFDT values in the AIF_PS_CF_METADATA table.
    SOLUTION
    Until the fix is included in the next service pack, the following update
    statement can be run *after* every execution of the Initialize Source System
    process on a PSFT source system:
    UPDATE AIF_PS_CF_METADATA
    SET EFFDT_FLAG = 'Y'
    WHERE SOURCE_SYSTEM_ID = ?
    AND EFFDT_FLAG = 'N'
    AND (
    (FIELDNAME = 'AFFILIATE_INTRA1' AND RECNAME = 'AFFINTRA1_VW')
    OR (FIELDNAME = 'AFFILIATE_INTRA2' AND RECNAME = 'AFFINTRA2_VW')
    Regards,
    Ragav.

  • FDM ERPI data load rule error

    Hi,
    When I am extracting the data from EBS to Planning(run the data rule),I got this below error
    Error: Unable to launch process. Creation of Data Rule File failed.
    Can you please why I am getting this error
    Thanks in advance

    Please do not post your question to existing questions.
    Please take a moment to review this posting:
    Forum Posting Tips & Etiquette

  • FDM Metadata Load Method in ERPI

    Hi,
    Can anyone point me in the right documentation for how the FDM metadata load rule in ERPI works? I've read through the ERPI admin guide which gives the basics but I want to know more detailed information. If we have this method selected for our source Ebusiness system, do we still need to run the metadata rule everytime we need to run a data load into Planning ?
    Thanks

    You do not need to execute the metadata rule each time you do a load to PLanning. The Metadata Load Rule is used to load metadata from EBS into the target environment. What specifically are you looking for?

  • Metadata load using ERPi

    Hi All,
    I am new to ERPi, Our client is willing to implement ERPi Metadata load. The source is People soft 9.1 and the target Hyperion EPMA planning 11.1.2.2.300.20.
    My source COA tree structure is different with my target Hyperion COA structure, can we implement metadata load using ERPi, if so how can we do it?.
    and what are the considerations to be taken care in the metadata load.
    Any thoughts on these would really appreciate your response. Thanks in advance.
    Best regards,
    Vishy

    The response from support is correct.

  • Relationship between ERPi metadata rules and Data load rules

    I am using version 11.1.1.3 to load EBS data to ERPi and then to FDM. I have created a Metadata rule where I have assigned a ledger from the Source Accounting Entities. I have also created a Data Load rule that references the same ledger as the metadata rule. I have about 50 ledgers that I have to integrate so I have added the source adapters that reference the Data Load rule.
    My question is... What is the relation between the Meatdata rule and the Data load rule with the ledger? If you can specify only one Ledger per metadata rule, then how does FDM know to use another metadata rule with another ledger attached to it? Thanks!!!

    Aksik
    1 How freequently this activation problem occurs. If it is one time replicate the datasource and activate thetransfer structure( But in general as you know activation of transfer structure should be done automatically after transport of the object)
    2 One thing for difference of time is environmental as you know in production system so many jobs will run at the same time so obiously system performance will be slow compare to Dev System. In your case both the systems are performing equally. You said in dev system for 50000 records half an hour and in production 200000 records 2hrs so records are more in Production system and it took longer time. If it is really causing problem then you have to do some performance activities.
    Hope this helps
    Thnaks
    Sat

  • Query regarding Metadata load in Essbase using rule file

    Hi
    In our application,we are  loading metadata using Essbase rule file and  here we are facing one problem.Suppose we have to load a level 0 member called "xxxx" under two different parent,assume the parent members are Parent_AAAA and Parent_BBBB.But our requirement is the consolidation operator for the first occurrence ( i.e under Parent_AAAA)  is "+" and for the shared member under Parent_BBBB is "-".But,when we are loading using rule file the consolidation operator for the shared member always being loaded as "+".Is there any trick to change the consolidation operator for shared member other than  changing it manually in outline?
    Pls help....Thanks in advance.

    I don't think there is a way to change the default setting.
    However, what you can do is  to have a different load rule and different text file with only the metadata that you want to have an exception for shared members. That way, you can achieve it as you do not have to change the existing rule file.
    Regards
    ORACLE | Essbase

  • Essbase load with load rules and add to option

    Is there a trick to loading data from one essbase cube and using a load rule to convert it to new metadata values and
    aggregating like values?
    My data came out very strange looking. Does 'add to' null out values if adding to null?
    Does the strip leading trailing zeros interfere with file layouts? My data was spotty and ended up in Dec but no other months.
    Thanks

    adding values to a null value "Missing" results in the value.
    Did you extract your data in column format? If so, ignore the top two rows The first row is the row dimension info, the second the columns for the data values. In sample basic you might see something like
    Markets, products, scenario,accounts
    Jan feb mar apr .....
    so the first 4 columns are the row dimension members and the next 12 fields are the data values by month.
    stripping leading and trailing values has no effect especially since an export puts quotes around member names

  • Do we need to re-create data load rules if we upgrade from EBS 11 to 12?

    If so, please explain the reason. Thanks.

    If you upgrade from EBS 11 to EBS 12 you would need to create a new source system registration in ERPi.
    Once the new source system is created, you would then need to initalize the source system in ERPi.
    From there you would need to associate it with an import format and locations in ERPI and your data load rules are then based on the location.

  • Automation of Load Rule in Unix

    Hi,
    We have Essbase installed on the Linux server.When are running a shell script to run a calc or run a load rule we are getting an error "Essbase client Directory Not Found".
    Do we need to install the Essbase Client on the server to resolve this?
    Any help is appriciated.

    There is no internal scheduler.You either have to use Windows Scheduler, Unix Cron or a third party tool. Take a look at Star Analytics Command center, it is designed specifically for Hyperion applications http://www.staranalytics.com/products/command_center.htm

  • Load Rule validates, yet no data values modified

    The load rule worked on a server running an NT operating system with essbase version 6.1.3. I rebuilt the application on a server running W2k with an essbase version 6.1.6. The load rule validates on the new server. The load looks as if it is loading correctly. When I check out the log file, it shows a warning number 1003035 with a message stating "No data values modified by load of this data file." Any ideas??? Creating a new load rule from scratch did not work. My next plan of attack is to check out the actual txt file to see if anything looks odd.

    Have you got any record select or record reject statements in your rules?

  • How to open a .csv file in a load rule

    Hi All,
    I am trying to open a .csv file in a load rule to find it is working correctly. But, I am not given an option to look at the .csv files when I click on "Open Data File" option from the File menu.
    Please suggest.
    TIA,
    Vamsikrishna.

    I have tried that as well.
    But, It is not giving me that option, "All files".
    It is just showing
    Text files (*.txt),
    Excel Document (*.xls),
    Week1 Document (*.Wk1),
    Week2 Document (*.Wk2),
    Week3 Document (*.Wk3) and
    Week4 Document (*.Wk4).
    Please suggest.
    TIA,
    Vamsikrishna.

  • How to use a substitution variable in a load rule?

    I need to use a substitution variable in a load rule in a column, as I will receive a parameter to fix the Month and Year values within the data loading, could somebody tell me if this is possible. I put an expresion "&Yearproc" in the column value but it is not working.

    If you're a member of ODTUG (or even if not, you can sign up for an associate membership for free) you can download Glenn's presentation from 2009 Kaliedoscope "Little Used Features of Essbase (Like Data Mining and Triggers)" -- there is a section in that presentation on substitution variables -- he does a really good job in showing how this works.
    Go to: www.odtug.com, then Tech Resources, then Essbase/Hyperion, and search for Schwartzberg. Currently it's the ninth presentation on the list -- I think this changes based on popularity of downloads.
    Regards,
    Cameron Lackpour

Maybe you are looking for

  • Email ALV report to a distribution list

    Hi all, I have scheduled an alv report (uses ALV Grid) to run in the background using SM36.I put the spool list to be delivered to a set of people whose addresses are in the distribution list. The mails are being received by the users. But the proble

  • A page on a website which opens fine in Internet Explorer does not display accurately in Firfox...how can I fix this?

    I usually only use Firefox and don't compare screens between Internet Explorer and Firefox. However I was working on a website I am developing with a friend in Seattle and she sent me a trial and the pages don't fit on the screen right, for instance

  • Snow Leopard ... issues?

    Discounting the many personal issues discussed via these forums ... is there an official (Apple) list or report available on known issues with Snow Leopard and where can it be found? Just want to know what I might be letting myself in for!

  • Delete with IN and EXISTS

    Hi, I was suggested by one of the oracle forums member that DELETE FROM PYMT_DTL WHERE CLM_CASE_NO IN (SELECT CLM_CASE_NO FROM TEMP_ARCHIVE1 ); is same as DELETE FROM PYMT_DTL WHERE EXISTS (SELECT CLM_CASE_NO FROM TEMP_ARCHIVE1); I see rows only get

  • No licence file: further startup cancelled

    Hi Installed EDQ into WebLogic ... followed the Advanced installation steps but recieved this error when starting the managed server hosting dndirector app. Testing the installation on Windows 7. INFO: Refreshing com.datanomic.director.startup.WebApp