> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/system-admins/administration/data-manager/troubleshooting/data-import-errors.md).

# SFTP Errors

A scheduled file import can fail when the service-job parameter points to the wrong Data Manager configuration or when the configured secure file transfer protocol (SFTP) path does not contain the expected file.

## Check the configuration identifier

1. Open `Run history` in Job Manager.
2. Find the failed import job.
3. Expand `Parameters` and `Errors`.
4. Record the configuration identifier used by the run.
5. Open `Settings` > `Data Manager Configurations` in the Order Management System.
6. Find the configuration and compare its identifier.

Correct the job parameter only when the failed run used the wrong configuration.

See [Troubleshoot job runs and schedules](https://github.com/hotwax/oms-documentation/tree/user-guides-pub/documents/retail-operations/workflow/job-management/troubleshooting/job-runs-and-schedules.md).

## Check the SFTP path

1. Open the Data Manager configuration.
2. Record the configured import path.
3. Ask an authorized integration administrator to confirm that the expected file exists at that path.
4. Compare file name, path, archive behavior, and timestamps.
5. Update the path only when the source and configuration owners confirm the correct location.

Do not copy passwords, private keys, or connection secrets into issues, chat, documentation, or screenshots.

## Confirm the result

1. Run the import through its normal source or schedule.
2. Open `File history` in Job Manager.
3. Find the resulting file.
4. Review its status, timeline, and errors.

Do not upload a production file as a configuration test unless the service owner has approved the data and outcome.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hotwax.co/documents/system-admins/administration/data-manager/troubleshooting/data-import-errors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
