# OH-Jama-0100

### Description

When you encounter error OH-Jama-0100, then following error message will appear:\
OH-Jama-0100: Error occurred while creating Folder entity in Jama. Either ''Location''/''Location Path'' field or ''Parent'' Link must be mapped in mapping for creating a Folder.

### Cause

Probable cause for this issue is:

* Jama allows Folder creation inside a specific Set or a Folder, i.e. a Folder can only be created under a Set or another Folder.
* In <code class="expression">space.vars.SITENAME</code>, the parent location can be provided using the field **Location/Location Path** or using link type **Parent**.
* Thus, when folder entity synchronization is going on and the parent location is neither configured using field nor using link, then the create will fail.

### Solution

Mapping configuration needs to be updated in this case. Any one of the following configuration needs to be done:

* **Field configuration** – Location or Location Path needs to be mapped in field mapping.
* **Link configuration** – Parent link needs to be configured for Set in the relationship mapping.


---

# 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://opstech.gitbook.io/opstech-docs/7.223/help-center-index/troubleshooting-index/errors-index/jama-error-solutions/oh-jama-0100.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.
