Data load failures in Essbase Clusters ( MSCS)

Hi,
If there is a failure on the Active Essbase Cluster Node (call this Node A) and the Cube has to be rebuilt on Cluster Node B, how will the Cube be re-built on Cluster Node B.
what will orchestrate the required activities in the correct order to rebuild the Cube)? Both Essbase nodes are mounted on to Microsoft Clustered Services.
In essential, I want to know
      A)  How to handle the metadata load that failed on Node1 onto Essbase Node2?
      B)  Does the session continues to perform the meta data/ data load on the Essbase Second Node when the Essbase First Node fails?
Thanks for your help in advance.
Regards,
UB.

It would be built the same way as you either use the Essbase clustername or the MSCS VIP used for the Essbase cluster configuration,  you would not ever be referencing a host name so it does not matter which node it is running on.
The session will be lost on a failover as it is the same as an essbase restart.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Pager from Data Load Failure

    Everynight we are loading the data into BW Production system  using Process Chains.
    When there is data load failure, is there a way we get information on Pager for immediate action.
    Suggestions are welcome.

    Easiest way (at least the way I've always set it up)is if you have a text pager is have it e-mail the pager.  The BASIS team will need to set up the SMTP service in ICM and a job to schedule the e-mails to be sent.  You'll also need to set up the e-mail address in the user's SU01 info.  There are several notes on how to set this up.
    You can also set up a program that pages you but requires an exteral modem to dial up, etc.  SMTP service is already there and pretty easy to integrate into your company's e-mail.
    -bill
    Message was edited by: Bill Smallwood

  • Data load failure with datasource Infoset Query

    Dear Experts,
    I had a data load failure today,where i am getting data from the datasource which was built on Infoset Query.
    we had a source system upgrade and when i checked Infoset query in the development of Source sytem  im getting the below message :
    "Differences in field EKES-XBLNR
         Output Length in Dictionary : 035
         Output Length in Infoset : 020
    Message was saying Adjust the INFOSET,I dont have authorisation to create the transport in the source system.I requested the respective person to Adjust the Infoset and also to regenerate the same and move to production system.
    I think this will solve my problem,Please correct me if am wrong.
    Regards,
    Sunil Kumar.B

    Hi Suman,
    i am still facing the problem even after adjusting the Infoset.The problem is we are facing the short dump with length mismatch.
    when i checked the Infoset we are taking the field xblnr from table EKES and data element for teh field was XBLNR_LONG(char-35) but when i checked the datasource in RSA2 the dataelement for XBLNR was showing as BBXBL(char20).
    i think this was causing the problem and i checked in SQ02 we will take the field directly from the table and how there is chance to change the dataelement.
    Please help me to correct the same.
    Regards,
    Sunil Kumar.B

  • Master Data Load Failure- duplicate records

    Hi Gurus,
    I am a new member in SDN.
    Now,  work in BW 3.5 . I got a data load failure today. The error message saying that there is 5 duplicate records . The processing is in to PSA and then to infoobject. I checked the PSA and data available in PSA. How can I avoid these duplicate records.
    Please help me, I want to fix this issue immediately.
    regards
    Milu

    Hi Milu,
    If it is a direct update, you willn't have any request for that.
    The Data directly goes to Masterdata tables so don't have Manage Tab for that infoobject to see the request.
    Where as in the case of flexible update you will have update rules from your infosource to the infoobject so you can delete the request in this case.
    Check this link for flexible update of master data
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/37dda990-0201-0010-198f-9fdfefc02412

  • Missing Standard Dimension Column for data load (MSSQL to Essbase Data)

    This is similar error to one posted by Sravan -- however I'm sure I have all dimensions covered -- going from MS SQL to SunOpsys Staging to Essbase. It is telling me missing standard dimension, however I have all accounted for:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last): File "<string>", line 23, in ? com.hyperion.odi.essbase.ODIEssbaseException: Missing standard dimension column for data load
    at com.hyperion.odi.essbase.ODIEssbaseDataWriter.loadData(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    I'm using multiple time period inputs -- BegBalance,Jul,Aug,Sep,Oct,Nov,Dec,Jan,Feb,Mar,Apr,May,Jun (target has all of those in place of Time Periods)
    I'm using hard coded input mapping for Metric, Scenario, Version, HSP_Rates and Currencies. -> 'Amount', 'Actual', 'Final', 'HSP_InputValue','Local' respectively.
    The only thing I can think of is that since I'm loading to each of the months in the Time Periods dimension (the reversal was set up to accomodate that)... and now its somehow still looking for that? Time Periods as a dimension does not show up in the reversal -- only the individual months named above.
    Any ideas on this one??

    John -- I extracted the data to a file and created a data load rule in Essbase to load the data. All dimensions present and accounted for (five header items as similar here) and everything loads fine.
    So not sure what else is wrong -- still getting the missing dimension error.
    Any other thoughts?? Here's the entire error message. Thanks for all your help on this.
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 23, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: Missing standard dimension column for data load
         at com.hyperion.odi.essbase.ODIEssbaseDataWriter.loadData(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
         at org.python.core.PyMethod.__call__(PyMethod.java)
         at org.python.core.PyObject.__call__(PyObject.java)
         at org.python.core.PyInstance.invoke(PyInstance.java)
         at org.python.pycode._pyx8.f$0(<string>:23)
         at org.python.pycode._pyx8.call_function(<string>)
         at org.python.core.PyTableCode.call(PyTableCode.java)
         at org.python.core.PyCode.call(PyCode.java)
         at org.python.core.Py.runCode(Py.java)
         at org.python.core.Py.exec(Py.java)
         at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.k(e.java)
         at com.sunopsis.dwg.cmd.g.A(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.hyperion.odi.essbase.ODIEssbaseException: Missing standard dimension column for data load
         at com.hyperion.odi.essbase.ODIEssbaseDataWriter.validateColumns(Unknown Source)
         ... 32 more
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Missing standard dimension column for data load
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt(SnpSessTaskSqlI.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.k(e.java)
         at com.sunopsis.dwg.cmd.g.A(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)

  • Data Load behaviour in Essbase

    Hello all-
    I am loading data from Flat File using a server Rule File. In the rule file i have properties for a feild where in it replaces a name in flat file for member name in outline so it is somwhat like this:
    Replace With
    Canada 00-200-SE
    Belgium 00-300- SE
    and so on
    Now in my flat file there was a new member for example china & the replacement for it was not present in Rule File & when the data was loaded in the system it didnt rejected that record on the contrary it loaded the values for china in
    the region which was above it and overwrited the values for the original one.
    Is this the normal behavior of essbase , I was thinking that record should have been rejected .
    I know when we do a Lock & Send via Addin & if member is not present in outline it give you warning when you lock that sheet & eventually if you dont delete that member from the template it will load data against it in the member above it.
    Is there a waok around for this problem or this is what it is ?
    I am on Hyperion Planning / Essbase Version 9.3.1.
    Thanks

    Still thinking how does these properties effects the way data is being loaded right now. Have gone through DBAG & i dont see a reason y any of these peoperties might be affecting the load^^^Here's what I think is happening: China is not getting mapped, but the replacement for Belgium is occuring and resolves to a valid member name. Essbase sees China and doesn't recognize it (you knew all of this already).
    When the load occurs, Essbase says (okay, I am anthromorphizing, but you get the ida) "Eh, I have no idea what China is, but 00-300-SE is the last good Country member I have, I will load there." Essbase is picking the last valid member and loading to that. I liken it to a lock and send from Excel with nested dimensions and non-repeating members. Essbase "looks up" a row, finds the valid member, and loads there.
    And yes, this is in the DBAG: http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_dbag/ddlload.htm#ddlload1034271
    Search for "Unknown Member Fields" -- it's all the way at the bottom of the above link.
    In fact, to save you the trip, per the DBAG:
    If you are performing a data load and Essbase encounters an unknown member name, Essbase rejects the entire record. If there is a prior record with a member name for the missing member field, Essbase continues to the next record. If there is no prior record, the data load stops. Regards,
    Cameron Lackpour

  • Data load error in essbase studio

    I get the following error when trying to load an ASO cube using Essbase Studio (EPM 11.1.2). This error doen't seem to be documented in any of the Essbase manuals. Question - does this error indicate an essbase server issue or a data source issue? I'm thnking it's datasource related, but my data source is an Oracle database, which I've used previously to load cubes without a problem. I've refreshed the source and can connect to it fine otherwise.
    Error:
    Data load started at: Fri Dec 03 08:52:21 EST 2010.      Data load elapsed time:  10 Minutes 23 Seconds.
    Failed to deploy Essbase cube.
    Caused by: Failed to load data into database: 8020.
    Caused by: Cannot execute a SQL query
    Caused by: Io exception: Socket read timed out
    Caused by: Socket read timed out
    Appreciate any hel with this issue.

    When I have issues with Studio I try to break it down slowly. I build my dimensions one at a time. If it breaks on a single dimension build I trace the issues backwards and usually find my issue in the schema.
    Studio's role in life is to create SQL load rules and as such depend on a good schema definition. Unforntunately, the dimension build rules can't be opened in EAS with the Dataprep Editor (regular load rules) because they're binary and can do things that a normal load rule cannot (text measures, date measures, time varying attributes, etc.). But that doesn't mean the .rul files are un-readable. If you're having trouble with a particular dimension build process, open the load rule it creates with something like Notepad and grab the SQL that Studio is generating and drop it into Toad (or equivalant) to see if it is generating usable code. If not, there's something wrong with your modeling and you need to go back to the mini-schema.
    When you're able to build all dimensions all at the same time, you're almost there. If your issues comes when you want to build and load data, the final debuging steps go quickly. Towards that end, the data load rules (ones that load data vs. building dimensions) generated by Studio can be edited in EAS using the Dataprep Editor. If you know SQL Load Rules, you should be able to figure out. If not, contact John Goodwin, OCS or a partner and set up a consulting visit.

  • Master data Load Failure

    Hi All,
    Could any body clearly explain the following options in the Info Package of master data Info Object with full update
    Update data
    1. PSA and then into Info Obejcts
    2  . Only PSA   ( Update Subsequently in data targets )
          Data source trasfers no duplicate records
         Igonore double data records
    While I am doing master data load with the 1 and 3 options I am getting same no of records updated in PSA but loadng is getting failured with the 1st option (Caller 01 02 .. 20 Messages ) .and request with 3rd option is success..
    Thanks in Advance...
    Regards,
    Nagamani

    Hi
    U r master data might have the Dublicate records
    select the PSA
    and select the option
    Ignore dublicate data records
    IF  you have the Deblicates
    EX
    CNO
    1010
    1020
    1010
    ITs not alowed the 1010 record
    Regards

  • Error in the hierarchy structure - Data Load Failure

    Hi
    We are having a regular Master data hierarchy Full load: 0WBS_ELMT. This data load is from the SAP R/3 source system. It was failed today with following message:
    Error in the hierarchy structure     
    Node ID 00016749 does not exist.
    Node ID 00005867 starts an endless loop
    Node ID 00001367 has not been included in the hierarchy
    Can any one help me out to solve this issue?
    Best Regards,
    Venkata.

    hi,
    refer to this thread.
    No hierarchy displaying in the Maintain Hierarchies

  • BW Data Load failure

    Hi,
       I created a BW Data Source in R/3 and checked in RSA3 (R/3) it is extracting the required record...
    But when i started data load in BW using that extractor i am geting error message
    <b>Request IDoc : Application document not posted</b>
    How can i proceed.
    Thanks

    Hi,
    Refer the link:
    https://forums.sdn.sap.com/click.jspa?searchID=937834&messageID=2379005
    With rgds,
    Anil Kumar Sharma .P

  • Initialisation data load failure

    Hi all,
    My initialisation data load for 0EC_PCA_3 failed with an error message "Selected No does not agree with transferred no." , the data processing is ok.
    I am pasting the shrot dump from the source system below.
    Error analysis                                                                               
    An error occurred when executing a REMOTE FUNCTION CALL.                    
    It was logged under the name " "                                            
    on the called page.                                                                               
    Last error logged in SAP kernel                                                                               
    Component............ "SAP-Gateway"                                         
    Place................ "SAP-Gateway on host hccr3prda1 / sapgw00"            
    Version.............. 2                                                     
    Error code........... 242                                                   
    Error text........... "timeout during allocate"                             
    Description.......... "no connect of TP opti1 from host hccr3prda1 after 22 
    sec"                                                                       
    System call.......... " "                                                   
    Module............... "gwr3cpic.c"                                          
    Line................. 5709                                                  
    Thanks

    Hi Roberto I have requested the data again twice , but this time the error message is different please could you help me with this.
    When attempting to access the data of table "ARFCSSTATE ", an internal error at
    the database interface occurred.                                               
    but when I check the D/B , it is accessible.
    may be I have to debug the flow , can u brief me how to debug the flow from R/3.
    Thanks

  • Master data load failure. RSRV check resulted in inconsistencies.

    Hi...
    In our production system, master data load to 0EMPLOYEE is failing every alternate day. When I check the same in RSRV, following checks are red:
    1. Time intervals in Q table for a characteristic with time-dep. master data
    2. Compare sizes of P or Q and X or Y tables for characteristic 0EMPLOYEE
    3. SID values in X and Y table: Characteristic '0EMPLOYEE'
    If I repair it, it becomes green and the load is fine. Next day the load fails again. When I check in RSRV, I get the same 3 errors. So, again I need to repair it. Let me know the permanent solution for this.
    I ran the programs: RSDG_IOBJ_REORG and RSDMD_CHECKPRG_ALL but these fixes are also temporary. Moving a new version of the object from Dev to QA and then to Production is not preferable right now as this involves a high amount of visibility.
    I know the SID tables and all are corrupted from the logs I see. But is there any permanent solution for this without transports?
    Thanks,
    Srinivas

    Hi
    Chk this link will help you: Master data deletion
    Regards
    Ashwin.

  • Data load failure with '#'

    Hi Experts,
    One of our data load is failing with special characteristic '#'.
    The exact error records is as follows: 390-166333#New, SUB, Fan 80x80x80mm, 12
    We have maintained '#' in RSKC, but still the load is failing.Any reason ?
    After editing '#' in PSA and reload fixed the issue.
    Can anyone suggest what should be done to fix this.
    Thanks & Regards,
    Naveen.

    Hi,
    try below field level routine.
    DATA: l_d_length like sy-index.
    DATA: l_d_offset LIKE sy-index.
    DATA: CharAllowedUpper(60) TYPE C.
    DATA: CharAllowedLower(60) TYPE C.
    DATA: CharAllowedNumbr(60) TYPE C.
    DATA: CharAllowedSondr(60) TYPE C.
    DATA: CharAllowedAll(240) TYPE C.
    CharAllowedUpper = 'ABCDEFGHIJKLMNOPQRSTUVWXYZÄÜÖ'.
    CharAllowedLower = 'abcdefghijklmnopqrstuvwxyzäüöß'.
    CharAllowedNumbr = '0123456789'.
    CharAllowedSondr = '!"§$%&/()=?{[]}\u00B4`*+~;:_,.-><|@'''.
    CONCATENATE CharAllowedUpper CharAllowedLower CharAllowedNumbr
    CharAllowedSondr INTO CharAllowedAll.
    RESULT = SOURCE_FIELDS-ENTITYNAME.
    l_d_length = strlen( RESULT )
    IF NOT RESULT CO CharAllowedAll.
    DO l_d_length TIMES.
    l_d_offset = sy-index - 1.
    IF NOT RESULT+l_d_offset(1) CO CharAllowedAll.
    RESULT+l_d_offset(1) = ''.
    CONDENSE RESULT NO-GAPS.
    ENDIF.
    ENDDO.
    endif.
    CONDENSE RESULT NO-GAPS.
    TRANSLATE RESULT TO UPPER CASE.
    Thanks,
    Phani.

  • Data load errors in Essbase

    I am attempting to load our data pulled from our HFM application into Essbase. I keep getting "data value encountered before all dimensions selected" error. I have checked the load file line by line and the rule everything lines up correctly from the file to the rule. We have recently migrated our Planning application to 3.3.1 of Planning and Essbase 6.5.4. We have loaded data before in this new system but for some reason I can't get this to load. Any ideas or help would be greatly appreciated. thanks,Eleasha

    Is every dimension in the OUTLINE represented in the data file? If not, do the unrepresented dimensions have a member specified in the headers?If every dimension is represented, do the data fields come AFTER the member fields?

  • Data Load error in Essbase

    Hello all-
    I extracted some data on flat file from my application in production using report script and i am trying to push the data in another essbase cube using rule file and it comes up with following error:
    Reading Rule SQL Information For Database [Database name]
    Reading Rules From Rule Object For Database [Database name]
    Parallel dataload enabled: [1] block prepare threads, [1] block write threads.
    Loading Unicode-encoded data to non-Unicode mode application is not supported
    Unexpected Essbase error 1003048
    I have previously pushed the level 0 data export many times and this time i am trying to push it via rule file and it come up with this error. How can i look if my orginal application is a unicode application or not??? The rule file that i am using is also from the source application .. I tried loading the data in the same source application but different database and it came up up with same error... Anybody have come across this error before?
    Please advise!

    *Error “Loading Unicode Encoded Data to Non Unicode Mode Application is not Supported” When Importing An Export File. [ID 764447.1]*
    Symptoms
    When doing an export with a Report Script the export file is being saved as an UTF-8 document.
    Subsequently when importing the export file back into the database the following error occurs:
    “Loading Unicode encoded data to Non Unicode mode application is not supported”.
    The file has to be saved as an ANSI file for the import to work.
    Cause
    When exporting data from the EAS console, the export file is created as UTF-8 encoded.
    As such Essbase cannot read this file when importing it back in.
    This is Bug 6763776 and has been fixed in version 11.1.1.
    Solution
    This issue has been fixed in version 11.1.1.
    If you are unable to upgrade at this time then the suggested workaround is to use MaxL or Esscmd to run the report script, as running it in this manner will save the file in non-unicode mode and thus allow you to load it back in without errors.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Multiple payment terms in PO/MIRO

    Hi Experts, I have a scenario where the business has multiple payment terms for different materials in the same PO/IR. I tried using VSR but since the payment terms is at PO header it takes only one payment terms. Even if it does how can we handle th

  • Unable to call conference on Android after installing WebEx

    Hi, I'm using the WebEx android app on my Samsung Galaxy Note 2 (N7100). After installing the WebEx app, on the call screen, I see a WebEx button instead of the "Add call" button. I can still add a second call using the "overflow" menu. But after add

  • Where is the media eject key delay in Lion

    I swear, I get so frustrated at Apple these days. I recently switched from developing on a MBP 17 to an iMac 27. Around the time of Tiger, Apple added a delay to the eject button: hold it down for one second and the disc will pop out. This avoided pr

  • Can't install 10.3.2 please help!!

    I just tried to install Panther to my iMac 350 with OS 9.2 and the firmware update. When I try to install, after it says restart, I get a message that says, "startup disk was unable to select CD as start up disk." I went to the startup disk control p

  • Making an image page searchable?

    I do not have alot of experience when it comes to making web pages searchable by the likes of Google. I about to create a number of pages that are made up of 4 colour GIF images and image maps. How can I make the pages search engine compatible? Thank