# OH-Jama-0012

### Description

When you encounter error OH-Jama-0012, then following error message will appear:\
**OH-Jama-0012:** Error occurred while parsing the given datetime string `<actual date>`, as it is not in the expected format: `<expected format>`

### Cause

Probable causes for this issue are:

* Date format can be configured in Jama self-hosted instance at instance level and same format information needs to be added in system configuration in <code class="expression">space.vars.SITENAME</code>.
* If the date format details are not same as configured in Jama and provided in <code class="expression">space.vars.SITENAME</code> then <code class="expression">space.vars.SITENAME</code> will raise the above error.

### Solution

In <code class="expression">space.vars.SITENAME</code>, for Jama system configuration, provide the correct date format as its configured in Jama end system.


---

# 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/help-center-index/troubleshooting-index/errors-index/jama-error-solutions/oh-jama-0012.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.
