Test Controller hangs while connecting to TFS URL

Hi All,
When I open Test Controller Configuration tool window it hangs for some time and says that , it cannot connect to my TFS
Internet URL(in logs), after some time it throws "time out" exception. 
I need to manually add the TFS Intranet  URL and again it hangs . 
Option Tried : Deleted TFS Cache from %AppDATA%\Microsoft...\Cache 
Unfortunately , It again hangs everytime when I open Test Controller Configuration Tool window, tried adding equi Trace to 4 Verbose in QTController.exe.config file to analyze the logs, ended up knowing the same error -
Not able to connect to TFS Internet URL,  could you please let me know how to change the TFS URL for Test Controller ?
And why this is happening ?
Thanks,
Abraham Dhanyaraj

Hi Abraham,
Thanks for your reply.
From your reply, to check if this issue is related to this Test controller setup file, please you try to install the same test controller on other machine and then try to configure the controller with TFS and then check this issue again.
(1) If you still did not get same issue, I suggest you could try to the following suggestion to check this issue.
(1.1) if you installed some third-party tools on your test controller machine, please disable or un-install them and then check this issue again.
(1.2) I suggest you’d better close some processes on the Task Manager such as the
Anti-virus software or the firewall
on your test
controller machine check your issue.
(1.3)
If you run your test controller machine with a long time, maybe restart your machine would be better.
(1.4) If the above suggestion still could not help you, please you try to un-install the test controller on your machine and then re-install it check this issue again.
(2) If you still get the some issue, I assume that the issue is related to this setup file, so please try to download this Test controller setup file and then install it check this issue again.
http://www.microsoft.com/en-hk/download/details.aspx?id=40750
Best Regards,
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.

