How to use Connect-QADService

Hello,

I have tried ARS access, it works but the following command does not work :

Connect-QADService -proxy
Connect-QADService : Server not exist or could not be contacted:
Au caractère Ligne:4 : 1
+ Connect-QADService -proxy
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Connect-QADService], ServerNotOperationalException
+ FullyQualifiedErrorId : ActiveRoles.ManagementShell.DirectoryAccess.ServerNotOperationalException,ActiveRoles.ManagementShell.Commands.ConnectCmdlet

how to declare the ip of ARS server please ?

Thanks

Parents Reply
  • Hi Nick,

    thank you your answer, but it does not work.

    Here is the result :

    Connect-QADService : The ActiveRoles Administration Service is not available.

    Au caractère Ligne:1 : 1
    + Connect-QADService -service XXXX -proxy
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Connect-QADService], COMException
    + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,ActiveRoles.ManagementShell.Commands.ConnectCmdlet

Children