Business Application Log how to suppress 'Number' of messages column

Dear SDN Members,
how is it possible to suppress the 'Number' column in a BAL output where the number of messages is printed?
Thanks and kind regards,
Cedrik

HI,
1. SERVERTHREADS does not contain/limit the count of sessions one can have .
2. Count of ports will help you decide what is the default SERVERTHREAD count , in your case its 20.
3. the count 20 signifies the number of threads which a transaction can use ( here threads are nothing by the operating system level threads, to do with the processes and processor).
4. If you have multiple transactions and you want to improve the performance of them ( in case of slow response or so). You can increase the thread count , to make more threads work for your transactions. Again , this does not limit the count of sessions .
5. I did not understand the obejctive behind limiting the sessions and avoiding users from accessing . I think , this defeats the whole purpose of having cubes then. You have many cubes ,and huge number of users who pull data and essbase and its kernel are capable of handling this . If you still want to restrcit, might as well set their security ( by letting them not to access cubes).
Hope this adds value
Sandeep Reddy Enti
HCC
http://hyperionconsultancy.com/

Similar Messages

  • How to suppress the Warning messages while doing GR(MIGO)

    Hi ALL,
    I have a requirement while posting goods GR/GI using T-code MIGO.
    Trying to do GR against PO using MIGO.After selecting the line item quantity and entering BATCH Number for line item Material when I click on 'CHECK' Pushbutton i am Getting the below Warning msg
    'For batch RAB001 of material 1522582, no class could be determined'. Message no M7207.
    How to suppress this above warning message, I want to Post the goods by suppressing the above warning message .
    Like similarly while issuing the goods to the to the Production order using MIGO i am getting warning message when I click on 'CHECK' Pushbutton.
    I do want to issue the goods by suppressing warning message in this case also.
    I know this could be solved by customization but we are dealing with batch managed materials.
    How to suppress the the above warning messages in MIGO through ABAP coding ...
    Looking forward the helpfull answer.
    Regards,
    venky

    Hi
    Answer is pure assumption.
    Pls check the following OSS notes
    Note 319094 - Warning message during batch classification in IM
    Note 122937 - UD: Error message M7207 when you save
    Note 399416 - Message M7207 not analyzed in background
    Note 786755 - You cannot suppress message M7 207
    Note 201196 - MIGO: Error M7207 for goods receipt for batch
    Pls take opinion from SAP / Basis before implementing the OSS note
    Regards
    Madhan D

  • How to suppress an error message

    Hi all,
    I would like to suppress an error message ORA-0000:normal; successful completion
    How to do it.. if suppose I need to do it on the On-Error trigger.
    Thanks

    Hi,
    IF Error_Code = 0000 THEN
       NULL;
    END IF;or if it is a message then use on-message trigger
    IF Message_Code = 0000 THEN
       NULL;
    END IF;Danish

  • How to suppress row when one column has zero  using condition

    Hi Experts,
    How do I suppress row when one column has zero.
    I read it is possible using conditions.
    How ?
    Thankyou.

    Check this
    1. for Query Properties, go to the Display tab and Supress Zeros is "Active"
    2. select the Structure, right-click, select Properties, then click "on" Also Use Zero Suppression for Structure Elements
    http://help.sap.com/saphelp_nw04/helpdata/en/a4/dd3841d132d92be10000000a1550b0/frameset.htm
    Hope it Helps
    Chetan
    @CP..

  • How to Suppress a warning message in Reports

    Hi All,
    I am getting REP-32751: Warning: Some text segments are missing warning message when ever i open a report and also while run the report in the browser. I am not able to find the missing text segments. Is there any way to suppress this warning message in oracle reports 10g?. Please let me know.
    Regards,
    Prasad.

    Just was curious and was in Metalink anyways and looked up your Error:
    >
    Another workaround: open the report under the desired NLS_LANG, and OK all the warning messages. Once the report is opened, save it (under a different name). This will fill out missing text segments with blanks,which is OK because these strings never appear in the report anyway (theyshould have been deleted...)

  • How to suppress a warning message in BDC call transaction

    Hi,
    I was calling a BDC using CALL Transaction in mode N. But due to some warning messages the background job was not success. Please tell me how to overcome the warning messages in BDC.
    Regards,
    Satish

    Hi tyr this way:
    PERFORM bdc_dynpro      USING 'SAPMM07M' '0210'.  " into the screen
          PERFORM bdc_field       USING 'BDC_CURSOR'           "cursor on the filed to update
                                        'DM07M-HSDAT_INPUT'.
          PERFORM bdc_field       USING 'DM07M-HSDAT_INPUT'   "assign values
                                         v_date.                                     "might get an warning so three enters...
          PERFORM bdc_field       USING 'BDC_OKCODE'  " first enter
                                       '/00'.
          PERFORM bdc_field       USING 'BDC_OKCODE'  "second enter
                                        '/00'.
          PERFORM bdc_field       USING 'BDC_OKCODE'  "third enter
                                        '/00'.

  • How to fix number of messages waiting in screen icon?

    I need to know to make the mail icon on IPhone screen be accurate to the number if unopened messages actually waiting, how do I correct this?

    Thanks Rahul,
    This link is very helpful to me but it's fulfill my 1st requirement now I’m able to fix records in each page, but I have to show remaining lines programmatically. If you have anything more regarding this kindly share it with me.
    Regards
    Zain A. Siddiqui

  • No Response From Application Server-how to overcome this error message

    I am Using Oracle 10g Application server. if we run a report from our front end - jsp , if the transaction takes more than 10 minutes then 'No Response From Application Server ' error message is coming in browser. How to over come this. whether i have to set any transaction time in application server. If anybody knows this kindly give reply immediatly.

    Can you provide additional background information? Is this a in-house application serviced through an OC4J container or a Report from the Middle Tier install?
    Is this request being front-ended by an OHS server? Are there firewalls involved?
    Regards.

  • How to transfer number to Excel column letter

    I want to write a table into Excel file with fomula "=AVERAGE(G18:G64)", how to transfer table column nunber into excel column letter?
    for example, from table column 7, how to know 7 means G in excel?
    thanks!

    Please use report generation toolkit.
    Here is the snippet from RGT.

  • How to suppress GRUB boot messages?

    I'd just like to tidy up the text mode boot process a little bit. I added the "quiet" parameter to the kernel line in GRUB and it works nice. But GRUB outputs something like this with every boot:
    Booting 'Arch Linux'
    ... all the grub commands ...
    Uncompressing Linux... Ok, booting the kernel.
    Is there an easy way to disable that output? And of course get it back visible when boot fails...
    edit: changed word "s p i l l s" -> "outputs", for some reason board censored it
    Last edited by mikoro (2007-12-09 13:03:39)

    mikoro wrote:IIRC ubuntu did not print those messages (I might very well be wrong).
    You've answered your own question.
    Grab the patch from ubuntu and build your own package.
    Look for the quiet.diff patch in..
    http://archive.ubuntu.com/ubuntu/pool/m … u4.diff.gz
    I had the same itch to scratch and this was how i did it. I don't have the patched grub anymore though.
    Last edited by crc32 (2007-12-11 01:30:03)

  • How to Suppress form default message

    Hi I am having master-detail blocks in a form.
    When i make changes in details block and try to go to master
    record it is prompts me for to save changes or not?
    I want to make the changes posted without prompting
    In which trigger should i write the code.I cann't write in
    post-block,when-validate-record.
    Can Anybody Suggest me for a proper trigger.
    Thanks in Adv
    Sharath
    null

    SHARATH (guest) wrote:
    : Hi I am having master-detail blocks in a form.
    : When i make changes in details block and try to go to master
    : record it is prompts me for to save changes or not?
    : I want to make the changes posted without prompting
    : In which trigger should i write the code.I cann't write in
    : post-block,when-validate-record.
    : Can Anybody Suggest me for a proper trigger.
    : Thanks in Adv
    : Sharath
    hi sharath,
    :system.message_level = 15;
    set the ABOVE IN WHEN NEW FORM INSTANCE TRIGGER.
    null

  • How can I customise Thunderbird message columns to show sender raw address (not display name) and the "Received for" email address that was used to reach me?

    I find it increasingly important to be able to see a sender's actual email address rather than just display name, as they usually don't show a company name - which a domain always would. Is there a way to customise settings/write a script/tweak files to add raw email & domain name columns? When dealing with a number of people at the same company it is hard to order or glance through a list of emails to find them. I also know 2 people with the same name at different companies and it is impossible to distinguish!
    Secondly, as a related column addition, since a number of email aliases reach me it would be useful to have a column to show the "Received..for" part of the message source which reveals the actual email used in the To/CC/BCC which led to me. Again can this be tweaked or scripted?
    I have programming experience but have not made add-ons and would be open to a suggestion which involves creating a custom add-on if adding columns with custom values is possible that way.
    Best Regards,
    Drew

    Extended message headers can be searched from Edit/Find/Search Messages, or the folder context menu, by adding custom headers to the search criteria. So, you might be able to create a search on specific properties of a message.
    The method of adding custom headers to searches is the same as the one described here for filters:
    http://kb.mozillazine.org/Filters_(Thunderbird)#Custom_headers

  • Who uses Application Logs?

    Hey there, I just wanted to understand more about the usage of application logs.  Do any of you use it for debugging/analysis purposes of your applications?  For those that use it, would you mind explain how you use it etc.
    Sorry, I'm pretty much an ABAP newbie.

    I used Application Logs to get errors or other messages for RFC Calls etc in most of my Custom BAPIs.
    See this\
    http://help.sap.com/saphelp_nw04/helpdata/en/3a/c8263712c79958e10000009b38f936/content.htm
    It doesnt help you much but definetly gives you some idea.
    There are a bunch of function modules to help in getting Application Logs. Theoritically an Application Log is similar to System Log. But System Log is for the whole SAP system where are an Application log is specific to the Custom Object (and sometimes even sub-object) that you create and assign to.
    Pros: If improves performance by reducing number of database hits and writing the logs locally.
    Cons: A lot of effort is needed for initial setup.
    If this helps, award points suitably.

  • Purging application logs automatically in Hyperion 9.3.1 products

    Hi,
    I am trying to explore purging options in Weblogic server.
    Could someone help me in finding a setting(if there is one) under Weblogic properties files, which will purge Application logs automatically after 'n' number of days.
    for example in D:\Hyperion\deployments\WebLogic9\servers\aas\logs directory, I see a lot of eas log files created with extensions from .log00001 to .log00427. Is there any way of removing these automatically without using any other windows scripts.
    Thanks
    Prasad

    This works now after I did the change from WebLogic Administration comsole by going to each server's Logging tab ( Servers -> server_name -> Logging ). Set the rotation type to "Time", files to retain, and rotation interval ( default 24 hours ), etc. This will keep the files to a fixed count

  • Purging application logs automatically under Weblogic servers

    Hi,
    I am trying to explore purging options in Weblogic server.
    Could someone help me in finding a setting(if there is one) under Weblogic properties files, which will purge Application logs automatically after 'n' number of days.
    for example in D:\Hyperion\deployments\WebLogic9\servers\aas\logs directory, I see a lot of eas log files created with extensions from .log00001 to .log00427. Is there any way of removing these automatically without using any other windows scripts.
    Thanks
    Prasad

    This is configured within each server's Logging tab ( Servers -> server_name -> Logging ). Set the rotation type to "Time", files to retain, and rotation interval ( default 24 hours ), etc. This will keep the files to a fixed count.

