The Q-DAS application shows the message “too many client tasks” during live operation (e.g. configuration).
This is followed by an access violation, and the application must then be closed:
The problem here is that the used Microsoft Access database only allows one concurrent access, thread or does not allow parallel query strings.
To fix the problem, we generally recommend switching to SQL/SQL Express databases for using Q-DAS applications.