Dear Supportteam,

we have an issue, that the service hangs up after a few days of working with Adaxes.
The Log-DB is not such big, for such an issue.
When the service hangs up, we got no connection to the webinterface (which is normal).
We try to stop the service, but we get a timeout of it and the service is not running anymore.
Starting it creates again the connection to the webinterface.
Could we check a Logfile or a similiar log for this issue?

Regards

Massimo

by (450 points)
by (216k points)
0

Hello Massimo,

You can have a look at Adaxes Event Log.

Also, we advise you to have a look at all scripts executed by Business Rules, Custom Commands and Scheduled Tasks. You need to check for any scripts that need to release resources, connections in the first turn, explicitly. If such scripts run with an error and don't release the resources when necessary, the connections may remain hanging for a long period of time. Since the number of open connections allowed to Adaxes Service is limited, earlier or later such scripts can exhaust the connection pool and block the service operation.

In case if your script needs to release resources / close connections explicitly, we suggest using the try ... finally block in order to make sure that connections are closed and resources are released even if a script errors out. For an example on how to use the block, have a look at the following script in our Script Repository: http://www.adaxes.com/script-repository ... r-s364.htm.

by (450 points)
0

Hello,

I get this Message:

Das Zeitlimit (30000 ms) wurde beim Warten auf eine Transaktionsrückmeldung von Dienst Softerra Adaxes Service erreicht.

Don't know what to do!

Regards

Massimo

by (216k points)
0

Hello Massimo,

The error message means that the Web Interface didn't receive a response within the time limit set. As mentioned in our previous post, you need to perform some troubleshooting steps to find out the reason for the issue. Did you try the steps provided in the post?

Also, we advise you to have a look at all scripts executed by Business Rules, Custom Commands and Scheduled Tasks. You need to check for any scripts that need to release resources, connections in the first turn, explicitly. If such scripts run with an error and don't release the resources when necessary, the connections may remain hanging for a long period of time. Since the number of open connections allowed to Adaxes Service is limited, earlier or later such scripts can exhaust the connection pool and block the service operation.

Also, can you provide us a copy of Adaxes Event Log (right-click -> Save All Events As)? You can send it to support[at]adaxes.com.

Please log in or register to answer this question.

Related questions

Hi, I would like to run a scheduled task against a business unit, instead of whole OU and filter inside the task. I can select business units for the activity scope ( ... generated and then task runs against it? Next time BU will be generated again? Thanks.

asked Oct 4, 2023 by wintec01 (2.5k points)
0 votes
1 answer

I see the following error when I navigate to the user: The operation couldn't be performed because object '[user] ' couldn't be found on '[local DC]'. We have ... partially manage M365, but I assume its missing some permissions. Any idea what it could be?

asked Dec 15, 2025 by ZoomGhost (300 points)
0 votes
0 answers

We are moving away from using the default domain for all user UPNs. I read a few support articles and configured a few property patterns to change the UPN based on the OU the user ... I'm missing? Built in: Users in 'CT OUs' Username Properties for 'CT OUs'

asked Apr 10, 2025 by JSEngWG (20 points)
0 votes
1 answer

I am testing using MFA and we use Duo. I havn't seen where we can set up push instead of adding having the end users set up another account for Duo.

asked Jan 11, 2024 by mightycabal (1.2k points)
0 votes
1 answer

So I need an approval process before adaxes executes a custom command to create a user. Basicaly an HR group and a Privacy group have to approve. what i have is set up like this ... the first one has been approved. I want them to go out at the same time.

asked Apr 14, 2023 by mightycabal (1.2k points)
0 votes
1 answer