Change standard message 'No result found' of AB of overview page CRMCMP_CMG

Hi,
I have a requirement, that if not result is found in views table, of assignment blocks in overviw page. Then we see a stadard message 'No result found'
I want to show different messages in different assignment blocks.
One way is to handle at Do_output_result method of each view and display different messages in different views called in overview page. However i think this is not the best solution.
Kindly guide how to achive this result?
Where do i have to do the changes to get different message?
Kindly help!
Thanks
Ekta

Hi,
maybe you can have a look at the Message Replacement Functionality by which you can replace a standard message everywhere by another custom message. But I don't know if it is possible to create different custom messages for the same standard message.
For the Message Replacement Functionality:
1. Go to sm34 and create new entry in view cluster BSPWDVC_MSGREPLS
2. Assign the new Profile you created to your business role, using the Function profile MSG_REPLACE
Kind regards,
Carl

Similar Messages

  • Changing Standard Message

    Is it possible to change the message description for any message in BBP_PD or BBP_BID message class?
    Thanks in advance
    Regards

    Hi
    Yes... It is possible to change the message description for any message in BBP_PD or BBP_BID message class.
    Why you want to change the standard SAP messages ? Any specific requirements ?
    Anyways, Do this...
    <u>Go to transaction -  <b>SE91</b> directly, give the message class name - (say BBP_PD) and the message number you want to change. Click on Change button. Make your changes accordingly there. Once you will save this, it will ask for a transport request. Move the transport to all your systems.
    Alternatively, go in Table - T100 using SM30 Transaction and make the changes accordindly.</u>
    Do let me know, incase you face any issues.
    Regards
    - Atul

  • How To Change Standard Message Language?

    Dear All
    I have a atrribute, whose  data type is  integer .It is bounded to a inputfield .
    When i launch the application ,and input a string in the inputfield ,after i  trigger a event ,it return a wrong message in German language ?
    So can anybody give me some tips about how to change the message language in English?
    Thanks In Advance .

    Dear Eleanor,
    Please look at following settings in given order to see if language is set as German (de).
    1. URL - is language being passed as parameter (sap.locale)? [This is valid only if you are the Developer of application]
    2. Your User ID - Is your default language set as German?
    3. Browser - Is your Browser's default language German?
    4. Is 'defaultlocale' property of application set as German?
    5. Is default language of project German?
    6. JVM default is German?
    You should find the answer to your question in one of these 6 locations. Please note that value in 1 will override values of 2-6. Similarly value in 2 will override value in 3-6 and so on.
    Hope this helps.
    Vishwas.

  • Cannot get Genius to work - Always get same error message - "Genius results can't be updated right now. The required file cannot be found."  Problem also seems to be affecting iCloud aand Music Match.

    Cannot get Genius to work - Always get same error message - "Genius results can't be updated right now. The required file cannot be found."  Problem also seems to be affecting iCloud aand Music Match. Can anyone help me with this?  What file is missing and from where?

    This is a known problem with Windows 7 Enterprise using certain Group Policy settings. Solution for me was to use another machine running Windows 7 Ultimate.

  • Changing Standard SAP messages

    Hi all,
    is there any way to change the SAP Standard messages like user authentication failed, account locked etc.......
    Regards,
    Sithi

    Hi Sithi,
    You can search the texts within *.properties files and modify them there (restart the portal afterwards). Anyhow, this is a modification and the texts will be overwritten with the next SPS, so the mods have to be re-done (or save your modified *.properties files and copy them over - but in this case, it could be that there are new (or corrected) entries within the new properties files which then you would miss).
    Hope it helps
    Detlev

  • Any Standard Message for RFQ not to change

    Dear Gurus,
    My scenarios is, once RFQ is maintained and PO is issued to Vendor, then RFQ should not allow to change? if RFQ want to change then PO has to be deleted and then RFQ can be allow to change.
    Is there any standard message to restrict RFQ to be amended - even after issuing a PO against an RFQ
    Regards
    RS

    Hi,
    Go to the T-code SE24.
    Enter CL_EXITHANDLER. Then display . Then select the Get_instance method
    Put the break Point in the in the Beginning where tht showing the Exit_name and class_name as the output.
    That will be in the line 20-30. Then run the T-code ME47 and any code.
    In the Exit _name u can see the BADI name.
    Just Take all the BADI Names and go to the Documentation of all the BADI's. Then select a BADI tht suits ur Requirement and implement that BADI .
    Initial Just Hard Cord break Points in the Method and Exceute the T-Code.
    You can use enhancement MM06E005 (read the documentation using transaction code SMOD), include EXIT_SAPMM06E_012.
    WVKU_DETERMINE_SP
    ADDRESS_UPDATE
    ME_PURCHDOC_POSTED
    Among these BADIs ME_PURCHDOC_POSTED is the most important one.
    pherasath

  • Change request message standards

    Hi Experts,
        what is the change request message standards? Is there any message standards. Pls send me the full details.
    Thanks in Advance,
    Saradhi

    Hi,
    If you are taking about change request description and the documentation that is done in SAP for transports then it's totally internal to a client and how they keep it.
    You can maintain anything which is being followed or which is followed by your client.
    If it's not related to this, then I am unsure about the exact issue
    regards
    Nishant

  • Change Status/Message from BE to SRM

    Hello,
    I have the following situation: A SC is transfered to the BE. For some special products an additional item (limit item) is added in the BE to the PO. This results in the following situation:
    SRM        BE
    1SC         1PO
    - P1          - P1
                    - P2 (limit item, cat=B)
    Currently the status 'Fehler im Ablauf' is set obviously of this additional line item in BE.
    My question: Is it possible to change the messages/status (CLEAN_REQREQ_UP, BBP_GET_STATUS_2) which is set while a SC is transfered from SRM to BE in this special situation? Is there a BADI in place which can be used?
    Kind regards,
    Thomas

    Hello,
    in SRM7.0 this seems to be a standard behaviour although you can add items to the follow-on document via BADI.
    The relevant coding can be found here:
    Class: CL_BBP_BS_SPOOL_SC_CRT_CLASSIC
    Method: UPDATE_BE_FIELDS
      IF lv_srm_items NE lv_be_items. " The backend document exists but does not match SC! Should never happen!
        IF 1 = 0. MESSAGE e178(bbp_pu). ENDIF. " error in backend system, inform sysadmin
        ls_message-msgty = 'E'.
        ls_message-msgid = 'BBP_PU'.
        ls_message-msgno = '178'.
        MESSAGE ID ls_message-msgid TYPE ls_message-msgty NUMBER ls_message-msgno INTO ls_message-message.
        APPEND ls_message TO lt_messages.
        CREATE OBJECT lx_sc_transfer.
        lx_sc_transfer->put_bbp_messages( EXPORTING it_message = lt_messages ).
        RAISE EXCEPTION lx_sc_transfer.
      ENDIF.
    Kind regards,
    Thomas

  • Is there a way to change the message received in Outlook from Mavericks calender?

    Hi there
    I found a post discussing this whereby a user was advised to edit the ITIP.stings file in the contents of the iCal.app to change the standard message that states "To accept or decline this invitation, click the link below" etc message that an Outlook user received when getting a calender invite from Mavericks Calender.
    The post is here:
    Is there a way to change the standard email message?
    Problem is, on Mavericks it does not have that string in that file - I've actually checked ALL the .strings files in that folder but to no avail. Did it move somewhere else on Mavericks?
    On another note...this whole process is part in part moving from Entourage to Mac Mail and Calender due to Apple's (illogical) removal of the ability to sync with anything other than iCal / Mail / iCloud. So we manually moved everything across (thousands of mails and hundreds of folders) and hundreds and hundreds of calender events.
    Now it syncing but herewith the problem...if I create an event and send it to someone, they receive it as the iCloud account email and not our work email (pop account with our own domain). Even then when I open it in Outlook, it has some horribly malformed address and when you accept, you get a delivery failure.
    So we create a different Calender (On the Mac) and this sends 100% (except for the message in the body we'd like to change) but this does not sync with the Iphone or the iPad. Then we have to manually change the calender event to the iCloud calender and it brings up a message that its going to send the update to all the attendees...and you must choose between send via mail or send via server.
    What do I do!?

    Anyone? Just need to know where I can change that message and also how I can set up the icloud calender to send invites using my work email address (as configured in Mail)?

  • How can we change the message type?

    Hello all
    We use SRM server 5.5 with classic scenario.
    When we create shopping cart, we implemented the Change Badi to assign the purchasing group from R/3 material master.
    We implemented the following logic.
    If material master in R/3 has no purch. Group, SRM also has no purch. Group. So SRM display the error message “You should select the purch. group” to determine the purchasing group in basic view.
    But, We have the standard error message, when we choose the material code – this material code has no purch. Group in R/3 – “No purchasing groups were found”.
    Message number is BBP_ATTR050.
    Because of this message, we can not progress the process to create shopping cart.
    Can we change the message type from Error to Warning Message?
    Or, Can we delete this message?
    Thank you,
    Best regards,
    SH

    Yes. You are right.
    When user choose the material code, there is no purch. group in 1st Step, but
    we want to choose the purch. group in 2nd Step on basic view.
    But we have the error message at 1st step. so we can not progress to 2nd Step.
    If we use dummy purch. group, user could make the human mistake.
    So our customer want to remove purch. group and choose the purchasing group by user.
    But i'm not sure if we remove this error message, we got solve this problem..
    Pls give me an idea..
    Message was edited by:
            So Hee Lee

  • Changing a Message type on Purchase Order

    Hi guys,
    How can I change a standard message type on Purchase Order ?
    For example :
    On Purchase Order, when a insert a new Contract item number, occurs the Error message below :
    'Contract vendor 610065 differs from vendor 610195'
    But, I neet to change this message type from 'Error' to 'Warning' in some cases.
    How can I do this, please ? I'm learning OO now and I have some difficulty yet..
    tks
    Flavio

    I found a Method  'PROCESS_ITEM' in a Badi 'ME_PROCESS_PO_CUST' that the piece of code bellow.  I tried to insert the code :
    message e047(06) with '12345'.
    but... the message 47 didn't change, and this message only was added to messages.
      define mmpur_message.
        gl_tabix = sy-tabix.
        gl_subrc = sy-subrc.
        message id &2 type &1 number &3 with &4 &5 &6 &7 into gl_dummy.
        call method cl_message_mm=>create
          exporting
            im_msgid = &2
            im_msgty = &1
            im_msgno = &3
            im_msgv1 = sy-msgv1
            im_msgv2 = sy-msgv2
            im_msgv3 = sy-msgv3
            im_msgv4 = sy-msgv4
          exceptions
            failure  = 01
            dialog   = 02.
        if sy-subrc = 1 or sy-subrc = 2.
          message id sy-msgid type sy-msgty number sy-msgno
                  with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        endif.
        sy-subrc = gl_subrc.
        sy-tabix = gl_tabix.
      end-of-definition.

  • Most of the time, when I try to load the home page, I get the message server not found - now I get this message and can't go anywhere

    I have dial up - once I connect to the internet, I get the message server not found and am unable to go anywhere on the internet. This started trying to load my banks online site and started about a week ago. I've tried freeing popup blocker, gone through the settings with a bank IT specialist, tried to us IE which has resulted in a request for a cable and now no access to any website. Any suggestions appreciated. Thanks

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.<br />
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    * https://support.mozilla.com/kb/Server+not+found
    * https://support.mozilla.com/kb/Firewalls

  • Acrobat X, change default message in emailing Forms

    I have searched raised questions for an answer, there is one in 2010 on the same issue but for Acrobat 9, where Adobe simply say it can't be done, and the question writer tells Adobe they are foolish to not provide such an obvious requirement. So, hoping that Acrobat Pro X has adopted this since then. . . .
    When distributing Forms via email, Acrobat provides a default message to go to the recipient. This can, of course be chnaged, but, everytime a new distribution is made, the default message has reverted and it has to be changed again. Any software designer with a ounce of intelligence would realise that the Forms creator needs to retain the modified message, and moreover, needs to keep a set of various standard messages that can be quickly selected.
    I have found the file that holds the default message in location Documents and Settings\User\Application Data\Adobe\Acrobat\10.0\Forms\AdhocWorkflowBackup. This is a file without any extension. I have a programme that can view the file content and see the default message wording, but, I can't modify and save.
    Please can someone help. Currently, I have to keep wordings I need in a Notepad file and continually copy it in.
    In Acrobat X, there are several small things not provided that a user of the programe would need to make it a really good service. It's as if Adobe just did not bother to finish it off with a full set of normally needed tools and functions.
    Regards Jonathan

    OK.  I will live with the fact that I can not change the text in the purple instruction heading.  I have a new problem.  In order to prevent others from tampering with the form, I have used Password Protection, Restrict Editing, entered a password under Change Permissions, allow printing and filling in form fields.  Then I used the Save As feature, Enable additional features.
    I now have what I wanted, a form that can not be changed.  A day later I decided to add yet one more line of instruction.  I can NOT get into my own form.  I know the password (obviously), but I can not get to a screen that will allow me to enter it.
    HELP !

  • Change of personnel subarea results in change of legal person

    Hi Experts.
    I have search in this forum after answer on this question, but haven't find any.
    To start with, we have implemented CE.
    My problem is that if we have hired a person on wrong date and want to change the date to an earlier date, infotype 0000 is OK, but infotype 0001 will not be changed.
    The error message says: Change of personnel subarea results in change of legal person.
    I have checked the table V_001P_G and it seems to be right. I can't find any fault.
    I have tried all other suggestions I have found in this forum such as, Change and Execute info group when running Change entry/leaving date in PA30. Executing the programs RPUFIXDS and RPUP0001 with negative result.
    So if there is anyone who can explain to me what this error message actually means, and of course have a solution, I would be really happy.
    Thanks   //   Peter B

    Hi Peter,
    Apply the following note,
    1487263 - transaction PA41 error message is displayed in IT00
    after implementing, Kindly use transaction PA41.
    The 'Correct action' function (PA41) offers a special functionality for
    hiring and termination events only: When changing the begin date of
    the event the begin date of all infotype records belonging to the
    infogroup assigned will be shifted accordingly.
    Hope this will solve your issue.
    Regards,
    Meera

  • Mac RDP Client (v8.0.10 on 10.10.1): HTTPEndPointException: 4, The non-proxy http connection failed to connect with the message: 404 Not Found

    My office is setting up a new gateway server.  I can connect to the old one just fine, but the new one is not allowing me to connect.  I can connect from my Windows VM, but not my Mac Client.  
    This is the log:
    2014-Nov-26 16:09:10] RDP (0): Final rdp configuration used: gatewayhostname:s:gat1.gibbscam.com
    screen mode id:i:0
    use multimon:i:0
    session bpp:i:24
    full address:s:dev-JeremyS2.gibbs.local
    audiomode:i:2
    username:s:Gibbs\JeremyS
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:1
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com"font-family:Helvetica;line-height:normal;" />redirectprinters:i:0
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Nov-26 16:09:10] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Nov-26 16:09:10] RDP (0): lo0 af=18  addr= netmask=
    [2014-Nov-26 16:09:10] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Nov-26 16:09:10] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-Nov-26 16:09:10] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 16:09:10] RDP (0): gif0 af=18  addr= netmask=
    [2014-Nov-26 16:09:10] RDP (0): stf0 af=18  addr= netmask=
    [2014-Nov-26 16:09:10] RDP (0): en0 af=18  addr= netmask=
    [2014-Nov-26 16:09:10] RDP (0): en1 af=18  addr= netmask=
    [2014-Nov-26 16:09:10] RDP (0): en1 af=30 (AF_INET6)  addr=fe80::1240:f3ff:fe97:e0b2%en1 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 16:09:10] RDP (0): en1 af=2 (AF_INET)  addr=192.168.0.5 netmask=255.255.255.0
    [2014-Nov-26 16:09:10] RDP (0): en1 af=30 (AF_INET6)  addr=2605:e000:63c2:f800:1240:f3ff:fe97:e0b2 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 16:09:10] RDP (0): en1 af=30 (AF_INET6)  addr=2605:e000:63c2:f800:65fb:7056:64eb:4363 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 16:09:10] RDP (0): fw0 af=18  addr= netmask=
    [2014-Nov-26 16:09:10] RDP (0): en2 af=18  addr= netmask=
    [2014-Nov-26 16:09:10] RDP (0): p2p0 af=18  addr= netmask=
    [2014-Nov-26 16:09:10] RDP (0): bridge0 af=18  addr= netmask=
    [2014-Nov-26 16:09:10] RDP (0): utun0 af=18  addr= netmask=
    [2014-Nov-26 16:09:10] RDP (0): utun0 af=30 (AF_INET6)  addr=fe80::ec38:250a:2a5d:3618%utun0 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 16:09:10] RDP (0): utun0 af=30 (AF_INET6)  addr=fd68:4c46:7658:e98e:ec38:250a:2a5d:3618 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 16:09:10] RDP (0): --- END INTERFACE LIST ---
    [2014-Nov-26 16:09:10] RDP (0): correlation id: d8afdeb7-ce3a-ceff-a6e8-51a5d5b40000
    [2014-Nov-26 16:09:10] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Nov-26 16:09:15] RDP (0): Exception caught: Exception in file '../../librdpclient/asiosocketendpoint.cpp' at line 521
        User Message : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote
    PC, and then try again.
    [2014-Nov-26 16:09:15] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2014-Nov-26 16:09:15] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Nov-26 16:09:15] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Nov-26 16:09:15] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Nov-26 16:09:15] RDP (0): lo0 af=18  addr= netmask=
    [2014-Nov-26 16:09:15] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Nov-26 16:09:15] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-Nov-26 16:09:15] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 16:09:15] RDP (0): gif0 af=18  addr= netmask=
    [2014-Nov-26 16:09:15] RDP (0): stf0 af=18  addr= netmask=
    [2014-Nov-26 16:09:15] RDP (0): en0 af=18  addr= netmask=
    [2014-Nov-26 16:09:15] RDP (0): en1 af=18  addr= netmask=
    [2014-Nov-26 16:09:15] RDP (0): en1 af=30 (AF_INET6)  addr=fe80::1240:f3ff:fe97:e0b2%en1 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 16:09:15] RDP (0): en1 af=2 (AF_INET)  addr=192.168.0.5 netmask=255.255.255.0
    [2014-Nov-26 16:09:15] RDP (0): en1 af=30 (AF_INET6)  addr=2605:e000:63c2:f800:1240:f3ff:fe97:e0b2 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 16:09:15] RDP (0): en1 af=30 (AF_INET6)  addr=2605:e000:63c2:f800:65fb:7056:64eb:4363 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 16:09:15] RDP (0): fw0 af=18  addr= netmask=
    [2014-Nov-26 16:09:15] RDP (0): en2 af=18  addr= netmask=
    [2014-Nov-26 16:09:15] RDP (0): p2p0 af=18  addr= netmask=
    [2014-Nov-26 16:09:15] RDP (0): bridge0 af=18  addr= netmask=
    [2014-Nov-26 16:09:15] RDP (0): utun0 af=18  addr= netmask=
    [2014-Nov-26 16:09:15] RDP (0): utun0 af=30 (AF_INET6)  addr=fe80::ec38:250a:2a5d:3618%utun0 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 16:09:15] RDP (0): utun0 af=30 (AF_INET6)  addr=fd68:4c46:7658:e98e:ec38:250a:2a5d:3618 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 16:09:15] RDP (0): --- END INTERFACE LIST ---
    [2014-Nov-26 16:09:15] RDP (0): correlation id: 3d81bcf6-8d0e-fba8-b75e-bd2a247c0000
    [2014-Nov-26 16:09:15] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Nov-26 16:09:15] RDP (0): Resolved 'gat1.gibbscam.com' to '12.167.61.34' using NameResolveMethod_DNS(1)
    [2014-Nov-26 16:09:15] RDP (0): Resolved 'gat1.gibbscam.com' to '12.167.61.34' using NameResolveMethod_DNS(1)
    [2014-Nov-26 16:09:15] RDP (0): Exception caught: Exception in file '../../librdp/private/httpendpoint.cpp' at line 305
        User Message : HTTPEndpointException: 4, The non-proxy http connection failed to connect with the message: 404 Not
    Found
    [2014-Nov-26 16:09:15] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2014-Nov-26 16:09:15] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Nov-26 16:09:16] RDP (0): ------ END ACTIVE CONNECTION ------
    And here's a log for server that I can connect to:
    [2014-Nov-26 15:52:20] RDP (0): Final rdp configuration used: gatewayhostname:s:gato.gibbscam.com
    screen mode id:i:0
    use multimon:i:1
    session bpp:i:24
    full address:s:dev-JeremyS2.gibbs.local
    audiomode:i:2
    username:s:Gibbs\JeremyS
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:1
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com"font-family:Helvetica;line-height:normal;" />redirectprinters:i:0
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Nov-26 15:52:20] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Nov-26 15:52:20] RDP (0): lo0 af=18  addr= netmask=
    [2014-Nov-26 15:52:20] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Nov-26 15:52:20] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-Nov-26 15:52:20] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 15:52:20] RDP (0): gif0 af=18  addr= netmask=
    [2014-Nov-26 15:52:20] RDP (0): stf0 af=18  addr= netmask=
    [2014-Nov-26 15:52:20] RDP (0): en0 af=18  addr= netmask=
    [2014-Nov-26 15:52:20] RDP (0): en1 af=18  addr= netmask=
    [2014-Nov-26 15:52:20] RDP (0): en1 af=30 (AF_INET6)  addr=fe80::1240:f3ff:fe97:e0b2%en1 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 15:52:20] RDP (0): en1 af=30 (AF_INET6)  addr=2605:e000:63c2:f800:1240:f3ff:fe97:e0b2 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 15:52:20] RDP (0): en1 af=30 (AF_INET6)  addr=2605:e000:63c2:f800:d111:af1b:b193:8d4e netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 15:52:20] RDP (0): en1 af=2 (AF_INET)  addr=192.168.0.5 netmask=255.255.255.0
    [2014-Nov-26 15:52:20] RDP (0): fw0 af=18  addr= netmask=
    [2014-Nov-26 15:52:20] RDP (0): en2 af=18  addr= netmask=
    [2014-Nov-26 15:52:20] RDP (0): p2p0 af=18  addr= netmask=
    [2014-Nov-26 15:52:20] RDP (0): bridge0 af=18  addr= netmask=
    [2014-Nov-26 15:52:20] RDP (0): utun0 af=18  addr= netmask=
    [2014-Nov-26 15:52:20] RDP (0): utun0 af=30 (AF_INET6)  addr=fe80::ec38:250a:2a5d:3618%utun0 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 15:52:20] RDP (0): utun0 af=30 (AF_INET6)  addr=fd68:4c46:7658:e98e:ec38:250a:2a5d:3618 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 15:52:20] RDP (0): --- END INTERFACE LIST ---
    [2014-Nov-26 15:52:20] RDP (0): correlation id: 3bea4411-4b23-c197-9b52-63f948a10000
    [2014-Nov-26 15:52:20] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Nov-26 15:52:25] RDP (0): Exception caught: Exception in file '../../librdpclient/asiosocketendpoint.cpp' at line 521
        User Message : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote
    PC, and then try again.
    [2014-Nov-26 15:52:25] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2014-Nov-26 15:52:25] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Nov-26 15:52:25] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Nov-26 15:52:25] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Nov-26 15:52:25] RDP (0): lo0 af=18  addr= netmask=
    [2014-Nov-26 15:52:25] RDP (0): lo0 af=30 (AF_INET6)  addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Nov-26 15:52:25] RDP (0): lo0 af=2 (AF_INET)  addr=127.0.0.1 netmask=255.0.0.0
    [2014-Nov-26 15:52:25] RDP (0): lo0 af=30 (AF_INET6)  addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 15:52:25] RDP (0): gif0 af=18  addr= netmask=
    [2014-Nov-26 15:52:25] RDP (0): stf0 af=18  addr= netmask=
    [2014-Nov-26 15:52:25] RDP (0): en0 af=18  addr= netmask=
    [2014-Nov-26 15:52:25] RDP (0): en1 af=18  addr= netmask=
    [2014-Nov-26 15:52:25] RDP (0): en1 af=30 (AF_INET6)  addr=fe80::1240:f3ff:fe97:e0b2%en1 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 15:52:25] RDP (0): en1 af=30 (AF_INET6)  addr=2605:e000:63c2:f800:1240:f3ff:fe97:e0b2 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 15:52:25] RDP (0): en1 af=30 (AF_INET6)  addr=2605:e000:63c2:f800:d111:af1b:b193:8d4e netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 15:52:25] RDP (0): en1 af=2 (AF_INET)  addr=192.168.0.5 netmask=255.255.255.0
    [2014-Nov-26 15:52:25] RDP (0): fw0 af=18  addr= netmask=
    [2014-Nov-26 15:52:25] RDP (0): en2 af=18  addr= netmask=
    [2014-Nov-26 15:52:25] RDP (0): p2p0 af=18  addr= netmask=
    [2014-Nov-26 15:52:25] RDP (0): bridge0 af=18  addr= netmask=
    [2014-Nov-26 15:52:25] RDP (0): utun0 af=18  addr= netmask=
    [2014-Nov-26 15:52:25] RDP (0): utun0 af=30 (AF_INET6)  addr=fe80::ec38:250a:2a5d:3618%utun0 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 15:52:25] RDP (0): utun0 af=30 (AF_INET6)  addr=fd68:4c46:7658:e98e:ec38:250a:2a5d:3618 netmask=ffff:ffff:ffff:ffff::
    [2014-Nov-26 15:52:25] RDP (0): --- END INTERFACE LIST ---
    [2014-Nov-26 15:52:26] RDP (0): correlation id: 509122b5-d9b1-60f0-a0ac-b75a8dc20000
    [2014-Nov-26 15:52:26] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Nov-26 15:52:26] RDP (0): Resolved 'gato.gibbscam.com' to '12.167.61.35' using NameResolveMethod_DNS(1)
    [2014-Nov-26 15:52:26] RDP (0): Resolved 'gato.gibbscam.com' to '12.167.61.35' using NameResolveMethod_DNS(1)
    [2014-Nov-26 15:52:26] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Nov-26 15:52:27] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Nov-26 15:52:27] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Nov-26 15:52:28] RDP (0): Server supports RAIL
    [2014-Nov-26 15:52:28] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Nov-26 15:52:29] RDP (0): Server hides cursor
    [2014-Nov-26 15:52:31] RDP (0): Server shows cursor
    [2014-Nov-26 15:52:35] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2014-Nov-26 15:52:35] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Nov-26 15:52:35] RDP (0): ------ END ACTIVE CONNECTION ------
    Any suggestions on what I can ask my IT department to change on the server so I can connect would be greatly appreciated. 

    Hi Jeremy,
    Thank you for posting in Windows Server Forum.
    From the error and other description it seems that there is some misconfiguration with setup. You need to provide the FQDN name of the server as might server name is not resolving its name properly and so facing issue. As seems from below details:
    [2014-Nov-26 15:52:20] RDP (0): Final rdp configuration used:gatewayhostname:s:gato.gibbscam.com
    screen mode id:i:0
    use multimon:i:1
    session bpp:i:24
    full address:s:dev-JeremyS2.gibbs.local
    Configuration used and full address name both appears different so please verify configuration accordingly.
    Please check the DNS record, check certificate whether it match FQDN name of the server with certificate name, also try to check to connect with IP address and see what result you can find.
    You can follow below guide to configure RD Gateway and after that verify the result.
    1. Deploying Remote Desktop Gateway RDS 2012
    2. How To Work with RD Gateway in Windows Server 2012
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

