Service Regional tables

What EAS tables are stored in the relational repository?

Help, please




Thank you
Paul

Edited by: r. Reddy on August 28, 2012 12:49 AM

The tables will be

Business rules for

HBRCacheEvents
HBRClustLocLink
HBRConfig
HBRLocaleString
HBRLocation
HBRMacMacLink
HBRMacros
HBRMacroVarLink
HBRPluginData
HBRProjects
HBRProjObjLink
HBRProjUserLink
HBRRepoObjTypes
HBRRules
HBRRulesSeqLink
HBRRulesVarLink
HBRRulMacLink
HBRSeqPptLink
HBRSequences
HBRTasks
HBRUGObjLink
HBRUserGroups
HBRUserVarPpt
HBRVariables

For essbase Log Analyzer

logcondition
logcondition_detail
serverlogdetail
serverlogid

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Is it possible to record the interview in cloud Service Oracle table data before submitting

    Hello

    We use customer portal application and would like to save data in Oracle Service cloud tables between interview, before submitting.

    Y at - it an option to save the data?

    the cloud of 12.2 current supports, pre loading data and submitted data. Please help on this.

    Thank you

    Vivek

    Thanks for the inputs.

    We strive to implement save button and button Save & continue on each page, because we have many issues to be resolved.

    In our scenario, a folder must be created for all the session data.

    Thank you
    Vivek

  • Facing the issue when inserting data by region table

    Dear all,

    I have a region of the table which will be created initially five rows and im generating a sequence so that five lines simultaneously. First insertion was smooth without any issue.when I train for the second time, loading the page while it shows 10 records and then the third time, she displays 20 records in the table. He brings the existing record that is inserted into the table. Please get a solution to solve. The script below is my AM insert method

    If (! vo.isPreparedForExecution ())

    {

    vo.executeQuery ();

    }

    VO. Last();

    int fetchedrowcount = vo.getFetchedRowCount ();

    System.out.println ("number of rows->" + vo.getFetchedRowCount ());

    for (int i = 1; i < = fetchedrowcount; i ++) {}

    vo.setMaxFetchSize (0);

    VO. Last();

    VO. Next();

    Line OARow = (OARow) vo.createRow ();

    vo.insertRow (row);

    row.setNewRowState (Row.STATUS_INITIALIZED);

    row.setAttribute ("ClTransId", getOADBTransaction () .getSequenceValue ("apps.xxhrq_chcklist_trans_s"));

    }

    Heepth,

    The logic is simple.

    When the page initially loads, it brings 5 lines in your outer join function, then your code create another 5 rows based on the fetchedRowCount which is 5. All together, it makes 10.

    Second time when the page loads, the query returns (5 + 5) 10 rows and your code create another 10 rows based on the fetchedRowCount which is 10 this time. All together, it makes 20.

    It is clear now?

    Now go ahead and implement the solution I proposed. If all good, would you please close the thread by checking the useful and accurate answers. If you have questions let us know.

    See you soon

    AJ

  • The part of report of a report region table setting to fill the region

    I need to make them with any part of the report, the section of report fills the width of the region, the column spacing all also in the entire region.

    The screenshot below shows the report occupies only a small part of the region. I need the region to this width to maintain the page layout consistency between pages.

    I can change the CSS so that it affects

    . Report-standard-alternatingrowcolors {}

    Width: 750px;

    }

    And then the same set the columns to specific width, but this application is displayed on a number of different resolutions, thereby affecting the specific widths is not all good.

    If I value percentage widths it does not.

    Any ideas?

    Screen Shot 2014-10-24 at 10.04.52.png

    The following screenshot shows what I want to achieve, even if it made specific widths specifying, in px, which means that it is not scalable for different resolutions.

    Screen Shot 2014-10-24 at 10.08.42.png

    The external table that contains the table of standard report also must be set to 100% width. Change the CSS rule:

    table[id^="report_"],
    .report-standard {
      width: 100%;
    }
    
  • How to manage the lines multiple region table OFA

    Hi gurus,

    I'm new to the development of new Pages of the OFA. Please help me how to manage multiple lines in the table region OAF.

    My requirement I'm not able to manage multiple lines in my area of Table.

    First row in my table area I am selected date_start and date_end when I select the end_date I need I need difference bet ween dates.

    My problem is I am able to manage the first Table line but I am not able to manage the table still ranks when I fire that time I first get the rank only.

    POS:

    14/08/12 07:59:40 1

    14/08/12 07:59:40 inside

    14/08/12 07:59:40 date difference is 86400000

    14/08/12 07:59:40 date difference is 1

    14/08/12 07:59:40 date is less than 365

    14/08/12 07:59:57 1

    14/08/12 07:59:57 inside

    14/08/12 07:59:57 date difference is 86400000

    14/08/12 07:59:57 date difference is 1

    14/08/12 07:59:57 date is less than 365

    14/08/12 08:00:13 1

    14/08/12-08:00:13 inside

    14/08/12 08:00:13 date difference is 86400000

    14/08/12 08:00:13 date difference is 1

    14/08/12 08:00:13 date is less than 365

    My custom logic:

    If (DutDetSEndDat".equals (pageContext.getParameter (EVENT_PARAM))) {" "}
    DateDiff (pageContext, webBean);
    //Am = XxDutyTravelAMImpl
    //(XxDutyTravelAMImpl) pageContext.getApplicationModule (webBean);
    OAViewObject = oaviewobject1
    (OAViewObject) am.findViewObject ("XxDutyTravelDuDetEOVO1");

    System.out.println("1");
    If (oaviewobject1! = null) {}
    System.out.println ("Inside");
    oaviewobject1. Reset(); New line added
    oaviewobject1. Next(); new line added
    Line OARow = (OARow) oaviewobject1.getCurrentRow ();

    Date sDate = (Date) row.getAttribute ("DutdetStartDate");

    Date = eDate (Date) row.getAttribute ("DutdetEndDate");
    java.util.Date VChangeDateTime =
    new java.util.Date (sDate.timestampValue () .getTime ());

    If (sDate! = null & & eDate! = null) {}
    long m1 = sDate.timestampValue () .getTime ();
    long m2 = eDate.timestampValue () .getTime ();

    long diff = m2 - m1;
    System.out.println ("difference in date is" + diff);
    int diffDays = Math.round (diff / (24 * 60 * 60 * 1000));
    System.out.println ("difference in date is" + diffDays);
    If {(diffDays > 365)
    System.out.println ("Date is greater than 365");
    } else {}
    System.out.println ("Date is less than 365");
    }
    }
    }
    }

    Kind regards

    Srinivas

    Hi Srini,

    To get the event line descriptor that shot please use code below.

    If (DutDetSEndDat".equals (pageContext.getParameter (EVENT_PARAM))) {" "}
    DateDiff (pageContext, webBean);
    Am = XxDutyTravelAMImpl
    (XxDutyTravelAMImpl) pageContext.getApplicationModule (webBean);

    String rowRef = pageContext.getParameter (OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);
    OARow line = (OARow) am.findRowByRef (rowRef);

    Date sDate = (Date) row.getAttribute ("DutdetStartDate");

    Date = eDate (Date) row.getAttribute ("DutdetEndDate");
    java.util.Date VChangeDateTime =
    new java.util.Date (sDate.timestampValue () .getTime ());

    If (sDate! = null & eDate! = null) {}
    long m1 = sDate.timestampValue () .getTime ();
    long m2 = eDate.timestampValue () .getTime ();

    long diff = m2 - m1;
    System.out.println ("difference in date is" + diff);
    int diffDays = Math.round (diff / (24 * 60 * 60 * 1000));
    System.out.println ("difference in date is" + diffDays);
    If {(diffDays > 365)
    System.out.println ("Date is greater than 365");
    } else {}
    System.out.println ("Date is less than 365");
    }
    }
           
    }

    Thank you

    Vlaminck

  • Need help to create lines and regions table headers

    Hi all

    My requirement is to create a region to view the details of the table header. I then in the same page display lines in another region of the Table.
    If I click on a particular header description, it should display lines in the region of table rows.

    Also based on certain conditions should I show or hide columns in Table header region.

    Please give me your ideas to achieve this.

    Thanks in advance.


    Thank you and best regards,
    Mvyizhi

    Hi Mvyizhi,

    Please follow the steps

    (1) create a new attribute in the original Version with the following and attached properties to AM

    for example: name: select, Type: String, default: is Updatable: always check - Queryable and key of the attribute

    (2) create only a single selection in the area of the table

    Make sure you enter the view instance and discovers the attribute that you created in step ins 1

    (3) define the action of fire for single selection.

    In processFormRequest of your controller to capture the event

    If (executeAttachment".equals (pageContext.getParameter (EVENT_PARAM))) {" "}
    }

    (4) its very important to seize the line current value so that you can pass header line table table ID and run the query.

    Here's the complete code:
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    The PFR controller code:

    If (executeAttachment".equals (pageContext.getParameter (EVENT_PARAM))) {" "}

    String rowRef =
    pageContext.getParameter (OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);
    Line OARow = (OARow) am.findRowByRef (rowRef);
    searchEmployeeVORowImpl lineRow = (searchEmployeeVORowImpl) am.findRowByRef (rowRef);
    If (lineRow! = null) {}
    If ((row.getAttribute("PersonId").toString ())! = null) {}
    String perIdValue =
    (String) row.getAttribute("PersonId").toString ();
    throw new OAException ("is" + perIdValue, OAException.INFORMATION PersonId selected);

    If (perIdValue! = null) {}
    [Serializable] parameters = {perIdValue};
    am.invokeMethod ("initAttachmentDetails", parameters);
    }

    }
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------
    In AmImpl.java

    {} public void initAttachmentDetails (String personid)
    If (personid! = null) {}
    System.out.println ("Id of the person has obtained and transmitted to AM is:" + personid);
    EmpAttachmentVOImpl vo = getEmpAttachmentVO1 ();
    {if(vo!=null)}
    vo.exeattachmentQuery (personid); the definition of this method will be written in VOimpl.java of VO attached to the area of the table
    }
    }
    }

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    VOimpl.java (online VO attached to the area of the table)

    public void exeattachmentQuery (String personId)
    {
    System.out.println ("-exeattachmentQuery in VoImple is called");
    If (personId! = null) {}

    Number of personIdNum = null;

    Try
    {
    personIdNum = new Number (personId);
    System.out.println ("the coveted number of transfer value is:" + personIdNum);
    }
    catch (System.Exception e)
    {
    throw new OAException ("AK", "FWK_TBX_INVALID_EMP_NUMBER");
    }
    System.out.println ("ID of the person being passed is NOT NULL");
    setWhereClause("PERSON_ID=:1");
    setWhereClauseParams (null); Always reset
    setWhereClauseParam (0, personIdNum);
    executeQuery();
    System.out.println ("the request is:" + getQuery());
    }
    }

    -------------------------------------------------------------------------------------------------------

    Note: Replace Pls your name VO and attribute carefully. It will work.

    Let me know if this isn't clear.

    Had

    Published by: keerthioaf on March 14, 2013 12:30 AM

  • Click Save button 100 records will appear in advance region table

    HII,

    I have implemented with advance area table page add features of line successfully every thing is works fine first time,
    but some times, click Save inserts over 100 records in the table.

    any organization facing this kind of problem, need urgent help please.

    Knockaert

    Hello

    mpvo.setMaxFetchSize (0);

    step of saying missing.

    Make sure that if you use vo it is already added to advancetable region, b4, creating a setMaxFecthsize of line to zero.
    other wise it will be displays all lines use viewObject.That is d only reason of this problem.

    hope you understand... :))

    Concerning
    Meher Irk

  • Deliver in advance to region Table - please help!

    Hi all

    I have a personalized page where I use a region advanced table.

    The question - what is the value in advanced of the table row [two fields are there both are MessageTextInput] is automatically populated the page rendering. Is he is seeded feature of collateral table?

    If you how to solve this problem...

    I need to display line with no value or empty. I heard that if the attribute that is attached to the column of the row has a value then it shows on the frontend automatically and if I remove the line then I got white.

    Kind regards
    Ajay

    Ajay,

    Create dynamically by default 5 lines in adavance table using the loop.

    But it's very difficult to manage the events if you create lines dynamically.

    GOLD),

    Try with several rowlayouts in AdvanceTable.

    Thank you
    Kumar

  • Calendar sync only on the creation of the new EAS service Regional account.

    We run our mail to remote server. It is a system of Zimbra which is supposed to be compatible Activesync (ONLY w/mobile sync 5.0.18_GA_3009 option). And I've seen several posts there are people successfully sync with Zimbra. I am able to connect to the synchronization server and email fine. The calendar will sync on initial sync, but nothing after that.

    contacts indicate that there are only 50 in the account when there are close to 1000.

    What Miss me?

    Don't know why this is marked resolved when it was because he wasn't. It is now resolved:

    Today is a special day! I finally solved the mystery with many posts on this site and others. The solution:

    I expect my business IT group to solve why my calendar Zimbra account always showed a size of 10 M when the cursor went on the record, thought lla was related to my problems when I decided to see if I could get the contacts to do something... I had read a post that said exporting to pst files outlook folder, remove them by removing the eas, eas on pre and import pst resettlement acct had worked for a few. So, I did.

    In addition, I thought that as I am delete accounts, I would like to delete accounts Chapura PocketMirror. The pre had a really hard time to remove and resolve this. I had to remove the application and do a hard reset of the Pre.

    After you have reinstalled the eas, test items account synchronization started. I then imported the pst files into contacts and calendar and all is well.

    (zimbra calendar still says 10 M, but it seems not to affect what anyone)

    THANKS TO ALL WHO CONTRIBUTED!

  • How to establish the relationship between the tables contact and Global (entity) in Oracle Service Cloud to preconfigure data

    Hello

    We strive to integrate the OPA attributes to the Cloud Service Oracle tables to store session data for the customer portal users.

    We tried mapping the attributes of the OPA with relevant tables of cloud Service Oracle? Is there any installation of additional data to create to retrieve the session data for the particular user / contact?

    We managed to save tha data in arrays of cloud Service for users of ananymous and also well regarding customers portal users but to preconfigure data do we need to do any additional configuration / mapping to the contact table?

    Please help on the establishment of the relationship between the contact and Global (new table created in cloud Service) tables.

    Thank you

    Vivek

    Hi Vivek,

    To load data from the Contact in the the OPA policy template, you must configure the widget of the OPA. For instructions, see the following articles:

    - Incorporate an interview that uses data portals in Oracle Service Cloud Customer Portal

    - Deploy and configure the sample OPA widget

    - Insert the widget to sample in a customer portal page

    Obviously, you need to do the mapping in OPM as well, but even if the mapping is correct, you will not be able to load the Contact data unless the widget of the OPA is implemented.

    See you soon,.

    Jasmine

  • Table service MySQL DATA FREE

    How can I activate the FREE option of DATE for the Service of Table of MySQL?

    Thank you

    You can enable by default on Metrology for resources in one of the following two ways:

    Individually by clicking on the 'Metric data' tab next to the tab indicators when you view monitoring data.  From here you can ' metric Show more "and select the settings that you want.

    In the world by going to Administration in the header, and then "followed by default.  Find the MySQL Table service that interests you and click on "change the metric models."  From there, you will present a similar screen that will apply to any changes to all existing and future of such resources.

    -Ryan

  • Unable to launch the Regional service Console

    Hi all

    Recently, we upgraded to Hyperion EPM version 11.1.1.4 (Miantenance release) 11.1.1.3 version. When we try to open the Console to service Regional via URL, it is opening another window to download easconsole.jnlp. We have downloaded the JRE 1.5 and 1.6 also, but it still gives the same question. Pls advice

    Thank you
    PVR

    Well, if the problem is that I think that, when you try to open the EAS Web Console you will have just a message box asking what you want with the file open or save, and when you open the message box refreshes all simply. If that's true, save the file to, say, your desktop, go to your desktop and right-click on the file and open. It says that Windows cannot open the file etc etc. Click Select a program from a list... then place you where is your record of hava and select Javaws.exe (Java Web Start). For example, mine is here, but you may need to search:

    C:\Program Files\Java\jre6\bin\javaws.exe

    Make sure that "always use this program...". "is checked.

    When combined, restart your connection to the console and it should be ok

    Steve

  • Selection unique in the table region OAF.

    Dear friends,

    I have a page of search OFA developed, and there region table attach to it. The research output has several columns
    which one of them is ID header.

    Now I wish I had a radio attached to a button all ranks, and each time the user selects a specific line
    by selecting the radio button, I want to display a Message saying "head line is selected: x" and even once if the user selects the other line it should display ' line with id header: y "" is selected. " I would like to pass the ID of header as a parameter. And this isn't an area of table in advance.

    This process should happen dynamically, could you please share you thoughts on this.

    Thanks in advance,
    Keerthi.k

    Published by: user1140193 on July 11, 2011 03:09

    Hello

    It's always good to score the answer that is useful or appropriate. Before closing the thread.

    Kind regards
    GYAN

  • Clear/clear to clear the line in the table region forward button

    Hello
    IAM using region table in advance for items on the level line.


    If I press the button for a line of AddAnother he is setting fund new line to add records, once if I click on add another line button, I don't have control to erase/delete the record. If anyone has example code, please share.

    Thank you

    Try with this

    public void deletelines(String LineId)
    {
    getOADBTransaction().writeDiagnostics(this, "In the delete Method LineId==>" +LineId, 1);
    OAViewObject vo = getXxafpEepStageRebateLineVO1();
    XxafpEepStageRebateLineVORowImpl rowi = null;
    int fetchedRowCount = vo.getRowCount();
    getOADBTransaction().writeDiagnostics(this, "Row Count is =>" + fetchedRowCount, 1);
    RowSetIterator selectIter = vo.createRowSetIterator("selectIter");
    Connection conn = getOADBTransaction().getJdbcConnection();
    try
    {
    if (fetchedRowCount > 0)
    {
    selectIter.setRangeStart(0);
    selectIter.setRangeSize(fetchedRowCount);
    for (int i = 0; i < fetchedRowCount; i++)
    {
    
    getOADBTransaction().writeDiagnostics(this, "in the foor Loop" + i , 1);
    rowi = (XxafpEepStageRebateLineVORowImpl)selectIter.getRowAtRangeIndex(i);
    String voLineId = rowi.getLineId()+"";
    getOADBTransaction().writeDiagnostics(this, "voAssignmentId && tableAssign id is "+voLineId "," LineId, 1);
    if(LineId.compareTo(voLineId) == 0)
    {
    // This performs the actual delete.
    rowi.remove();
    getTransaction().commit();
    break; // only one possible selected row in this case
    }
    }
    }
    }
    catch(Exception e)
    {
    e.printStackTrace();
    }
    selectIter.closeRowSetIterator();//Here we close the rowSetIterator
    }//deletelines end
    

    Thank you
    AJ

  • Create table region programmatically

    To create the region table programmatically

    Hello

    OATableBean tb = (OATableBean) createWebBean (pageContext, TABLE_BEAN, null, "table");
    OAMessageStyledTextBean bean = (OAMessageStyledTextBean) createWebBean (pageContext, MESSAGE_STYLED_TEXT_BEAN, OAWebBeanConstants.VARCHAR2_DATATYPE, "text");
    bean.setPrompt ("column1");
    tb.addIndexedChild (bean);
    webBean.addIndexedChild (tb);

    Thank you
    Gerard