Similar Messages

  • HP D1520 Series printer test page hangs on connected windows XP or win 7 PC

    I am new to the Mac world but have been using iPad and PC for a some time. I have installed a HP D1520 Series printer to my Win 7 laptop. I then connected my recently acquired 2008 MacBook pro to the recognized printer with my fresh install of Mt lion. When I send a test page it goes through its pre print routine but does not complete print job. If i connect the printer directly to Mac it works fine. My specific questions are as follows.
    1. Is this likely a driver issue with Mt Lion?
    2. Can I work around this issue with a Airport Express or Extreme or will I likely in counter same driver issues?
    3. If I use wireless express or airport option does it matter if it's a/b/g/ or n?
    Bottom line I want to be able to access my printer with of iPad, Mac, or Win 7 laptop.

    Yes USB only printer
    Device holding it? It is pluged in to my win 7 Laptop and Mac is connected through a Network Share to that printer so connection is not the propblem. I also set up file shares with no problems. Since my printer is not hooked up with a Mac or Airport device Bonjour does not reconize my printer. My print job hangs hangs in the middle of request making me think it is a driver issue that has not been resolved.
    By wireless protocol I guess you mean it does not matter if router is a/b/g or n
    Other than checking for software updates, is there another way to update a driver like on a win 7 machine.
    thanks for your help.....

  • Hang while connecting to Oracle 9.2 DB in VS 2005

    I use ODP 9.2.0.401 (but also tried 9.2.0.7 and 10.2.0.1) against a 9.2.0.4 Database, Client and server residing on separate XP SP2 machines.
    I use the English version of Visual Studio 2005 on a German XP machine.
    In one solution, I successfully access the DB in a web service project but cannot connect the Db from a simple test form in another project using the following code:
    Imports System.Data
    Imports Oracle.DataAccess.Client
    Public Class DalTestForm
    Private dbConn As OracleConnection
    Private Sub Button2_Click(...) Handles Button2.Click
    dbConn = New OracleConnection()
    dbConn.ConnectionString = "Data Source=sbs0.wks001;Persist Security Info=True;User ID=sbs0;Password=sbs0"
    dbConn.Open()
    Debug.Print("Connected")
    End Sub
    End Class
    The Debug.Print is never executed and the IDE hangs. Only a reboot of the client is able to kill the process "DalTest.vshost.exe" which completely loads the CPU.
    I was going to use System.Data.OracleClient which works fine but there I cannot pass array parameters to stored procedures can I ?
    I start loosing too many hours on this now. Any help is much appreciated.
    Thanks
    Stef

    There is not ODP.NET version officially supporting .NET 2.0.
    If you use any 1.x version (9.2.x or 10.1.x) , it could work or it couldn't.
    In my case it doesn't work. I will wait until the next version which is said to be 2.0 compatible (in later may it seems)
    And as you find the MS provider doesn't accept array parameters.
    Sorry

  • Test Execution hangs while executing a test from Command prompt option

    I have done the following
    1) Created a script Test driver
    2) Added different scripts as Script->Properties->Assets to the driver script
    3) Call each of this asset script from TestDriver using command getScript("<<ScrptName>>".run(1, true, true, true);
    4) Now calling this TestDriver script from command prompt with command
    e:\\OracleATS\\agent
    runScript.bat E:\\INTEGRATION_SERVICES\\Identity_management\\Automation\\Scripts\\MasterScripts\\TestDriver
    TestDriver.jwg
    The script execution hangs at "Initializing VU 1 for Script TestDriver. After few mintues of seeing this message i get error "Execution Timed Out".
    Do I need to keep openscript UI open for script execution from command line ?
    Is there any way to increase this Execution Time out ? May be it is taking time to load the internal script assets. AS other scripts are running fine on the same machine from command prompt itself.
    Complete error is as follows
    C:\Documents and Settings\oracle>e:\\OracleATS\\agent\\runScript.bat E:\\INTEGRATION_SERVICES\\Identity_management\\Automation\\Scripts\\MasterScripts\\TestDriv
    er\\TestDriver.jwg
    Running "TestDriver" ...
    Agent started. Available commands:
    stop - Stop the virtual user after it finishes the current iteration.
    abort - Abort the virtual user cleanly, before it finishes the current itera
    tion.
    exit - Terminate the process immediately
    You may type the above commands at any time.
    12:17:53,418 INFO [1] Initialized script service "oracle.oats.scripting.modules.utilities.api.UtilitiesService"
    12:17:53,418 INFO [1] Initialized script service "oracle.oats.scripting.modules.browser.api.BrowserService"
    12:17:53,418 INFO [1] Initialized script service "oracle.oats.scripting.modules.functionalTest.api.FunctionalTestService"
    12:17:53,465 INFO [1] Initialized script service "oracle.oats.scripting.modules.webdom.api.WebDomService"
    12:17:53,856 INFO [1] Initialized script service "oracle.oats.scripting.modules.datatable.api.DataTableService"
    12:17:53,856 INFO [1] Initializing VU 1 for script TestDriver
    Execution Timed Out.

    Hi e_raja_sekar,
    You wrote:
    public static void main(String args){should be
    public static void main(String args[]){Granted, the below code was tested on Windows XP using J2SE SDK 1.4.1_02 (and not 1.2.2 like Sridhar is using), but when I compiled and executed this code:
    public class BadMain {
      public static void main(String args) {
        System.out.println("Hello World");
    }The output I got was:
    Exception in thread "main" java.lang.NoSuchMethodError: mainSo I don't think this is Sridhar's problem (but I could be wrong) since he says that he gets no error message.
    Cheers,
    Avi.

  • Crystal Reports 2008 sp3 hangs while connecting to SAP BW

    I've got CR 2008 12.3.0.601 connecting to SAP BW Netweaver 7.0 EPH 1 with a BOBJ Enterprise XI version 12.3.0.601 and when I try to connect / use the SAP open a query (integration kit portion of CR) I can see the querries but once I try to open a query CR hangs / the hour glass stays forever?
    Any suggestions please.

    Make sure you have winrar installed on the machine and choose to extract the .exe contents in a directory (use the context menu). The transports are located under the Transports subfolder.
    Use the Unicode version and check the documentation ( transports.txt ) to find out which transports you need to import ( for SAP BW you should import 9 transports).
    Regards,
    Stratos

  • Error while connecting with the url using odata...please help

    hi All,
    I was trying to do one basic ODATA example which i got from the threads.
    <!DOCTYPE html>
    <html><head>
      <meta http-equiv='X-UA-Compatible' content='IE=edge' />
      <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
      <title>Table with OData Binding</title>
         <script id='sap-ui-bootstrap' type='text/javascript'
            src='https://sapui5.hana.ondemand.com/resources/sap-ui-core.js'
            data-sap-ui-libs="sap.m,sap.ui.commons,sap.ui.table"
      data-sap-ui-theme="sap_bluecrystal"></script>
      <script>
      // the root URL of the OData service - prefixed with a local URL to a proxy which forwards the request,
    circumventing cross-domain restrictions
      // IMPORTANT: this proxy must be available for the code example to run!
      var url = "http://services.odata.org/Northwind/Northwind.svc";
    // create an ODataModel from URL
      var oModel = new sap.ui.model.odata.ODataModel(url, true);
      var oTable = new sap.ui.table.Table("sampleTable");
      oModel.read("/Customers",null,null,null,function(){
      var metadata = oModel.getServiceMetadata();
      var entityCustomerRef = metadata.dataServices.schema[0].entityType[2];
      var listOfProperties = entityCustomerRef.property;
      for ( var i = 0; i < listOfProperties.length; i++) {
      oTable.addColumn(new sap.ui.table.Column().setLabel(
      new sap.ui.commons.Label({
      text : listOfProperties[i].name,
      })).setTemplate(
      new sap.ui.commons.TextField().bindProperty("value",
      listOfProperties[i].name))) }
      oTable.setModel(oModel); // set model to Table
      oTable.bindRows("/Customers");
      oTable.placeAt("content"); // place model onto UI
      </script>
      </head>
      <body class='sapUiBody'>
      <div id='content'></div>
      </body>
    </html>
    but when i try to execute the same it is not loading any data and showing the error as :
    2014-07-21 16:04:05 (default) : https://sapui5.hana.ondemand.com/resources/ - sap.ui.ModuleSystem sap-ui-core.js:80 
    2Failed to load resource: the server responded with a status of 501 (Not Implemented) http://services.odata.org/Northwind/Northwind.svc/$metadata
    XMLHttpRequest cannot load http://services.odata.org/Northwind/Northwind.svc/$metadata. Invalid HTTP status code 501 odata.html:1
    2014-07-21 16:04:16 The following problem occurred: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://services.odata.org/Northwind/Northwind.svc/$metadata'. -  sap-ui-core.js:80
    Failed to load resource: the server responded with a status of 501 (Not Implemented) http://services.odata.org/Northwind/Northwind.svc/CustomersXMLHttpRequest cannot load http://services.odata.org/Northwind/Northwind.svc/Customers. Invalid HTTP status code 501 odata.html:1
    2014-07-21 16:04:17 The following problem occurred: HTTP request failed0,, -  sap-ui-core.js:80;;
    But i can launch the url with metadata through browser..kindly help???

    Hi Arun,
    replace the following line in your code:
    var url = "http/services.odata.org/Northwind/Northwind.svc";
    with the following:
    var url = "proxy/http/services.odata.org/Northwind/Northwind.svc";
    It will either work fine or this error will be skipped.

  • Oracle forms 6i hangs while connection to database

    Hi,
    We are runing oracle forms 6i with patch 17 on windows xp and windows 7 with oracle database 10g(10.2.0.4) 64bits on window 2003 64bits every thing is fine but sometime all of the sudden connection get stuck and unable to get access to database but other application work fine which are using 10g clients software this happen often not every day only solution is to restart the DB's I try to rise SR but didn't get proper answer from them any help is greatly appriciated...
    Regards,
    user622720

    If you have already opened a SR with support which lacks of progress, there is only one right thing to do: Escalate the SR and/or change the severity of your SR! Read Note 199389.1 how to escalate Service Requests. Also I'd bring the database on the latest Patchlevel (10.2.0.5) with the latest CPU/PSU Patches and see if the error reproduces.
    cheers

  • Is it possible to run Rules/Seq from SmartView while connected to Essbase?

    Is it possible to run rules/sequences from SmartView while connected to Essbase URL in 9.3.1 version?
    Current environment does not have planning and we have to run rules while connecting to Essbase.
    Using http://<<ServerName>>:9080/aps/SmartView URL.
    There seems to be no way we can do it. Referred to DBAG, Planning and SV document but not mentioned.
    Thanks in advance!

    Hi,
    If you have attached you business rules to Essbase database connection in EAS, you should see them under Calculation Options. If you attached only Planning connection, you will have to connect to Planning in Smartview to execute business rules.
    Else, you will see only calculation scripts attached to the Essbase application.
    Let me know if it helps.
    Cheers
    RS

  • 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.

  • Can I know whether test controller for VS 2010 is installed in TFS

    Hi,
    I downloaded the TestController for VS2010 in client machine & it is an iso file. It asks iso reader to read the file.
    My Question is:
    1.Whether Test Controller 2010 need to configure in TFS server?(Team Foundation Server Administration Console)
    Because I received the following error message while I work in MTM 2010(Lab Center)
    “To create a physical environment, you must have a test controller to available. To add a test controller to your team project collection, you must run the Team Test Controller
    Configuration Tool as an administrator on the computer where your test controller is installed”
    2.While I configure Test Controller 2010 in client machine it shows the
    error message in Configuration Summary dialog box,when "Register with Team Project Collection" in Configuring Test Controller dialog box.
    "Failed to update TFS Team Project Collection as the test Controller service account couldnot be granted required permission.To fix this error,run this tool with an account that has a "Project Collection
    Administrator" rights & try again
    3.Whether Test Controller,Build Controller 2010 & Lab Management need to configure in TFS server?
    Inorder to work in the  Lab Center in MTM2010 & in VS 2010
    regards,
    Nazima

    Hi Nazima,
    According to your description, you are want to create lab environment.
    >> Whether Test Controller 2010 need to configure in TFS server? (Team foundation Server Administration Console)
    No, there isn’t the way to configure test controller in TFS administrator console. You just need to register the test control to TFS.
    >> While I configure Test Controller 2010 in client machine it shows the error message in Configuration Summary dialog box,when "Register with Team Project Collection" in Configuring Test Controller dialog box
    The reason is that the account that you specified in test controller configuration tool haven’t enough permission, the account needs team project collection administrator right.
    # Set Administrator Permissions for Team Project Collections
    https://msdn.microsoft.com/en-us/library/dd547204(v=vs.100).aspx
    >> Whether Test Controller,Build Controller 2010 & Lab Management need to configure in TFS server? Inorder to work in the 
    Lab Center in MTM2010 & in VS 2010
    To register test controller to TFS, please refer to:
    # Setting Up Test Controllers in Lab Environments
    https://msdn.microsoft.com/en-us/library/hh546460.aspx
    About configure build controller, please refer to:
    # Deploy and configure a build controller
    https://msdn.microsoft.com/en-us/library/ee330987.aspx
    About configure lab environment (for SCVMM lab environment), please refer to:
    # Configuring and administering Lab Management
    https://msdn.microsoft.com/en-us/library/dd936084.aspx
    By the way, if you just want to use standard lab environment, you don’t need to configure lab management in TFS administrator console.
    Regards
    Starain
    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.

  • 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.

  • TFS Test Controller not configuring

    While upgrading to TFS 2013 test controller to update 4 I received this error during the configuration process.
    Service cannot be started. Microsoft.VisualStudio.TestTools.Exceptions.EqtException: The Controller service could not be started. TF400324: Team Foundation services are not available from server http://tfs.podserv.modelsysllc.com:8080/tfs/modelsyscollection.
    Technical information (for administrator):
      Page not found.
    The remote server returned an error: (404) Not Found.
       at Microsoft.VisualStudio.TestTools.Controller.ControllerServiceBase.OnStart(String[] args)
       at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
    The collection mentioned is a project collection that no longer exist and not the one I pointed to in the sonfiguration setup.
    Any help would be great.
    Thanks,
    James
    Architect

    I re installed a crashed TFS installation and upgraded to TFS 2013 update 4. The Test controller has been upgraded to 2013.4 and when I follow the configuration process I get the error below;
    Service cannot be started. Microsoft.VisualStudio.TestTools.Exceptions.EqtException: The Controller service could not be started. TF400324: Team Foundation services are not available from server http://tfeserver:8080/tfs/modelsyscollection.
    Technical information (for administrator):
      Page not found.
    The remote server returned an error: (404) Not Found.
       at Microsoft.VisualStudio.TestTools.Controller.ControllerServiceBase.OnStart(String[] args)
       at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
    The project collection address I selected in was (http://tfeserver:8080/tfs/modelsysllc). I have tried several time to reconfigure the test controller but it still grabs this no longer exiting project collection during the configuration
    process. Where can I find this setting and clear it, so that my setup can continue?
    Thanks,
    James
    Architect

  • Connect Mobile for RIM Blackberry Playbook hangs while trying to connect to server

    We have Adobe Connect 8 (Multilanguage - Portuguese) installed on a server. Connect Mobile for RIM Blackberry Playbook hangs while trying to connect to the server. Hayward Drummond has posted a notice about Adobe Connect 8.1.2 that seems to solve this problem, known as BUG 2886745. I sucessfuly downloaded this update but I´m not sure if it is compatible with Adobe Connect 8 Multilanguage - Portuguese.  Does anyone know something about it? I also need to first install version 8.1.1 in order to upgrade to 8.1.2, as remarked by Hayward. Does anyone know where can I download version 8.1.1 (Multlanguage - Portuguese)?

    try to install Firefox 8 on top of Firefox 7, or
    Profile is a folder which store all your personal data in a safe place
    * https://support.mozilla.com/en-US/kb/Profiles
    here explain how to backup profile
    * https://support.mozilla.com/en-US/kb/Backing%20up%20your%20information
    here explain how to restore it
    * https://support.mozilla.com/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile

  • Unable to establish Visual studio load test connection with Test Controller

    When i try to add test controller in visual studio  error message shown "can not communicate with controller version mismatch " 
    can any one please tell me its solution ?? 

    Thanks for
    M.Radwan's help.
    Hi Fahad5388,
    According to your error message,
    I agree with M.Radwan's opinion. If you used TFS, I think that you’d better make sure that you
    used the same version for VS and TFS.
    Reference:
    http://social.msdn.microsoft.com/Forums/en-US/7dfb0537-f300-4644-8878-297312f4028a/unable-to-configure-test-controller?forum=vststest
    As far as I know, if you want to used test controller or test agent for VS, you need to sure that you used same version test controller or test agent
    for VS.
    Best Regards,
    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.

  • Error Connecting to TFS 2013 from Oracle PL/SQL using MSSCCI

    Hi,
    previously we were able to connect to TFS 2008 through MSSCCI.
    we have MSSCCI 2013 provider, Teamexplorer 2013 andVersion Control Interface installed.
    While trying to connect to TFS 2013 from ORacle PL/SQL Developer 10.5 through MSSCCI ; there is an error coming up when we enter the server url ... it is allowing us only until <tfs home url> without collection...
    "The request failed with the error message
    <head><title>Document moved></title></head>
    <body><h1>Object Model</h1>This document may be found<aHREF=/<Collectionname>/Services/v1.0/ServerStatus.asmx>">http://<tfshome
    url>/<Collectionname>/Services/v1.0/ServerStatus.asmx> But the plugin picks it up automatically.. Am i correct?
    How to resolve the above error?
    Thank you
    Su

    Hi Su, 
    Thanks for your post.
    How do you manually build  your PL/SQL/Oracle projects?
    TFS Build invoke MSBuild command to build project/solution on build agent machine by default. If these projects can be built using MSBuild command line manually, then we can use TFS Build(default build process template) to build these projects.
    If these projects need be built using another complier, and this compiler support run the command line to invoke it, so you can add the InvokeProcess activity(execute the command line) to invoke this compiler to build these projects in build process template,
    then create build definition using this customized build process template.
    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.

Maybe you are looking for

  • (view hint or Query  writing method) using views in Select Query

    Need Assistance, Hi all, My database having many views. while i am joining the views in a select query increase the cost of the querys due to the complex joins in the conditions. While checking the select query with views individualy taking less cost

  • HT2240 how do i unistall quicktime x??

    how do I unistall Quicktime x?  my new quicktime 7 pro will not install untill the X is unistalled

  • Select more than 1 row

    hi! I'm looking for a method that can help me taking out of my database the number of rows I want for each page to be displayed... ...something like select the first 10 rows, than from 11 to 20 and so on... ...can somebody help me?

  • How does the extractor in FXCollections.observableList work?

    How is the "extractor" supposed to work for ObservableLists? According to the JavaDoc it should trigger a update: > This list also reports mutations of the elements in it by using extractor. Observable objects returned by extractor (applied to each l

  • Site manager For network logons

    Hello everyone, My name is John, and i am an ICT Technician for my school. We have been using dreamweaver for a few years now, and have come accross a slight problem with the "site manager" tool. Basically, we have 2000 Network users who we are looki