Client connectivity
A new client doesn’t appear in the Management Tool
The client installed cleanly but never registered with the Application Server.Confirm the service is running
sc query SytecaClient. State must be RUNNING. If it isn’t, start it: sc start SytecaClient.Test network reachability
TcpTestSucceeded must be True. If not, you have a firewall or routing issue between the endpoint and the Application Server.Check the agent key
REPAIR=1.Inspect the client log
%ProgramData%\Syteca\Client\logs\client.log. A registration rejection logs as RegisterFailed: <reason>.The client appears, then goes Offline within minutes
The client registers but the heartbeat fails. Almost always a network or TLS issue.TLS certificate problem
TLS certificate problem
Outbound proxy stripping the connection
Outbound proxy stripping the connection
Time skew
Time skew
Session recording
Sessions are recorded but the Session Player shows a black screen
Almost always a video codec or GPU driver issue on the playback machine, not on the recording endpoint.Try a different browser
Confirm the file exists
0 KB was never written; see the next entry.Check the recording parameters
Sessions aren’t being written to disk
The Application Server is accepting the session start event but the file isn’t growing.Check storage capacity
Confirm the storage path is writable
Review the server log
C:\ProgramData\Syteca\Server\logs\server.log and search for SessionWriter. Errors there name the cause.Alerts and notifications
Alerts trigger in the UI but no email is sent
SMTP not configured
SMTP not configured
SMTP credentials rejected
SMTP credentials rejected
SmtpFailed: 5.7.1 .... If you see this, regenerate the SMTP password or app-password and update Syteca.Alert rule has no recipients
Alert rule has no recipients
PAM and secrets
A user can’t retrieve a secret they should have access to
Permissions on secrets are layered (user → role → project). Check each layer.Confirm the user is enabled and not locked
Inspect direct secret permissions
Inspect role-inherited permissions
Check project membership
Database
The Application Server logs database_unavailable errors
Confirm the database is up
psql or SQL Management Studio from the Application Server host using the same credentials Syteca uses.Check connection limits
max_connections must be at least 200 for a medium deployment. The Application Server reports connection_limit_reached when it can’t get a connection.Validate the NOSUPERUSER setup on 7.23+
NOSUPERUSER with explicit grants. See PostgreSQL NOSUPERUSER setup.