Maybe you are looking for

  • Exposure problem with Lightroom 4 CS5 and Raw 6.7

    Hi all I have recently upgraded from Lightroom 3.6 to the new Lightroom 4 and am genrally pretty happy with it, I tend to use it along with photoshop CS5 extended and also imagenomic Portraiture, but I have found an annoying little problem in doing t

  • Re: How to Complain DIRECTLY to BT?

    Is it possible to speak to anyone at BT who understands why I am complaining??? Yesterday I phoned BT to report an internet fault and was put through to an asian customer care(???) adviser who struggled to understand me. He asked me to take my hub ou

  • Can't have album pics black & white and keep orig. color

    Hi, I want to have one of my albums all in black & white. When I do that, it changes my same photos in the library to black & white. Then, if I change those back to original, it changes my album back to color also. What am I doing wrong? I'm using iP

  • Sharing all photoshop folders etc between 2 computers

    At present I have Photoshop Elements 6 on my desktop, which has Windows XP. I have bought a laptop with Windows 7 and wish to share all my folders(tagged etc) in order to be able to edit them when away from home. Is this possible and easy to do. Hope

  • Correspondence History

    Dear All, I am getting an error No entries could be found for Business event 60010634 Message no. PV581 while Create Business event with resources in ECC 6.0 Following is the list of transactions that have been done. 1. Creation of business event gro