System message (like SM02) in AS Java

Hi,
I want to know if there is a chance to display a system administrator message to all WebDynpro and portal users currently logged on and logging on next.
A similar functionality is available in transaction SM02 in a R/3 system.
Thanks in advance
Kilian

Hi Kilian
It is <b>possible to send a System Message</b> like SM02 in a Java System.
Do the steps as described below:
go to
<b>http://<server-ip>:<port>/sld</b>
login to it then
go to <b>Administration</b>
In Administration under <b>Server</b>
there is <b>System Message</b>....click on that
From there you define a system message that is shown to every user who logs on to the SLD.
Set the expire time also.
Regards
Sumit Jain
[reward with points if useful]

Similar Messages

  • Portal - cutom message to end users (like sm02)

    Hello All,
    Is it possible in Enterprise portal to display a custom message (like sm02 in ABAP ) when end users login.
    Thanks
    Tom

    Yes...
    1. Buy Software that can do it for you --> http://www.sweetlets.com/w/solutions/system-messenger/
    2. Build it yourself.
    a. simple html file that you can embed in your framework that you can set on the fly (simple solution)
    b. time based publishing of content via KM http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e8/a9a76828b8dc469969ff450ec81ced/frameset.htm (medium solution)
    c. develop some application (in webdynpro for example) that can do this all for you (advanced solution).
    Cheers,
    Benjamin

  • Define system message attributes

    Dear All,
    How can i define system message attributes for master data , purchase recquisation configuration & many more (MM) pls give me in detail configuration part points must be rewarded
    Amin

    Hi Amin,
    To setup the system messages like Warning, Error you can go through like this,
    For Master data ---
    SPRO-- Log GenMaterial master-Basic settings -- Define attributes for system messages
    For Purchasing---
    SPROMMPurchasing--Environment data --Define attributes for system messages
    For Inventory mgmt & Physical inventory--
    SPROMMInv mgmt & physical inv--Define attributes for system messages
    For Logistics Invoice verification---
    SPROMMLogistics Invoice verification--Define attributes for system messages
    For external sevices mgmt---
    SPROMMExternal services mgmt--Define attributes for system messages
    Hope you understand this.
    rgds
    Chidanand

  • How to change the category of system messages in PS

    Hi All,
    Is it possible to change the category (i.e from information to warning/error) of the system messages like CN707 in PS? If yes how?

    Hi,
    You will have to go for development. Use userexit CNEX0009.
    Refer similar thread:Re: CN707, SE721
    Regards
    Edited by: Shrikant Rakate on Jan 14, 2009 4:57 PM
    Edited by: Shrikant Rakate on Jan 14, 2009 4:58 PM
    Edited by: Shrikant Rakate on Jan 15, 2009 12:37 PM
    Edited by: Shrikant Rakate on Jan 15, 2009 12:38 PM

  • Problem with GlassFish and Sun Java System Message Queue

    Hi,
    I used application server PE.8 and I upgraded to Sun Java System Application Server Platform Edition 9.0 Update 1 Patch 1, and I changed all my CLASSPATH and everything. My system is working fine, but the Sun Java System Message Queue that I used before is still showing the queues and physical queues of the previous application server, not the new one. Do you know if there is way to change that and link it to the new version?
    thanks

    Use an ESB like ServiceMix to bridge JMS providers
    http://servicemix.org/
    Or write your own MessageListener to consume from one JMS and publish on another one. Be careful with queues to avoid loosing the ordering - so you probably want to use a single MessageListener per subscription/queue - or to take advantage of Tibco's exclusive queues to ensure ordering is preserved. If ordering doesn't matter then don't worry too much about it and maybe have a pool of consumers to improve throughput
    James
    http://logicblaze.com/

  • Sun Java System Messaging Server compatability with ipv6

    Dear All;
    I am planning to upgrade the network to ipv6, I would like to know if anyone knows about any issues with Sun Java System Messaging Server 5.2 running over an ipv6 network. Is such information posted anywhere on Sun's website?
    Regards,
    Marwan

    As far as I know, no version of Messaging Server is compatible with ipv6

  • Looking for training on Sun Java(tm) System Messaging Server 6

    Hi All,
    I looking to take training on Sun Java(tm) System Messaging Server 6 i checked SUN Training Site but i didn't find
    Can ant one tell me if its available or not.
    regards,
    Mariam

    MariamS wrote:
    I see that you know so much about Sun Java System Messaging staff. I've been using Messaging Server for over 8 years in various roles so I have a good head-start.
    from where you learned all these i like to expert in this area but i dont know from where i have to start.The Messaging Server admin guide is the best place to start:
    http://docs.sun.com/app/docs/doc/819-4428
    Regards,
    Shane.

  • Problem Connecting to Sun Java(tm) System Messaging Server 6.2-3.05

    Hi All,
    I am trying to connect to Sun Messaging Server from my program. Till now I tested the program against all other popular IMAP servers with out any problem. I have set the debug to true. I am not able to figure why the connection is getting reset. Any help would be greatly appreciated
    Thanks in Advance
    Srinivas
    DEBUG: setDebug: JavaMail version 1.4.1ea-SNAPSHOT
    * OK [CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS CHILDREN BINARY LANGUAGE XSENDER X-NETSCAPE XSERVERINFO AUTH=PLAIN] Messaging Multiplexor (Sun Java(tm) System Messaging Server 6.2-3.05 (built Nov 23 2005))
    IMAP DEBUG: AUTH: PLAIN
    A0 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS CHILDREN BINARY LANGUAGE XSENDER X-NETSCAPE XSERVERINFO AUTH=PLAIN
    A0 OK CAPABILITY completed
    IMAP DEBUG: AUTH: PLAIN
    A1 LOGIN KBahadur mypassword
    javax.mail.MessagingException: * BYE JavaMail Exception: java.net.SocketException: Connection reset;
    nested exception is:
         com.sun.mail.iap.ConnectionException: * BYE JavaMail Exception: java.net.SocketException: Connection reset
         at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:476)
         at javax.mail.Service.connect(Service.java:275)
         at javax.mail.Service.connect(Service.java:156)
         at com.gavs.mail.receiver.MailReceiver.receive(MailReceiver.java:74)
         at com.gavs.mail.receiver.MailReceiver.poll(MailReceiver.java:39)
         at com.gavs.calendar.server.HTTPPushServer$4.run(HTTPPushServer.java:72)
    Caused by: com.sun.mail.iap.ConnectionException: * BYE JavaMail Exception: java.net.SocketException: Connection reset
         at com.sun.mail.iap.Protocol.handleResult(Protocol.java:315)
         at com.sun.mail.imap.protocol.IMAPProtocol.login(IMAPProtocol.java:307)
         at com.sun.mail.imap.IMAPStore.login(IMAPStore.java:521)
         at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:456)
         ... 5 more

    I vaguely remember that there was a Messaging Server bug that
    caused it to fail because JavaMail was sending it two packets
    containing the data but it was expecting all the data to be in one
    packet. I thought JavaMail was fixed to send it one packet, to
    avoid the bug, and I thought the server was fixed as well so be
    sure to check for relevant patches. And be sure you're using the
    latest version of JavaMail.
    If I remember correctly, telnet was batching the data for the entire
    line and sending it in a single packet, which is why it worked when
    using telnet.
    You might try a network protocol analyzer (sniffer) like snoop on
    Solaris or tcpdump on Linux to see exactly what packets are being
    sent.

  • Sun Java System Messaging Server doesn't support some ISO 8859 charsets

    Hello,
    I couldn't find any link to report bugs on the Sun Java System Messaging Server, so i guess i'll report it here:
    Sun Java System Messaging Server currently doesn't support the ISO 8859-13 charset, which is the standard charset in the Baltic states. When a person recieves an email in that charset, every non-ASCII character in the message becomes absolutely unreadable when displayed in this webmail application.
    This has been tested with this version of the product:
    X-Mailer: Sun Java(tm) System Messenger Express 6.1 HotFix 0.01 (built Jun 24 2004)
    Furthermore, you can test the case by yourself using this link: http://www.lietuvybe.org/testas/. You can enter your e-mail address there to get a few sample messages in Baltic and Cyrillic charsets. You will see that the Sun Java System Messaging Server passes all those tests except this particular one. So, it's a very nice product. :)
    It would be very very very cool if Sun would fix this small, but very important issue.
    regards,
    Rimas Kudelis

    Hey! :)
    I am feeling some bad vibes, here.Hey, sorry, I didn't want you to think it's personal. I didn't really mean to hurt you or whatever. You are trying to help and I do appreciate that. I really do.
    The reason i'm a bit sad is about the policy of others:
    First, i am not a provider of that webmail service i'm talking about. A big Lithuanian company is. Personally, I rarely use webmail apps at all, and even when i do, i use an app i internationalized myself. :). Meanwhile, i install Horde IMP as a webmail application for my small servers, and i'm satisfied with it.
    The problem i described is literally not my problem. It's a problem of that big Lithuanian company mentioned above (and the users of its webmail system). I suppose this company does have that account already and, furthermore, they are the ones who should post to this forum or file a support request., and they are the ones who should be worried about that bug. However, reality differs. In reality, big companies in Lithuania don't care about correctness of their webmail apps too much. However, there are a few maniacs like me who do. We test their webmail apps, we contact them and describe them their problems and ask them to fix those problems. Sometimes, they do that, but in most cases we either don't get a reply at all, or we get something like "we'll take a look at it later". For example, lately, we had an issue with one of the most popular webmail providers in Lithuania skipping a MIME-version header. Fixing this issue is just a single line of code. However, we had to push them annoyingly for kinda few months until they finally fixed it.
    That was the first aspect.
    The second is that i don't really like to create hundreds of accounts for myself just to ocasionally report bugs like this one. If only Sun would let me to simply file a bug, and forget that, i would gladly do it. But no, i have to find a deeply hiden support page, then fill a form, create myself an account and a password, then log on, then fill some misterious support request... Do I have to do that for a company that won't even consider thanking me? I think that's too much. Furthermore, every party on the net enforces it's own username and password restrictions. That sucks too. I wish i could just log on as "rq" everywhere like this forum, using the same password i could easily remember. However, i have to use "rq", "er-ku" or "erku" or "rq@something" as my username on different platforms, and sometimes even my (long enough) password is not accepted. It's hard to track such accounts, and in most cases like this one, i don't really want to have an account at all, as i'm just passing by.
    To summarize the post: I'm NOT a licenced user, and all I wanted was to file a bug, which affects licenced users and ordinary people.
    How do i remove my account from this forum now? :)

  • How can I clean up queue one-time on Sun Java system messaging 6.3

    Hi,
    <address>Our Email server have a problem, When I run _./imsimta qm directory tcp_local_, There are about 5 Millions of messages in the queue.</address>
    Now our Email server send messages very slowly, how can I clean up queue one-time?
    the command _./imsimta qclean_ is very slowly.
    What can I do to prevent this problem?
    our Email server version is :
    Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)
    libimta.so 6.3-6.03 (built 17:12:37, Mar 14 2008; 32bit)
    SunOS email-1 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-V890
    Thank you !

    If you have more than 100,000 messages in the queue, then look at the MAX_MESSAGES parameter in [the job_controller.cnf file|http://wikis.sun.com/display/CommSuite/Job+Controller+Configuration+File]. If the parameter is not specified, it defaults to 100000. If you have more than that number of messages in the channel queues, it will take a long time for new/legitimate messages to be sent because job_controller is only considering the first 100,000 messages in the queue.
    If you get into the "imsimta qm" command do do "sum -database", it will show a summary of what job_controller has in its internal cache and therefore what job_controller is working on. If you compare that to "sum -directory" you will probably see a difference.
    If these are all legitimate messages, you need to increase MAX_MESSAGES, cnbuild, and restart job_controller.
    If they are not, then preventing this in the future will require determining how they got into your queue and correcting that.
    As for removing them, the "imsimta qm" commands allow you to select messages by various criteria and then you can "return" or "delete" them. But yes, that will take a long time if there are many messages because it is a single threaded process and it needs to open and examine each message. You may be able to accomplish the task more quickly with a shell script that works on individual channel queue subdirectories and then run multiple copies of that script in parallel. After you have cleaned out the queue, restart job_controller.
    Also, you might want to consider [the subdirs channel keyword|http://msg.wikidoc.info/index.php/Subdirs_and_nosubdirs_Channel_Options].

  • Can not start Messaging server in Sun Java System Messaging Server 6 2005Q1

    Hi all,
    I installed Sun Java System Messaging Server 6 2005Q1 from Solaris 10 DVD on Solaris 10.
    After the installation, I got directory server, admin server running but messaging server not running. I can not start Messaging server (start smtp, http, pop, imap). I found in directory which I installed messaging server but I could not see script "start-msg" and "stop-msg".
    # pwd
    /opt/SUNWmsgsr/sbin
    # ls
    MoveUser ha_ip_config imquotacheck imsdirmig mkbackupdir
    UpgradeMsg5toMsg6.pl hashdir imsbackup imsexport readership
    configure imexpire imsconnutil imsimport reconstruct
    control-params.txt iminitquota imscripter imsrestore relinker
    deliver immonitor-access imsdaaci mboxutil useconfig
    Any idea what might have gone wrong?
    Thanks.

    Thanks.
    I have a problem when I configure the Messaging Server (by running the /opt/SUNWmsgsr/sbin/configure script):
    Hostname mailtest for this machine is not a fully qualified domain name. Please
    correct this before attempting to configure Messaging Server. Please make sure
    that your DNS is working properly.
    <Press ENTER to continue> {"<" goes back, "!" exits}
    Can you help me fix this problem?
    Thanks.

  • Doing GR for a material type, system should give a message like QI required

    Dear Friends
    While doing MIGO(GR) for a material type, system should give a message like Quality Inspection required
    but Client requirement is not to maintain QM view or Inspection Type 01for  material type
    Any setting required 
    Thanks & Regards
    Gajendranath

    Hi
    Please check user exit QBCK0003 |Extended QM check for goods receipt                        
    Regards
    sujit

  • SM02 System Messages on Web Clearing Content

    We have a custom application that recently moved from ITS to an ICF service with our ECC upgrade.  When we post a system message, the next time a user posts to the web page the system message pops up.  For example, when this his "Save" to commit their data.  This is a good thing.
    The problem is when the end user confirms the system message or closes it the web page refreshes and the end user looses all of their data.
    Some info about the changes:  We're using the SAP Web Dispatcher with HTTPS (ROUTER) as a pass through load balancer (should not be the problem here) and we moved from HTTP to HTTPS for all access so the content is now stateless (this is a big maybe since the user context is still in memory). 
    Is anyone away of how to handle ICM generated pop-ups without the application refreshing completely?

    please check
    Note 926124 - SM02: System messages are not displayed
    i am not sure abt this note but u can also check
    Note 1115177 - SM02: No system messages for new users
    Hope this will help you ...
    Reagards
    dEE

  • Java System Messaging Server book?

    Anyone know of a good book to get someone totally up to speed on Sun Java System Messaging server? I haven't found one yet, and all Amazon seems to have is stuff from 2002 and earlier.
    Any suggestions would be very appreciated.
    Thanks -- TGR

    The 5.2 book is very good, and 90% of it applies to 6.x as well.
    http://www.amazon.com/exec/obidos/ASIN/013145496X/packetfilter/002-9686309-6148044

  • Uninstall Sun Java System Messaging Server

    Hi, I need Uninstall Sun Java System Messaging Server, but I not find a command to uninstall. Where is it? Any documentation?
    Thanks

    The uninstall program is located in:
    /var/sadm/prod/entsys

Maybe you are looking for

  • Node removing in a Tree, for loop, and Enumeration

    Hi there it should be pretty easy, however i'm stuck with this code: public void supprNode(DefaultMutableTreeNode node){ for(en = node.preorderEnumeration();e.hasMoreElements();){ DefaultMutableTreeNode tmpNode= (DefaultMutableTreeNode) en.nexElement

  • Officejet Pro L7680 All-in-One - printhead deficiency

    All my HP printers have been reliable work-horses. The exception is my L7680 All-in-One. When I first bought it, one printhead came damaged. I called and called and called, finally, just ended up buying one for which I was never reimbursed. Now, afte

  • Changing Status of preceeding document in CHARM

    Hi Experts , I need to change the status of a preceeding document in CHARM. I created a YDAD document from YDCR. When i change status of YDAD to cancelled i need to change status of YDCR to Cancelled. Steps i followed : 1 . While changing status of Y

  • Create stock in SAP EWM

    Dear Experts, I am new to SAP EWM. In EWM (SAP SCM 5.1),  how can we create some stocks for some of the products? There is no integration with SAP ERP. Regards, Shetty

  • Trying to subtract days from a date

    Im trying to subtract days from a date. When i use this query: select sysdate-:p21_DAYS_OLD from dual; it displays the correct date but not in the correct format. It is displaying 12-AUG-09 instead of 08/12/2009. I tried this query but i get the ORA-