Alerts displaying status # since?

I am new to OEM and I cannot find the documentation that explains what "has status 6" since....Means? Is it the number of times the error has occured?
Thanks for any clarification...
Sean
Test Mantas QS Service Test1 is now up: Mantas QS Service Test1 has status 6+ since 04/22/10 07:00:00 till 04/22/10 07:06:25 in America/New_York. Beacon NY390 Status: 1 from 04/19/10 14:21:40 till 04/22/10 07:08:25 in US/Eastern. No new severities found after the blackout Metric data found after blackout, using the latest severity Latest severity from the beacon is 15 at 04/21/10 18:42:40 Beacon votes up The final status of the test is UP from 04/22/10 07:06:25 till 04/22/10 07:08:25
Edited by: user10650337 on Apr 22, 2010 7:42 AM

Hi Varitka,
   Try this way - divide your message into individual text elements containing not more than 49 character each and try to dispaly by the below staments
     MESSAGE E000(ZMSG) WITH text-001 text-002 text-003 text-004.
you can also try this way
  MESSAGE E001 WITH '1234567890 12345678901e'
                    '1234567890 12345678902e'
                    '1234567890 12345678903e'
                    '1234567890 12345678904e'.
Thanks
SDN Powered

Similar Messages

  • Mac OS X 10.4: Error -36 alert displays when connecting to a Windows server

    Mac OS X 10.4: Error -36 alert displays when connecting to a Windows server
    http://docs.info.apple.com/article.html?artnum=301580
    A user meet the above problem connecting to Windows 2003 server but have no this error if connected to Windows 2000 Server.
    According to the above solution, will you configure Windows 2003 server or just configure user's Macintosh platform?

    EL2006 wrote:
    Actually, win2003 server's default security options are shown as follows.
    1. MS network client: Digitally sign communications (always) - Disabled
    2. MS network client: Digitally sign communications (if server agrees) - Enabled
    3. MS network server: Digitally sign communications (always) - Disabled
    4. MS network server: Digitally sign communications (if client agrees) - Disabled
    We could both be right on this one; it depends on your setup. By default, if you're running a domain then the Domain Controller is:
    *Microsoft network client: Digitally sign communications (always) Policy Setting: not defined*
    That defaults to the Group Policy setting, which is enabled.
    The local computer group policy for Windows Server 2003 is:
    *Microsoft network client: Digitally sign communications (always) Security Setting: disabled*
    I'm referencing this KB article on Microsoft's website: <http://support.microsoft.com/kb/887429>.
    This does not take into consideration that you may have upgraded from Windows 2000 Server to Windows Server 2003.
    Regardless, you seem to have already eliminated this as a possibility as you mention below.
    In my case, user can connect to win2003 server without problem in the same LAN 192.168.8.x. If connect it from remote lan 192.168.10.x (e.g. smb://192.168.8.250/artwork) error -36 will appear. Since remote lan is connected to local lan by secured VPN, all traffic or any ports are allowed to passe through VPN.
    Rather than a server or client problem I would speculate your VPN connection is the problem. Do you have port TCP 445 open or blocked at your VPN concentrator? I believe this needs to be open.
    Hope this helps!
    bill

  • Word docs don't display fonts since upgrade to 10.6.

    Word docs don't display fonts since upgrade to 10.6.  Got this error message in Console:
    6/14/11 9:38:14 AM          [0x0-0x11011].com.microsoft.Word[140]          Tue Jun 14 09:38:14 Michael-2.local FontCacheTool[144] <Error>: ATSFontGetPostScriptName failed: error -984.

    Thanks but I searched and searched there.  Nothing listed that addresses this issue.  Am I the only person to upgrade to 10.6 and have a problem with seeing type in Word afterwards?  Does anyone understand what the error message means?

  • To display status message more than 50 characters

    Hi Gurus,
    I want to display status messages (not as a pop-up message) holding more than 50 characters.
    Please suggest me some solution to achieve the same.
    Thanks,
    Asha

    Try:
    REPORT ztest NO STANDARD PAGE HEADING LINE-SIZE 80 MESSAGE-ID 00.
    DATA: f1(50) VALUE 'I am the very model of a modern Major-General,',
          f2(50) VALUE 'I''ve information vegetable, animal, and mineral,',
          f3(50) VALUE 'I know the kings of England, and I quote the',
          f4(50) VALUE 'fights historical,'.
    MESSAGE s001 WITH f1 f2 f3 f4.
    Rob
    Edited by: Rob Burbank on Feb 10, 2012 4:41 PM

  • DMS Web Documents: cant display status log

    Hi experts,
    I have a problem in web documents.
    When I config Setup WebDocuments(BSP), I chose Display Status Log, Display version, Display Hierarchy, Send, Delete, Create New Version.
    But in web page, I cant see Display Status Log, Display version, Display Hierarchy while Send , Delete, New Version is display when I display 1 document number.
    What must I do?
    Please help me !!!

    Hi Christoph,
    Thanks for help me to solve the problem.
    But I have 1 problem abt display too.
    That is with create thumbnail document , we can find thumbnail doc by seeing its image. But in web doc, we cant find any doc which has thumbnail image .

  • Error -36 alert displays when connecting to a Windows server

    Hi All
    I am getting error -36 when I tried to copy any file or folder from windows server
    "Error -36 alert displays when connecting to a Windows server"
    Even the file info is zero KB, while from other MAC machine it is right size.

    You shouldn't get the same error when you are doing it from Terminal. The error should be a little different. I just did a test. Is this a Microsoft 2003 server, 2000 or NT4 you are connecting to? Your post isn't specific. Make sure the System Preferences:Network:Advanced:WINS tab is filled in with the domain you are connecting to next to the "Workgroup" name. The WINS server should already be filled in. Open the connect window with command K. Type domainname\username for the login and then the password. If you don't want to enter the domain each time you will need to add the domain in the Applications:Utilities:Directory Uitility application.
    If you are trying to connect to a Windows XP client box, the machine will automatically try to authenticate with the guest account not the username and password you are using even when "registered user" is ticked. You have to edit the registry to change this default. If the username from the Windows PC is the same as the user logon then this is why the PC is able to connect and the mac is not.

  • I am displaying status (traffic signal ) in output screen in tree display

    hi all,
    i am displaying status (traffic signal ) in output screen in tree display but instead its displaying <b>@08@</b> like text format....is there any need of conversion....
    but it works in normal ALV grid layout.
    please suggest a solution....... !
    regards.
    sivaram.

    You need to do the following three steps in order to have "status" indicators on your ALV list:
    (1) Add a status or exception field to your itab definition, e.g.
    TYPES: BEGIN OF ty_s_outtab.
    TYPES:  status(4)    TYPE c.      " status field for LED / traffic light
    INCLUDE TYPE KNB1.
    TYPES: END OF ty_s_outtab.
    DATA:
      gt_outtab  TYPE STANDARD TABLE OF ty_s_outtab
                               WITH DEFAULT KEY.
    (2) Define the status field in the layout (LVC_S_LAYO):
      gs_layout-excp_fname = 'STATUS'.  " name of the status/exception field
      gs_layout-excp_led = 'X'.  " display LEDs, else traffic lights
    (3) Loop over the itab and set the appropriate status:
      LOOP AT gt_outtab INTO ls_outtab.
        IF ( <condition is fulfilled> ).
          ls_outtab-status = '3'.   " green
       ELSEIF ( <condition partially fulfilled> ).
          ls_outtab-status = '2'.   " yellow
       ELSE.
          ls_outtab-status = '1'.   " red
       ENDIF.
        MODIFY gt_outtab FROM ls_outtab.
      ENDLOOP.
    reward  points if it is usefull....
    Girish

  • Why can't I get an email alert in Calendar since downloading Mavericks????

    Why can't I get an email alert in Calendar since downloading Mavericks????

    I have exactly the same problem: https://discussions.apple.com/message/23646805#23646805
    Let me know, if you find the solution.

  • Alert for status changed in Service request CRM

    Dear All,
    We have a requirement where if the status is changed for a service request, an alert should appear in the context area of the interaction center warning the user of this modification.
    I have tried to used the Alerts Configuration in the business role of IC_MANAGER to do this, can i do this only with customizing or do i need any development?
    Thanks for all your input.
    Best Regards,
    João Gaifém

    Hi,
    As no standard event is raised when changing the status, you could do the following.
    Create a Z event (in SPRO, Customer Relationship Management->Interaction Center WebClient->Additional Functions-> Intent-Driven Interactions Define Events in Repository).
    Then, you could enhance the view in which the status is managed.
    If you want the alert to be shown when selecting the status, create an event handler for the attribute (if not existing already).
    In this event handler, call the Z event you just created.
    The code should look like :
    DATA : lr_event TYPE REF TO cl_crm_ic_event,
                    lr_event_srv TYPE REF TO if_crm_ic_event_srv.
    CREATE OBJECT lr_event.
    lr_event->set_name( 'ZSTATUS_CHANGED' ). “Name of event created
    lr_event_srv = cl_crm_ic_services=>get_event_srv_instance( ).
    lr_event_srv->RAISE( lr_event ).
    Then, create your own IDI rule, so that when the Z event is raised, an alert should be displayed.
    Hope this can help you.
    Sylvain

  • Alert Display

    Hi all,
    When ever i click on save button, the message displayed in status bar.(Like "No changes to Save", "1 Record Applied and Saved"etc).
    Can one suggest me How to show these messages as ALERT with out show_alert?
    Thanks
    Bhujendra

    Thanks Gerd
    I wrote the below code in ON-ERROR::
    DECLARE
         msgnum NUMBER := MESSAGE_CODE;
         msgtxt VARCHAR2(80) := MESSAGE_TEXT;
         msgtyp VARCHAR2(3) := MESSAGE_TYPE;
         string_var VARCHAR2(200);
    BEGIN
         string_var:= Get_Message;
         If msgnum = 40401 Then
              Message(msgtyp||'-'||TO_CHAR(msgnum)||': '||msgtxt);
              Message(msgtyp||'-'||TO_CHAR(msgnum)||': '||msgtxt);
         End If;
    End;
    and I wrote the below code in ON-MESSAGE::
    DECLARE
         msgnum NUMBER := MESSAGE_CODE;
         msgtxt VARCHAR2(80) := MESSAGE_TEXT;
         msgtyp VARCHAR2(3) := MESSAGE_TYPE;
         string_var VARCHAR2(200);
    BEGIN
         string_var:= Get_Message;
         If msgnum = 40400 THEN
              Message(msgtyp||'-'||TO_CHAR(msgnum)||': '||msgtxt);
              Message(msgtyp||'-'||TO_CHAR(msgnum)||': '||msgtxt);
         Else
              Message(msgtyp||'-'||TO_CHAR(msgnum)||': '||msgtxt);
              Message(msgtyp||'-'||TO_CHAR(msgnum)||': '||msgtxt);
         End If;
    End;
    It works well.
    Thanks
    Bhujendra

  • How to use multiple threads and swing for displaying status/interaction

    I have a Swing-app which have to show progress and allow userinteraction for these tasks:
    * First:
    retrieve a list of IDs(String) from the database (single thread running)
    * Second:
    some work on the id-list and list written to hd (same thread as above)
    * Third:
    retrieve Objects (based on the id-list) from different sources (Multiple Threads are running)
    To show the status I have a JProgressBar (indeterminate while task1&2 running) and
    a JTextArea showing the current status (connect,retrieve list, sort, ...)
    When task3 is starting the JTextArea have to disappear and be replaced by a ScrollPane
    with an array of Labels/TextAreas showing the status of each thread.
    While theses threads are working, the ID-list will be consumed and the JProgressBar
    shows the remaining precentage of the hole progress.
    Everything is working so far (excepts UI :) , the problem(s) I have:
    I need the threads to interacts with the user through the ui. e.g: "Connection to db-xyz lost! reconnect?"
    But I don&#180;t know how to do this correctly.
    I think one way would be to send an event to the ui... but how?
    (the ui must know which thread is calling to unpause it after user answered)
    I know that threads should NOT change the swing(-container) - How do I notify the ui that a thread has a question?
    Since these threads are really time-consuming the UI is not updated frequently,
    how can I increase this? (perhaps using another thread-priority?)
    thanks for help!

    if/when your threads need to interact with the UI, they can create a Runnable & send it to SwingUtilities.invokeLater or invokeAndWait. This Runnable can popup a message to the user, and act on the choice of the user (reconnect, cancel, ...). This action could be something which "unpauses" the task thread.
    You may need to do synchronisation between the code in the Runnable & the Thread to which it is related - so the latter Thread knows when the user has made the choice.

  • Websites not displaying correctly since upgrading to FF 10.0

    Since upgrading to FF 10.0 on Mac OS X 10.7.2 i have noticed that some sites are not loading correctly or they do not function like they used to.
    For example:
    1. The login page for Tumblr displays just the background image, not the login form.
    2. In the Art section of Newgrounds i can no longer change the content filter by clicking on the icons.
    However these sites still work fine with Safari and Chrome. For now i am moving to Chrome unless someone knows what is happening and how i can fix it?

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[Troubleshooting extensions and themes]]
    * Update All your Firefox Plugins -> [https://www.mozilla.org/en-US/plugincheck/]
    ** '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''
    Check and tell if its working.

  • Text on some pages not displaying correctly since Lion upgrade

    Since upgrading to Lion a few days ago, I find that the texg on many web pages does not display correctly. It appears to affect mainly header texts - all I get is a row of the capital letter "A" in boxes. I am running Safari Version 5.1 (7534.48.3) on Lion 10.7 Build 11A511.
    Can anyone suggest a fix for this?

    Try here >  All I see is the letter "a": Apple Support Communities

  • IChat will not display status messages.

    I'm having a problem - iChat will not display any "available" status messages. All away messages display properly, but any unique status messages will not display, nor does the word "available". I have restarted both iChat and my MacBook several times, deleted the com.ichat.AIM preferences file, but it seems nothing I do will make my buddy's unique status messages display.
    I did not previously use Chax but downloaded it to see if it would help; it didn't. I'm willing to delete it if it will solve my problem.
    Any help?
    Thanks!
    Message was edited by: Paperclippe

    Ok,
    As you either suspected or found out the Saved Status Messages are in com.apple.ihat.plist
    The fact they didn't display would suggest that they may have become corrupted and the deletion of the .plist would have helped.
    BUT you went on to mention that the Available Choice also does not display.
    This would suggest one of two things.
    1) Either you are not fully Logged in to the AIM servers properly
    Do your Buddies see you are On-line and Available ?
    Do they perceive your Status change ?
    Can you Text chat to people ?
    Can you send files or Pic in Text chats ?
    Try Deleting com.apple.ichat.AIM.plist and restarting iChat to see if that helps
    2) Something about iChat or it's support folders (the bits that make the Available show up), that are at fault.
    In this case try deleting com.apple.ichatAgent.plist
    This controls which accounts login and help the app to run some of the features such as the Video/Audio part and Text Messaging.
    I would do these one at a time just so you know which it was that fixed it.
    8:27 PM Friday; June 20, 2008

  • Firefox will not display videos since Yosemite migration

    Good day!
    I run an early 2011 15" MacBook Pro, 2,2 GHz Intel Core i7 with 4g 1333 MHz DDR3 Memory, and an Intel HD Graphics 3000 with 384 Mo. Firefox is 34.0.5.
    Since I migrated to Yosemite (10.10.1), the browser I use (Firefox) will not display the videos, but plays the sound out of them...
    I tried to clear the PRAM (NVRAM) with the Command (⌘), Option, P, and R, but it doesn't work. I even tried to shut down the graphic acceleration option in Firefox, to no avail...
    What else should I do? Any solution out there?
    Thanks, and Merry Christmas to you all!
    Martin

        System Preferences >  Flash Player > Advanced >  Delete  All
         Press the "Delete All" button.
         Install Adobe Flash Player.
        http://get.adobe.com/flashplayer/
       Download it first.
       The next step is important.
       Click Safari in the menubar and select “Quit Firefox.
        Follow the prompts and install it.
        Restart computer.

Maybe you are looking for

  • Muse overlap in Safari 5.1.7

    My client is telling me there is an overlap in html juicebox gallery I am using.  He is seeing it overlap the footer in safari 5.1.7.  I am not seeing it in 5.1.5 or firefox or muse itself. I have tried a ton of things to get this fixed, the overlap

  • HT201363 i cannot log on icloud. the screen is all blurred?

    i cannot log in cloud. my screen in icloud is all blurred.

  • Use of Friend class in Class builder

    HI Can someone tell me how to use a friend class In class Builder SRidhar

  • Seagate 2TB Caviar Green 5900RPM drives.

    This is more of an informational topic than a question, but: Over the last two weeks, I've acquired four of these drives. The first two were on sale for $80, but I paid the full $99 for the last two. I've been using three of them in a software raid(L

  • Loading data from SRM training client

    Hello all, I want to create another source system in BW to image a training client in SRM. i.e. to say having SQCLNT100 as my QA and SQCLNT200 as my training client. What is the best practice? should I mix the data from the two source systems in one