Maybe you are looking for

  • El Capitan - where is the download status bar?

    Hello I just bought a MacBook Air. It runs on the last El Capitan. Now, I wanted to create a bootable or installation disc. So, I went to the App Store to download El Capitan. I click on the 'GET' button and it changed to 'download '. It has been lik

  • frequency sweep performance in the profile of stimulus Editor

    Hi all I am trying to understand what is the best way to do this. I have an output signal. I want to start with a 5V signal, so I want to do it in a sine wave of amplitude of 0.05v starting at 1 Hz and gradually increase the Frequency, squirt up to 5

  • Maximum HARD drive size in a ThinkCentre M52 8113

    Hello. First of all, I'm sorry that my English is not good. I need to change my ThinKCentre HARD drive. It comes with a SATA HDD, size: 80Gb and I want to put a larger HARD drive. What is the maximum size allowed by the BIOS? ¿Does, it supports a SAT

  • How can I order more than one license?

    Our company has an active license creative cloud. How do we add more licenses?

  • Adobe Elements 9 first stopped working randomly, please!

    Just recently, when I try to open my first Adobe Elements 9 and an error message keeps popping up that says "we have detected an incompatible driver display, please update.» HD 4400 3.0.0 - Build 10.18.10.3977 graphics card. "I went and updated the d