0 votes

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

by (190 points)
0

Hello Nicolas,

What version of Adaxes are you currently using? To check that:

  1. Launch Adaxes Administration Console.
  2. Right-click your service.
  3. Click Properties in the context menu.
  4. Adaxes version is displayed on the General tab.

Does the issue occur in a specific browser (if so provide us with the browser name) or in all browsers?

0

Hi,
My version : 3.8.14823.0
Append on all browser i've test (chrome, chromium, IE )

Regards,

0

Hello Nicolas,

Do we understand correctly that the issue occurs only for one Web Interface (i.e. Administrator)?

Which search exactly is slow? Could you provide us with all the steps you take before the issue occurs? Screenshots would be very helpful. If you do not want to post them here, send the screenshots to support[at]adaxes.com.

Please log in or register to answer this question.

Related questions

0 votes
1 answer

Hello, I am looking for ways to troubleshoot Adaxes 2018 search performance. Functionality is great, but the time it takes to show a result is not acceptable, basically main ... Can you please advice on how to improve search speed and what it relies on?

asked Aug 7, 2018 by DLe (760 points)
0 votes
1 answer

Hello - It seems we've been experiencing some slow performance via the web interface lately. It was reported to me that it seem to have gotten bad within the last week. ... where to start to troubleshoot. We only have 1 server that caters to Adaxes. Thank You

asked Apr 26, 2016 by MeliOnTheJob (1.7k points)
0 votes
1 answer

We are struggeling with a bit slow response from the webinterface. Standing on the Home page then clicking the Search tab, it takes about 5 seconds until it loads. ... in the release notes about performance enhancements for the web interface in version 2012.2)

asked Nov 15, 2013 by kjesoo (960 points)
0 votes
1 answer

I am noticing both with 2013.1 and 2013.2 that inital page load for each app is very sluggish, however subsiquent loads are awesome...I have seen a few posts in the back ... app pool is the root but not sure thoughts on IIS Performance tuning for IIS 7.5??

asked Nov 4, 2013 by kf4ape (490 points)
0 votes
1 answer

I am testing a rebuild of our Adaxes configuration. One of the issues I am running into is when using a web selection that involves the modify trigger it takes an ... would have been before the configuration for the front end was in a web interface.

asked Mar 1, 2023 by mobosys (290 points)
3,350 questions
3,051 answers
7,791 comments
545,067 users