Cross Domain Connection Issues with Test Controller

I am having trouble resolving a problem I have connecting a build agent with the test controller in a cross domain environment.  I have purged out the actual machine names, domain names, and IP addresses just in case that is a security concern. 
Situation is this:
All machines are running Visual Studio 2013
Test controller/agents are on Windows Server 2012 R2
Test controller is installed as stand-alone in order to be able to do load testing, as well as API and CodedUI.
Build definition in TFS kicks off the automation using testsettings file to point to build controller
Application under test uses resources in the ABC.XYZ domain.  Test agents need to be in ABC.XYZ in order to test application E2E.
TFS is in Main.corp.company.com domain.
Test controller is a dual-homed box in corp.company.com and ABC.XYZ domains.  It are accessible from Main using the corp.company.com NIC.
All our dual homed boxes are set up this way.  Dual homed with Main and ABC directly is considered a security violation.
From the dual homed box, logged in with my ABC credentials, I can access TFS in Main using my Main credentials.
Manually, I can successfully kick off a test run from a command line from a VM in ABC.
Build controller and build agents are in Main.corp.company.com.
Build controller can successfully connect to build agent, and build agent successfully builds the automation.
Build agent fails to connect to build controller:
Failed to queue test run 'buildagent@MachineOne 2014-08-12 12:35:34_Any CPU_Debug': No such host is known
I can ping the build controller from the test agent, and I can successfully query port 6901:
Querying target system called:
testcontroller.corp.company.com
Attempting to resolve name to IP address...
Name resolved to 10.10.10.111
TCP port 6901 (unknown service): LISTENING
Firewall is turned off on the test controller.  Even if it wasn’t, the relevant rules allowing port 6901 and File and Printer Sharing are created.
Local Security Policy | Security Options | Network access: Sharing & security model = classic
NETBIOS names of the test agents and build agent are set in the test controller’s hosts file (they were pingable without this anyway)
NETBIOS name of the test controller is set in the test agent’s hosts file (it was pingable without this anyway)
Tried both simple NETBIOS name and FSDN for test controller in testsettings file
Considering installing a build agent on the same machine as the test controller, but suspect that would just move my communication problem to build controller : build agent
Considering moving test controller to Main and making the four test agents dual-homed, but there is a concern to limit the number of dual-homed boxes, and also suspect that would again just move the communication problem.
I can use netstat to verify that the service is listening to port 6901 on both NICs:
TCP    0.0.0.0:6901           0.0.0.0:0              LISTENING       6536
TCP    [::]:6901              [::]:0                 LISTENING      
6536
(PID 6536 is the QTController.exe)
However the VSTTController.log only mentions listening to the ABC NIC.  Since the connection to the ABC test agents works, that makes sense.
When I open the testsettings file on my laptop in the Main domain and examine the server name, there is a warning that the host cannot be found.  When I open it on a VM in the ABC domain I am able to manage the test controller and view all the test
agents.  However, if I try to restart the build controller I get an access denied error.  Not sure if that is related in some way.
I am using a ABC domain service account to run the test agent sevice.  There is a Main domain service account running the build.  Both service accounts are administrators on the test controller and in the TeatTestControllerAdmins and TeatTestControllerUsers
groups.  The test agent service account is also in the TeamTestAgentService group.
I tried to create a port proxy to forward requests from the Main facing NIC to the port on the ABC facing NIC:
netsh interface portproxy add v4tov4 listenport=6901 listenaddress=10.10.10.111 connectport=6901 connectaddress=10.20.20.222
This almost worked.  I could see with netstat commands that the port was opened and a connection was established with the build agent,  however after a long wait it hit an error that it couldn’t find the ABC NIC:
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.20.20.222:6901
So apparently the ABC IP is getting forwarded back to the test agent, which then of course can’t use it.
I am running out of ideas to try.  Not sure where the problem is:
Cross-domain issue between Main.corp.company.com and corp.company.com?  Or,
Problem with the test controller not being able to listen on more than one NIC?
I know I am not the first person to try to set up something cross domain.  Most of the troubleshooting suggestions I have been able to bing have been about fixing connections between test controller and test agents, which isn’t the problem here. 
Is this set up just so far from standard that VS can’t handle it?
Thanks in advance,
Gary

