analystUpdated 2026-04-17

Excel Connection Problems

Excel error dialog when XMLA endpoint is unreachable.

What this covers

Diagnosing and resolving connection failures when connecting Microsoft Excel to Tessallite via the XMLA endpoint. For the connection setup procedure, see Excel XMLA Connection Guide.

Pre-connection checklist

Before troubleshooting, verify:

Symptom reference

SymptomLikely causeResolution
"We couldn't connect to the Analysis Services server"Wrong URL formatURL must be exactly http://HOST:8080/xmla. Do not omit /xmla. Do not use HTTPS unless SSL is configured.
Same error with correct URLPort 8080 blocked or Gateway not runningTest with curl -v http://HOST:8080/xmla. If refused, escalate to System Admin to check Gateway service and firewall.
"The catalog name is invalid"Wrong workspace slug or wrong caseVerify slug with Tenant Admin. Slug is case-sensitive.
"The user name or password is incorrect"Wrong Tessallite credentialsConfirm you are using Tessallite email and password, not database credentials. Reset via Admin panel if needed.
"No cubes were found"No published model in the projectAsk Modeller to publish the model in Model Builder.
Data looks staleAggregate not refreshedAsk Modeller to check aggregate status and run a refresh if status is Stale.
Excel shows error after previously workingStale cached connectionData → Queries & Connections → Delete connection → reconnect from scratch.

Testing the XMLA endpoint directly

From a terminal on the same machine as Excel:

curl -v http://HOST:8080/xmla

Any HTTP response (even a server-side error) confirms the port is reachable. A timeout or "connection refused" is a network or service issue, not an Excel configuration issue.

Related