UDA loading via Data load rule

Hi all,I would like to load a file with two columns:-1st column contains current members of a dimension-2nd column contains the UDA I would like to associate to the member.Ex:ENP8XX,CNYENR8XX,CNYENB3XX,THBENM4XX,JPYI know that I should do it through the Data Prepr Editor. But I can't.I open the data file, associate the 1st column to the dimension, declare the 2nd column as UDA.When I try to validate the rule, I always get the same error message:"Field 2 -- This field is defined as a USERATTR. There is no associated member field preceding this field in the same dimension."Can anyone detail the steps to do what I want ?ThanksJM

Hi,I tried this:1. Opened Data Prep Editor2. File | Open SQL and Enter3. Enter SQL with 2 columns and OK/Retrive button4. userid/password for RDBM5. click on first column and Field | Properties6. Dimension Building Properties tab7. Field Type: Generation Dimension: <select dimension> Number: 28. Next button to move to secound column9. Field Type: UDA Dimension: <select dimension> Number: 210. View | Dimension build field11. Options | Validate12. OK message: "The rules file is correct for dimension building".Hope this helps,GrofatyMy system: Windows XPsp1, Essbase 6.1.4

Similar Messages

  • How to rectify the errors in master data loads & transactional data loads?

    hy,
    please any one tell me
    How to rectify the errors in master data loads & transactional data loads?
    thnQ
    Ravi

    Hi,
    Please post specific questions in the forum.
    Please explain the error you are getting.
    -Vikram

  • Init Load,Historical Data Load & Delta Load with 'No Marker Update'

    What is the difference b/w Compression in Inventroy cube while Init Load,Historical Data Load & Delta Load with 'No Marker Update'???
    please help for this quesy..
    Thanks
    Gaurav

    Hi Gaurav,
    I believe you will find the answers here...
    [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0b8dfe6-fe1c-2a10-e8bd-c7acc921f366&overridelayout=true]
    regards
    Pavel

  • Cannot view metadata loaded via Outline load utility in Webform

    I loaded meta-data via outline load utilities with no errors but cannot view the meta on a web form
    Here is my header
    Entity     Data Load Cube Name     Point-of-View,Position     Status     FT/PT     Salary Basis     Employee Number     Employee Name     Hire Date     Position Start Date     Position End Date     Position Name     
    Another intriguing fact is that I am currently loading these members to entity, even when I load to Position, I still cannot view the data. Functionally, it makes more sense to load these members to position

    Sh!va wrote:
    Hi ,
    A little correction in John post i think he mistakenly given wrong path, In Planning Admin --> Dimension than select the dim on which you have added member.
    If we select Admin > Manage than we will get database or securtiy create/refresh option.
    Cheers!
    Sh!vaNo version was mentioned so I assume the latest and it is as I said Administration > Manage > Dimensions
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Problem while loading Master data load

    Hi,
    i am loading master data for 0PROJECT. for attributes and text we do have delta.
    for text after load added records will be 0 eventhough few records there and they are transferred records. i checked in RSA3 it has records.
    can any body tell me the reason for this?
    Thanks,
    Vijaya

    for full load only no of added records are 0 where transferred are 26.
    i checked in master data table and all these records already present... may be becoz of that reason if i do full load and delta ...added is 0 only.
    am i right in this? plz let me know.
    Thanks,
    Vijaya

  • Outline load utility Data load error in Planning

    Hi,
    We are loading the data using OutlineLoad utility in Hyperion Planning 11.1.2.1,but data is not loading and the log file showing the below error.
    Unable to obtain dimension information and/or perform a data load: com.hyperion.planning.olap.NoAvailableOlapConnectionsException: Unable to obtain a connection to Hyperion Essbase. If this problem persists, please contact your administrator.
    Can you please why we are getting this error.
    Thanks.

    Hi John,
    I tried refresh the db and running the utility again, still its showing same error,
    and the log file showing the following.
    [Sat Oct 15 16:52:23 2011]Local/ESSBASE0///2560/Info(1051164)
    Received login request from [::ffff:IP]
    [Sat Oct 15 16:52:23 2011]Local/ESSBASE0///2560/Info(1051187)
    Logging in user [admin@Native Directory] from [::ffff:IP]
    [Sat Oct 15 16:52:23 2011]Local/ESSBASE0///2788/Info(1051001)
    Received client request: List Applications (from user [admin@Native Directory])
    [Sat Oct 15 16:52:23 2011]Local/ESSBASE0///11872/Info(1051001)
    Received client request: List Databases (from user [admin@Native Directory])
    [Sat Oct 15 16:52:23 2011]Local/ESSBASE0///11232/Info(1051164)
    Received login request from [::ffff:IP]
    [Sat Oct 15 16:52:23 2011]Local/ESSBASE0///11232/Info(1051187)
    Logging in user [admin@Native Directory] from [::ffff:IP]
    [Sat Oct 15 16:52:23 2011]Local/ESSBASE0///2824/Info(1051001)
    Received client request: Get Application Info (from user [admin@Native Directory])
    [Sat Oct 15 16:52:23 2011]Local/ESSBASE0///2560/Info(1051001)
    Received client request: Get Application State (from user [admin@Native Directory])
    [Sat Oct 15 16:52:23 2011]Local/ESSBASE0///2788/Info(1051001)
    Received client request: Select Application/Database (from user [admin@Native Directory])
    [Sat Oct 15 16:52:23 2011]Local/ESSBASE0///2788/Info(1051009)
    Setting application BUD_APP active for user [admin@Native Directory]
    [Sat Oct 15 16:52:23 2011]Local/ESSBASE0///11872/Info(1051001)
    Received client request: Logout (from user [admin@Native Directory])
    Thanks

  • SQL Loader - Conditional Data Loading

    Hello Friends,
    I am trying to use SQL Loader to load the following records in to the Emp table (columns being - empno, ename, job, mgr, hiredate, sal, comm, deptno ).
    7876,ADAMS,CLERK,7788,"23-MAY-87",1100,,20
    7900,JAMES,CLERK,7698,"03-DEC-81",950,,30
    7902,FORD,ANALYST,7566,"03-DEC-81",3000,,20
    7934,MILLER,CLERK,7782,"23-JAN-82",1300,,10
    I want to put a condition that the data should be loaded only when the 5th field in the record (i.e, the Hiredate field) should be greater than "01-JAN-82". So with this condition, the only records to be loaded are the 1st, and the 4th one... the other two records have the hiredates being less than "01-JAN-82".
    load data
    infile 'c:\mydata.csv'
    into table emp1
    when .....
    fields terminated by "," optionally enclosed by '"'          
    ( empno, ename, job, mgr, hiredate, sal, comm, deptno )
    I am unable to put the when condition in the control file above and would be grateful if you kindly can give me some pointer as to how to achieve this.
    Thanks and Regards.
    Edited by: user645883 on Dec 29, 2008 12:45 AM

    Hello Friends,
    Thanks for your replies.
    The examples only show the when clauses where we can only use "=" or "<>" in the clause. I am trying to see if we can use ">=" or "<=" in the when clause to load the conditional data. Also trying to find out if date fields can be compared in the when clause. I am unable to do so till now and it throws syntax errors everytime
    I am able to test the when with string literals and with "=" and "<>" conditions though.
    Please help.
    Thanks & Regards.

  • Troubleshooting 9.3.1 Data Load

    I am having a problem with a data load into Essbase 9.3.1 from a flat, pipe-delimited text file, loading via a load rule. I can see an explicit record in the file but the results on that record are not showing up in the database.
    * I made a special one-off file with the singular record in question and the data loads properly and is reflected in the database. The record itself seems to parse properly for load.
    * I have searched the entire big file (230Mb) for the same member combination, but only come up with this one record, so it does not appear to be a "last value in wins" issue.
    * Most other data (610k+ rows) appears to be loading properly, so the fields, in general, are being properly parsed out in the load rule. Additionally, months of a given item are on separate rows, and other rows of the same item are loading properly and being reflected in the database. As well as other items are being loaded properly in the months where this data loads to, so, it is not a metadata-not-existing issue.
    * The load is 100% successful according to the non-existent error file. Also, loading the file interactively results in the file showing up under "loaded successfully" (no errors).
    NOTE:
    The file's last column does contain item descriptions which may include special characters including periods and quotes and other special characters. The load rule moves the description field to the earlier in the columns, but the file itself has it last.
    QUESTION:
    Is it possible that the a special character (quote??) in a preceding record is causing the field parsing to include the CR/LF, and therefore the next record, into one record? I keep thinking that if the record seems to fine alone, but is not fine where it sits amongst other records, that it may have to do with preceding or subsequent records.
    THOUGHTS??

    Thanks Glenn. I was too busy looking for explicit members that I neglected thinking through implicit members. I guess I was thinking that implied members don't work if you have a rules file that parses out columns...that a missing member would just error out a record instead of using the last known value. In fact, I thought that (last known value) only worked if you didn't use a load rule.
    I would prefer some switch in Essbase that requires keys in all fields in a load rule or allows last known value.

  • SQL*Loader and data enclosed by single quotes

    Hello,
    I need to migrate some data from Sybase to Oracle. Can't use the Migration Workbench because this is Sybase's SQL Anywhere product. We are therefore trying to load via SQL*Loader.
    Sybase outputs its data into text files and encloses it with single quotes, like:
    'ABC123',
    'UR94LL',
    '7YUHII'
    We are running into a problem because we cannot figure out how to use the OPTIONALLY ENCLOSED BY parameter with single quotes. If we just use the FIELDS TERMINATED BY parameter, then the entire string, including the quotation marks, gets loaded into the Oracle table. This causes bad records to be created when the data is exactly the length of the column width - the two quotation markss make the field longer than is allowed in the table. Plus - the data shouldn't have quotes around it in normal situations.
    We can do 'Find and Replace' to replace the single quotation marks with double quotations, but some of the Sybase tables are huge, and we'd like to avoid having to open and edit them. However, if this is the only way to go, then we'll have to use it. I just wondered whether anyone had run into this before and been able to solve it.
    Thanks.
    -melissa

    We are running into a problem because we cannot figure out how to use the OPTIONALLY ENCLOSED BY parameter with single quotesTry
    OPTIONALLY ENCLOSED BY X'27'http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96652/ch06.htm#1015083

  • PAS Data Load  iin Cube Builder Dimensions

    Hi All,
      Two important questions about SSM Implementation , that are impacting our development
      1 - Is it possible to develop a data load to fill dimensions created in Cube Builder ? For example, the user wants to be able to fill dimensions manually in SSM BUT      wants to load some aditional information via data load un the same Cube created via Cube Builder Tool  What I see is that, when we fill the dimension manually in Cube Builder a internal code is created in PAS Database
          INPUT
          L0M1281099797397 '001'
          but I am in doubt about to reprocude the same code via data load in a PAS Procedure
      2 - My customer in his original system maintains a relationship between Iniatitives Is it possibile to do the same in SAP SSM ? I looked for the documentation anda I had not found anyting
          associated with this
      Regards,
         Cristian

    Hi Cristian,
    Jus for clarification: do you want to modify a dimension that was created through Cube Builder? Or do you want to create and maintain a new dimension without going through Cube Builder?
    If you are trying to create a new dimension, how many times would this dimension changed? And would the change be made manually or would the structure be available in a table?
    I usually would suggest to have the dimension structure in a table and use PAS procedures to create/re-create the dimension. You can assign whatever technical name and label you want, and as long as you maintain the same technical name for each member, you should be able to recreate dimensions without losing any data.
    If this is a dimension that you won't change anymore you can also code it directly in PAS with the structure you find in the other dimensions:
    INPUT
    input_member1_technical_name 'input_member1-label',
    input_member2_technical_name 'input_member2-label',
    input_member3_technical_name 'input_member3-label',
    input_member4_technical_name 'input_member4-label'
    OUTPUT
    output_member1_technical_name 'output_member1-label',
    output_member2_technical_name 'output_member2-label',
    RESULT
    result_member_technical_name 'result_member-label'
    output_member1_technical_name = SUM
    input_member1_technical_name 'input_member1-label',
    input_member2_technical_name 'input_member2-label'
    output_member2_technical_name = SUM
    input_member3_technical_name 'input_member3-label',
    input_member4_technical_name 'input_member4-label'
    result_member_technical_name = SUM
    output_member1_technical_name,
    output_member2_technical_name
    Best regards,
    Ricardo Vieira

  • Data load status stay in yellow

    Hi,
    My BW platform is BW 701 with SP 5.  I am loading ECCS data hourly with 3.5 method which include transfer rule and update rule.  Most of the time the data load are successfully completed.  The total number of records is about 180,000 records and extracted in 4 packets. Once in a while, randomly one of the data packet stay in yellow could not complete the load.  But, in the next hour data load, the data loaded successfully.  We know it is not data issue.  Does anyone know why the data load is not consistently?  Any suggestions are much appreciated.
    Thanks for your suggestions,
    Frank

    HI Frank,
    This might be because some of the TRFc or Idcos might got hung.
    Check the source system job got finished or not.
    If the source system job got completed check the TRFCs and IDOCs if there are any hung TRFCs and IDOCs.
    in the monitor screen --> menu bar environment > select job overview> source system (enter id n pwd ) check the job status.
    once its done to check the TRFCs
    Info package>Monitor->Environment> Trasact Rfcs-->In source system --> it will diplsay all the TRFCs check for your hung TRFCs and try to manually flush the TRFC(F6).
    If idocs are hung change - process the IDOCs manually.
    Regards
    KP

  • Transactional data loads PIR, IM stock, Open PO's documentation

    I have to make a documentation of the process of transactional data loads.
    transactional data loads pirchase info rec, IM stock, Open PO's
    the transactional data is live in both sap and legacy, so they have to be even in both systems in all stages of this process.
    how do i maintain that is the question.
    send me any details regarding this.
    thank you
    sridhar

    Check these three thigns
    /n/sapapo/CCR
    /n/sapapo/CQ
    Check what type of stock has active IM, and what type of stock went in after you created the GR.
    Still if you have any problem let us know.
    My

  • Oracle Data Loader

    Hi guys!
    I'm planning to import a file with about 400k records with data loader (insert function).
    I do this operation with web services and I took about 7 hours. With web services I import about 20k records per time.
    Someone know if i use dataloader, will the time be improved?
    Another question, do you know how data loader do to import a file (if it divide the record, how many records per time, parallel importation, etc...)?
    Thanks in advance,
    Rafael Feldberg

    Rafael, I would recommend clicking on the Training and Support link in the upper right of your CRM On Demand application, then click on Browse Training, then click on Training Resources by Job Role, then click on Administrator and look for the following:
    Data Loader FAQ
    Data Loader Overview for R17
    Data Loader User Guide
    If you are successful using web services I would stick with that method.

  • Rate data loader

    Hey, Gurus!
    Does anyone know how many records does Oracle Data Loader On Demand send by package?
    I didn't find anything on the documentation (Data Loader FAQ, Data Loader Overview for R17, Data Loader User Guide).
    thanks in advance
    Rafael Feldberg

    Rafael, there is no upper limit for the number of records that the Data Loader can import. However, after doing a test import using the Import Wizard I would recommend keeping the number of records at a reasonable level.

  • Data load Error 1030010 - Invalid blank character in name

    <BR><BR>I try data load in Essbase Administration Services 7.1.3 and got the following error:<BR>1030010 - Invalid blank character in name.<BR><BR>I notice that this error occurred during open file before EAS even has a chance to read the first line as there was no error.txt generated.<BR><BR>The filename is ActSales1.txt<BR><BR>With the same file, we were able to load through data load in Essbase Application Manager....<BR><BR>Any idea why?

    I think you will find that the answer is a very simple one.<BR><BR>There should be no spaces in your directory or file names.<BR><BR>If you have a directory called Essbase files, then this is enough to generate the message - same with the file name.<BR><BR>I just substitute an underscore for a space so taht it is a continuous name.<BR><BR>This problem has been around for years.