Hi Gary,
Thank you for posting in the MSDN forum.
>> Build agent fails to connect to build controller: Failed to queue test run 'buildagent@MachineOne 2014-08-12 12:35:34_Any CPU_Debug': No such host is known
>> I know I am not the first person to try to set up something cross domain.  Most of the troubleshooting suggestions I have been able to bing have been about fixing connections between test controller and test
agents, which isn’t the problem here. 
Just to make this issue clearly, you mean that it is not the Test Controller and Test Agent issue, am I right?
As you said that it is related to the Build controller and build Agent, am I right?
If it is related to the Build Controller and Build Agent, I suggest you post this issue to the TFS forum, there you would get dedicated support.
http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=vstfs&filter=alltypes&sort=lastpostdesc
If there's any concern, please feel free to let me know.
Sincerely,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

Similar Messages

  • Error "Test Agent could not connect to the test controller" while configuring the Test Agent on Client machine

    Hi,
    I am getting an Error “Test Agent could not connect to the test controller”
     while configuring The Test Agent on Client machine.
    Pre-requisite used:  
    VS2012 update 4, Test agent & Test controller of same version used
    User has TFS admin access.
    Same user id used for configuring Test Agent.
    Description:
    Test controller is installed on server A. I want to install test agent on client machine B.
    Windows Fire wall is OFF on both Machines A & B. While configuring Test Agent below error is occurred:
    “Test Agent could not connect to the test controller”
    In log file error was “I, 2015/04/02, 15:32:21.723, Could not get the status from the test agent. Exception: Failed to connect to an IPC Port: The system cannot find the file specified.”
    In Event viewer below error details given:
    Unable to connect to the controller on ‘My Server: 6901’. The agent can connect to the controller but the controller cannot connect to the agent because of following reason: The requested name is valid, but no data of the requested type was found.
    Make sure that the firewall on the test agent machine is not blocking the connection.
    Could you please help me to find solution?
    Thanks in advance!
    Kanchan M
    Kanchan

    Hi Kanchan,
    So on each computer, you create a local user account that is a member of the Administrators group, and use the same account and password on each machine(controller and Agent), am I right?
    Could you enable the detailed log message?
    http://blogs.msdn.com/b/aseemb/archive/2010/03/07/how-to-enable-test-agent-logs.aspx
    http://blogs.msdn.com/b/aseemb/archive/2009/11/28/how-to-enable-test-controller-logs.aspx
    >>In log file error was “I, 2015/04/02, 15:32:21.723, Could not get the status from the test agent. Exception: Failed to connect to an IPC Port: The system cannot find the file specified.”I
    met a similar issue before which was related to the Firewall exceptions, maybe you could refer to it here:
    http://stackoverflow.com/questions/12249093/test-agent-could-not-connect-to-the-test-controller-vs2012-agents
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Connectivity Issue with FIOS

    Hey all,
    Has anyone in the Tampa, FL 33629 area had connectivity issues with their FIOS services? My current setup is a Motorola modem that is plugged into a D-Link Router that was provided by VZ.  At the D-Link located outside of the house the connectivity light is flashing red and according to the legend it indicates that it has passed the test but is having communication issues.  This has been occurring over the past few weeks.  The first call to customer service, after diagnostics where run and the outside unit was unplugged and battery were removed as well as all modems and routers being reset, the service rep scheduled a tech to come out.  The next morning it seemed like everything was back to normal.  Since then we have had intermittent service and I am currently without phone and Internet access (bundled the phone, TV, and Internet) for a couple of days due to their internal service report and dispatching system being unavailable.  Just curious if anyone else has encounter this issue.
    Thanks,
    JB

    Message Edited by CPUGuy on 05-04-2009 06:23 AM

  • Connection issues with Safari 3

    I'm having some connection issues with Safari 3.
    When I connect wirelessly, Safari won't load any web pages. I go and use Firefox and everything is just peachy.
    I've reset Safari, emptied the cache and whatnot. I went in and checked the permissions, everything checks out.
    When I connect with Ethernet, there's nothing wrong, which is my dilemma.
    Help would be greatly appreciated.

    There are a number of posts in the Leopard forum from people with direct experience with upgrading from Panther to Leopard. Here is a relevant thread from there that should reassure you.:
    http://discussions.apple.com/thread.jspa?threadID=1418714
    Your system should be fine for Leopard, but you will probably need a current version of Photoshop if you don't already have it. See this download:
    http://www.adobe.com/support/products/pdfs/leopardsupport.pdf
    Also, Leopard doesn't run Classic (OS 9) apps.
    One caveat - first make a bootable backup "clone" of your present system onto an external firewire drive so you can recover if anything goes wrong. You can use the "Restore" tab of Disk Utility to make such a clone, and there are also Panther-compatible versions of Carbon Copy Cloner (v 2.3) and SuperDuper (v 2.1.4), both excellent for this.
    It's even possible to a create second Panther clone on a different external volume to create a "dual-boot" system, using that volume to continue to run old applications that you can't run with Leopard.

  • Connection issues with EA4500

    I had bad connection issues with my mobile device, so i pressed reset on my EA4500 router, and now when i connect to my network, it gives my limited connection even though i have 5 bars of signal. Not sure what to do now...

    Resetting the router will erase all the settings you configured on the router since the initial setup. You manually configure the router's wireless settings so your wireless devices can have internet access again.
    Procedure: http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=cfb50c0dc992443ab2405a782cca60f7_19073.xml&pid=80&...
    Make sure to use a computer that is hardwired via Ethernet cable to the router.
    For bad connection issues: http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=cf6ed888ce144d06905af4987887fd1b_KBxxxx_EN_v1.xml&...

  • CR2008 connectivity issue with BOE Universes(sap and non sap universes)

    Hi Experts !!
    Recently we tried to build/connect to a Universe in Crystal Reports2008 via 'Make a new connection tab'.
    The universes are of SAP BW or non SAP Lying in BOE Servers and we are trying to build reports on them by conncting/utilizing the universes as a database for Crystal Reporting.
    Our issue is most of the time we are not able to connect to the Universes and the connectivity blows out by some 'communication Error' thing initially.
    While at some other points in time, the connectivity takes us to the Universe and we are able to select few characteristics and key figures from the Universe but the moment we go futher and try to run by pressing 'OK' button it blows out and say' LOGON FAILED'.
    Apparantly, it is an connectivity issue with BOE server and from the different blogs it looks like it is a known issue for long.
    The proposed issue resolution were like either CR2008 should be SP2 with BOE SP3 or there should be some additional .dll files defined in the paths in case of MSSQL database. None of this applies to us as we are on CR2008 with SP3 and going back to SP2 is probably not a viable option for us, and we are using Oracle as underlying database in this specific case.( i would like to tell you here that we are able to connect to Oracle Database directly though).
    We have raised a message with SAP and was just wondering if we do have some solution/workaround already available to this known issue in place please?
    Thanks&Regards.
    Edited by: AMIT GHILDYAL on Aug 1, 2011 2:41 PM
    Edited by: AMIT GHILDYAL on Aug 1, 2011 2:44 PM
    Edited by: AMIT GHILDYAL on Aug 1, 2011 3:14 PM

    Hi Amit,
    Moved to Universe Forum.
    If you have a case logged then no point posting here also, this is a public site and not a case management tool.
    Once you do get the solution from your case please post it here also to help others if they have the same problem.
    Thank you
    Don

  • I have Snow Leopard 10.6.8 on my MacBook. Constantly dropping internet connection or message "error connecting to the network" comes up. No wireless connectivity issues with windows 7 laptop or iphone.

    I have a MacBook with Snow Leopard 10.6.8. The last few weeks it has been constantly dropping internet connection, and one of these messages appear on the page: "Safari cannot open this page because the server where this page is located isn't responding" or "Safari cannot open this page because you are not connected to the internet" comes up. I will check Wifi and I am connected. No wifi connectivity issues with iphone or windows 7 laptop, this doesn't happen with either of those devices. I have unplugged and reset router, cleared cache, still happening. Any ideas? Thanks in advance.

    Hi BCLor!
    Try using the suggested steps in the following article to help you troubleshoot this issue with your Wi-Fi connection:
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT4628
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • Connectivity issue with ipad 3

    anybody having connectivity issues with new ipad 3?
    mine won't connect to wifi.
    when i switich to cellular 4g lte, that doesn't connect as well.
    my macbook pro and iphone connect, with no prob.
    i get various can't connect to server messages.
    took to genius bar, we erased and rebooted, it worked for a bit but happening again. genius bar staff claimed it was a corrupted file, but i think its more than that?
    any thougths?
    many thanks,
    -L

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
     Cheers, Tom

  • SFTP connection issue with Dreamweaver 2014

    I have a very weird SFTP connection issue with Dreamweaver CC (2014). I am on a Mac running 10.9.4 and have no problem connecting to my server through SFTP with Dreamweaver CS 6. However, using the exact same settings on CC (2014), I get the following error: "An FTP error occurred - cannot make connection to host. Your login or password is incorrect. Please check your connection information".
    I am truly at a loss here. Command line connection works without problems.
    Any thoughts?

    Hi there,
    Try after rebooting your system or in a different user account on MAC.
    Is there any limit with number of login sessions with your SFTP?
    Could you check with Filezila or similar FTP client and connect to your site, see if you get any error there?
    Thanks.

  • SQL Developer connection issue with JDBC

    Hi skutz & friends,
    I have problem with Oracle SQL Developer I can not connect to any oracle db
    because Status : Failure -Error loading native JDBC driver library.
    However, I download SQL developer [ Oracle SQL Developer for Windows (JDK1.5.0_06 is bundled in this zip) ]
    After it is not working. Also I download JDK 5.0 Update 14
    The Java SE Development Kit (JDK) to install it on my PC again.
    But it does not work. My install path information:
    install path as C:\Program Files\SQLDEVELOPER_INSTAL\sqldeveloper
    local oracle as !0g 10201
    SQL version as sqldeveloper-1.2.1.3213 which download last versionfrom OTN on 2/18/2008.
    for connection, taken basic.
    port as default 1521
    hostname and saver name are same.
    I created a environment variable in window xp.
    SQLDEVELOPER_USER_DIR AS C:\Program Files\SQLDEVELOPER_INSTAL\sqldeveloper
    can anybody help me with this connection?
    thanks
    Jimmy

    Duplicate thread: Please enter all responses on other thread: SQL seveloper connection issue with JDBC

  • Anyone else having repeated wifi connectivity issues with the OSX version 10.8.5?

    I just updated the software on my iMac to OS X version 10.8.5. Now I am having repeated connectivity issues with the wifi in my house. This is the only device that is having these issues. My phone, ipad and tv are not having any problems at all.
    It happened immediately following the update. I was sending emails and browsing before the update without a problem.
    from apple:

    I had a message like that last week - only it asked what browser I would be using - I just quit safari - purges caches etc - and at that time noticed I was getting RSS feeds through PUBSUB - tracking them down to the top sites view I never use - I deleted all of the top sites (most of which I don't go into so it must have been a preset) that included MSN and Google - I don't use google so that was pointless.  (deleting a top site means you are blocking it from that page)    Have not had the message since so it must have had something to do with top sites activity.
    Just a note:  Did see somewhere probably BBC tech - that Google was going to stop supporting older web browsers.

  • BPC 4.2 connectivity issues with server

    Hello All, I have a user that is experiencing connectivity issues with our server.  This appears to be at a client level and I would like to know how to correct it.  We are currently using BPC 4.2 (service pack 2).
    The problem occurred when they had IE8 uninstalled and installed IE6 today.  This morning he had no issues connecting to BPC w/ IE8, but lost that connection when IE6 was installed.  When working through the connection wizard, the following errors appear.
    Here are the pop-up error messages they are receiving:
    "The server name, or IP address (srvbpmarl01) is unreachable now.  Please check the following:
    1.  LAN connection or Internet connection is working properly.
    2.  Server name or IP address is invalid
    Detailed Error Message:  Internet connection is not available"
    "The system cannot download information from server:  SRVBPMARL01.
    There may be a network or security issue.
    Error message:  Your LAN connection or Internet connection is not working properly.
    Detailed error message:  Internet connection is not available."
    I can't help but feel this issue is a result of the IE 8/6 complications, but I do not know which actions to take next.
    Thanks for any help you could provide!

    I don't think the problem is related to IE.
    It seems to be more a problem of configuration of IE.
    I suggest to chec the follow:
    1. Please make sure you are not using any proxy into connection of IE. Ot if you neede then make sure you will add your server into exceptions of proxy.
    2. Try to connect with IE to server. use: http://nameofserver/osoft and also http://nameofserver.
    If you received errors in both cases then it seems it is a problem with installaion of IE.
    If you are able to connect and to display the default page for osoft then it must be a configuration problem.
    I suppose MSDTC or Pivot table services is not correct.Try to use slow connection when you connect to server not High connection.
    Regards
    Sorin Radulescu

  • I started to have connectivity issues with a linksys router.  The linksys rep suggested ...Check from Apple if they have some particular ports for the Apple TV that we might need to open on the router, anyone have any suggestions for this?

    I started to have connectivity issues with a linksys router.  The linksys rep suggested ...Check from Apple if they have some particular ports for the Apple TV that we might need to open on the router, anyone have any suggestions for this?

    Hi RonWM,
    Thanks for visiting Apple Support Communities.
    This article lists the ports that are used by the Apple TV:
    Apple TV: TCP and UDP ports and protocols used
    http://support.apple.com/kb/HT2463
    Best Regards,
    Jeremy

  • Random Connectivity Issues with Time Capsule

    I am having random connectivity issues with my time capsule with my intel based iMac.  I don't have any issues with my MacAir, iPads or iPhones...  just the iMac.   It shows a "good" connection but sometimes...  TC won't be able to connect to run a backup or I can't get to the internet.   It doesn't appear to be an internet problem as I can get to the internet on other devices.   It appears to be a connection issue between the iMAC and the TC.   Thoughts or suggestions?

    Do a full reset of the iMac.. apparently after the latest Mountain Lion update it can cause issues. I have not needed to try this as I have not seen it myself but I track the treads very closely and this popped up.
    http://support.apple.com/kb/ht3964

  • Cellular connectivity issue with iPad 4th gen

    Hi folks,
    I'm currently running iOS 7 beta 2 since it was made available for tablets on Monday. I am having a major cellular connectivity issue with Rogers. My iPhone 5 is also running iOS 7 beta 2 and has no issue with cellular connectivity (also on Rogers's network).
    On my iPad, I'm having full or almost full reception but data doesn't work at all. Tried reboot and hard reboot, resets of wireless settings and nothing fixed my issue.
    Is it related to iOS 7 beta 2? Is anyone having a similar issue?
    Btw, model is iPad3,5.
    Thanks!
    Chris

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
     Cheers, Tom

Maybe you are looking for

  • Can I Install Multiple Partitions in a Logical Volume Group

    I have a 3 TB Fusion Drive which is not partitioned and type is Logical Volume Group. In Disk Utility I have two tabs First Aid and Partition. In partition I can only divide it into two partitions is there anyway to change this so I can create more p

  • Installation - Choose Your Own Adventure

    I've installed ArchLinux on three different devices in my home.. and each of them is slightly different due to use and hardware configuration causing me some hassles with all the different issues. I would like to ask if people would "see any merit" i

  • Attaching photos to email

    I have an iphone 4 and want to pick the size of photo to attach to an email before it attaches. My phone used to let me do this but then last night, it stopped and now only seems to attach a full res pic. Any suggestions? Thanks

  • Router connections fine, IP is not.

    Until a few days ago my internet basic Windows XP computer was fine. Recently, however, it refuses to connect to the internet. I can use the Linksys applet to get onto the router fine. The problem is that I don't get assigned a subnet mask, IP etc an

  • What is the WPS button of my access point?

    HELP! What is the WPS button of my access point?