DFS Lite Troubleshooting
Use this page when connector data is missing, stale, incorrectly mapped, or failing quality checks.
Triage order
Start with the smallest possible check:
- Confirm the user has access.
- Confirm connector status.
- Test the connector.
- Browse source.
- Preview source values.
- Check mappings.
- Run sync.
- Check sync history.
- Check data quality.
- Review rejected rows when available.
Access problems
| Symptom | Likely cause | Action |
|---|---|---|
| Data Integration is hidden | Tenant access or navigation permission missing. | Ask administrator to confirm access. |
| Connectors are visible but actions are blocked | Missing dfs:write. | Request write access for connector operation. |
| Delete action is blocked | Missing dfs:delete. | Ask a data administrator to handle deletion. |
| DFS Pro pages are unavailable | dfs-pro package gate is not enabled. | Confirm tenant package enablement. |
Connector test fails
Check:
- credentials;
- host, port, URL, topic, or table name;
- protocol security settings;
- VPN, firewall, or allowlist;
- source-side read permissions;
- certificate or token expiration;
- source service availability.
If test fails after a previously working connection, ask whether the source system changed credentials, endpoint, certificate, schema, or network route.
Browse works but preview fails
Likely causes:
- selected node has no recent value;
- source path is a folder or object instead of a value;
- payload field path is wrong;
- query returns metadata instead of records;
- connector needs an active session;
- source permissions allow browse but block read.
Actions:
- Select a narrower source path.
- Preview a known-good field.
- Ask source owner for a reference value.
- Check connector logs.
- Re-test connection.
Data arrives but mapping is wrong
Likely causes:
- source path points to the wrong field;
- target ID points to the wrong asset;
- unit conversion is missing;
- source equipment alias conflicts with another asset;
- AI-assisted suggestion was applied without enough review;
- source schema changed.
Actions:
- Open the mapping.
- Compare source preview with target value.
- Confirm target entity and target ID.
- Confirm transform expression.
- Confirm unit and expected range.
- Run sync again after correction.
- Record the correction reason.
Sync is partial or failed
Check:
- read count;
- written count;
- failed count;
- recent connector errors;
- quota usage;
- mapping changes;
- rejected rows;
- source file or payload format changes.
If failed rows are available in the review queue, inspect source, dataset, connector, row index, raw payload, and reason before deciding whether to fix the source or adjust mapping.
Quality score drops
Common causes:
- missing fields;
- stale source data;
- invalid timestamp;
- impossible value range;
- unit mismatch;
- duplicated source records;
- source schema drift;
- connector polling delay.
Actions:
- Compare quality trend with recent sync runs.
- Review completeness, timeliness, and accuracy.
- Check whether a source owner changed the source.
- Confirm whether the drop affects downstream workflows.
- Fix source, mapping, transform, or sync settings.
When to escalate
Escalate to engineering or the project integration owner when:
- connector test fails after source owner confirms settings;
- network route is blocked;
- connector type requires custom handling;
- source schema changed in a way mapping cannot handle;
- failed rows cannot be explained from the UI;
- production workflows depend on the missing data.
Include:
- connector name and ID;
- source type;
- error message;
- latest sync status;
- read, written, and failed counts;
- sample source path;
- mapping rule involved;
- source owner notes.