Hi,
I've got very slow perf on web AdaxesADmin interface.
I've done search in this forum, ad firewall rule to open 389,636,3268,88,135,49152-65535 ports on my AD servers enable trace, but i must do something wrong as some search take most than 20 seconds
I've activate trace but can't exploit as data don't speak to me.
Where else can i do ?
Best regards
edit : when i try to reduce ad controlleur with the alloweddomaincontrolleurs in service.exe.config, i've got The Adaxes service on 'stgsvrad.stg.fibre-excellence.local' is unavailable. Firewall software may cause this problem. on client computer
Edit2:
[Reflection.Assembly]::LoadWithPartialName("Softerra.Adaxes.Adsi")
$admNS = New-Object "Softerra.Adaxes.Adsi.AdmNamespace"
$admService = $admNS.GetServiceDirectly("localhost")
$credential = Get-Credential
$watch = New-Object System.Diagnostics.Stopwatch
$watch.Start()
$objectPath = [Softerra.Adaxes.Utils.ObjectNameTranslator]::TranslateAccountNameToPath($credential.UserName, $credential)
Write-Host "Resolving AdsPath: $($watch.ElapsedMilliseconds) ms"
$watch.Reset()
$watch.Start()
$admService.OpenObject($objectPath, $credential.UserName, $credential.GetNetworkCredential().Password, 0)
Write-Host "Binding to object: $($watch.ElapsedMilliseconds) ms"
$watch.Stop()
give me : 'serveur RPC pas disponible. HRESULT 0x8007068A' Resolving AdsPAth: 5596 ms