How to disable modules/components in a cluster

hi,experts, I installed obiee 11g.
some components such as bi publisher is useless for my purpose.
how to disable it for using less memory

If BI publisher is listed as an application in the deployments environment you can stop it.
In the console, click on the link deployment (left of the screen), find the BI publisher entry, check it and
choose stop, force stop now.

Similar Messages

  • How to disable coherence servers forming the cluster

    me and my friend are having coherence servers on the pc.since these two are in the same network they are forming the cluster ,how can i eliminate/disable them from forming the cluster.since we have data duplicity issues .
    Thanks

    http://coherence.oracle.com/display/COH34UG/Setting+Single+Server+Mode
    Or you two can just use different multicast address/port.

  • 11G ADF BC: First time loading the page, how to disable some components?

    Hi,
    I have a fusion web application created using Jdev 11G ADF BC. I am working on a search/results page that has a panel split. In the left panel, there is a list of nevigation links. The data shows in the right panel.
    What I want to achieve here is to enable only one link on the left when the page is first loaded and it is a search/result page. Disable all the rest of it because other links are related to more info about the search results. When the page is first loaded, there is no data on the right, so that there is no more other data to look at. Ideally, all the rest of the links should be disabled and only the "Query" link should be active and selected.
    Is there a way to do this with 11G? Thank you very much for your help.
    Regards,
    Annie

    initially, what ever the components you want to disable set the disabled="true" in the jspx. Once you fetch the query results and in that action enable the componens like commandButton1.setDisabled(Boolean.FALSE);. that's how I am doing. You can dynamically enable/disable by having a boolean variable in the backing bean and set the disable property of component lke disabled="#{backingBeanScope.yourbean.blnAddBtn}".

  • How to disable the inputfield using radio button dynamically in module pool

    How to disable the inputfield on the screen using radio button dynamically in module pool.
    Please suggest .
            Thanks.
    Edited by: Lavanya YH1504 on Jul 30, 2010 1:20 PM

    I got it thank you.
    LOOP AT SCREEN.
        if  screen-GROUP1 = 'LA1'.
           If RADIO1 = 'X'.
            SCREEN-INPUT = '0'.
            MODIFY SCREEN.
         ELSEIF RADIO2 = 'X'.
           screen-input = '1'.
          ENDIF.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    Edited by: Lavanya YH1504 on Jul 30, 2010 1:51 PM

  • How to disable an i/p textbox in module pool

    how to disable an i/p textbox in module pool

    How is the textbox implemented? ... if it is using a text edit control, you can use something like:
        call method go_my_textedit->set_readonly_mode
          exporting
            readonly_mode = 1.
    where go_my_textedit is "type ref to cl_gui_textedit".
    Jonathan
    p.s. this thread might be better in the UI Programming forum.

  • How to Disable Row Detail in Sales Module

    Dear Experts,
    how to disable row detail option in sales module. how it is posible. we are using SAP Business One 2007. PL42
    Thanx

    AOA Rahil,
    I have just solved this problem, I was also facing the same one
    I am using B1DE, I have handled this on before menu click when open the form
    <B1Listener(BoEventTypes.et_MENU_CLICK, true)>  _
            Public Overridable Function OnBeforeMenuClick(ByVal pVal As MenuEvent) As Boolean
                'GENERATED CODE
                Me.LoadForm()
    1***            Dim Form As Form = B1Connections.theAppl.Forms.ActiveForm
       2 ***        Form.Settings.EnableRowFormat = False
                Return false
            End Function
    1--Capture the current form
    2--Disable Row Detail Form
    It worked for me
    Best Regards,
    Umer Nasim Mirza
    03004003633

  • How to disable fields in Table control???

    Hi
    How to disable fields in Table control??? I want to disable particular row in table control when enter datas are correct.lets take as example ME41 or ME51 table control.
    Can anyone tell how to do disable in this table control
    Points will be rewarded if its helpful.
    Thanks
    senthil

    If you want to disable the row then you can use
    in pbo module create a module in side loop,
    loop at itab with control tc.
    module change_screen.
    endloop.
    in module,,,,,
    loop at screen.
    if condition.
    screen-input = 0.
    modify screen.
    endif.
    endloop.
    Regards
    Vijay

  • How to disable a field in a standard transaction

    Good day,
    Can any one tell me , with an example of , how to disable (the field should not allow any input ) a parameter  or a select option in a standard transaction.

    Probably the only way to achieve this is by creating transaction variants:
    In the SAP Reference IMG, you can create transaction variants. Choose Basis Components ® Application Personalization ® Tailoring of Application Transactions ® Configure Transaction-Related Display Values for Fields (Transaction SHD0). Transaction variants allow you to preset values for fields in a transaction, set field attributes, or hide entire screens.
    To execute a transaction variant, you define a variant transaction using the Transaction Maintenance transaction (SE93).
    Once you have entered a transaction code and short description, choose transaction type Transaction with variant (Variant transaction).
    To define a variant, enter the name of the transaction and the name of the variant. You can then use the new transaction code to start the special variant of the transaction.
    Steps :-
    Transaction SHD0 - Create a variant for the required transaction bychanging the layout through hiding fields and screens.
    Transaction SE93 - Create a variant transaction (e.g. for VA02 you canname it as ZA02). Next allocate the transaction variant to this varianttransaction.

  • How to disable/enable image property in Web Dynpro?

    Hi,
    I was trying to find a help about "How to disable/enable property of an image in Web Dynpro?" but never find it. Let me explain what I'm trying to do:
    I need to show three different status (Released, Rejected and Approved) each one is an image ... <b>How do I do to disable images property before a process and enable them after it?</b>
    Thanks in Advance, and waiting an answer As Soon As Possible !!!
    Tokio

    Your question is not completely clear to me. An image cannot trigger an event, so disabling it has no effect.
    To display different images in a Image element depending on some condition, you can use a calculated context attribute <i>imageSource </i>of type "string" that returns the URL of the image, something like
    public String getImageSource(IWDNodeElement element)
      if (...)
        return "image_for_status1";
      else if (...)
        return "image_for_status2";
      else if (...)
        return "image_for_status3";
      return ""; /* no image will appear */
    Bind property Image.<i>source </i>to attribute <i>imageSource</i>.
    If you put the three image files inside folder src/mimes/components/<componentName>, your method can simply return the file name without calculating an URL.
    Armin

  • How to: disable the default sharpening

    All -
    I've done a detailed writeup on how to
    disable the default sharpening in Lightroom using a develop preset and the import module.
    It's really a pretty basic technique, but I've seen a lot of people asking how to do this very thing. Hope this tutorial is useful to some folks!

    Well, that begs the question at least for me? What is the default sharpening for your camera? Do you truly find it excessive for a first pass?
    <br />
    <br />
    <span style="color: rgb(102, 0, 204);">John "McPhotoman"</span>
    <font br="" /></font> color="#800000" size="2"&gt;~~ John McWilliams
    <br />
    <br />
    <br />
    <br />MacBookPro 2 Ghz Intel Core Duo, G-5 Dual 1.8;
    <br />Canon DSLRs

  • How to get module wise custom objects

    Hi ,
    How to get all the list of custom objects ( Eg : zreports, ztransactions, zscripts, zsmartforms,zwebdynpro components ..... )
    and how to segregate them which module wise ( FI / MM / SD .... )
    I am using Tadir for getting the custom objects. Please suggest how to segregate module wise.
    Thanks

    Hi,
    Entities are related to components by the package they are contained in.
    Have a look at the table TDEVC.
    Kind regards,
    Valentin

  • How to disable/enable the cells for editing column wise in JTable in java?

    Hi All,
    Can any one tell me how to disable the cells for editing by column wise in JTable?
    Here depending upon the radio button selected, I need 2 disable some columns for editing
    and enable some columns for editing?
    how can I do tat using JAVA?
    Any sample code is of great help to me.
    Thanks in Advance

    http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
    ~

  • How to disable easy print in server 2012 r2

    how to disable easy print in server 2012 r2

    Hi,
    To disable RD Easy Print on server 2012 r2, we need to disable the policy setting “Use Remote Desktop Easy Print printer driver first” under following path. 
    Computer Configuration\Administrative templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Printer Redirection
    Please check below article for checking RD Easy print.
    http://blogs.msdn.com/b/rds/archive/2009/09/28/using-remote-desktop-easy-print-in-windows-7-and-windows-server-2008-r2.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • REFERENCE VALUES BETWEEN REPORTS MODULES COMPONENTS IN DESIGNER6I

    Good afternoon;
    I am building a report in Designer 6i which inludes 4 different
    module components.
    My question is..
    How can you verify (and pass) a field's actual value between
    module components?
    Thank you,
    Michel Turcot

    The way to pass information from a PJC back into Forms is via the WHEN-CUSTOM-ITEM-EVENT trigger. Then you can pass the info around in Forms in the usual way. Look at some of the examples in the Forms area on OTN.
    Regards,
    Robin Zimmermann
    Forms Product Manager

  • How to disable all fields of a page on button click

    Hello, I am using JDeveloper 11.1.2.3.0
    I have a page with several fields on it. I want to have all the page fields disabled when I click a certain Button. How can I achieve this?
    If what I am asking is too difficult to achieve can you help me with an idea on how to achieve something similar?
    Thank you

    This can be achieved by using JavaScript Client API get the id's all the fields while clicking the button  and disable your Components,
    Calling Backing bean method or binded component involves server side round-trip, you can easily achieve this using simple java script in
    Client Side..
    Call this method in your Client Listener ..
    function disableFields(actionEvent) {
            var field1= AdfPage.PAGE.findComponent("field1id");
            var field2 = AdfPage.PAGE.findComponent("field2id");
            field1.setDisabled(true);
            fileld2.setDisabled(true);

Maybe you are looking for

  • I forget the pass of my MacBook. How can I turn on my computer?

    I forget the pass of my MacBook. How can I turn on my computer?

  • How to check to have microphone in QTKit

    Hi All, I try to write an application which can record my voice in Cocoa and I use QTKit framework. Here is my code to find and open an audio input device: BOOL succes; NSError error; QTCaptureDevice *audioDevice = [QTCaptureDevice defaultInputDevice

  • Search of original from CV04n

    Amongst multiple DIRs having many originals inside them, how does one search a particular original using CV04n

  • Not all artists?

    Hello! I have a really weird problem. When i go to artists on my ipod it won't show all the songs of that particular artist. Like George Baker i have 3 songs of him but in the artist section it only shows me 1. When i go to songs and search on of the

  • Configure toplink for weblogic 10.3

    Hello everyone, I am totally frustrated, please help. I have installed toplink in any path you could imagine, and configure the persistence.install as I saw in google. Could you give me a guide, for silly people, for configuring toplink into weblogic