Maybe you are looking for

  • Latest version of Window 7 FireFox came with malware including Unico browser and tons of other malware. Mac version seems to be fine. Has anyone else seen this?

    I have been using FireFox for awhile now on both a Mac and Windows 7 computer and have loved it. It has been updated to the latest version by your request many times in both formats with no problems; until now. The Windows computer just asked me to u

  • 845GL TV-Mode selection doesn't work

    hi, i have a hermes 845GL with Bios A6557IMS V1.1 061002. in bios settings i selected PAL as default tv mode but when plugging the box to my tv, i get ntsc (i suppose - synchronisation does not work). starting up windows solves the problem so i think

  • Lightroom and wide monitors

    Hi I just changed monitors and now have a widescreen LCD (a Samsung 215TW). However, images loaded in Lightroom (or Elements) appear too wide and changing width of the application doesn't help. Do I have to run LR in 4:3 mode? Jay

  • Pros & Cons of Maintaining Material at Company Specific

    Hi Experts, We are implementing SAP for our Client having 5 companies in single Server. Client is insisting on creating materials company specific. In SAP, Material master is Client Specific. Can anyone tell us what are the Pro's and corn's of Mainta

  • KO22 internal order budget issue

    Hello All, while making changes for internal order budget with transaction code KO22 the system shows a error as u201CItem order xxxxxx budget exceededu201D & for some orders u2018Item order xxxxxx budget almost exhaustedu201D & also referring to a b