Why Your Refresh Shows 'Contact Technical Support'
You click Refresh in Workday OfficeConnect. After 5-30 seconds, a dialog appears:
“Refresh failed. Please contact technical support.”
The dialog is famously unhelpful — it doesn’t say what went wrong. In practice, almost every instance of this error has one of five concrete causes. Work through them in order.
What you’ll see
- Excel freezes briefly during refresh
- A modal dialog appears: “Refresh failed. Please contact technical support.”
- After dismissing, your OfficeConnect cells either show stale values or
n/a - No error code is shown
- The Excel status bar may briefly show an OfficeConnect error before the dialog appears
Root causes (in order of frequency)
1. Your session has timed out
By far the most common cause. After 60 minutes of inactivity (or your tenant’s configured timeout), OfficeConnect’s token expires. The next refresh fails with this generic dialog instead of a clear “session expired” message.
Fix:
If sign-in itself fails, see Authentication Token Errors.
2. The Adaptive Planning server is locked or under load
If too many users are running large reports at once, or if a tenant-level job (import, allocation run, version copy) holds a lock, refresh requests can fail with this generic error.
Fix:
3. A workbook element references something that no longer exists
If an account, version, or level referenced in your formulas was deleted or renamed in Adaptive Planning since the workbook was last opened, OfficeConnect can fail the refresh with this generic error rather than per-cell.
Fix:
4. Workbook is too large; the refresh times out
Some refreshes fail because the underlying query exceeds OfficeConnect’s timeout — typically on workbooks with hundreds of formulas hitting a large Adaptive Planning model.
Fix:
5. Add-in conflict (think-cell, Bloomberg, Power Pivot, Macabacus)
In rare cases, another add-in’s hooks into Excel cause OfficeConnect’s refresh to fail mid-query. The think-cell conflict is the most documented one (see think-cell KB0231).
Fix:
When to actually contact technical support
If you’ve worked through all five causes above and refresh still fails:
A well-prepared support ticket with logs, timing, and a repro typically resolves in 1-2 days; without those, it can drag for weeks.
Prevention
- Treat session timeout as inevitable. Build the habit of re-signing-in at the start of any work session over an hour old.
- Manage workbook size. Keep formula counts under a few hundred per workbook; split larger reports across multiple files.
- Coordinate with your Adaptive admin on long-running jobs that affect tenant lock behavior.
Result
You’ll resolve “Contact technical support” in seconds instead of opening a Workday support ticket every time. And when you do open a ticket, it’ll close fast.
Next steps
- Authentication Token Errors — the related token-side issues.
- Not Refreshing — when Refresh doesn’t fail but produces no update.
- Optimize Performance — fix the workbook-size variant.