Where/how to troubleshoot external gateway and internal connection brokers etc.??????

We have gateway.domain.org as our external/internal gateway server.
It goes from gateway.domain.org to rdbroker.domain.local, rdbroker is the DNS address for two connection broker servers.
After this it should set up the connection and create a remote desktop to one of the RDS host servers in the RDS host farm.
Sometimes this works, sometimes it doesn't -- for different user accounts and different computers.
How to troubleshoot this??
We know the firewall rules for DMZ etc. etc. are properly configured because everything IS observed to work, just not all the time consistently. We get errors about cannot contact the computer, cannot establish remote desktop connection...
Thank you, Tom

Hi Tom,
Firstly, you need to recheck the DNS entry is well setup for your case. Are you using DNS RR for Load balancing the server or 3rd party load balancer? Have you setup the proper certificate for your case?
Please check whether required ports is opened? We need to open TCP port 443 and UDP port 3391 and forward them to your RD Gateway server. Also need to specify the external FQDN of your RD Gateway server in deployment properties under RDS server manager. If
you have RDWeb and RDG on the same server this would be the same FQDN that your users will use for RDWeb. Please see whether you have properly configured RD RAP and RD CAP policy. 
You can go through beneath article for more details.
Step by Step Windows 2012 R2 Remote Desktop Services – Part 3
https://msfreaks.wordpress.com/2013/12/26/windows-2012-r2-remote-desktop-services-part-3/
Hope it helps!
Thanks.
Dharmesh Solanki
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • What is the diffrence between External postings and Internal postings in CO

    Dear all,
    Can brief me anyone about the Externa postings and Internal postings in CO,
    I suspected all postings from outside or interface postings is External postings and all FI postings is internal postings, Is it true or not still i am suspecting, anyone pls clarify the doubt.
    Thanks
    Raghu
    Moderator: This forum is not dedicated for basic questions. Please, read SAP material before posting

    Hi,
    All postings which are originated from other than CO module ( i.e from interface, FI etc ), are called External postings in CO.
    Whereas internal postings means posting which happen within CO module, example Assessment, Distribution etc within a company code.
    Njoy
    Siva

  • How do we pass values and Internal tables to Sub-routines

    how do we pass values and Internal tables to Sub-routines

    Hi,
    You can use the USING..or TABLES..or Changing addition..
    Check this example.
    DATA: T_MARA TYPE STANDARD TABLE OF MARA.
    PERFORM DISPLAY USING T_MARA.
    FORM DISPLAY USING LT_MARA LIKE T_MARA.
    DATA: WA TYPE MARA.
    LOOP AT LT_MARA INTO WA.
      WRITE: / WA-MATNR.
    ENDLOOP.
    ENDFORM.
    Thanks
    Naren

  • How to disable external VGA and also enable onboard VGA

    hello,
     my spec is
    cpu corei5 ivybridge
    mis zh77A GA43
    vga hd7770 msi
    i want to know, how to disable external VGA and also enable onboard VGA ??
    and
    i want to ask too, if i disable external VGA In MB, it is my external VGA still consumption power? or i must unplug my external VGA ?
    how much different power consumption between external VGA and onboard VGA on idle time?
    because my computer each night be used for download, i want to save power as i can...
    also there is a eco mode? i want to know about eco mode, how much power can be save under eco mode? on idle time computer
    sorry my bad english

    Well remove the HD7770 and is disabled and doesn't consume any power. You can't enable or disable it the discrete vga when pc is in use. That board does also not support Virtu.
    The possible power saving beacuse of eco mode depends on the individual systems. There is no general value. Just try it. 

  • Pavilion dv7-4285dx: cannot BOOT/POST to external VGA and internal LCD is dead (cracked)

    I have cracked the screen of my HP Pavilion dv7-4285dx so badly that I cannot read anything on it. I am trying to boot to an external monitor on VGA port, but never get a signal.
    I have tried the monitor switching key, but that doesn't do anything. I have tried disconnecting the internal LCD from the motherboard - no different. I have tried a CMOS reset by removing the laptop battery, removing CMOS battery, disconnecting power supply and holding power button down for >1 minute, then restarting with just external LCD attached, but STILL no video on VGA port.
    The video adapter is okay, as it boots to Windows and then I have video on the external monitor.
    Although it's good that I can use the ext. monitor once Windows boots, I need to have video at boot time to make changes to BIOS.
    Does anyone have another suggestion of how I can get the BIOS to detect and display to external VGA at boot time?

    Hello Todd_in_LA,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I have read your post on how you are attempting to boot to an external monitor, and I would be happy to guide you towards a resolution!
    Based on the information provided in your post, I recommend contacting our technical support at 1-800-474-6836. If you live outside the US/Canada Region please click the link below to get the support number for your region.
    http://www.hp.com/cgi-bin/hpsupport/index.pl
    I hope this helps!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • 2 external monitors and internal Screen on T430S and Mini Dock Plus

    Hi Community,
    I just got my new T430S and the MiniDock Plus. On the website I've ordered the combination I had the impression that I could use two external screens and the internal screen at once.
    Unfortunately I don't manage to find the right settings to achieve that the internal screen is switched on.
    I wonder if its just a question of settings or is it simply not possible to extend the screen over three screens.
    Any help or hint  is greatly appreciated,
    Andreas

    Intel 3000 doesn't support 3 independent LCD in this manner. You would need something USB2DVI or USB2VGA adapter to get the third LCD.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • How to  include external javascript and css resources to a jsf?

    I need to include external css and javascript files to my jsf page. Using the code below does not work because all the styles on the css page are ignored and the functions within the js files are not executed.
    <link rel="stylesheet" type="text/css" href="/resources/styles/style.css" />
    <script language="JavaScript" src="/resources/javascript/util.js"></script>When I try to execute any js function within a script tag on a jsf page I get an object expected error.
    I googled about my problem and found this piece of code for importing styles for an external css.
    <style type="text/css">
    @import url("/resources/styles/style.css");
    </style>How could I add an external javascript file to my jsf?

    Used the relative urls in my first post as well as these, and both were not working.
    <link rel="stylesheet" type="text/css" href="./resources/styles/style.css" />
    <script language="JavaScript" src="./resources/javascript/util.js"></script>The ./ tells that the external file can be found by starting at the current directory and working down the path to the specified file. This is my directory structure. Index.jsf is the file that references the external js and css files.
    -Webcontent
    |_index.jsf
    |_resources
    |__styles
    | |__style.css
    |__javascript
    |__util.js
    Either way I still can't reference the files that I need. Calling a javascript function results in an object expected error, and the styles are ignored.
    If I include the js file directly in the jsf then I can get it to work. I don't want to do this because I have created a handful of seperate js files, and do not want to include all of them in one page. I am using myfaces and tomahawk if that helps.

  • Waht is external portal and Internal portal?

    Hi..
    Can anyone please tell me what is external portal and what is internal portal? what is the difference between the two.
    Regards
    Shanmukh

    Hi,
    I guess you are referring to an external-facing portal -
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30eb732a-2448-2a10-7aa6-8fd0849b6f20
    Regards,
    Anagha

  • How to create a model and JCO connection

    Hi all,
             The Userid and Password given while creating new model at Singleserver/Load balancing tab should be same as the userid and password given while creating JCO connection. i.e in JCO creation  while mapping modeldata to Application data and Metadata to metadata we will give some userid and password.
    will those 2 userids and passwords should be same.
    the error which i am getting is
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Error connecting using JCO.Client: null
    Regards
    Padma N

    2 userids and passwords need not be same
    i got similar problem and this is how i resolved
    this is because jco connections are Using SSO and the user who is accessing that webdynpro application is not present in the backend system.
    please make sure user is there in the backend system from which you are getting data
    xxxxxxxxxxxxxxxxxxxxx
    Edited by: Armin Reichert on Feb 18, 2008 7:26 PM

  • I have bought iPhone 4 from my sister. How do I reset it and load my contents etc?, i have bought iPhone 4 from my sister. How do I reset it and load my contents etc?

    I have bought an iPhone 4 from my sister. How do I reset it (delete her contacts) and load my contents etc?

    Settings > General > Reset > Erase all content and settings
    Then set the device up from scratch using your data - either sync with your computer via iTunes or iCloud.

  • MacBook Pro won't stay awake with external display AND power connected

    I've been using my MacBook Pro with an external 23" Apple display for several months, always with the lid closed and with no problems. Suddenly, I can no longer keep the MacBook awake when its lid is closed. *The AC power IS connected.* I plug in the display, close the lid, wake the system with my external keyboard, but then it will quickly go to sleep again after a few seconds. No matter what I've tried I get the same behavior.
    Perhaps coincidence, perhaps not, I installed the Leopard graphics update a few weeks ago. Could this be a cause?

    Apple did actually acknowledge this as a known issue with people running 10.5.2 with the graphics update, and are investigating it. There's some further discussion at this thread:
    http://discussions.apple.com/thread.jspa?threadID=1394449&tstart=0
    Anyway, what worked for me was powering down, connecting my external display, keyboard, etc., powering up, and immediately closing the lid. It seems to behave better now, though I haven't rebooted since, although I have switched back and forth between running with the external display, and running without it, without any problems.

  • Two External Displays and Internal Display Over Different Connections

    Hi there.
    I'm going to be purchasing a rMBP in the very, very near future. However, I am unclear about how external displays work with this. My current display setup at work is two basic 1080p monitors that can be run over DVI, VGA or HDMI. I'd like to keep using these when I start using the rMBP but also gain the advantage of a third screen by using the internal display at the same time (so much space for activities!).
    One of the thunderbolt ports will need to be used for an Ethernet connection (there is no wireless here), so this leaves the setup needing to be one monitor run via Thunderbolt -> DVI and the other monitor run via HDMI.
    The internet in general isn't being entirely helpful with this. I'm looking for a clear answer of whether the rMBP will run the internal display and the two external displays using this setup under OS X. Some seem to believe that it won't work using different connection types, for example.
    Thanks for any help.

    Hello dljfield,
    Thanks for using Apple Support Communities.
    If you'd like to use multiple external displays with a MacBook Pro with Retina display, then please take a look at the information outlined below. A 15" MacBook Pro mid-2014 can support up to two external displays using different outputs.
    MacBook Pro (Retina, 15-inch, Mid 2014) - Technical Specifications
    OS X Yosemite: Connect multiple displays to your Mac
    Take care,
    Alex H.

  • External HD and Internal Hardware?

    Posting this here, since I use my External HD on my iBook G4. Although, this can go with all computers. *What Hardware is used for an External HD to startup and appear on the computer?* From my, somewhat new PC versus my iBook G4. The iBook G4 takes 1 - 5 minutes for the External HD to start up, where my PC takes no more than 12 seconds.

    does it take my Computers CPU or RAM to start up the External Hardrive?
    If your external HDD has an external power supply, as opposed to being powered by the firewire port, the drive starts up by itself. Normally you would want to power up the external drive before starting up the computer, so the drive is running and available when the computer needs it. The CPU is involved in the startup of the computer itself, and will draw on external power or the internal battery.
    My PC is far more faster than my older iBook G4, so I was thinking that it may have had to do with the hardware for the External Hardrive to startup.
    That will affect the booting of the computer itself, not the starting up of the drive. On the other hand, if your external HDD is not self powered and draws power from firewire, then it does, indeed, draw on power from the computer's battery or the wall jack.
    I have a feeling I am not answering what you ask. I have not done actual tests to check the startup time from internal vs external drives, but 4 minutes does seem an inordinately long time. During that time, is it that the drive is starting up, or is the computer taking that long to boot?
    cornelius

  • How to format  external HD and install software on it? Help, please?

    When install programs on my Mac there is only one option for installation - on the internal HD, the other drive plugged in the computer appear with exclamation mark - ie they are not available for installing anything on them.
    I want to be able to install some small programs , or a web browsers on external drive , just to see how they works, etc.
    How to format an external HD or USB flash drive (if its size is enough)
    so it is possible for install a program on it instead on the internal hard drive?
    Thanks to all!
    Ema

    That's the theory. Note that you'll wipe the external drive in the process, so if there's anything you want on it, get it copied elsewhere first. It’s always wise to back up any important stuff on your MacBook of course before doing anything like this (but not to the drive you’re about to use!)
    With the drive connected, open Disk Utility, highlight the external drive in the sidebar (that's the drive itself, usually listed by the manufacturer's name and the size of the drive). Select 'partition' in the tab bar, ensure the drop-down on the right is set to 'Mac OS Extended (journaled)', give the partition a name in the box above that (like 'ext HD' or whatever). Click on the 'options' button below the diagram and select 'GUID Partition Table' (very important - it won't boot SL with any other setting). then click the 'apply' button.
    Once that's done, close DU and insert the 10.6 install DVD in the MacBook (or whatever the Mac is). After the licence agreement there’ll be a picture of Macintosh HD, but underneath should be a button saying ‘show all disks’. click that and select the external drive, then click install and follow the instructions.
    Note that if you do this with the grey install disk that came with the computer, you will only be able to boot that computer with it, as it’s model specific. If the install DVD is a black retail one, it should theoreticaly boot any Mac (but note the licence conditions).
    Once the install is complete, boot from the external HD by either selecting it under ‘startup disk’ in Sys Prefs, or by holding down the alt key during restart and selecting the drive from that screen. You can then install any progs you want and try them out from there. (don’t forget to reset the startup disk when you want to reboot from the MacBook).
    If you don’t have a DVD, or you want a duplicate of your existing system, go with the clone idea, using CCC (not because it’s better than SuperDuper, but because it’s free if you don’t mind putting up with a few ads while it’s working!)
    Hope that does the trick for you.

  • How to load external swf and handle events of external swf by passing data .

    Hi all
    I have to laoad external swf (made in flash).On loading i have to pass data and hndle events which occurs on this swf.
    Can any one suggest me how can I achieve this.
    Regards
    Munira

    Here is one way:
    http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7f9c.html
    HTH,

Maybe you are looking for

  • How to Export SharePoint Workspace 2010 Lists to Excel

    We are using SharePoint WorkSpace as our primary inter-office business repository.  Note, we are NOT on a local version of the SharePoint 2010 server, but rather utilize the cloud service on a subscription basis. The problem we ran into is that there

  • F.17- Customer balance confirmation

    Hi, What are implications of running F.17. Can I run the programme any number of times during a period ? even if it is just for testing ? Thanks Anil

  • Arch install experience / install CD uses devfs path names

    Hey, all I'm new to the forums, very happy arch user. I can't remember how I found arch, it must've been fate. I did my share of distro hopping. Actually, I plunged into the deep end with my first Linux install by choosing to run Gentoo. To their cre

  • Reshedule to another Production Line

    Hi All, I have a material which can be manufactured in 2 work center. Now I have a capacity constarint at first work center. In CM21 , capacity levelling screen , how can i reschedule the prod order to another work center automatically? Amit

  • Is it possible to change supplementation language from German to English ?

    Hi, We installed Czech language in SAP ERP 2005 System. The language was classified with  German as supplementation language. The supplementation was successfully executed from SMLT transaction. We copied several clients. After time we recognized tha