> For the complete documentation index, see [llms.txt](https://docs.enate.net/enate-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/enate-help/integrations/enate-integrations/uipath/setting-up-enate-and-uipath-orchestrator-synchronization/general-questions-and-issues-debugging-and-troubleshooting.md).

# General Questions and Issues, Debugging and Troubleshooting

The Bot is a User in the system and there are some constraints in using the robots.

* RPA Sync Interval between Enate and Uipath orchestrator is defined under General Settings in Enate Manager. By default, the value is 5 mins, but it is configurable.

![](/files/-MkBy-ouXYcY0HJoj8Xl)

* As of now, robots cannot work on Cases and Tickets. It only works on Actions. However, Robots can create tickets and Cases.
* Robots cannot access User management i.e., user information, User GUID’s etc.
* If you delete the Robots in the UiPath Orchestrator, they are not deleted in Enate.
* The password of the robots created via RPA Sync with the orchestrator cannot be manually changed in Enate.
* For some reason, the robot authentication fails and there is a need to reset the password.
  * First, check the password is working or not. There is a single line of code that needs to be written to extract the robot password for the bot synchronized between Enate and Uipath Orchestrator.

&#x20;**plainStr = new System.Net.NetworkCredential(string.Empty,secureStr).Password**

* This needs to be written inside an assign activity where plainstr is a string variable and securestr is the password output of Get Credentials.
* Once the password is obtained then open the swagger page and check if the authentication is working or not.
* If the Authentication is not working, then in the database update the PasswordLastChanged column to more than 30 days back in tblusers and after the RPA Sync Interval time Enate will reset the password for the robot and sync it with the Uipath orchestrator.


---

# 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.enate.net/enate-help/integrations/enate-integrations/uipath/setting-up-enate-and-uipath-orchestrator-synchronization/general-questions-and-issues-debugging-and-troubleshooting.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.