Maybe you are looking for

  • Problem with memory in k7t turbo limited ed.

    serious problem!! i've got mainbord k7t turbo limited edition with vhipset via vt82c686b. untill now i had one 128 MB memory installed. I want to extend my memory but when i insert another memory to another slot computer does not start... (led status

  • AVL report - top of page event code ?

    Hi, I want to print TOP-OF_PAGE event code in ALV reprot. START-OF-SELECTION. Perform ALV_REPORT. TOP-OF-PAGE. PERFORM top_of_page. in the ALV function module(form alv_report) I have given like this. but its not printing any thing in top of ALV repor

  • Alpha channel basics from Canon 7D video

    Maybe I'm missing something basic here, as I am pretty new to messing with alpha layers/channels on VIDEO. I otherwise have a pretty good understanding of alpha when it comes to animations, photos, etc.ffects I am trying to make the black in a video

  • Mail not showing new mail count

    Very recently, Mail has stopped showing the new mail count next to the corresponding inbox on the bar on the left side of Mail. There are new emails sitting in the indox but it doesn't show a count. I upgraded to Mavericks and it there were no issues

  • Component to component communication

    Hi i have aDC  with two components comp1 and comp2 i want to call amethod present in comp1 from comp2,can you please tell me how to do it. thanks rahul