Skip to main content

Troubleshoot installation and upgrades

Start with the earliest failing layer. Preserve the first error and the environment state before retrying; repeated partial installs or upgrades can hide the original cause.

SymptomLikely causesSafe diagnosticResolution and verification
Designer cannot load a system connectionMissing/invalid Connections.json, blank DisplayName, zero ConfigNum, unresolved database key or driver problemValidate JSON and selected key; test database resolution under the interactive identityCorrect the profile/driver, reopen Designer and verify the intended environment
Service starts then stopsMissing -c/-n, database/schema unavailable, account lacks ProgramData/database rightsInspect Windows service definition and startup/system logs without exposing credentialsCorrect parameters/rights/schema, start once and verify process/status communication
API port does not listenPort conflict, wrong service instance/key, listener startup failureCheck the configured port and owning process; review API Service startup logFree/change the port, restart API Service and test a controlled REST Flow
Files/configuration disappeared after installEnvironment-owned ProgramData was overwritten by defaultsStop processing and compare secure backup to current filesRestore reviewed files, reapply only required release assets, then revalidate
Post-upgrade modules fail to loadSchema/version mismatch, missing dependency or module-stream conversion issuePreserve the exact module/error and compare applied release stepsStop services, correct/roll back using the release plan, then retest isolated modules
Flow succeeds but external delivery is missingOutbound send is asynchronousInspect Transport Logs, attempts and next-attempt timeCorrect the Transport/dependency and use the appropriate transport retry path

Collect release/version, bitness, connection key (not secrets), service name/state/parameters, first error, database-update record, relevant Flow/Transport identifiers and a sanitised log excerpt. Continue with service troubleshooting for established installations.