Data Load Duplicate Members Warning / Error

Hi,
I am running Essbase 11.1 and haven't used duplicate member settings much before. I'm having some trouble with data load errors.
Background
I have a dimension called "State" which includes member "SC" for South Carolina - however this is a parent member, and data loads go to it's children.
I also have a dimension called "Method" which includes member "SC" for S-Cycle
Both these dimensions are flagged to allow duplicate members.
Problem
When I load data to my outline, my error message says "Member SC is a duplicate member in the outline". I am using a rules file, and have told essbase that my one column represents the "Method" dimension. Because I load to a child of the state, I am not loading data to SC state directly (I ignore the state column in my data).
Any ideas on what I need to do to get this to work? I"ve tried prefix/suffix to add [Method].[SC] and similar but no luck so far.

Thanks John - still not quite working
I should give another detail / extra complexity
The "Geographic Location" dimensions looks like this:
"Geographic Location" (Gen 1)
"United States" (Gen 2)
"SC" (Gen 3)
"Unique Facility 1", "Unique Facility 2" etc (Gen 4)
The data I have would be for Facility 1, Facility 2 which are unique member names which just happen to roll up under SC in the outline. I would have thought it would just load directly to those members without needing to specify their parent values.
Do I need to specify [Geographic Location].[United States].[SC].[Facility 1] ? This seems like it's something that needs to be done in the source file rather than using the prefix/suffix features of the Rules File.

