User Messages

Hello experts
In SAP BW or BI, is there any option to send a personal message to a particular user on the same server?
i.e. through SAP?( not outlook or lotus)
Full Points....!!!!
cheers!!!!!

hi,
You can T-CODE sbwp ->New Message -> set message and recipient.
Hope helps you, good luck

Similar Messages

  • User message entered in Validation settings does not show up in custom list form created in sharepoint designer 2010

    I have a custom list form created in SPD based on EditItem form.  I then set field validation in Validation setting and entered a user message to display when the validation did not pass.
    The validation works in the custom form but the user message never show up.
    I see a similar question posted in 2012:  
    https://social.technet.microsoft.com/Forums/en-US/cd292b50-856f-4dfa-8cfe-aeb688ee7185/validating-fields-on-a-sharepoint-2010-custom-list-form?forum=sharepointgeneralprevious 
    Is this still a known bug?   What is the easiest workaround?

    Hi ,
    From the
    above link you mentioned, have you tried using the code line in your custom form?
    Please try the code suggested by sp-achiever and hamish, and see if it could help solve the issue.
    <SharePoint:ItemValidationFailedMessage ControlMode="New" runat="server" ID="checkform" />
    Have you installed hotfix KB245789 or CU contained this kb?
    Please check if KB245789 has fixed this issue as KP2011 suggested in the same post, and please try it in a test environment firstly.
    http://support.microsoft.com/kb/2405789
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you havefeedback for TechNet Subscriber Support, contact [email protected] 
    Daniel Yang
    TechNet Community Support

  • Search for all user messages doesnot work now ?

    Hello SDNer's,
    I often search my own questions and posts entering the keywords in Search for all user messages. After our forum has been revamped this functionality seems not be working as it used to. When I enter the keywords and Enter it throws me results from Expert Forums instead showing results just from my ID/Username.
    Have anyone noticed this ?
    Please comment Mods.
    Happy New Year to all SDNer's !!!

    User search and monitoring was all disabled due to Privacy issues.

  • Exceptions vs user messages

    There is a thing in connection to exception handling in GUI applications that I have been thinking on at some times: Where/how to produce user messages for exceptions that may occur somewhere in the business logic?
    The best guidelines I have read about how to use exceptions in a reasonable way is the chapter about exceptions in the book Effective Java Programming Language Guide. An excellent book for people that like to write high quality code! Some advices state that exceptions should be used for exceptional things that we have to expect and that they should contain information that helps doing debug. And that we should use runtime exceptions for programming errors. This is good! This was a help for me to not hate exceptions as I did before : ) but instead use them to create robust code. But what I not yet understand is where the user messages fit in to this? Or have I not yet found a design for it that I like enough yet. With user messages do I think on clear messages to display to the user, not the type of messages in exceptions that is for developers to support debug.
    If for example a FileNotFoundException is thrown somewhere down in my business logic, an error we must expect because the user may have deleted the file since the last time we used it, where and how do I then produce the exception to be displayed in the GUI?
    Some possible answers ...
    Wrap the exception in a new MyUserException that is used for all exceptional situations that should result in a user message with the user message as the detail message for the exception? I don�t like it. I want specific exceptions for specific error situations and it looks more right to decide whether an exception should be displayed to the user or not in a higher level close to the GUI.
    Put an error code in a MyErrorCodeException and use that for all exception handling. The error code do I then use to pick a localized message from some table. I don�t like to have my own exception hierarchy either. Often are there already a useful exception in the Java API and error codes adds clutter.
    So what should I do with my FileNotFoundException? Just let it pass through all the way up until I can use the failure information in it to compose a user message? This is what I feel most "right" but it is not always that simple as with a exception that so clearly tell what have happened as "FileNotFound"Exception does.
    I want to define my user messages in a properties file and access them from a resource bundle to be able to localize them. But where and how should I map them to thrown exceptions? It would interesting to listen on opions from others about this!

    JonnyAndersson wrote:
    jschell wrote:
    JonnyAndersson wrote:
    If for example a FileNotFoundException is thrown somewhere down in my business logic, an error we must expect because the user may have deleted the file since the last time we used it, where and how do I then produce the exception to be displayed in the GUI?Why is that an exception?If it not where an exception would it be a programming error, which then should cause a runtime exception. This is in line with the guidelines in the excellent book Effective Java Programming Language Guide. Errors you must expect, for example that a user could have deleted the file your business logic is going to read from, should it be announced using checked exceptions. You can't always assume that the file is there in your code. But errors that you could avoid using code should be avoided and if you not follow the rules should a runtime exception be thrown.
    No.
    There is a difference between an exception and a normal process flow. The fact that an expected flow results in you telling the user that something is wrong doesn't make it an exception.
    For example if you are playing a game and your space ship blows up because you overheated the engines then that is not an exception. You programmed the game such that the engines overheating was an expected condition.
    So, again, in your application there are two possibilities when you say that the user deleted the file.
    1. You expect the user to delete the file. Maybe because there is a delete button on a dialog somewhere.
    2. You don't expect the user to delete the file. Just like you don't expect them to delete your jar file.
    The first case is expected behavior. The second isn't.
    They are different so you treat them differently.
    >>
    I want to define my user messages in a properties file and access them from a resource bundle to be able to localize them.That doesn't sound like exceptions to me.The message in exceptions is meant for developers that are tracking what have happened. In the business logic do you not know from where your code is called. Otherwise is it less reusable. But exceptions that have popped up all the way to the user view should be displayed with a message, preferably a localized message, that is understandable for a user that probably not is a developer. And that message is therefore preferably defined in a resource bundle.Definitely not.
    The developers at my company do not speak nor read japanese. So it absolutely pointless to have artifacts that developers must deal with in other languages.
    Conversely when the user incorrectly types their password/user name into the system then the message that pops up must be readable by the users. And the developers should never need to see that because they expect that behavior.
    User messages must originate from known sources. Otherwise you have no possibility of translating it in a usable way and in all likelyhood it won't be useable in the original language either.
    >
    The big question is how to map the defined user messages to thrown (checked) exceptions? A problem is that exceptions seldom contains failure capture information. To create a good user message do I for example need to know which file the user tried to open to be able to notify that it was some problem with that file to let the user have a chance to fix the problem.The big problem is coming up with a consistent normal, error and exception system and recognizing that although developers must deal with and understand all three that users should only be expected to deal with the first two themselves and need not know anymore about the third except how to report it.
    There are any number of variations on the doing this. But again consistency, not methodology, is the real key.

  • How to access new data in User Message Event Callback?

    I am using the Simple LabVIEW OI as the model for my TestStand user interface.
    The sequence sends a User Message to the OI to request the string array of tests to run.
    But I am having great difficulty making this string array data available to the event callback VI.
    I do not want to use a global variable and so my unsuccessful method so far has been as follows:
    1. Use a Refnum to the Array and pass it into the Config Event Callbacks VI via the cluster 
    2. The "Selected Tests" in the input cluster in the Config Event Callbacks VI is a generic Control Refnum
    3. This Selected Tests (at the bottom) is then bundled and passed into the User Parameter
    4. But how do I convert the Selected Tests Control refnum back into the original string array in the actual callback?
    Also if there is anyone that can suggest a better way of doing this then please let me know.
    The bottom line is - how to get the latest data into the event callback function when it is called?
    Many thanks,
    Ronnie
    TestStand 4.2.1, LabVIEW 2009, LabWindows/CVI 2009
    Solved!
    Go to Solution.

    Hi Ray,
    The 'Selected Tests' array refnum is #4 in the cluster order and matches all the way through - so I think that's OK.
    In the final diagram above, I can get the Selected Tests cluster from the 'User Parameter', but it is still in the form of a refnum.
    My problem is a lack of understanding in how to convert this 'Selected Tests' refnum back to the original data type (a string array).
    Basically I want to get the string array from the 'Selected Tests' refnum.
    As you can see from above I tried to use a property node. I've also tried to 'cast' the refnum to a 'more specific class' by choosing 'Array' but it's still ends up as a refnum.
    I hope you see what I mean?
    Thanks,
    Ronnie
    TestStand 4.2.1, LabVIEW 2009, LabWindows/CVI 2009

  • Does User Messaging Service come by default in SOA Suite?

    Does User Messaging Service come by default in SOA Suite?

    Yes, UMS is a feature available as part of SOA suite installation.
    You should be able to see the UMS related configuration features in the EM Console.
    Please visit the following link for more information.
    Configuring Oracle User Messaging Service
    Thanks,
    Wajid
    Middleware Integration - YouTube

  • Trying to integrate with User Messaging Service adapter in SOA suite.Can it be possible through an JMS interface.

    Trying to integrate with User Messaging Service adapter in SOA suite. Can it be possible through an JMS interface.
    I have an JMS backend integrated to Oracle B2B. Is it possible to send an email protocol message using JMS interface to B2B where User messaging Service has been implemented. The adapters required for UMS have been deployed and the sdpmessaging jar files also have been added to the classpath. The only problem i face is i dont have an BPEL system to integrate where as in the forums it has been mentioned how to post a message using BPEL.
    Please let me know if there is a way to integrate the adapter with JMS interface.
    Thanks in advance
    Deepak

    If I remember correct, to use JCA adapter with SOA stack requires that adapter implement some Oracle API.
    The Adapter SDK is a light-weight tool kit that enables rapid implementation and deployment --- http://www.oracle.com/technology/products/integration/adapters/pdf/DS_OracleASAdapter.pdf
    http://download.oracle.com/docs/cd/B16981_04/current/acrobat/cct115dg.pdf
    Mostly you will have to wrap your jca adapter to make it available in SOA suite/stack.
    Other option is that you adapter provider would have given CCI interface or some custom interface which can be used for invoking adapter end-points.
    Manoj

  • User message on programmatical logout

    Hi folks!
    I have some problems generating a user message.
    My App (apex 4.0.2) has two login validations: 1. LDAP-Authentification, 2. Validation whether a user has access to certain functionalities or to none at all. This validation takes place in a process on the login page and an asignment of a key value to an item.
    On "none" - that is: no registered user, the session state must be resettet, that is: a forced logout, which I accomplish in a process on page 1 before header on a certain condition of that item:
    begin
      --  htp.p('<script>alert("No registered user. Please contact the IT-department.");</script>');
      apex_application.g_unrecoverable_error := true;
      wwv_flow_custom_auth_std.logout( p_this_flow=>:APP_ID,p_next_flow_page_sess=>:APP_ID ||':1');
      -- :P101_LOG_ERR_MSG := 'No registered user. Please contact the IT-department.';
    end;Now what is commentet out here is whats gives me headaches: I want to user to get a message, that he has to register. But none of this works in conjunction with the logout process, becaues the session - as I want it - gets resettet.
    P101_LOG_ERR_MSG is a text box on the login form. If I set "maintain session state:" to "per user", what happens is: the text message do gets assigned, but always stays and I cant delete is in a later computation or process. When I set it to "per session", its not shown at all.
    Also, why does the java script Alert not show? It works on other places, no matter where the processing takes place.
    I hope this gives you a picture of the situation. Can you help me get the usermessage to show in some way?
    Thanks a lot in advance,
    Tobi

    Hello Tobi,
    Validation whether a user has access to certain functionalities or to none at allI suggest to create an authentication scheme for your above validation and apply this validation either to page 1 or to entire application (depending on your requirement) and put the error message at authentication scheme.
    That should work as per your requirement.
    Regards,
    Hari

  • Oracle User Messaging Service

    Can we use more than one SMTP user for configuring notifications in User Messaging services?

    Hi grehard,
    I am getting the below error under message status. Can you please suggest me the solution ?
    Message ID (Recipient)     a792deb5c0a805f100972b1631596902 (USER:AIAIntegrationAdmin)
    Operation     Send
    Overall Status     Failed
    Status Code     ENGINE_PROCESSING_FAILURE
    Status Message     User could not be resolved to device addresses. Please see the log file for details.
    Timestamp     Dec 17, 2012 12:05:18 PM IST
    Gateway Message ID     
    Sender     
    Recipient     USER:AIAIntegrationAdmin
    Driver Instance Name     
    Engine     /Farm_base_domain/base_domain/soa_server1/usermessagingserver
    Application Name     soa-infra
    Application Instance Name

  • Get User Messages on the Host PC from WSN Nodes

    Hi,
       I have read the "LabVIEW Wireless Sensor Network (WSN) Pioneer - Under the Hood" and try to transmit user messages from a WSN node to the host. 
    However, I am stuck at the WSN Get New Messages VI. I am unable to use a "Display Message to User" function or "Unbundle function" to retrieve the messages from WSN Get New Messages VI. Can anyone help me ? I have been stuck here for hours. Thank you very much !
    Regards,
    Xinke
    Attachments:
    Unable to read WSN Node User Messages.jpg ‏57 KB

    Hi xinke,
    looking at your code, I believe the issu eis that the output of the Get New Message node is an array of clusters and as such should be indexed as with a normal array before being split up with unbundle. i have attached a VI that shows this to my post.
    I hope that this helps!
    Liam A.
    National Instruments
    Applications Engineer
    Attachments:
    WNS.vi ‏10 KB

  • User Message event firing

    I'm not sure of the best way to program what I have in my head.
    If I send a UI Message >10000 then the User Message event is going to fire for any and all of those messages.  This isn't much of a problem if it is a single callback VI that has a case structure to handle the different event numbers.  This is what some of the examples are showing in the Developer Zone.  My problem is that I will have several different VIs that will be handling User Messages.  If I want to keep the same Reg Event Callback structure is the only real way to do this with different VIs is to register multiple callback VIs to the same event and just have each VI only respond to the event number that it is interested in?  It seems to be a bit of a waste of CPU cycles if I have 5 different callback VIs and and 4 of them will get pinged on every event but not actually do anything.  I'm not going to be firing these messages too rapidly (~0.5-1s) but I can just envision one of my other programmers running a little wild with this concept and then we eventually find out that LabVIEW starts to get finnicky having 20 different VIs registered to the same event even if only 1 of them will do anything for any given firing of the User Message.

    Hi,
    You might call the AEs about registering multiple VIs. I don't know if that is possible. I've never seen it.
    What is the problem with a single callback VI that has a case structure to handle the different event numbers? Can't you paste your several different VIs into the case structure? Do you have to process your events in parallel, are they overlapping, or can you process them all serially? That's the only reason I can think of to not use the case structure.
    You can use the single callback VI case structure to convert the TestStand User Events to LabVIEW Dynamic Events and pass them to the LabVIEW Event structure that the Exit Event is in. And then put your VIs in the Event structure. Basically what that does is make the single callback VI a router that forwards the event messages to another handler. 
    cc

  • Programmatically setting UserPrefs for User Messaging Service

    Hi,
    do anyone knows or have tried to set UserPrefs, for User Messaging Service in SOA Suite, instead of using the web interface?
    I have tried using the API provided, but with no success.
    Appreciate any pointers and hints.
    Thank you
    yee thian

    I solved this... when u r saving from Em it is not saving ur configuration. so go to driverconfig.xml file at below location
    Manully enter all the configuration values and restart the server.
    C:\Oracle\Middleware\user_projects\domains\ofmw_base_domain\config\fmwconfig\servers\bam_server1\applications\usermessagingdriver-email\configuration

  • Questions on user message

    I'm using TS to run a verification sequence of ni scope and want to display measurement in UI developed with LV. I just want to fresh my UI waveform graph after one measurement is completed so i use postusermessageex method as attatch file. The question is that the UI will not responding to this message and i think something is wrong with my UI code. Can anyone pls look at my code and give me suggestions, thanks very much.
    Solved!
    Go to Solution.
    Attachments:
    Scope Verification.seq ‏14 KB
    UIMonitor.vi ‏76 KB
    User Message Callback.vi ‏13 KB

    From a brief look at the code I noticed the following issues:
    It looks like you are passing in the SequenceContext reference to the UIMonitor, but the UIMonitor is expecting an applicationManager reference.  You should pass this (a reference to the current applicationManager) in from your sequence instead:
    RunState.Engine.GetInternalOption(InternalOption_ApplicationManager)
    Additionally, you will need to change the applicationManager reference in your monitor to an activeX reference rather than a container (otherwise you will be creating a new instance of the applicationManager).  The easiest way to do this is to change it to a constand, then back to a control.
    I am unable to run your code due to missing dependencies, so please let me know if you are still having trouble after implementing the above.
    Al B.
    Staff Software Engineer - TestStand
    CTA/CLD

  • User message after POST

    I have a POST form and action to itself lie following:
    <cfform  name="Indexform" method="post" action="index.cfm">
    I want to give user complete message when POST complete and show error message if there is any.
    I want to use on Button click, but it seems that it is too early.
    It should handle by server side, since it needs get back from server for POST.
    <td><input name="Submit" type="submit" id="Submit" value="Submit" onClick="PostMessage()"/></td>
    I would like to use
      ColdFusion.CreateMessage or CFMessagebox to show user message.
      Are there any condition I can check using CFIF to generate this user message?
      Your help and information is great appreciated,
    Regards,
    Iccsi,

    I tried to use onSuccess event on cfform, but it does not trigger the onSuccess event, even I have the code in div tag.
    It looks like the only solutoin to use jQuery.ajax to do thise, since it has success call back function to call javascript.
    Any informaiton and help is great appreciated,
    Regards,
    Iccsi,

  • How to display a user message on WEBI Home page ?

    Hi all,
    How to display a user message on WEBI Home page ?
    like when ever the data gets scheduled at etl side i want to display a message a message on info view home page "new data is uploading" is this is possible to do ?

    Unfortunately this is not possible to do "out of the box".  There aren't any pre-configured options that will let you do this.  You're only real option is to try and modify the infoview source code yourself to do this.
    Regards,
    Shawn

  • Oracle User Messaging Service unable to connect to Mail server through SSL

    Hi,
    I have a SOA server setup with User Messaging Service, with email driver installed. I set it up to connect to an SMTP server over SSL.
    Using the user messaging sample app from samplecode.oracle.com, I encountered the following error:
    javax.mail.MessagingException: Exception reading response; nested exception is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    After doing some research, I copied the cert from the Mail server and put in in the JDK keystore (jdk\jre\lib\security\cacert) using keytool -importcert command. Then I did configure the SOA server to use that keystore. However I still encountered the above mentioned exception.
    Anyone has encountered and solve the problem?
    Appreciate any pointers :)
    yee thian

    Hi,
    SAP support suggested to check the following notes:
    827958 - Javascript Errors in IC WebClient, Messaging does not work
    871851 and 872720 - JRE version
    828884 - SAM (Simple ABAP messaging)
    844929
    924443
    927566
    927567
    Regards,
    Bruno Mikio

