# Data Optimizer configuration troubleshooting

To troubleshoot Data Optimizer configuration issues, verify the following:

1. All required configuration parameters are defined, and the values are correct.
   * All parameter names and most values are case sensitive.
   * Make sure not to use Windows style new lines if you edited on Windows.
   * Verify the log for when the configuration file is loaded and confirm that there are no errors and that all loaded parameters are correct. Look for the string “`Found config key=`.”
2. Paths in the configuration file are correct and case matches the path on the local file system.
3. Ownership and permissions are correct for all required files and directories.
   * All files and directories are owned by the user matching UID in the configuration file.
   * Permissions = 770 for directories `CACHE_DIR`, `MD_STORE_DIR`, `MOUNT_POINT`, and `LOG_SDK` (if specified)
   * Permissions = 770 for parent folder of `METRICS_FILE` (if specified)
   * Permissions = 640 for the configuration file.


---

# Agent Instructions: 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:

```
GET https://docs.pentaho.com/pdc-10.2-data-optimizer/pdso-install-landing-page/pdso-install-in-hadoop-cluster/pdso-maintain-landing-page/troubleshoot-data-storage-optimizer-fs/data-storage-optimizer-configuration-troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
