RDP in USE Warning message

Hi Everyone,
Wonder if someone have the same issue and has fixed it. I have one stand-alone host PC that can be accessed using RDP from 2 different stand-alone client PC's at a different time during the 24 hours and each client PC located in different town.
The problem is, if client PC 1 user for example have logged-in to the host PC above to do his own work and then other client PC 2 user decide later on to log-in to the same host PC above while PC 1 user already logged-in. Simply the RDP will through
PC 1 user out the game with losing all his data work and let PC 2 user log-in without even further warring to inform client PC 2 user that the host PC is in USE.
So, hope that someone have came-cross this stand-alone RDP issue and have fix it without changing host PC to something expensive like server 2003 or later as I know server 2003 have the facility to warn the client PC before log-in that host PC is use.

Hi,
Would you tell us that the OS of the PC?
Are these users the same user [same user name and password] or different users?
Best Regards,
Amy
Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

Similar Messages

  • How to use warning message

    Hello everyone!
    The message type of 'w' should have a yellow symbol on the status bar, right?
    But when I execute the code below, it produces the red symbol (X)...
    REPORT zmsgsamp
           MESSAGE-ID s1.
    SELECTION-SCREEN BEGIN OF BLOCK a.
    PARAMETERS  :  p_value TYPE i.
    SELECTION-SCREEN END OF BLOCK a.
    START-OF-SELECTION.
      IF p_value EQ 5.
        MESSAGE w899 WITH 'Warning message'.
      ELSE.
        MESSAGE i899 WITH 'Information message'.
      ENDIF.
    Thank you!

    Hi Ricardo,
    Atish is correct. We cannot predict the color of the warning. Even though the color of warning displays like error, the functionality of warning will take place...
    if you put your same piece of code under at selection-screen, warning message with yellow color will be displayed....but inside the start-of-selection..it display like the error message.

  • Warning Message in Travel Expense Manager

    Hi Folks,
    I am using EXIT_SAPMP56T_002 USER-EXIT in Travel and Expense (Tcode - PR05) which is being called at the time of saving.
    My purpose is to show a message if the user enters an expense above limit and allow him to enter the description why the amound exceed the limit without changing the amount
    The solution can be an error / warning message.
    Problem : If I use error message the system will not allow me to move forward until and unless i change the amount to <=Limit. (But user want the amount as it as and just want to enter discription)
    If am using warning message the system will no tsyop on same screen as the exit is called on click on save mode.. So he can't enter the description.
    Please help me ..
    Regards,
    Sachin Dhingra

    Hi Sachin,
    Can't we have a popup to get the reason after the warning message.
    eg:
    CHECK amount GT maxlimit.
    DO.
    CLEAR:l_ans,l_val.
    CALL FUNCTION 'POPUP_TO_GET_ONE_VALUE'
      EXPORTING
        textline1            = 'Please enter the reason why the amount is more than the limit'
    *   TEXTLINE2            = ' '
    *   TEXTLINE3            = ' '
        titel                = 'Reason'
        valuelength          = 50
    IMPORTING
       ANSWER               = l_ans
       VALUE1               = l_val
    EXCEPTIONS
       titel_too_long       = 1
       OTHERS               = 2
    CHECK NOT l_val IS INITIAL
    AND l_ans EQ 'J'.
    EXIT.
    ENDDO.
    I kept this message in do loop because u want it as mandatory.
    So he can't proceed further with out entering the reason. If u dont want this then u can simply remove the do loop.
    Check this logic if it helps u.
    Thanks,
    Vinod.
    Edited by: Vinod Reddy Vemuru on Jul 28, 2008 11:38 AM

  • How do I make use of a parameter in a warning message.

    I have a form that passes a URL parameter from one page to another called picshowselected.asp of the form:
    ../picshowselected.asp?picapic=5+series&go=Go
    The parameter is 5+series. If the database does not contain any categories of 5+series, I use a "show region if recordset is not empty " server behaviour in case there are no 5+series items in the data. This works fine and there are no problems when displaying the page..
    I also supply a warning message at the moment that says "Sorry but we do not seem to have that catagory on file." This uses a "show region if recordset is empty" server behaviour.
    What I want to do is to use the parameter to inform the user in a warning message of the following form:
    "Sorry but there are no 5 series categories on file."
    It seems likely that there is a way of recovering the passed parameter 5+series, replacing the + with a space if neccessary, and using it in my message, but I have been unable to work it out.
    Can anyone point me in the right direction?
    I'm using ASP JavaScript in Dreamweaver CS3 on this particular site.
    Howard Walker
    P.S. Before anyone asks, Yes - the 5+series does refer to BMW cars.

    You could use regular expressions to try to strip the "+" from your form variables but wouldn't it be easier to just have the select field display +5 and then just pass "5"  and not use the plus character in your database or in your passed variables?  Special characters in your passed variables is always a potential headache.
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF
    www.twitter.com/LawrenceCramer

  • Print PDF file using Acrobat SDK - Warning message

    Hello,
    We are trying to create automatic program in c# that will print all pdf files located in a specific folder, using Adobe Acrobat 9.0 SDK.
    Whenever the application tries to print file, we receive a warning message ("WARNING! A script has requested to print an Acrobat file. This could print an entire document. Do you want to proceed printing?").
    If we press yes, the file is printed, but next time we'll run the application, this message will appear again.
    Since this application supposed to run automatically (with no interaction with the end users), we want to prevent this warning message from appearing.
    How can we eliminate this warning message?
    Is there any other way to print PDF files using Adobe Acrobat from another application?
    Thanks,
    Lilach.

    joeln3:  I believe the original post refers to a client application, not a web page.  Why use JavaScript from within a client application?  I understood their use case to involve a client app referencing the PDF Library, loading various PDF files, and using one (or more) of the PDF Library's Print methods to invoke Acrobat's internal print routines.
    Dave

  • How to add warning message while using 'print' function in Adobe LiveCycle Designer

    I am trying to make pdf document for my company which requires adding a warning message while anyone use 'print' function from the page...
    Does anyone know how to add warning message on LiveCycle Designer
    Also my supervisor mentioned something using 'nag' if that rings any bell

    No you shoudl never go into the XML source unless uinstricted to do so.
    You can open the script editor (under the window menu). It will appear above the drawing area but below the toolbars. You can resize it if there is not enough room. When you click on an object in the form you can choose an event to script against in the Show dropdown. In your case you will want to choose the prePrint event. A line will show up that indicates the object that is associated with the script as well as the event and other information. Add your script below this line. Once that is done you are finished and your form is ready for testing.
    Paul

  • A lot of warning message using JSF in glassfish

    If the browser goes to the jsf page, the server will produce several warning messages as the followings:
    Logger: org.apache.coyote.tomcat5.CoyoteRequest
    Logger Level: WARNING
    Message: Unable to set request character encoding to ISO-8859-1 from context /newsletter, because request par... (details)
    It is because the glassfish try to set the request character after my encoding filter. How to avoid the server try to set the character set?

    I wound up contacting Microsoft Product Support and the issue was resolved using the TechNet article below. Strange in all my researching of R2 before installing it and all the checking around I did I did not stumble across this. The article makes no mention
    of any Event ID's at all. It just says the data warehouse stops working so that can apply to anything, so I don't know how anyone is supposed to relate this particular article to their problem.
    Anyway, after doing the SQL query against all the Data Warehouse databases in SQL, the failed MP was successfully redeployed and all the other MP's fell in line after that. The SQL query updates the Schema on each database. I am guessing Update Rollup 4
    which is what I was trying to apply addresses a number of these issues.
    I also found two other articles that are pretty close to my problem with similar solutions so I posted those also in case they may help someone.
    https://technet.microsoft.com/en-us/library/dn299381.aspx
    http://aide-memoir.blogspot.com/2013/02/mpsyncjob-fails-to-complete-after-sp-1.html
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/22c74005-d025-45cd-af76-9839e0a2333a/problem-after-install-sp1?forum=setup

  • Getting warning message when using bulk option

    Hi
    I have a very strange problem. When I am trying to insert records into my table (Using Buld Loader Options) I am receiving warning says "ODBC data source <xxxxxxxx> warning message for operation <bcp_bind ScheduleID>: <[Microsoft][ODBC SQL ServerDriver]Invalid use of null pointer>, SQLState <HY009>."
    but when I remove the selection of Bulk Loader option then it works fine and run successfylly without any warning ...
    SQL Query -
    > Target
    Can anybody please help me in this case as i could not figure it out what could be the problem
    Edited by: Jerry Tsia on Apr 27, 2009 6:18 PM
    Edited by: Jerry Tsia on Apr 27, 2009 6:19 PM

    what is the version of DI or Data Services ? if you are using DS XI 3.0 (12.0.0.0) or DS XI 3.1 (12.1)
    then this issue if fixed in 12.1.1, check the following similar post related to this
    Can not load Nulls into INT column using MS Sql Server 2005 Bulk load api

  • Which function module i should use in mereq001 for warning message

    hi all,
    when creating purchase requistion(me51n) with item and plant and material etc.when we enter different plant  for the second item which is not there in first item. we should get the warning message in the popup
    for this i have used
    fuction module EXIT_SAPLMEREQ_005
    written the following code.
      INCLUDE ZXM02U05                                                   *
    CHECK SY-TCODE = 'ME51N'.
    TABLES MARC.
    DATA : BEGIN OF I_MARC OCCURS 0,
           WERKS LIKE MARC-WERKS,
           BNFPO LIKE EBAN-BNFPO,
           END OF I_MARC.
    DATA : I_WERKS LIKE MEREQ_ITEM-WERKS.
    read table I_MARC index 1.
    if sy-subrc <> 0.
    IF I_MARC-WERKS IS  INITIAL.
       I_MARC-BNFPO = IM_DATA_NEW-BNFPO.
       I_MARC-WERKS = IM_DATA_NEW-WERKS.
    append I_MARC.
    endif.
    MOVE IM_DATA_OLD-WERKS TO I_WERKS.
    elseif IM_DATA_NEW-BNFPO > I_MARC-BNFPO
           and I_WERKS <> IM_DATA_NEW-WERKS.
      CALL FUNCTION 'POPUP_DISPLAY_MESSAGE'
        EXPORTING
        TITEL         =
          MSGID         = 'ZMMMSG'
          MSGTY         = 'W'
          MSGNO         = 001.
        MSGV1         =0
        MSGV2         =
        MSGV3         =
        MSGV4         =
    ENDIF.
    but after entering the data for first item 00010 ,data is storing in the internal table. but when i entered the data for item 00020 it storing the data in internal table. but item 00010 data is not appearing in the internal table when we give item 00020 data . i have checked in the debugging.
    please advise me what to do for the above requirement.
    thanks in advance
    rama.

    Hi Roy,
    You should use BI SDK for Java to connect to BW from Web Dynpro (https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how%20to%20use%20the%20bi%20java%20sdk%20in%20a%20web%20dynpro%20application.pdf)
    http://help.sap.com/saphelp_nw04/helpdata/en/6e/011e681cf74ab4b3acf73f77653405/frameset.htm
    https://media.sdn.sap.com/public/html/submitted_docs/BW/BI_SDK_JavaDocs/bi_sdk_doc/docs/documentation.html
    /people/moya.watson/blog/2004/04/05/the-bi-java-sdk-whats-in-it-for-you
    /people/moya.watson/blog/2004/12/27/three-new-how-to-guides-for-the-bi-java-sdk
    Best regards, Maksim Rashchynski.

  • [svn] 1594: Update the warning message when outbound throttle policy of REPLACE is used one more time .

    Revision: 1594
    Author: [email protected]
    Date: 2008-05-07 11:10:27 -0700 (Wed, 07 May 2008)
    Log Message:
    Update the warning message when outbound throttle policy of REPLACE is used one more time. Now the warning says this. . .
    Throttle outbound policy 'REPLACE' found on message destination 'MESSAGE_DESTINATION'. The 'REPLACE' throttle outbound policy has been deprecated. Please remove it from your configuration file.
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/MessageDestination.java

    hamish72 wrote:
    You can still download as much as you can only a lot slower during peak times off peak will not be restricted.
    Thanks for this explanation. I had taken it that it was at all times.
    As I said in the first place it will be great if they throttle me to 1Mb at peak times as it will be better half the time than I am getting anyway!!!!!!!!!
    hamish72 wrote:
    Have you chased up why your line is so bad, long way from exchange and so on
    Posting your router stats may get advice from someone
    enter for homehub for other routers will differ
    192.168.1.254 in browser click A to Z top right
    then ADSL enter pas and click MORE DETAIL
    POST RESULTS
    Also post results of test at ( best done from master test socket)
    http://speedtester.bt.com/
    Connection Information
    Line state
    Connected
    Connection time
    6 days, 11:57:55
    Downstream
    5,760 Kbps
    Upstream
    448 Kbps
    ADSL Settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    G.992.1 Annex A
    Latency type
    Interleaved
    Noise margin (Down/Up)
    5.7 dB / 21.0 dB
    Line attenuation (Down/Up)
    44.6 dB / 24.0 dB
    Output power (Down/Up)
    8.9 dBm / 1.6 dBm
    Loss of Framing (Local/Remote)
    0 / 0
    Loss of Signal (Local/Remote)
    0 / 0
    Loss of Power (Local/Remote)
    0 / 0
    FEC Errors (Down/Up)
    25279 / 134
    CRC Errors (Down/Up)
    700 / 196
    HEC Errors (Down/Up)
    5427 / 142
    Error Seconds (Local/Remote)
    477 / 102

  • While doing comparison using SDK received a warning message

    Hi,
    While doing comparison using Adobe Acrobat 8 SDK - receiving a warning message "The Organizer database is damaged and will be reset the next time Acrobat is launched. Quit the application and close any currently opened web browsers."
    Can any body help me how to rectify the above problem?
    Thanks,
    Sudhakar
    Note: I have reparied the Acrobat professional but still the problem not solved.

    Dear Chaka,
    If my understanding is correct normally even after setting the TECO status set,you can do confirmations,and you can issue
    components against the order.
    After technical completion you can still make postings for the order. For instance, material withdrawal or a confirmation can be
    posted if they were previously forgotten.
    Check this link
    http://help.sap.com/saphelperp60_sp/helpdata/en/a3/664a3397e311d1b5a70000e8359890/content.htm_
    But generally in order to block the confirmation or goods movement for a TECO status set order,we can either an user Exit or
    else block it using the settings in BS22- System status.
    But you check this BADI - WORKORDER_UPDATE using the method at save or else withi this REORG_STATUS_ACT_CHECK
    Check and revert
    Regards
    S Mangalraj

  • PO warning message: " ME 575 In case of individual batch valuation, use GR"

    Hi,
    During the creation of the PO the system prompt me the warning message: " ME 575 In case of individual batch valuation, use GR-based invoice verification".
    I would like to block this message, we are not using the gr based invoicing.
    I checked the customizing of "Define Attributes of System Messages"  but I didn't find this message.Do you have any idea of how to block it?
    Thanx and regards
      Frank

    Hi,
    Firstly, just because a message is not in the config table does not mean that you can't control it. You can add missing entries and set the flags (don't worry about the warining message you will get when adding the message (remember to use 00 for the version number).
    BUT, even if it is in the table or if you add it to the table sometimes the control is manually coded in the program.
    So try adding the message and setting the flag but if it doesn't work then it is because the coding logic needs it and you may have to do as the message says.
    My guiess if that you will have no choice but to use the "GR based IV" flag, the message is quite specific.
    Steve B

  • I have macbook pro and am on OS X Yosemite 10.10.2 . I am having lot of warning message on my browser that my computer is infected with malware/spyware and use mackeeper. How do I solve this issue . This is happening more on chrome and Safari browser

    I have macbook pro and am on OS X Yosemite 10.10.2 . I am having lot of warning message on my browser that my computer is infected with malware/spyware and use mackeeper. How do I solve this issue . This is happening more on chrome and Safari browser

    There is no need to download anything to solve this problem. You may have installed a variant of the "VSearch" ad-injection malware. Follow Apple Support's instructions to remove it.
    If you have trouble following those instructions, see below.
    Malware is always changing to get around the defenses against it. This procedure works as of now, as far as I know. It may not work in the future. Anyone finding this comment a few days or more after it was posted should look for a more recent discussion, or start a new one.
    The VSearch malware tries to hide itself by varying the names of the files it installs. To remove it, you must first identify the naming pattern.
    Triple-click the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination  command-C:
    /Library/LaunchDaemons
    In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder named "LaunchDaemons" may open. Look inside it for two files with names of the form
              com.something.daemon.plist
    and
               com.something.helper.plist
    Here something is a variable string of characters, which can be different in each case. So far it has always been a string of letters without punctuation, such as "cloud," "dot," "highway," "submarine," or "trusteddownloads." Sometimes it's a meaningless string such as "e8dec5ae7fc75c28" rather than a word. Sometimes the string is "apple," and then you must be especially careful not to delete the wrong files, because many built-in OS X files have similar names.
    If you find these files, leave the LaunchDaemons folder open, and open the following folder in the same way:
    /Library/LaunchAgents
    In this folder, there may be a file named
              com.something.agent.plist
    where the string something is the same as before.
    If you feel confident that you've identified the above files, back up all data, then drag just those three files—nothing else—to the Trash. You may be prompted for your administrator login password. Close the Finder windows and restart the computer.
    Don't delete the "LaunchAgents" or "LaunchDaemons" folder or anything else inside either one.
    The malware is now permanently inactivated, as long as you never reinstall it. You can stop here if you like, or you can remove two remaining components for the sake of completeness.
    Open this folder:
    /Library/Application Support
    If it has a subfolder named just
               something
    where something is the same string you saw before, drag that subfolder to the Trash and close the window.
    Don't delete the "Application Support" folder or anything else inside it.
    Finally, in this folder:
    /System/Library/Frameworks
    there may an item named exactly
                v.framework
    It's actually a folder, though it has a different icon than usual. This item always has the above name; it doesn't vary. Drag it to the Trash and close the window.
    Don't delete the "Frameworks" folder or anything else inside it.
    If you didn't find the files or you're not sure about the identification, post what you found.
    If in doubt, or if you have no backups, change nothing at all.
    The trouble may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This trojan is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Then, still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • J2SE 6 warning message when using type casting

    With Java SE 5 and 6 version, there's always an annoying warning message when I write the following code:
    LinkedList<MyBean> cart0 = (LinkedList<MyBean>) session.getAttribute("cart");The warning message is because I use the type casting with the getAttribute method and thus this is not type-safe. So how do I get around the warning message and write standard code that sticks to the J2SE 6 standards? Thank you.

    Add a @SuppressWarnings annotation to the method. A bit intelligent IDE will provide you a quickfix option for it.
    Keep in mind: it's a warning, not an error. The sessionMap is cannot be specifically parameterized and will never be, it should be able to store any object to your taste. Further on this has not much to do with JSF at itself.

  • I am getting a warning message when i am trying to create a host-named sitecollection.

    Hi guys,
          I am trying to create a host-named site collection. I have created the root site collection. After that i have tried to create customer root site. I have doing this process with the guidance of this link.
    http://technet.microsoft.com/en-us/library/cc424952.aspx#section2a
    When i tried to create a customer root site. I am getting a warning message
    " WARNING: The port specified for the new host header site does not match any known bindings in the specified Web
    Application.  The new site will not be accessible if the Web Application is not extended to an IIS Web Site serving
    this port."
    I couldn't when this warning message comes. I tried to bind the server with webapplication which is created for host-named site collection. No use.
    Can anyone help me to solve. And i wanna know why this error message comes!!!
    Thanks in advance
    Rajendran.

    First, you shouldn't create a host named site collection on a Web app that has host header named.  Doing that implements host names at two different levels and will not work reliably.  Second I'm not sure what you mean when you say you didn't
    use the FQDN but used just the domain name.  A Full url will always be either an FQDN or a shorter Netbios name.  If you use a Netbios name it simply assumes the local AD domain of the workstation to create an FQDN as the url  There is no way
    to use just the domain name.  For example, Contoso.com is the domain name.  Server.contoso.com or WEbsite.contoso.com are FQDNs.  YOu can also use a shorter version that is just server or website, but when those resolve in TCP/IP they would
    still resolve using server.contoso.com or website.contoso.com if the workstation where your browser is was in the contoso.com domain.  What is the URL for your root site and your host named site?
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

Maybe you are looking for

  • How do I delete ALL my photos on my iPod?

    How do I delete ALL my photos on my iPod. -I use Windows.

  • OEM Job hanged

    I have executed a simple query (select name from v$datafile) for testing purpose from OEM 10g Grid Control on a database(8.1..7.0) by preparing a job and now it got hanged. I tried to stop the job, kill it, but its not working. Even I killed the sess

  • When going from Trial version to full must you uninstall and reinstall?

    Windows user here with two questions: I currently use Lightroom 1.4 at work and would like to look into upgrading to 2.0. If I load the trial 2.0 version will it overwrite 1.4? Once I load 2.0 and decide it's worth the upgrade (multi monitor alone ma

  • IPhone 5 SMS bug

    I just got my iPhone 5 a few days ago. Set it up as a new iPhone, synced contacts via iCloud, used it as normal. I noticed iMessage was off, so proceeded to turn it on. Activation was quick. HOWEVER, I could not send iMessages. I solved this problem

  • Internet browsers freeze up

    I've been switching between firefox and safari and with both browsers, they will just randomly freeze. I am still able to use other programs though. Any help? Thanks.