Maybe you are looking for

  • Not able to scan on windows 8 x64 with acrobat 10.1.4

    I am not able to scan on windows 8 pro x64 rtm (from MSDN) with acrobat 10.1.4. My combined printer/scanner model is HP Laserjet Pro 400 color MFP M475dw. My scanner driver "WIA-HP LJ300-400 M375-M475 scan" works fine in Windows Paint, but when tryin

  • AX will not work with WPA

    My AX worked successfully with WPA security for several months, then stopped. I reset it, hard and soft, used factory default, but it would not work with WPA. Changed the security to WEP 128 and it worked fine. But now my Macbook Pro won't connect au

  • ITunes crashed, CD playback messed up

    Well my problem is that I was importing a CD and on the second song form the CD, iTunes froze up for a while, then crashed. Now my CDs play but its slowed down and when its playing a CD the any type of sound from my computer has that warped effect to

  • A problem with inconsistent datatypes

    Whenever I try inserting a new record of type t_cliente_societa in my Cliente table, I get ORA-00932 inconsistent datatypes error and I'm not able to find the reason. Could anyone help me? Thanks in advance. I'll post my SQL code here. please ignore

  • Cannot see tif file with just 552KB

    Hi, I've received a TIF file from a scanned document but I cannot open it in my MacBook. The Preview sw says that it may be corrupted. However the same file file can be opened in a Windows based computer!? What's wrong? What can I do to see it in my