Similar Messages

  • Essbase Error(1003050): Data Load Transaction Aborted With Error (1220000)

    Hi
    We are using 10.1.3.6, and got the following error for just one of the thousands of transactions last night.
    cannot end dataload. Essbase Error(1003050): Data Load Transaction Aborted With Error (1220000)
    The data seems to have loaded, regardless of the error. Should we be concerned, and does this suggest something is not right somewhere?
    Your assistance is appreciated.
    Cheers

    Hi John
    Not using a load rule.
    There were two other records which rejected based on absentee members. The error message was different for them, and easily fixed.
    But this error doesn't tell us much. I will monitor the next run to see if the problem persists.
    Thanks

  • 'Cannot begin data load. Analytic Server Error(1042006): Network Error

    Hi...
    I got a error message when I upload data from source file into Planning via IKM SQL to Essbase (data).
    Some records are found following errors.
    'Cannot begin data load. Analytic Server Error(1042006): Network Error [10061]: Unable To Connect To [localhost:32774]. The client timed out waiting to connect to the Essbase Agent using TCP/IP. Check your network connections. Also please make sure that Server and Port values are correct'
    What is this error about? is the commit interval too large? now the value is 1000.

    Hi,
    You could try the following
    1. From the Start menu, click Run.
    2. Type regedit and then click OK.
    3. In the Registry Editor window, click the following directory:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters
    4. From the Edit menu, click New, DWORD Value.
    The new value appears in the list of parameters.
    5. Type MaxUserPort and then press Enter.
    Double-click MaxUserPort.
    6. In the Edit DWORD Value window, do the following:
    * Click Decimal.
    * Enter 65534.
    * Click OK.
    7. From the Edit menu, click New, DWORD Value.
    The new value appears in the list of parameters.
    8. Type TcpTimedWaitDelay and then press Enter.
    9. Double-click TcpTimedWaitDelay.
    10. In the Edit DWORD Value window, do the following:
    * Click Decimal.
    * Type 300
    * Click OK.
    11. Close the Registry Editor window.
    12. Reboot essbase server
    Let us know how it goes.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Data loads at Repository, but error in dashboard, System DSN

    Error in Dashboard UI:
    ORA-01017: invalid username/password; logon denied at OCI call OCISessionBegin. [nQSError: 17014] Could not connect to Oracle database. (HY000)
    While creating the System DSN with Oracle 11g, the error is as follows -
    Unable to connect
    SQLState=IM003
    Specified driver could not be loaded due to system error 127
    Any inputs would be appreciated.
    Thanks
    KSK

    hi
    1.tnsping directly the OBAW from cmd prompt or putty
    2.set the ODBC.INI tnsfile on linux box
    3.set the tnsnames.ora file under Oracle client on windows box
    4.try to directly view the data from repository
    5. some times network issues, so ask your dba to bounce the database
    6. take help of your DBA to investigate more from database side
    hope iit helps
    poinsts please
    thanks
    rakesh

  • BI Content data load - Caller 70 ST22 Error CX_RSR_X_MESSAGE

    Hi All,
    Currently, we have been in the process of activating BI Content mostly 3.x flows within our new development system.
    including cubes 0FIAP_C02, 0FIAR_C05, 0FIAR_C02, 0FIGL_C01 etc. Activation of content through to source system has been successful though data loading has proved into the cube through the 3.x flow has proved to be an issue.
    The problem being when the info package is run to update the specific cube the load remains in yellow pending status before eventually reaching its time-out limit and producing a caller 70 error as below:-
    Short dump in the Warehouse
    Diagnosis
    The data update was not finished. A short dump has probably been logged in BI. This provides information about the error.
    System Response
    "Caller 70" is missing.
    Further analysis:
    Search the BI short dump overview for the short dump that belongs to the request. Pay attention to the correct time and date on the selection screen.
    You access a short dump list using the wizard or the menu path "Environment -> Short dump -> In the Data Warehouse".
    Error handling:
    Follow the instructions in the short dump.
    After checking ST 22 we obtain a number of exceptions as shown detailed below :-
       The exception 'CX_RSR_X_MESSAGE' was raised, but it was not caught anywhere
        along
       the call hierarchy.
       Since exceptions represent error situations and this error was not
       adequately responded to, the running ABAP program 'SAPLRRMS' has to be
       terminated.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "UNCAUGHT_EXCEPTION" "CX_RSR_X_MESSAGE"
    "SAPLRRMS" or "LRRMSU13"
    "RRMS_X_MESSAGE"
       75   ELSE.
       76     DATA: l_text  TYPE string,
       77           l_repid TYPE syrepid.
       78
       79     l_repid = i_program.
       80     l_text  = i_text.
       81
    >>>>>     RAISE EXCEPTION TYPE cx_rsr_x_message
       83           EXPORTING text = l_text
       84                  program = l_repid.
       85   ENDIF.
       86
       87 ENDFUNCTION.
    I have looked through the many articles related the error including notes :- 551464, 850428, 615389
    Though to no avail, there are no locked idocs in sm58 and also basis have checked the DB size and all is OK, also reactivating and dropping index's did not work
    Just wondering if there could be any further issues to resolve the data loading issues?
    Many Thanks

    Hi,
    Based on the provided details, please take a look at below detail in the short dump:
    I_IOBJNM
       <Object>       (In the most of cases the impacted object is 0REQUEST)
    So, check the version of the object:  >> tcode RSD5 - <object> -> Display 
    -> 'Version Comparison' button -> display All Properties  ->  Active/Content Version
    By these steps you can see what is different in the versions (A-Active and D-Delivered)
    To solve the issue check the steps provided in note 1157796 (in the first part - Symptom item)
    It should helps.
    Regards,
    Sinara

  • Data load through DTP giving Error while calling up FM RSDRI_INFOPROV_READ

    Hi All
    We are trying to load data in Cube through DTP from DSO. In the Transformation, we are looking up Infocube data through SAP Standard Function Module 'RSDRI_INFOPROV_READ'. The Problem we are facing is that our loads are getting failed & it is giving error as 'Unknown error in SQL Interface' & Parallel process error.
    In the DTP, We have Changed the No. of Parallel processes from 3 (default) to 1 but still the above issue exists with data loads.
    We had similar flow developed in 3.5 (BW 3.5 Way) where we had used this Function Module 'RSDRI_INFOPROV_READ' & there our data loads are going fine.
    We feel there is compatability issue of this FM with BI 7.0 data flows but are not sure. If anybody has any relevant inputs on this or has used this FM with BI 7.0 flow then please let me know.
    Thanks in advance.
    Kind Regards
    Swapnil

    Hello Swapnil.
    Please check note 979660 which mentions this issue ?
    Thanks,
    Walter Oliveira.

  • 0HR_PY_PP_1 Data Load (Initilization or Full) Error

    Hi,
    I am trying to perform data load (Initialization or Full) on 0HR_PY_PP_1 Data source.
    Selection options I am opting for is 01.01.2013 - 31.12.2014 ...to make sure Payroll is closed.
    Error:
    Data load is being failed with error "Personnel no. XXXXXX : Could not import payroll result 00221" - HR_BIW_PP
    Our ECC component SAP_HR-Release 604,Release - 0084 and Service Package - SAPKE60484
    Can you please update me how to resolve this error
    Thanks

    Hi,
    Have you tried to extraction at RSA3?
    if you get the same error message then seek SAP HR Team help.
    Seems like there is some issue about Mentioned PERNR and payroll assignment.
    HR Team can explain about it.
    if possible try run info pack with other PERNR selection and see. it may pulls data.
    Thanks

  • Data Load Transaction Aborted With Error [1130203]

    <p>I can't to load data by using rule file . How can I fixthis problem? it shown error message "Data Load TransactionAborted With Error [1130203]".</p><p>My Essbase is ver 7.0.0.</p>

    Don't have that message.<BR><BR>Have you lookedin the Application log to see if there is any more information - this is the best place to start.<BR><BR>Is the file that you are trying to load the same format as previous files loaded - has anything changed ?<BR><BR>maybe you need to open the load rue, and then open the file to see if teh data lines up with the expected format and setup of the load rule .

  • Data loads at Repository, but error in BI Dashboard, System DSN

    Error in Dashboard UI:
    ORA-01017: invalid username/password; logon denied at OCI call OCISessionBegin. [nQSError: 17014] Could not connect to Oracle database. (HY000)
    While creating the System DSN with Oracle 11g, the error is as follows -
    Unable to connect
    SQLState=IM003
    Specified driver could not be loaded due to system error 127
    Any inputs would be appreciated.
    Thanks
    KSK

    May I point out the obvious?
    ORA-01017: invalid username/password

  • Duplicate members from same dimension on data load

    Hi friends,
    i have three dimensions.ORG,CUSTOMER,MEASURES. I HAVE SHOWN THE STRUCTURE BELOW.
    ORG
    group(GEN2)
    raja(GEN3)
    vertical(GEN2)
    raja(GEN3)
    CUSTOMER
    raja(GEN2)
    MEASURES
    actual.
    I AM USING DUPLICATE MEMBERS CONCEPT.
    The problem is that how to load data for duplicate members in the same dimension.since i am having group and vertical under ORG. how to give names for those colums.i have given my data file which i used to load.
    gen2,ORG gen3,ORG gen2,CUSTOMER actual
    group raja vertical raja raja 20
    here i dont know what name to give for vertical and raja since it is a duplicate member from the same dimension.
    i also tried to load data for group and verical separately. it loads successfully. but when i view the member raja(from CUSTOMER dimension) across actual i get the value as 40. since i have loaded the data twice( one combination for group and one for vertical.
    can anyone help me to resolve this problem. it will be of great help to me.
    Thanks.

    Hi,
    To ensure duplicate member outline hierarchies are built correctly, use qualified member names in data source or use the rules files to construct qualified member names from fields in the data source
    Example:-
    suppose we have this data set-
    West India Delhi 12344
    West India Bangalore 46544
    East "New york" "New york" 126787     
    Here I am using the RULE FILE to construct qualified member names--
    Step 1:- Create the additional TEXT fields, create one field each for the
    following text elements-
    Step 2:- Using the MOVE operation, move the fields to the following sequence:
    1 . .2 . .3 . .4 ..5 ... 6 . 7 . . . 8
    [   west  ].[  India  ].[  Delhi  ] 12344
    step 3:- Using JOIN operation, join together fields 1 2 3 4 5 6 7 to create a
    signle field as
    1     .     . . . . . . . . . . . . . . 2
    [west].[India].[Delhi] 12344
    OR
    you should specified the full qualified name in your DATA SOURCE.
    Hope it will help you.
    -Mohit

  • RSM2052 error after import Support Package SAPKW70022 in MSSQL Data Load

    Hi;
    I imported Support Package SAPKW70022 but after import data load from  MSSQL gives error RSM2052.
    How can I solve my problem.
    Best Regards.

    Hi,
    I think I have to stop extraction process in LBWE or R/3. Can anybody tell me how to stop extraction process.
    Thx & Regds,
    SGK

  • Error in Unit conversion while data loading

    Hi,
    I have maintained DSO in Material (0MATERIAL) info object > Bex tab > Base unit of measure > ZDSO; Then loaded this ZDSO from std data source  0MAT_UNIT_ATTR so that all conversion factors into different units which are maintained in material master data in ECC would get loaded to this DSO.
    Then I have created one Conversion type (ZCON) to read source unit from record and convert it to fixed unit "ST" with reference info object as 0MATERIAL. ST is customized UOM here.
    I am using ZCON conversion type to convert Qty in base UOM to Qty in ST in Bex reports under conversion tab of key figure. Now as this is std functionally, conversion would automatically takes place using ZDSO (mentioned above) as source and target UOM are not from same dimension (Base UOM is EA and target UOM is ST).
    If conversion factor to ST is not found in ZDSO then conversion to base UOM would happen automatically. Now this functionality is happening perfectly in Bex but its giving error if I use the same conversion type ZCON while data loads. Its giving error for those material for which ST conversion is not maintained. But when its not maintained by default it should convert it to base UOM, but its not converting and giving error in data loads.
    Hope I am able to explain the issue.
    Please help me on on this issue or any way around.
    Thanks in advance.
    Prafulla

    Ganesh,
    Can you please check out the Alpha Conversion Routine and also nodeid for that infoobject..
    There might be some inconsistencies in the code..
    Hope it helps
    Gattu

  • EIS 6.2 Data load

    We are upgrading to EIS 6.2. I've set up an outline that mirrors our production outline and can perform a member load without errors. The data load also runs without errors, the problem is no data gets loaded. I have cut and paste the SQL query the EIS generates from the log file and used it the query the Oracle database. It returns valid data. Has anyone had this data load issue with EIS 6.2. I checked the log file after the data load and I cannot find any errors.

    have you tried putting that working SQL statement in the user defined sql and using it for the data load? what do the loadinfo/dataload.txt files say (if anything)

  • Can't Delete Data Load Request

    Hi All,
    During the initial data load there was some error and the data load in Manage ODS is shown as RED, also 12 records are seen as uploaded, which can be seen in New Data Tab. This request is also seen as available for reporting but with RED Light. Now, we want to delete this request but we can't, the reason is beyond our knowledge. Can some help how to delete this request, so that we can load data again. Below is wht we could get
    Message type__________ E (Error)
    Message class_________ RSMPC (Messages for Process Chains of Generic Processes)
    We didn't use Process Chain for uploading the initial data
    Thanks & Regards
    Vikas

    Hi,
    Go to the info package
    select the "Sheduler" menu
    Delete the initial upload data and try the initial load again
    regards
    Happy Tony

  • SAP BPC 7.5 SP 7 - Master Data Load Detected duplicate member ID

    Hi Gurus I have  a requirement.
    I am loading the Master data for Cost Center - initially while loading master data i didnot load hierarchy. Now I started to load the Master data with Hierarchy but when ever I tried vailidate the transformation file then it is throwing the "Detected Duplicate member "
    Let me show you the transformation - what I wrote there
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = TAB
    *MAPPING
    ID=ID
    *CONVERSION
    ID=Master_Data_Conversion.xls
    Conversion Master_Data_Conversion.xls has the following code this is to remove the spaces EXTERNALINTERNAL
    *js:%external%.toString().replace(/\s+/g,"")
    Let me show you how I have selected the Data type - Master Data /text from NW BW Infoobject
    Selection of infoobject - 0costcenter
    Format - External Format
    Set Selection - first Tab - Attribute I only wante the Control Area which is 1000 so - Control Area = 1000
    2nd Tab - Hierarchy - Import Text node - yes Hierarchy node - xxxxxxx  Version - Empty Member ID - first member    Level - Blank
    3rd Tab Language - English
    4th Tab Attribute list - Controling Area only is selected
    Note: Let me tell you that when I am loading the Master data with out Hierarchy inthe Set Selection the loading is succesful but when I am doing it with the Hierarchy as mentioned in the 2nd Tab I am getting the error as following.
    Master data (dealt by table level) has errors
    Detected duplicate member ID '201100'
    Also, the Master data for Cost Center in the BW is a time dependent so it is having Valid to and Valid from fields which is not there to be delt in the BPC.
    Please Help

    @Vinay let me tell you when the BW is having the master data which is time dependent then it will have this Duplicate member as we will have duplicate cost center names which are compounded with the Time, so BW will not show an error as there is compounding but BPC do not have that feature.
    The was raised with SAP and they resolved this issue.
    SAP Note 1641529 - Loading Master Data gets duplicate error in special case
    When running Data Manager Package 'Loading Master Data from BW
    InfoObjects', 'Duplicate Members are found' error may be reported in below
    case:
    o In the source BW InfoObjects, there are master data that have
    different lengths, and their IDs are all numeric characters. And
    o If the members are sorted by their lengths first and then IDs gets
    a different order compared with the one if they are sorted directly
    by their IDs. Take member '122' and '1101' for instance. In BW,
    they are sorted as [122, 1102]; if they are sorted directly by the
    IDs, the order is [1102, 122]. And
    o when running the package, the members are in both 'Attribute' and
    'Hierarchy' selection, and the option Filter members by Attributes
    or Hierarchies is used. And
    o Select 'External Format' when running the package.
    Other terms
    DM, Loading Master Data from BW, Duplicate Members
    Reason and Prerequisites
    It's a program error.
    Solution
    Please apply this note or upgrade to SP11.
    I hope this will help you else let me know the entire requirements so that I can provide some kind of assistance.
    Do check how the master data in ur BW is then how the hierarchy nodes and costcenter nodes are there?
    Good Luck
    Vijay Sumith

Maybe you are looking for

  • How do you use the MASK tool with 4K footage?

    Hi everyone! Normally when I use the mask tool, I drag it onto the footage and four nodes appear on the clip, one in each corner - and then I can move each corner to where I want it... I've just shot some 4k footage using a Canon 1d-c and for some re

  • Images imported from library are empty

    Sorry, I did post this query a few days ago, and I did get a response but unfortunately it did not help. When I import my images to the library, I can see them fine in the viewer window. However, when I drag the images to the stage I get just an empt

  • Laptop will not startup.. please help!!

    I have a L505D-S5983 w/ Windows 7 that will not start up. when i turn the power on everything looks good, the Toshiba screen pops up like always, then this black "Windows Error Recovery" screen pops up and gives me 2 options 1) Launch Startup Repair

  • How to delete someone in iPhoto ?

    I want to keep the photos where they appear, but I don't want to see Michael & Marine either in iPhoto. How to do this ? Moving their folder to the trash doesn't work

  • RH 8 / IE7 : only first call to display help works ...

    Hi everybody, I made a webhelp with RH 7 and the call from the website to display the help worked well (with Firefox and IE). But since i upgraded it to RH 8 i have an issue with the webhelp call (only with IE, it workds well with FF) : when i call t