Jump to content

Search the Community

Showing results for tags '_ad_open'.

  • Search By Tags

    • _ad_open ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. When I try _AD_Open() with no parameters I get this error message... Function _AD_Open encountered a problem. @error=4, @extended = -2147023541 When I try _AD_Open($sUserIDParam = "XXXX@XXXX.com", $sPasswordParam = "XXXX", $sAD_DNSDomainParam = "", $sAD_HostServerParam = "", $sAD_ConfigurationPara...
  2. I kept having problems with my Active Directory scripts. I finally discovered that they work fine before being compiled but after compiling they fail. I have narrowed it down to simply testing _AD_Open. For instance, any script that includes "$iResult = _AD_Open()" works until I compile the script....
  3. Good afternoon, I am running the instructions below, and even using a username or password missing, $error always returns "The operation completed successfully." $result = _AD_Open ( $user , $password , "dc=proxy,dc=trtsp,dc=jus,dc=br" , "proxy.trtsp.jus.br" ) If @error <> 0 Then $e...
×
×
  • Create New...