Error when fixing Remote Desktop Gateway

Allgemeine Diskussion Error when fixing Remote Desktop Gateway

  • Donnerstag, 22. Dezember 2011 00:26
     
     

    I am trying to repair Remote Desktop Gateway on an SBS 2011 Standard production box. 

    I am following the instructions at http://technet.microsoft.com/en-us/library/gg697165.aspx.

    I have not been successful.  I am getting an error message, and this is what is on the log:

     

    _______________________________

    <?xml version="1.0"?>
    <TaskStatusResults xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <TaskStatus Time="2011-12-21T19:08:07.4377998-05:00" Success="false" Continue="true" Expose="false" Reboot="false" RebootNow="false" Completed="true" Message="Remote Desktop Gateway did not install" TaskListId="ConfigureRDPTaskList" Warning="false" HelpTopicId="html\814a60b1-2711-4dfa-a58f-81fd968fd6f6.htm" StatusId="d6506aa4-75d5-4968-b03a-d1578c25207f" UserStatus="Active">
        <Task Id="ConfigureTSGCertificateTask" Type="Microsoft.WindowsServerSolutions.IWorker.Tasks.ConfigureTSGCertificateTask" Assembly="IWorkerConfig.dll" AlwaysReboots="false" />
      </TaskStatus>
      <TaskStatus Time="2011-12-21T19:08:09.1959004-05:00" Success="true" Continue="true" Expose="false" Reboot="false" RebootNow="false" Completed="true" TaskListId="ConfigureRDPTaskList" Warning="false" StatusId="24cdec8a-e451-47fc-8180-10a91286c048" UserStatus="Active">
        <Task Id="ConfigureTSProxyTask" Type="Microsoft.WindowsServerSolutions.IWorker.Tasks.ConfigureTSProxyTask" Assembly="IWorkerConfig.dll" AlwaysReboots="false" />
      </TaskStatus>
    </TaskStatusResults>

    _______________________________

    Where do I go from here?

Alle Antworten

  • Freitag, 23. Dezember 2011 11:51
     
     

    Which log is this?this is an xml file and genrally logs are not written in xml format....or is this something u got in powershell window ?

     

    Can u tell us till what step have u followed the repair guide?


    • Bearbeitet Jkazama Freitag, 23. Dezember 2011 11:52
    •  
  • Mittwoch, 28. Dezember 2011 14:51
     
     
    This is what I get at step 7 of the repair guide, when I Open the result file.
  • Mittwoch, 8. August 2012 17:34
     
     

    Were you able to resolve this?

    I have the same issue currently.

  • Donnerstag, 9. August 2012 01:14
     
     
    simply reinstall rd gateway
  • Samstag, 11. August 2012 11:33
     
     

    BuddJ_SBS2011

    You have run the command in step 6 with admin powershell ? you can also try setting execution policy of scripts to unrestricted with set-executionpolicy command in admin powershell. After the script completes change it back to restricted.